BEEP-8 SDK 1.0.0
|
Structure representing a jump command for the PPU (Pixel Processing Unit). More...
#include <ppu.h>
Public Attributes | |
unsigned | cpuaddr4: 24 |
unsigned | code: 8 |
Structure representing a jump command for the PPU (Pixel Processing Unit).
In the BEEP-8 system, the PPU parses drawing commands located at consecutive addresses. Similar to the CPU's JMP instruction, this command allows the PPU to jump to a different address.
unsigned _b8PpuJmp::code |
Command code for the jump operation.
unsigned _b8PpuJmp::cpuaddr4 |
Target CPU address in words (4 bytes).