R
Analyzed about 1 month ago
RAVM is a set of tools designed to help teach assembly level programming to students. It consists of a Virtual Machine implemented in software, with an instruction set that mimics many of the conventions in 32-bit x86 assembly, and a corresponding assembler. The virtual machine is referred to as the
... [More]
RAVM, and the assembler as the RAVM Assembler (yes, we know that's assembler twice). [Less]