put_word_test(pc, v);
uaecptr pce = pc;
pc += 2;
- // calculate lenght of extension
+ // calculate length of extension
if (mode == Ad8r && reg == 7 && flagsp) {
*flagsp |= EAFLAG_SP;
}
} else if (dp->mnemo == i_BSR || dp->mnemo == i_DBcc || dp->mnemo == i_Bcc ||
dp->mnemo == i_ORSR || dp->mnemo == i_ANDSR || dp->mnemo == i_EORSR ||
dp->mnemo == i_RTD) {
- // don't try to test all 65536 possibilies..
+ // don't try to test all 65536 possibilities..
uae_u16 i16 = imm16_cnt;
put_word_test(pc, imm16_cnt);
imm16_cnt += rand16() & 127;
; Uses serial port to generate timing interrupt. Requires serial port TX connected to RX.
; Generates multiple extra tests.
; Used delay instruction: ROL.L D0,D0 (D0 = number of CPU clocks * 2)
-; All test rounds that generate interrupt immediately before or immediately after test instuction
+; All test rounds that generate interrupt immediately before or immediately after test instruction
; has been executed are stored. Amiga only.
feature_interrupts=0
#endif
/* Use uaecptr to represent 32-bit (or 24-bit) addresses into the Amiga
- * address space. This is a 32-bit unsigned int regarless of host arch. */
+ * address space. This is a 32-bit unsigned int regardless of host arch. */
typedef uae_u32 uaecptr;
ru_set(write_mode ? &ru->wmask : &ru->rmask, reg);
break;
case Ad16:
- /* skip displacment */
+ /* skip displacement */
m68k_pc_offset += 2;
case Aind:
case Aipi: