On 25 Feb 2008 at 22:01, woodelf wrote:
Is it 8008 compatable code? :)
Well, yes, it is, as a matter of fact. If you use the "new"
instruction mnemonics, you don't have to change a thing:
adi 0c0h
mov b,a
sbb a
ani 09h
add b
ani 0fh
If you have the "old" style assembler, you might need to change a few
mnemonics; e.g. ani = ndi, mov b,a = lba, sbb a = sba, add b = adb
Cheers,
Chuck