The 68000 instruction movep is missing.
(As with nop (#44) this seems quite irrelevant, but nop is either used as placeholder for selfmodifying code, or for beam racing, or for pipeline flushing on 68020+, movep is meant for bus access, but can be used for some effects faster accessing bitplanes for graphics on some systems).
The 68000 instruction
movepis missing.(As with
nop(#44) this seems quite irrelevant, but nop is either used as placeholder for selfmodifying code, or for beam racing, or for pipeline flushing on 68020+, movep is meant for bus access, but can be used for some effects faster accessing bitplanes for graphics on some systems).