flamewing / asl-releases

Improved/bugfixed version of Alfred Arnold's The Macro Assembler AS
http://john.ccac.rwth-aachen.de:8000/as/
GNU General Public License v2.0
20 stars 2 forks source link

Standard pseudo-instructions #14

Closed flamewing closed 3 years ago

flamewing commented 3 years ago

Many assemblers use endr for ending rept. AS should probably accept both its endm as well as endr. endr should also be accepted by irp, irpc, and while.

AS should also accept endc as an alias to endif, and elsec as an alias to elseif.