So I want to move this line to outside this relocation block, so that the flash_* functions can be called from within flash not ram. When I try to do this; fasmg gives me this error:
When I comment out all the flash_*_m macros in flash.asm, I then get this error again:
Um I broke things again...
So I want to move this line to outside this relocation block, so that the flash_* functions can be called from within flash not ram. When I try to do this; fasmg gives me this error:
When I comment out all the flash_*_m macros in flash.asm, I then get this error again:
Any help would be much appreciated :)