Re: A86: Hex Questions


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

Re: A86: Hex Questions



On Fri, 29 Aug 1997 malluck@bellsouth.net wrote:

> Hi All,
> 	How would I go about converting asm source to hex using table asmbler?
> and then how would I put that on my calc? Would importing it as ascii
> work?

You could try reading the documentation.  Alternatively, you could use
this command:

	tasmb -80 -g3 -r8 source.asm

It will output source.obj, which is machine language, and source.lst,
which is an ASCII program listing complete with hexadecimal opcodes.

For more help, get Asm86 2.0 from ticalc.org.

--------
Dan Eble (mailto:eble@cis.ohio-state.edu)
         (http://www.cis.ohio-state.edu/~eble)


References: