adc rn == 3D 5n (n=0~15) adc #n == 3F 5n (n=0~15) add rn == 5n (n=0~15) add #n == 3e 5n (n=0~15) alt1 == 3D alt2 == 3E alt3 == 3F and #n == 3e 7n (n=1~15) asr == 96 and rn == 7n (n=1~15) bcs xx == 0D xx(relative adress) BEQ xx == 09 xx(relative adress) BGE xx == 07 xx(relative adress) bic rn == 3D 7n (n=1~15) bic #n == 3F 7n (n=1~15) blt xx == 06 xx(relative adress) bmi xx == 0b xx(relative adress) bne xx == 08 xx(relative adress) bpl xx == 0a xx(relative adress) bra xx == 05 xx(relative adress) bvc xx == 0e xx(relative adress) bvs xx == 0f xx(relative adress) cache == 02 cmode == 3d 4e cmp rn == 3f 6n(n=0~15) color == 4e dec rn == en (n=0~14) div2 == 3d 96 fmult == 9f from rn == bn (n=0~15) getb == ef getbh == 3d ef getbl == 3e ef getbs == 3f ef getc == df hib == c0 ibt rn, #xx== An xx(n=0~15) inc rn == dn (n=0~14) iwt rn, #xxyy ==fn yy xx(n=0~15) jmp rn == 9n(n=8~13) ldb (rn) == 3d 4n(n=0~11) ldw (rn) == 4n(n=0~11) lea rn, xxyy == fn yy xx(n=0~15) link #n == 9n (n=1~4) ljmp == 3d 9n lm rn,(xxyy) == 3d fn yy xx(n=0~15) lms rn,(xx) == 3d an xx(n=0~15) lmult == 3d 9f lob == 9E loop == 3c lsr == 03 merge == 70 move rn,rm== 2m 1n(n,m=0~15) moves rn,rm== 2m bn(n,m=0~15) mult rn == 8n(n=0~15) mult #n == 3e 8n(n=0~15) nop == 01 not == 4f or rn == cn(n=1~15) or #n == 3e cn(n=1~15) plot == 4c ramb == 3e df rol == 04 romb == 3f df ror == 97 rpix == 3d 4c sbc rn == 3D 6n (n=0~15) sbc #n == 3F 6n (n=0~15) sbk == 90 sex == 95 sm (xxyy),rn== 3e fn yy xx(n=0~15) sms (xx),rn == 3e an xx(n=0~15) stb (rn) == 3d 3n(n=0~11) stop == 00 stw == 3n(n=0~11) sub rn == 6n (n=0~15) sub #n == 3e 6n (n=0~15) swap == 4d to rn == 1n(n=0~15) umult rn == 3d 8n(n=0~15) with rn == 2n(n=0~15)