Skip to content

An emulator and assembler for a subset of the ARM 11 instruction set, written in Rust.

Notifications You must be signed in to change notification settings

ashvin021/arm11-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arm11-rust

An emulator and assembler for a subset of the ARM 11 instruction set, written in Rust. 🦀

Usage

To run the emulator or assembler with cargo, use one of the following:

$ cargo run --release --bin assemble <source> <output>
$ cargo run --release --bin emulate <binary>

About

An emulator and assembler for a subset of the ARM 11 instruction set, written in Rust.

Topics

Resources

Stars

Watchers

Forks

Languages