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 .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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue