Added .limhp (for later use?)
This commit is contained in:
parent
89e55c3c3a
commit
0ab0c55d65
@ -1,4 +1,4 @@
|
||||
.define hol0,argv,.reghp,envp,begbss
|
||||
.define hol0,argv,.reghp,.limhp,envp,begbss
|
||||
.define .ignmask, .trpreg
|
||||
.define .stop
|
||||
.define ERANGE,EILLINS,ECASE
|
||||
@ -47,6 +47,8 @@ envp:
|
||||
.asciz 'PROGRAM'
|
||||
.reghp:
|
||||
.data4 endbss
|
||||
.limhp:
|
||||
.data4 endbss
|
||||
.ignmask:
|
||||
.data2 0
|
||||
.trpreg:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user