Hi Steven! Sorry for the delay. It works perfectly with this version!
Always 3 bombs
Unfortunately the log function doesn't seem to work (3 bombs). I'm in supervisor mode and here is the code: ; STEEM test move.l #$456D753F,D6 move.l #$456D753F,D7 move.w #37,-(sp); Offset 0 trap #14; Call XBIOS addq.l #2,sp ; Correct stack ; Steem version in D0 => OK move.l (a0),d0 ; Write string in logs => 3 Bombs move.l #TEST_STEEM,$f0(a0) SECTION DATA TEST_STEEM: dc.b “HELLO!”,0
Unfortunately the log function doesn't seem to work (3 bombs). I'm in supervisor mode and here is the code: ; STEEM test move.l #$456D753F,D6 move.l #$456D753F,D7 move.w #37,-(sp); Offset 0 trap #14; Call XBIOS addq.l #2,sp ; Correct stack ; OK, I've got the Steem version in D0 move.l (a0),d0 ; Write string in logs : here 3 Bombs move.l #TEST_STEEM,$f0(a0) SECTION DATA TEST_STEEM: dc.b “HELLO!”,0
Unfortunately the log function doesn't seem to work (3 bombs). I'm in supervisor mode and here is the code: ; STEEM test move.l #$456D753F,D6 move.l #$456D753F,D7 move.w #37,-(sp); Offset 0 trap #14; Call XBIOS addq.l #2,sp ; Correct stack ; OK, I've got the Steem version in D0 move.l (a0),d0 ; Write string in logs : here 3 Bombs move.l #TEST_STEEM,$f0(a0) DATA SECTION TEST_STEEM: dc.b “HELLO!”,0
Unfortunately it doesn't seem to work (3 bombs). I'm in supervisor mode and here is the code: ; STEEM test move.l #$456D753F,D6 move.l #$456D753F,D7 move.w #37,-(sp); Offset 0 trap #14; Call XBIOS addq.l #2,sp ; Correct stack ; here 3 Bombs move.l #TEST_STEEM,$f0(a0) DATA SECTION TEST_STEEM: dc.b “HELLO!”,0
Unfortunately it doesn't seem to work (3 bombs). I'm in supervisor mode and here is the code: ; STEEM test move.l #$456D753F,D6 move.l #$456D753F,D7 move.w #37,-(sp); Offset 0 trap #14; Call XBIOS addq.l #2,sp ; Correct stack move.l #TEST_STEEM,$f0(a0) DATA SECTION TEST_STEEM: dc.b “HELLO!”,0
That would be awesome!