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 - download

⟦45303cd0a⟧ TextFile

    Length: 323 (0x143)
    Types: TextFile
    Names: »bcopy.mar«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/micrognu/sys/vms/bcopy.mar« 

TextFile

	.title	bcopy	MicroEmacs access to movc3
;
;	Mic Kaczmarczik
;	July 11, 1986
;
;	This code implements the bcopy() function for quick
;	memory copies in VAX C.
;
	.entry	bcopy,^m<r2,r3,r4,r5>	; MOVC3 side-effects r0-r5
	subl2	#4,sp			; Step over call frame
	movc3	12(ap),@4(ap),@8(ap)	; Copy them bytes
	ret				; Bye!
	.end