Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LC-3

LC-3 emulator in rust.

Usage

  • Load program in the hex (0x...) or the binary (0b...) text format.

    cat some_program.txt | cargo run

TODO

  • load bin format file.
  • more I/O feature.
  • complete cpu emulation for previledge and memory management.

Tips

Easily create binary file using xxd.

echo "41 42 00 ff" | xxd -r -p > output.bin 

About

LC-3 emulator in Rust

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages