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

⟦afdf76cfa⟧ TextFile

    Length: 332 (0x14c)
    Types: TextFile
    Names: »vaxsubs.s«

Derivation

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

TextFile

# @(#)vaxsubs.s	1.5	1/17/85
# @(#)Copyright (C) 1985 by D Bell


	.text
	.globl	_strdif
	.globl	_clear

_strdif:
	.word	0x0
	cmpc3	12(ap),*4(ap),*8(ap)	#compare the strings
	subl3	4(ap),r1,r0		#return difference
	ret

_clear:
	.word	0x0
	subl3	4(ap),8(ap),r0		#number of bytes to fill
	movc5	$0,0,$32,r0,*4(ap)	#fill the bytes
	ret