CPU
CPU Struct Reference

< Describes CPU with its stack, registers and RAM More...

#include <cpu.h>

Public Attributes

Stack data_stack
 
cpu_operand_t reg [4] = {}
 
cpu_operand_tram_ptr = NULL
 

Detailed Description

< Describes CPU with its stack, registers and RAM

Member Data Documentation

◆ data_stack

Stack CPU::data_stack

◆ ram_ptr

cpu_operand_t* CPU::ram_ptr = NULL

◆ reg

cpu_operand_t CPU::reg[4] = {}

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