[A83] ion compatibility of Mirageos doesn't work


[Prev][Next][Index][Thread]

[A83] ion compatibility of Mirageos doesn't work



I've made a small program that runs fine with the asm( command and with ion 
but doesn't work in mirageos. The program displays a pic on the screen and 
then waits for getkey. When I run it with mirageos I see the initially 
loaded pic but the program won't respond on my keys. Does anyone know why 
mirageos has this weird behaviour.

ps I used this header:
;ion header
	org    userMem-2
	db %bb,%6d     ;; "AsmPrgm"


    ;to make it work with asm(
	xor a
    jr      nc,Start
    db     "Picview by Martin",0
Start: