Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"Unexpected end of line [NEWLINE]
#2
If you use ZXB --asm it is not compiling, just translating into asm (so ASM errors silently pass by). When you use -TaB for example, it is effectively compiling. And there are some incompatible directives with ZXBasm (assembler) inside the ASM...END ASM context. The END ENTRY is not recognized. If "ENTRY" is not a label, better use PROC ... ENDP like Pasmo assembler does.
Also IF.../END is not recognized (use #ifdef directives).

I can add some compatibility here, but we must discuss it before doing so, to ensure required features are not already implemented in a different fashion.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)