Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.03 KB

File metadata and controls

20 lines (11 loc) · 1.03 KB

Viso-Fox

Viso-Fox is a hypothetical ISA designed to be simple and easy to understand inspired by retro systems. It is a 64-bit addressing space where each instruction is 64 to 256 bits long, depending on the instruction type. The architecture supports a variety of instructions including arithmetic, logical, control flow, and memory operations.

Documentation

Tooling

See tools/ directory contains utilities such as a ROM disassembler.

Examples

See examples/ directory for example assembly programs and their outputs.

Licence

This project is licensed under the Apache License Version 2.0. See the LICENSE file for details. Third-party libraries may have their own licenses.