Crate asmachina

Source
Expand description

Core emulator for Machine W architecture

  • 16-bit word size architecture
  • 2048 words of memory
  • Full instruction set with arithmetic, logic, control flow, and I/O operations
  • Interactive and batch execution modes
  • Debugging support with breakpoints
  • Interrupt handling system

Structs§

MachineW
operating memory (PaO): 2048 words, 16-bit eachregisters: AK (accumulator), L (instruction counter), AD (address), KOD (opcode), WS (stack pointer)execution state and control flagsinterrupt handling system
MachineWState

Enums§

AddressingMode
MachineError