monster had this...terriblefire wrote: 03 Apr 2020 17:51 I hacked up the monSTer code to do this job. There was some unobvious bits. I'll see if i can find the code.
Code: Select all
maddalt:
move.l d1,-(sp) ; Size
move.l d0,-(sp) ; Addr
move.w #20,-(sp) ; Maddalt
trap #1 ; GEMDOS
lea 10(sp),sp
rtsEven this doesn't seem to work...
Code: Select all
move.l #$200000,-(sp) ; Size
move.l #$400000,-(sp) ; Addr
move.w #20,-(sp) ; Maddalt
trap #1 ; GEMDOS
lea 10(sp),sp
rtsEDIT:
I think it is working in part.. but it seems "bugged" like the hisoft line somehow :roll:


