1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-23 21:17:27 +00:00

More output operators

This commit is contained in:
Karol Stasiak
2019-07-28 02:00:59 +02:00
parent 8922beda00
commit b2afddf05b
3 changed files with 45 additions and 1 deletions
+8
View File
@@ -166,10 +166,18 @@ For better debugging on NES, RAM segments should use bank number `$ff`.
* `startaddr` little-endian 16-bit address of the first used byte of the compiled output (not necessarily the segment start)
* `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
* `length` little-endian 16-bit length of the compiled output; `endaddr - startaddr + 1`
* `length_be` the same, but big-endian
* `allocated` all used bytes
* `pagecount` the number of pages used by all used bytes (including partially filled pages)