This is a simple simulator of a simple form of Assembler.
An assembly language (or assembler language) is a low-level programming language for a computer, or other programmable device, in which there is a very strong (generally one-to-one) correspondence between the language and the architecture's machine code instructions.
You will get into the coding with assembler with this easy form of assembler language. EPX64 just have ten data registers and not any address registers!
This assembler is simulating a modern 64-bit CPU (Central Processing Unit) with a low level and simple RAM (Random Access Memory) with a capacity of max 128 Kilobyte (131.072 Bytes).
The memory is divided into 16.384 addresses with 64-bit memory cells (Long-Integer btw. Int64).
Features
- Assembler language
- Simulator
- Emulator
- EPX64