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

⟦6ad37286b⟧ TextFile

    Length: 181 (0xb5)
    Types: TextFile
    Notes: UNIX file
    Names: »fcpy.s«

Derivation

└─⟦f27320a65⟧ Bits:30001972 Commodore 900 hard disk image with partial source code
    └─⟦2d53db1df⟧ UNIX V7 Filesystem
        └─ ⟦this⟧ »hr/src/smgr/fcpy.s« 

TextFile

	.shri
	.globl fcpy_

	/* fast copy, fcpy(destination, source, number of WORDS */
fcpy_:
	ldl	rr2, SS|4(r15)
	ldl	rr4, SS|8(r15)
	ld	r1,  SS|12(r15)
	ldir	(rr2), (rr4), r1
	ret	un