ok, for manual conversion:
1. replace
with
same with MAIN
2. dcb/dcw/dcl must be changed to db/dw/dl:
to
3. put colons on all labels (not references to labels)
becomes
4. prepend all defines with !
CodeXSPEED = $30
...
LDA #XSPEED
becomes
Code!XSPEED = $30
...
LDA #!XSPEED
dont confuse defines and labels; they might be a bit hard to differentiate in TRASM code.
5. open the cfg with the cfg editor and check "use xkas for assembly", or open the cfg with a text editor and add a 6th line containing:
thats all that comes to mind
Follow Us On