:( Is there a way to do this in BasiEgaXorz v1.00?
I tried doing this:
asm
(that huge snippet of code)
end asm
asm
CPORT EQU $C00000
DPORT EQU $C00004
BMPX EQU $FF002F
BMPY EQU $FF0034
PTADDR EQU $FF008
MOVE.W #$E000, (PTADDR)
LEA (__LABEL_bmp), A0
MOVEQ #0, D4
JSR LoadBMP
end asm ...