Added vars.s

This commit is contained in:
ceriel 1988-10-17 12:55:24 +00:00
parent 8b6ba39da4
commit 10e2f5cb36
2 changed files with 14 additions and 0 deletions

View file

@ -69,3 +69,4 @@ strlb.s
mon.s mon.s
fat.s fat.s
trp.s trp.s
vars.s

13
mach/vax4/libem/vars.s Normal file
View file

@ -0,0 +1,13 @@
.globl hol0
.globl .reghp
.globl .trppc
.globl .trpim
hol0:
.space 8
.trppc:
.space 4
.trpim:
.long 0
.reghp:
.long _end