Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UlpEmu ¶
type UlpEmu struct { R [4]uint16 // registers R0 through R3 Overflow bool // overflow flag Zero bool // zero flag SC uint8 // stage count register Memory [8176 / 4]uint32 // memory visible to the ulp IP uint16 // instruction pointer Wake bool // esp32 wake indicator // contains filtered or unexported fields }
func (*UlpEmu) DecodeExecute ¶
func (*UlpEmu) LoadBinary ¶
func (*UlpEmu) RunWithSystem ¶
Click to show internal directories.
Click to hide internal directories.