sbprojects / sbasm3

SB-Assembler Version 3 - Cross Macro Assembler
https://www.sbprojects.net/sbasm
Creative Commons Zero v1.0 Universal
35 stars 8 forks source link

Z180 overlay - some mnemonics are wrong #4

Closed feldti closed 5 years ago

feldti commented 5 years ago

In the Z180 overlay the INO and OUTO commands are available, but they should be named IN0 and OUT0.

This can be changed in the files "crz80.py" and "crz180.py". Look for occurences of OUTO and INO and add/change the corresponding code to cover IN0 and OUT0

sbprojects commented 5 years ago

Thanks for spotting that one. I will correct it in a couple of days.