mungre
mungre
INCBIN should at least write the start address as verbose output, and maybe the file name. lovebug's [original query](https://stardot.org.uk/forums/viewtopic.php?p=327808#p327808): heres a small bit of code and the listing it generates...
For example: ``` FOR i, 1, 10 NOP NEXT ``` If the NEXT appears at the very end of the file (i.e. it is not followed by a carriage return...
A line like `lda (P% + 7) AND &FF00,y` produces an "Incorrectly formed indirect instruction" error. Adding brackets to fix this changes the addressing mode to "zp indirect,y", as expected....