Skip to content

Implementation of two-pass assembler for fictional architecture. With simple linker and emulator. Written in C++.

Notifications You must be signed in to change notification settings

jovanstevanovic/assembler-linker-and-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Assembler, Linker, and Emulator

Assembler & Linker: I designed a two-pass assembler and linker to convert assembly code into executable machine code seamlessly. This involved parsing, symbol resolution, and code generation.

Emulator: In addition, I developed an emulator that replicated the behavior of the fictional architecture. This allowed for program testing and execution within a simulated environment.

About

Implementation of two-pass assembler for fictional architecture. With simple linker and emulator. Written in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages