Added .limhp (for later use?)

This commit is contained in:
ceriel 1990-01-22 14:34:58 +00:00
parent 89e55c3c3a
commit 0ab0c55d65

View File

@ -1,4 +1,4 @@
.define hol0,argv,.reghp,envp,begbss .define hol0,argv,.reghp,.limhp,envp,begbss
.define .ignmask, .trpreg .define .ignmask, .trpreg
.define .stop .define .stop
.define ERANGE,EILLINS,ECASE .define ERANGE,EILLINS,ECASE
@ -47,6 +47,8 @@ envp:
.asciz 'PROGRAM' .asciz 'PROGRAM'
.reghp: .reghp:
.data4 endbss .data4 endbss
.limhp:
.data4 endbss
.ignmask: .ignmask:
.data2 0 .data2 0
.trpreg: .trpreg: