Use _end instead of $_end. $_end does not always indicate the right
position. This should be fixed as well, but how?
This commit is contained in:
parent
ef30bb3398
commit
2624e5d05c
1 changed files with 2 additions and 2 deletions
|
@ -71,9 +71,9 @@ lino:
|
||||||
filn:
|
filn:
|
||||||
.word 0 ! filn
|
.word 0 ! filn
|
||||||
reghp:
|
reghp:
|
||||||
.word $_end
|
.word _end
|
||||||
limhp:
|
limhp:
|
||||||
.word $_end
|
.word _end
|
||||||
trppc:
|
trppc:
|
||||||
.word 0
|
.word 0
|
||||||
trpim:
|
trpim:
|
||||||
|
|
Loading…
Reference in a new issue