Re: A86: unlock


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

Re: A86: unlock




It loads it to asm_exec_ram, just like any other asm program.  You would do
something like this:

mem_clear        equ        $d748 + mem_string - code

code:
 ***
 ld hl,mem_clear
 call _puts
 ***
mem_string:
.db "Mem cleared",0

code_end:

Trey Jazz wrote:

> i think it just runs it from the address it is in rom, it would take too
> much time to copy it every time i think...im probably wrong but what the
> hell :)
>
> >that's what it's supposed to do...  does anyone know where the calc loads
> the
> >sqrtKEY program before it runs it?




References: