Re: A86:shell writeback


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

Re: A86:shell writeback




couldn't i just recopy the entire contents of _exec_asm_ram to the program
instead of one particular spot?  wouldn't that be the easiest?


In a message dated 8/25/98 11:07:00 AM Eastern Daylight Time,
rabidcow@juno.com writes:

> 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
>  


Follow-Ups: