Re: 86 Assembly?


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

Re: 86 Assembly?



> Anybody know how to get assembly routines to compile on the 86?  I'm doing what
> the manual says:
> Make a program variable, the first line of which is "AsmPrgm", then write in the
> code.  Run it using "Asm(PrgmName)". A simple "ld  a, 4" gives me syntax errors,
> and compiling it without actual code crashes the thing. I've tried upper and
> lower case, all the spacing I could think of, .org directives, .db (bytecode)
> from the ti-85.h file, etc.  What am I doing wrong?
> Also, how can I get 83 code into it?  The book says 83 code will work in it.

You don't actually put assembly statements in the program. You put the hex
codes they assemble to. I think you put them without spaces, and you can have
line breaks after any pair of hex digits if you wish.

If you want to assemble statements such as "ld a,4", you need to run an
assembler on your computer and transfer hex codes to your calculator. You can
get TASM for DOS from www.ticalc.org. There is probably a lot of other good
TI-86 assembly information there too.

TTFN
Andy


References: