Skip to content

Assembles an Assembly file by generating object code.

Notifications You must be signed in to change notification settings

ahochha/assembler

Repository files navigation

WORK IN PROGRESS

Assembler

The assembler takes in two files. One is an assembly file from the programmer at the command line. The other is a .DAT file that contains all the supported opcodes. The opcodes are read from the file and loaded into a table for storage. The instructions from the assembly file are also loaded into a table for use later when generating object code.

Current Work

After loading data, it will generate object code that gets output as an object file. The object file could then be linked and loaded into memory.

Built With

Languages Used:

  • C++
  • Assembly

Technologies Used:

About

Assembles an Assembly file by generating object code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published