0 Members and 1 Guest are viewing this topic.
replace :OUT F,(C) 71ED 2 NOP 1by :OUT (C),F 71ED 2 NOP 1
Thanks, and yeah actually the main issue is that it's very picky about syntax and sometimes even the right ASM syntax is not supported. There are also quirks like how it can't check the last line, so you get stuff like No END directive before EOF, so you need to add an extra linebreak.
Actually, that should be OUT (C),0