Skip to content

This program reads ARMv8 commands and translates them to how they would be viewed in 32 bit binary numbers. It is written in Java and uses string manipulation

Notifications You must be signed in to change notification settings

mattmacfadyen96/ARMv8-Compiler

Repository files navigation

------------------------------------------------------------------------
This project is to compile ARM assembly code and convert it into 
the binary opcodes that represent the statement executions. 
I used Java to do the string manipulation of all of the binary.
------------------------------------------------------------------------

PROJECT TITLE: ARMv8-Compiler
PURPOSE OF PROJECT:
VERSION or DATE: 1.0
HOW TO START THIS PROJECT:
AUTHORS: Matthew MacFadyen
USER INSTRUCTIONS: Run the driver

About

This program reads ARMv8 commands and translates them to how they would be viewed in 32 bit binary numbers. It is written in Java and uses string manipulation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages