The assembler and simulator now use a unified image file containing all data from the assembler. That means, we no longer use the --symbols-out, and I suggest we the extension ".hqimg" (or maybe it should be ".hqo"?) instead of ".hex".
Secondly, a new assembler directive global G_LABEL: VALUE_1, ..., VALUE_n binds G_LABEL to the next available memory address starting at 0 and reserves n words of HQ memory. The values are written to the "memory" section of the output file. This section is meant for memory initialisation, but currently the values are not loaded by the simulator. _______________________________________________ Open-graphics mailing list [email protected] http://lists.duskglow.com/mailman/listinfo/open-graphics List service provided by Duskglow Consulting, LLC (www.duskglow.com)
