Re: help on asm


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

Re: help on asm



On Sat, 16 Aug 1997 20:11:34 -0500, Lois M Kertesz <loisk@TENET.EDU>
wrote:


>  3.  Is z80 assembler similar to tasm ?

There are two products called 'TASM'.

1. Turbo Assembler. Made by borland. crap.

2. Table Assembler. old, but actually a very good product, since it
can play assembler for any proccessor if you have the table/know how
to make it.

I assume you mean the first one when you say tasm. Well, tasm is an
assembler. it can't be like Z80 assembler, kinda like comparing cars
with fruit. You would probably mean is Z80 assembler like 8086
assembler. In that case, the answer is yes, it is quite like intel
80x86 series real mode 16-bit. It worlds removed from protected mode,
though. the syntax is different, but programming style is more or less
the same.


References: