Skip to content

dennis-chen/arm_emu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arm_assembly_python_transcompiler

Compiles arm assembly language to python and shows you results of running the program by printing the registers after each instruction is executed.

Run "python transcompile.py my_text.txt" to run your arm program, with each command on a different line. Take a look at the iq 30 divide demo for an example. Note that only a subset of arm instructions are currently implemented!

About

emulates very small subset of ARM assembly instructions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages