YACASL2
Data Fields
CPU Struct Reference

COMET IIのCPUを表すデータ型 More...

#include <struct.h>

Collaboration diagram for CPU:

Data Fields

WORD gr [GRSIZE]
 
WORD sp
 
WORD pr
 
WORD fr
 

Detailed Description

COMET IIのCPUを表すデータ型

Definition at line 35 of file struct.h.

Field Documentation

◆ fr

WORD CPU::fr

フラグレジスタ

Definition at line 39 of file struct.h.

◆ gr

WORD CPU::gr[GRSIZE]

汎用レジスタ

Definition at line 36 of file struct.h.

◆ pr

WORD CPU::pr

プログラムレジスタ

Definition at line 38 of file struct.h.

◆ sp

WORD CPU::sp

スタックポインタ

Definition at line 37 of file struct.h.


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