#include "copyright.h"#include "machine.h"#include "addrspace.h"#include "system.h"Go to the source code of this file.
Functions | |
| unsigned int | WordToHost (unsigned int word) |
| unsigned short | ShortToHost (unsigned short shortword) |
| unsigned int | WordToMachine (unsigned int word) |
| unsigned short | ShortToMachine (unsigned short shortword) |
|
|
Definition at line 56 of file translate.cc. Referenced by Machine::ReadMem(), and ShortToMachine().
|
|
|
Definition at line 71 of file translate.cc. References ShortToHost(). Referenced by Machine::WriteMem().
|
|
|
Definition at line 42 of file translate.cc. Referenced by Machine::ReadMem(), and WordToMachine().
|
|
|
Definition at line 68 of file translate.cc. References WordToHost(). Referenced by Machine::WriteMem().
|
1.3.8