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:
.word 0 ! filn
reghp:
.word $_end
.word _end
limhp:
.word $_end
.word _end
trppc:
.word 0
trpim: