Re: A83: Help


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

Re: A83: Help




the calls for the 82 should use the same registers or OPs (in and out) that
the 83 uses

>Sorry if this topic has died but here's my two cents.
>I've been thinking. Using a PC, you could make a program (even in QBASIC)
>that could change the call commands from 82 to 83, but then some of the
>syntax might be funny. I mean that in some rom calls you have to load
>someting into the hl resester and get the output out of OP1 ( just an
>example). The program would involve extensive knowledge of both ASM on the
>82 and 83.
>Any way from the compiled source from 82 to 83 you complie as per normal.
>Also Screen sizes might be a problem, key presses, and the fact the 83 uses
>things differently than the 82 and vice versa, it might be hard to make
such
>a program.
>So in conclusion you will have to do it the old fashioned way. Do it
>yourself.