Project Description

Demonstrate your knowledge with the ARMv8 by creating a program to convert assembly code to binary.

Project Details

  • Create a user interface to upload and convert a file
  • Account for comments, blank lines, multiple commands on one line, and ignore user formatting
  • Output a file of binary code

Available Commands

exit — Quit Program

viewlog — Open Logfile

To use this Assembler

  • Run the main method located in the Driver Class.
  • Enter the file name (without the “.txt”) of the file containing assembly code.
  • Name the output file the translated code will print to.
    • This is also where an above command can be entered
  • Press enter and the translation will begin