Added .limhp (for later use?)
This commit is contained in:
parent
f815a342e7
commit
13ce9b12ac
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue