santiontanon / mdlz80optimizer

MDL (a Z80 assembler optimizer)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues with pasmo syntax?

ruyrybeyro opened this issue · comments

Hi,

Trying to optimize a pasmo ASM file and having the following errors:

ERROR: Could not expand macro in TK Disassembler.asm#48: DASM_WKSP DEFS 32," " ;+11 Workspace for the disassembler
ERROR: Could not expand macro in TK Disassembler.asm#1505: DEFM #80 ;Skip-over byte
ERROR: Could not expand macro in TK Disassembler.asm#1508: DEFM "NO","P"+#80 ;0=NOP

Regards

Thanks for the report! Is the codebase available online so I can try to debug this? Or alternatively, could you share the piece of code where it fails? Thanks again!

Oh, fantastic! Thanks a lot, I'll take a look and try to debug asap!