Changeset 609 for branches/GNU/src/binutils/opcodes/w65-opc.h
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/opcodes/w65-opc.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 55 55 int amode; 56 56 }; 57 struct opinfo optable[257]={57 const struct opinfo optable[257]={ 58 58 #define O_adc 1 59 59 #define O_and 2 … … 403 403 {0xEB, O_xba, "xba", ADDR_IMPLIED}, 404 404 {0xFB, O_xce, "xce", ADDR_IMPLIED}, 405 { 0 }405 { 0, 0, NULL, 0 } 406 406 }; 407 407 #endif -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.