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 .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…
x
Reference in New Issue
Block a user