1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-20 18:16:35 +00:00

Allow adding fixed deltas to some outputs; #7 Fix Lynx output

This commit is contained in:
Karol Stasiak
2019-10-16 22:42:58 +02:00
parent 927c39585c
commit 1ec816496d
4 changed files with 45 additions and 20 deletions
+10 -2
View File
@@ -179,15 +179,23 @@ Default: `main,*`
* `startaddr_be` the same, but big-endian
* `startpage` the high byte of `startaddr`
* `endaddr` little-endian 16-bit address of the last used byte of the compiled output (usually not the segment end)
* `endaddr_be` the same, but big-endian
* `startaddr+123`, `startaddr_be+123`, `endaddr+123`, `endaddr_be+123` the same, but incremented by the given number
* `startaddr-123`, `startaddr_be-123`, `endaddr-123`, `endaddr_be-123` the same, but decremented by the given number
* `startpage` the high byte of `startaddr`
* `length` little-endian 16-bit length of the compiled output; `endaddr - startaddr + 1`
* `length_be` the same, but big-endian
* `length+123`, `length_be+123` the same, but incremented by the given number
* `length-123`, `length_be-123` the same, but decremented by the given number
* `allocated` all used bytes