Re: A86: YOU CAN NOT PROGRAM ASSEMBLY DIRECTLY ON THE 86!!!!


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

Re: A86: YOU CAN NOT PROGRAM ASSEMBLY DIRECTLY ON THE 86!!!!




>you can if you know the codes in hex(only prog i can do is C9 :))

That's NOT assembler.  If it's in HEX then that is called machine
language, and it should be very obvious why nobody bothers to code that
way anymore.  Assembler tries to make machine more friendly by using
relative pointers for JMPs and by using mnemonics rather than the HEX
codes.  As soon as someone writes a link program for the $4 link and TI
releases the docs for the 86 I plan to write a BASIC assembler.

			Matthew


References: