- JavaComm - Class in smsqmulator.cpu
-
This is used to communicate with the Java monitor for TRAP calls.
- JavaComm() - Constructor for class smsqmulator.cpu.JavaComm
-
- JMP1 - Class in smsqmulator.cpu.instructions.JMP
-
The JMP instruction where source is (An).
- JMP1() - Constructor for class smsqmulator.cpu.instructions.JMP.JMP1
-
- JMP2 - Class in smsqmulator.cpu.instructions.JMP
-
The JMP instruction where source is d16(An).
- JMP2() - Constructor for class smsqmulator.cpu.instructions.JMP.JMP2
-
- JMP3 - Class in smsqmulator.cpu.instructions.JMP
-
The JMP instruction where source is d8(An,Xn)
Based on code by Tony Headford, see his licence in accompanying file.
- JMP3() - Constructor for class smsqmulator.cpu.instructions.JMP.JMP3
-
- JMP4 - Class in smsqmulator.cpu.instructions.JMP
-
The JMP instruction where source is .W absolute
Based on code by Tony Headford, see his licence in accompanying file.
- JMP4() - Constructor for class smsqmulator.cpu.instructions.JMP.JMP4
-
- JMP5 - Class in smsqmulator.cpu.instructions.JMP
-
The JMP instruction where source is .W absolute
Based on code by Tony Headford, see his licence in accompanying file.
- JMP5() - Constructor for class smsqmulator.cpu.instructions.JMP.JMP5
-
- JMP6 - Class in smsqmulator.cpu.instructions.JMP
-
The JMP instruction where source is d16(PC) absolute.
- JMP6() - Constructor for class smsqmulator.cpu.instructions.JMP.JMP6
-
- JMP7 - Class in smsqmulator.cpu.instructions.JMP
-
The JMP instruction where source is d8(PC,Xn).
- JMP7() - Constructor for class smsqmulator.cpu.instructions.JMP.JMP7
-
- JSR1 - Class in smsqmulator.cpu.instructions.JSR
-
The JSR instruction where source is (An).
- JSR1() - Constructor for class smsqmulator.cpu.instructions.JSR.JSR1
-
- JSR2 - Class in smsqmulator.cpu.instructions.JSR
-
The JSR instruction where source is d16(An).
- JSR2() - Constructor for class smsqmulator.cpu.instructions.JSR.JSR2
-
- JSR3 - Class in smsqmulator.cpu.instructions.JSR
-
The JSR instruction where source is d8(An,Xn)
Based on code by Tony Headford, see his licence in accompanying file.
- JSR3() - Constructor for class smsqmulator.cpu.instructions.JSR.JSR3
-
- JSR4 - Class in smsqmulator.cpu.instructions.JSR
-
The JSR instruction where source is .W absolute.
- JSR4() - Constructor for class smsqmulator.cpu.instructions.JSR.JSR4
-
- JSR5 - Class in smsqmulator.cpu.instructions.JSR
-
The JSR instruction where source is .W absolute
Based on code by Tony Headford, see his licence in accompanying file.
- JSR5() - Constructor for class smsqmulator.cpu.instructions.JSR.JSR5
-
- JSR6 - Class in smsqmulator.cpu.instructions.JSR
-
The JSR instruction where source is d16(PC) absolute
Based on code by Tony Headford, see his licence in accompanying file.
- JSR6() - Constructor for class smsqmulator.cpu.instructions.JSR.JSR6
-
- JSR7 - Class in smsqmulator.cpu.instructions.JSR
-
The JSR instruction where source is d8(PC,Xn).
- JSR7() - Constructor for class smsqmulator.cpu.instructions.JSR.JSR7
-