LZ: ZShell to Usgard converter?


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

LZ: ZShell to Usgard converter?



Would it be possible to make a program in C or assembly or Pascal or
whatever and search for certain things like
	ld de,(PROGRAM_ADDR)
	ld hl,?????????
	add hl,de
(and all other possible variants) in a 85s file, then convert it to 
	ld hl,&?????????
so it would be readable by Usgard?  (Of course, you would have to
seach a binary file, not a text file)  Then after that, maybe a search
for the sprite routine or for the gray scale library, remove it from
the program and add the library number to the file.  Then when it is
all done, recalculate the checksum.  Does that sound too off the wall?

-mike


Follow-Ups: References: