jacobly0 / fasmg-ez80

fasmg ez80 include files
23 stars 5 forks source link

fasmg breaks when relocated relocated address is in z80 mode #5

Closed mateoconlechuga closed 6 years ago

mateoconlechuga commented 6 years ago

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:

image

When I comment out all the flash_*_m macros in flash.asm, I then get this error again:

image

Any help would be much appreciated :)

mateoconlechuga commented 6 years ago

Silly Mateo

mateoconlechuga commented 6 years ago

Wait. I'm reopening this because it doesn't explain the second issue there...