X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=docs%2Fnote-on-the-op-assembler.txt;h=8fc3db128fc62b4fa65f71c12c8396e7d1f42838;hp=8a3d14b41d79c4bf7b85ef3171f5f5996fe4b93d;hb=b93a2e2f8ade36a09709b4a72b10f3e8228bed2b;hpb=261f8d9198c4235bcdced4403ba391553e6bd0d1 diff --git a/docs/note-on-the-op-assembler.txt b/docs/note-on-the-op-assembler.txt index 8a3d14b..8fc3db1 100644 --- a/docs/note-on-the-op-assembler.txt +++ b/docs/note-on-the-op-assembler.txt @@ -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 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?