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

Make z80 support `reg` pseudo-instruction #10

Open flamewing opened 3 years ago

flamewing commented 3 years ago

Newer versions of AS (such as the ones I am providing) have a reg pseudo-instruction that allows creating register aliases. z80 does not currently support this because it has hard-coded register sets allowed in each instruction.