DataMuseum.dk

Presents historical artifacts from the history of:

Commodore CBM-900

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Commodore CBM-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦85288175e⟧ TextFile

    Length: 258 (0x102)
    Types: TextFile
    Notes: UNIX file
    Names: »op.c«

Derivation

└─⟦f27320a65⟧ Bits:30001972 Commodore 900 hard disk image with partial source code
    └─⟦0a3c255ba⟧ UNIX V7 Filesystem
        └─ ⟦this⟧ »assm/op.c« 

TextFile



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 }
   };