[A83] Re: beginnning, need help


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

[A83] Re: beginnning, need help



Their close, but they're different.  In regular 83, to do a romcall you do 
"call XXXX", in 83+, you do "bcall(XXXX)".  Using "call" in 83+ means calling 
the information from a label somewhere else in your program to be run in the 
middle of another label.  You also have to use the 83 Plus include file when 
assembling the program.

Asmguru lists certain commands that do not have 83+ equivilents (pgmio_exec 
comes to mind).  I don't know if the key equates are the same, but they're 
defined in the 83+ include file if you need them.

Jim