cachesim
A cache simulator
Data Fields
MemoryCell Struct Reference

Описание ячейки памяти More...

#include <common.h>

Data Fields

unsigned char value
 Значение ячейки
unsigned char flags
 0, если значение не известно (начальное состояние), 1, если значение известно

Detailed Description

Описание ячейки памяти

Одна ячейка памяти (один байт)

Definition at line 17 of file common.h.


Field Documentation

unsigned char flags

0, если значение не известно (начальное состояние), 1, если значение известно

Definition at line 20 of file common.h.

unsigned char value

Значение ячейки

Definition at line 19 of file common.h.


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