[A83] Re: microcode


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

[A83] Re: microcode




> Van: Olle Hedman <alh@home.se>
> 
> At 16:53 2001-09-15, you wrote:
> > >handles the i8080 (horrible syntax), Z80 and M6800 (that's not the
M68000
> > >>from the Ti89/92[+]).
> >
> >It's its predecessor afaik
> 
> A 6800 has more in common with a z80 then with a 68000 though.
> 8 bit, and similar assembler syntax.

What, "similar assembler syntax"?

Just some examples:

RORA
ASRA
TAB
TPA
TSX
STAB <8bit adr>
INS
ASLA
RTI
BLE

Let's see if you know what they do :-p

BTW: It could be that 'modern' assemblers use a different 'better' syntax.
I have seen i8080A/i8085A/Z80 assemblers where you could program with Z80
syntax for the older 'predecessors'. Since OP-codes of common instructions
are the same, it's just adding some check in the assembler if the
instruction you use is valid for the processor you assemble for.

	Henk Poley <><




Follow-Ups: