[A83] Re: beginnning, need help


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

[A83] Re: beginnning, need help




 >> do the 83 and 83+ have different aseembly languages?
--
>the actual language is pretty much the same, the calculators are a little
>different though.  Ion programs can run on both calcs and are made (most of
>the time) from the same source code.
--
 >Their close, but they're different.

I just have to comment on that :)
The _assembly_ is _exactly_ the same. Then there is differences in how you 
do romcalls, what romcalls there is, and how you can controll the other 
hardware around the cpu.
But that really has nothing to do with the actual assembly language. the 
bcall is not a assembly instruction, it is a macro, containing several.
But ofcourse it will influence what you have to write to get your program 
to work.

///Olle - striving for correctness to increase the understanding.





References: