Re: A89: 'Exec' Function... How to Use?


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

Re: A89: 'Exec' Function... How to Use?




the "program":
	move.w  d1,d0    ; $3001
        rts              ; $4e75

@homescreen:  exec("30014e75")

output: done  

not much of an output :) I assembled the program by hand with help from
Programmers Reference Manual from Motorola.
First I wanted to write som byte to the screenram..  but I had problem with the
calc saying "protected memory area" and such..

//Olle

SirKnight wrote:
> 
> >I have runned small (like two opcodes, and a rts) without any problem..
> >You werent trying to change any data?
> >Did you remember the rts on the end?
> 
> Can you post how you did that?  Please show the line that you would enter at
> the home screen.


References: