|
DataMuseum.dkPresents historical artifacts from the history of: Commodore CBM-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Commodore CBM-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 258 (0x102) Types: TextFile Notes: UNIX file Names: »op.c«
└─⟦f27320a65⟧ Bits:30001972 Commodore 900 hard disk image with partial source code └─⟦0a3c255ba⟧ UNIX Filesystem └─⟦this⟧ »assm/op.c«
typedef struct op_code { char *mn; int param; int val; } OPS; OPS op_list[] = { { "ACI", 2, 0xCE }, { "DCX", 1, 0x0B }, { "DI", 1, 0xF3 }, { "EI", 1, 0xFB }, { "HLT", 1, 0x76 }, { "IN", 2, 0xDB }, { "INR", 1, 0x04 }, { "INX", 1, 0x03 } };