|
MIXAL
|
The definition of a computer word. More...
#include <cstdint>#include <string>Go to the source code of this file.
Classes | |
| struct | mixal::ComputerWord |
Variables | |
| uint16_t | mixal::CHAR_CODES [] |
| const int32_t | mixal::CHAR_CODES_NUM = 56 |
The definition of a computer word.
Definition in file memory.h.
| uint16_t mixal::CHAR_CODES |
The mapping from a byte to the characters.
Definition at line 9 of file memory.cpp.
Referenced by mixal::ComputerWord::getCharacters(), and mixal::ComputerWord::set().
| const int32_t mixal::CHAR_CODES_NUM = 56 |
The maximum number of characters in the mapping.
Definition at line 17 of file memory.h.
Referenced by mixal::ComputerWord::getCharacters(), and mixal::ComputerWord::set().