BEEP-8 SDK 1.0.0
Loading...
Searching...
No Matches
_b8PpuJmp Struct Reference

Structure representing a jump command for the PPU (Pixel Processing Unit). More...

#include <ppu.h>

Public Attributes

unsigned cpuaddr4: 24
 
unsigned code: 8
 

Detailed Description

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.

Member Data Documentation

◆ code

unsigned _b8PpuJmp::code

Command code for the jump operation.

◆ cpuaddr4

unsigned _b8PpuJmp::cpuaddr4

Target CPU address in words (4 bytes).


The documentation for this struct was generated from the following file: