DataMuseum.dk

Presents historical artifacts from the history of:

CR80 Hard and Floppy Disks

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

See our Wiki for more about CR80 Hard and Floppy Disks

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦e6895676f⟧ TextFile

    Length: 167 (0xa7)
    Types: TextFile
    Names: »DEVNOR.SRC«

Derivation

└─⟦8347abc8e⟧ Bits:30005501 8" CR80 Floppy CR80FD_0033 ( ATR Source and Abs-files )
└─⟦8347abc8e⟧ Intel_ISIS_II
    └─ ⟦this⟧ »DEVNOR.SRC« 

TextFile

	PUBLIC	DEVNOR\r
	EXTRN	DEVNUM\r
	CSEG\r
DEVNOR:	IN	A,(0D0H)\r
	BIT	0,A\r
	JR	NZ,DEV1\r
	LD	A,25\r
	JR	DEV2\r
DEV1:	LD	A,26\r
DEV2:	LD	(DEVNUM),A	;LOAD DEVICE NR.\r
	RET\r
	END\r