Re: A86:shell writeback
[Prev][Next][Index][Thread]
Re: A86:shell writeback
something like this?
ld hl,progname
rst 20h
rst 10h ;find program
xor a
ld hl,datalength
call _SET_MM_NUM_BYTES
ld hl,datastart
call _SET_ABS_SRC_ADDR
add hl,de ;find data in the program
adc a,b
call _SET_ABS_DEST_ADDR
call _mm_ldir
unless you want the shell to write the program back, that'd be tough.
-josh
On Tue, 25 Aug 1998 10:13:32 EDT ComAsYuAre@aol.com writes:
>
>i figured that out eventually. unfortunately, i clearly have no idea
>how to
>write back to the original program, just the code loaded into
>_asm_exec_ram
>;(
>
>
>
_____________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com
Or call Juno at (800) 654-JUNO [654-5866]
References: