Subastra
Loading...
Searching...
No Matches
Data Fields
chip_t Struct Reference

#include <chip.h>

Collaboration diagram for chip_t:
Collaboration graph
[legend]

Data Fields

chip_memory_callback_node_tmemory_callback
 
chip_external_call_f external_call
 
void * userdata
 
u32 quota
 
bool halted
 
bytememory
 
u16 pc
 
byte ac
 
byte x
 
byte y
 
byte sr
 
byte sp
 

Field Documentation

◆ ac

byte ac

◆ external_call

chip_external_call_f external_call

◆ halted

bool halted

◆ memory

byte* memory

◆ memory_callback

chip_memory_callback_node_t* memory_callback

◆ pc

u16 pc

◆ quota

u32 quota

◆ sp

byte sp

◆ sr

byte sr

◆ userdata

void* userdata

◆ x

byte x

◆ y

byte y