- LEA_An - Class in smsqmulator.cpu.instructions.LEA
-
The LEA instructions where source is (An).
0100dddd111mmmrrr
where dd = destination reg
mmm = source mode = 010
rrr = source reg
- LEA_An() - Constructor for class smsqmulator.cpu.instructions.LEA.LEA_An
-
- LEA_d16An - Class in smsqmulator.cpu.instructions.LEA
-
The LEA instructions where source is d16(An).
0100dddd111mmmrrr
where dd = destination reg
mmm = source mode = 101
rrr = source reg
- LEA_d16An() - Constructor for class smsqmulator.cpu.instructions.LEA.LEA_d16An
-
- LEA_d16PC - Class in smsqmulator.cpu.instructions.LEA
-
The LEA instructions where source is d16(PC)
0100dddd111mmmrrr
where dd = destination reg
mmm = source mode = 111
rrr = source reg =010
- LEA_d16PC() - Constructor for class smsqmulator.cpu.instructions.LEA.LEA_d16PC
-
- LEA_d8AnXn - Class in smsqmulator.cpu.instructions.LEA
-
The LEA instruction where source is d8(An,Xn).
0100dddd111mmmrrr
where dd = destination reg
mmm = source mode = 110
rrr = source reg
- LEA_d8AnXn() - Constructor for class smsqmulator.cpu.instructions.LEA.LEA_d8AnXn
-
- LEA_d8PCXn - Class in smsqmulator.cpu.instructions.LEA
-
The LEA instructions where source is d16(PC)
0100dddd111mmmrrr
where dd = destination reg
mmm = source mode = 111
rrr = source reg =011
- LEA_d8PCXn() - Constructor for class smsqmulator.cpu.instructions.LEA.LEA_d8PCXn
-
- LEA_L - Class in smsqmulator.cpu.instructions.LEA
-
The LEA instructions where source is .L absolute.
0100dddd111mmmrrr
where dd = destination reg
mmm = source mode = 111
rrr = source reg =001
- LEA_L() - Constructor for class smsqmulator.cpu.instructions.LEA.LEA_L
-
- LEA_W - Class in smsqmulator.cpu.instructions.LEA
-
The LEA instructions where source is .W absolute.
0100dddd111mmmrrr
where dd = destination reg
mmm = source mode = 111
rrr = source reg =000
- LEA_W() - Constructor for class smsqmulator.cpu.instructions.LEA.LEA_W
-
- LINK - Class in smsqmulator.cpu.instructions
-
The LINK instruction in all of its variants.
- LINK() - Constructor for class smsqmulator.cpu.instructions.LINK
-
- LINKAGE_BOOT_DEVICE - Static variable in class smsqmulator.Types
-
- LINKAGE_FLP_USE - Static variable in class smsqmulator.Types
-
- LINKAGE_KBD - Static variable in class smsqmulator.Types
-
- LINKAGE_LENGTH - Static variable in class smsqmulator.Types
-
- LINKAGE_MEM_USE - Static variable in class smsqmulator.Types
-
- LINKAGE_MOUSEBTN - Static variable in class smsqmulator.Types
-
- LINKAGE_MOUSEPOS - Static variable in class smsqmulator.Types
-
- LINKAGE_MOUSEREL - Static variable in class smsqmulator.Types
-
- LINKAGE_NFA_USE - Static variable in class smsqmulator.Types
-
- LINKAGE_RANDOM - Static variable in class smsqmulator.Types
-
- LINKAGE_RTC - Static variable in class smsqmulator.Types
-
- LINKAGE_SCREEN_LINE_SIZE - Static variable in class smsqmulator.Types
-
- LINKAGE_SCREEN_XSIZE - Static variable in class smsqmulator.Types
-
- LINKAGE_SCREEN_YSIZE - Static variable in class smsqmulator.Types
-
- LINKAGE_SCREENBASE - Static variable in class smsqmulator.Types
-
- LINKAGE_SCREENSIZE - Static variable in class smsqmulator.Types
-
- LINKAGE_SFA_USE - Static variable in class smsqmulator.Types
-
- LINKAGE_WIN_USE - Static variable in class smsqmulator.Types
-
- listen(MC68000Cpu) - Method in class smsqmulator.IPSocket
-
Makes an existing socket a "listening" one.
.
- loadRom(File) - Method in class smsqmulator.Monitor
-
Loads a rom image.
- loadRom(String, URL) - Method in class smsqmulator.Monitor
-
Loads a rom image by calling the appropriate routine of the CPU object.
- loadRomImage(String, URL) - Method in class smsqmulator.cpu.MC68000Cpu
-
Loads a rom image into the address space.
- Localization - Class in smsqmulator
-
This is the localization class, which contains strings in different languages.
- Localization() - Constructor for class smsqmulator.Localization
-
Creates the object and tries to set the language to the current locale.
- Localization(int) - Constructor for class smsqmulator.Localization
-
Creates the object and tries to set the language to the chosen language.
- lostOwnership(Clipboard, Transferable) - Method in class smsqmulator.ClipBoardXfer
-
Not needed here.
- LOWER_CASE - Static variable in class smsqmulator.WinDrive
-
Array for converting QL chars into lower case see : util_cv_locas_asm
- LSLimm - Class in smsqmulator.cpu.instructions.LSL
-
- LSLimm() - Constructor for class smsqmulator.cpu.instructions.LSL.LSLimm
-
- LSLmem - Class in smsqmulator.cpu.instructions.LSL
-
- LSLmem() - Constructor for class smsqmulator.cpu.instructions.LSL.LSLmem
-
- LSLreg - Class in smsqmulator.cpu.instructions.LSL
-
- LSLreg() - Constructor for class smsqmulator.cpu.instructions.LSL.LSLreg
-
- LSRimm - Class in smsqmulator.cpu.instructions.LSR
-
- LSRimm() - Constructor for class smsqmulator.cpu.instructions.LSR.LSRimm
-
- LSRmem - Class in smsqmulator.cpu.instructions.LSR
-
- LSRmem() - Constructor for class smsqmulator.cpu.instructions.LSR.LSRmem
-
- LSRreg - Class in smsqmulator.cpu.instructions.LSR
-
- LSRreg() - Constructor for class smsqmulator.cpu.instructions.LSR.LSRreg
-