]> Shamusworld >> Repos - rmac/blobdiff - docs/note-on-the-op-assembler.txt
Minor tweak for OP data address fixups. Now at version 1.13.1.
[rmac] / docs / note-on-the-op-assembler.txt
index 8a3d14b41d79c4bf7b85ef3171f5f5996fe4b93d..8fc3db128fc62b4fa65f71c12c8396e7d1f42838 100644 (file)
@@ -91,7 +91,8 @@ A: Yes, it will emit NOPs to ensure that bitmaps and scbitmaps are on proper
    memory boundaries, and fixup link addresses as necessary. This is needed
    because of a quirk in how the OP works (it ORs constants on the address
    lines to get the phrases it needs and if they are not zeroes, it will fail
-   in bizarre ways).
+   in bizarre ways). It will also set all <ypos> constants on the correct
+   half-line (as that's how the OP views them).
 
 
 Q: Why can't I define the link addresses for all the objects?