Matej's V810 assembler Version 1.5 Changelog *** Introduction *** This file lists changes in MV810ASM. *** Version 1.5 *** * Added ?PUSH and ?POP pseudoinstructions for easier stack manipulation. * Added ?Bcond pseudoinstructions - a generalized form of ?BR to produce conditional branches with a 26-bit displacement. * Added the !ALIAS directive to assign names to registers, and !UNALIAS to remove them. * Added the !INCRAW[B|H|W] directives to insert already prepared data. * The ?ADD pseudoinstruction can take immediate operands longer than 16 bits. * The L option now lists identifiers as they are created. * Nested !IF/!ENDIF directives are now processed correctly. * Lines with more than one leading whitespace character are now processed correctly. * Fixed bugs that could crash the assembler when given invalid input. *** Version 1 *** First public release.