6502 chip, HC11 disasm

Orin Eman orin at wolfenet.com
Fri Oct 2 19:26:55 GMT 1998


> For example, the IND,Y instruction above, compare it with ASL(IND,Y) which
> is 18, 68. ASLA is 48, so I would assume that ASR(IND,Y) should be 18 67
> to match the n7 pattern for ASR.

0001 0000                            org 0
0002
0003 0000 47                         asra
0004 0001 57                         asrb
0005 0002 77 12 34                   asr     $1234
0006 0005 67 aa                      asr     $AA,x
0007 0007 18 67 55                   asr    $55,y

>From as11.exe, hope it helps!

Orin.



More information about the Diy_efi mailing list