HD6303 aim, tim, oim wrong opcodes
processor hd6303
org $ff60
aim 10,10
Dasm generates 71,0a instead of 71,0a,0a
Maybe aim is different on 6303 than on 6301?
https://www.jaapsch.net/psion/mcmnemnm.htm
I think aim should be coded as the following:
aim #$80, $17 ;71 80 17
aim #$80, 0,x ;61 80 00
Edited by Gabor