Basic Romasm

Binary-like operations using Roman numerals

Overview

Basic Romasm is the original concept: a binary-like system where Roman numerals represent register states. This is different from the Romasm Assembly Language used throughout the project.

Concept

In Basic Romasm, Roman symbols (I, V, X, L, C, D, M) can be "on" or "off" in registers, similar to bits in binary. This forms the conceptual foundation that evolved into the full Assembly Language.

Try It

Experiment on the Basic Romasm page.

Related