Search found 2 matches

by dtr138
Sun Jan 20, 2008 2:54 am
Forum: Demos
Topic: BMP FMV !!!
Replies: 13
Views: 17805

OK, thanks.
I just found out that the first available RAM addresses in BEX are FF002E (I think.... :roll:), so I'll try that. :D
by dtr138
Sat Jan 19, 2008 8:34 pm
Forum: Demos
Topic: BMP FMV !!!
Replies: 13
Views: 17805

:( 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 ...