Re: A86: writing/running an asm prog.


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

Re: A86: writing/running an asm prog.




To run an assembly program, either use a shell or the Asm( functiton. To
write one, you need to write it on a PC (or Mac) and compile it using
tasm or whatever you choose and then sending it to your calc over a
GraphLink or parallel/serial link. You CAN write assembly on the calc,
but you don't want to since you'd be writing the already compiled
program in hex. You'd just be skipping the linking step.

-Joseph

 Have A
  :-)
Nice Day


References: