Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crab
master
Top Level Namespace
BiosSelection
Config
GBA
GBC
ConfigEditor
Controller
Crab
Emu
Frontend
GB
APU
Cartridge
CGB
CartridgeType
Channel1
Channel2
Channel3
Channel4
CPU
DmgOps
FlagOp
Flags
Group
Operation
Response
FifoPPU
FetchStage
GB
Interrupts
InterruptLine
Joypad
MBC1
MBC2
MBC3
MBC5
Memory
Opcodes
Pixel
PPU
ROM
ScanlinePPU
SoundChannel
Sprite
Timer
VolumeEnvelopeChannel
GBA
APU
ARM
BGR16
BlendMode
Bus
Cartridge
Channel1
Channel2
Channel3
Channel4
Color
CPU
Mode
PSR
DMA
AddressControl
StartTiming
DMAChannels
EEPROM
Size
State
Flash
Command
State
GBA
GPIO
Interrupts
Keypad
MMIO
Pipeline
PPU
Reg
Base16
Base32
BGAFF
BGCNT
BGOFS
BGREF
BLDALPHA
BLDCNT
BLDY
DISPCNT
DISPSTAT
DMACNT
InterruptReg
KEYCNT
KEYINPUT
MOSAIC
SOUNDBIAS
SOUNDCNT_H
SOUNDCNT_L
TMCNT
WAITCNT
WINH
WININ
WINOUT
WINV
RTC
Register
State
SoundChannel
Sprite
SpritePixel
SRAM
Storage
Type
THUMB
Timer
VolumeEnvelopeChannel
Waitloop
AddOffsetToStackPointer
AddSubtract
AluOperations
ConditionalBranch
HighRegBranchExchange
Instruction
LoadAddress
LoadStoreHalfword
LoadStoreImmediateOffset
LoadStoreRegisterOffset
LoadStoreSignExtended
LongBranchLink
MoveCompareAddSubtract
MoveShiftedRegister
MultipleLoadStore
PcRelativeLoad
PushPopRegisters
SoftwareInterrupt
SpRelativeLoadStore
UnconditionalBranch
Unimplemented
GBAController
GBController
HeadlessFrontend
ImGui
FileExplorer
Input
Keybindings
Resolvable
Scheduler
EventType
SDL
Window
SDLOpenGLImGuiFrontend
OpenGLInfo
Shader
StubbedController
Built with Crystal 1.10.0
2023-12-10 00:36:05 UTC
struct
GBA::
Waitloop::
Unimplemented
GBA::Waitloop::Unimplemented
GBA::Waitloop::Instruction
Struct
Value
Object
Defined in:
crab/gba/waitloop.cr
Instance methods inherited from struct
GBA::Waitloop::Instruction
initialize
initialize
,
read_bits : UInt16
read_bits
,
read_only?
read_only?
,
write_bits : UInt16
write_bits
Constructor methods inherited from struct
GBA::Waitloop::Instruction
new
new
Class methods inherited from struct
GBA::Waitloop::Instruction
parse?(instruction : UInt16) : Instruction | Nil
parse?