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
|
@ -71,9 +71,9 @@ lino:
|
|||
filn:
|
||||
.word 0 ! filn
|
||||
reghp:
|
||||
.word $_end
|
||||
.word _end
|
||||
limhp:
|
||||
.word $_end
|
||||
.word _end
|
||||
trppc:
|
||||
.word 0
|
||||
trpim:
|
||||
|
|
Loading…
Reference in a new issue