A86: untokenizing


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

A86: untokenizing




Ok I tried this to untokenize a basic program called AA just for test 
purposes, and it doesn't seem to be working.  I've tried it without the 
EDITPROG and CLOSEPROG calls, and that just seems to corrupt AA.  Any ideas?

.org _asm_exec_ram

    ld hl,name-1
    rst 20h
    rst 10h
    ret c
    call _setupEditequ
    call _EDITPROG
    call _detok
    call _CLOSEPROG
    jp _closeEditequ

name:
    .db 2,"AA"


----
Jonah Cohen
<ComAsYuAre@aol.com>
http://linux.hypnotic.org/~jonah/ (down)