DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

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

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦cb89d9dbf⟧ TextFile

    Length: 164 (0xa4)
    Types: TextFile
    Names: »selfcpy.rc«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/General/Corewars/selfcpy.rc« 

TextFile

imps:	mov	#0	-1
	jmp	imps
start:	spl	imps
	jmp	loop
count:	dat	#7
ptr:	dat	#57
	mov	#7	count
	mov	#57	ptr
loop:	mov	@count	@ptr
	sub	#1	ptr
	djn	loop	count
	jmp	46