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:
ceriel 1995-07-26 08:52:03 +00:00
parent ef30bb3398
commit 2624e5d05c

View file

@ -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: