View Full Version: Question About tasm80.tab...

Omnimaga: The Coders of Tomorrow > Calculator help and support > Question About tasm80.tab...


Title: Question About tasm80.tab...


JincS - July 12, 2007 07:47 AM (GMT)
Hey all, I'm having some trouble figuring out what all of the entries in the tasm80.tab file are for (not the instructions, the layout itself). For example, at the top of the file, it says "INSTR ARGS OP BYTES RULE CLASS SHIFT OR" as the layout of the instruction entries. What I would like to know is what the RULES mean (NOP, ZIX, R1, and ZBIT), the CLASS, SHIFT, and the OR.

Could anyone explain these to me?

Iambian - July 12, 2007 05:36 PM (GMT)
http://www.ticalc.org/archives/files/fileinfo/250/25051.html

When you download the file, take a look at "TASMTABS.HTM". It will describe everything you need to build a table file.

----
As far as rules go, the highlights are as follows:
R1 : Make the arg relative to PC (single byte)
ZBIT: Z80 Bit instructions
ZIDX: (also denoted as ZIX), Z80 Indexed instructions (i.e. ADC A,(IX+x) )
NOTOUCH or NOP : Do nothing to instruction or args
----

JincS - July 12, 2007 08:53 PM (GMT)
Many thanks Iambian :) That's exactly what I needed!




* Hosted for free by InvisionFree