Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.
/ ArmEmulatorJava Public archive

ARMv5 emulator(or more simulator) written in java [work in progress]

Notifications You must be signed in to change notification settings

MrDiver/ArmEmulatorJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ARMv5 Emulator in Java

The purpose of this project is to implement a fully functional ARMv5 Emulator (maybe just a simulator in the end) in Java.

It should parse ARM Assembler files and execute them

Current instruction set

MOV|MVN|CMP|CMN|TST|TEQ|ADD|SUB|RSB|ADC|SBC|RSC|AND|BIC|EOR|ORR

known issues

  • Grammar can't accept inline shifts with LSL#2 without a space

planned features

  • A GUI for interaction with the processor and loading files
  • A debugger with breakpoints

Releases

No releases published

Packages

No packages published