Re: A86: Porting Question


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

Re: A86: Porting Question




Not quite sure what you mean by automate.  The latest version (not yet
released) has project support that peforms build steps so you can build your
large program all in one step.  What Asm Studio helps out with is if you
have code that goes back and forth between $8000 and $d748.  It will export
the symbols for each section of code so that they know where stuff is in the
other section.  But you still have to write the code yourself.  Only thing
about asm studio is that it lets you compile as a program or a string.

> once it's split into a string, copy it (with _mm_ldir or equiv) onto ram
> page 1, then you can also use $8100-$bf00 or so.
> i hear asm studio will automate some of this for you (but if you want
> things to be easy, why write asm? :)




References: