Assembler.rkt is a program written in the functional programming language "Racket" that implements an assembler and simulator. Assembler.rkt is adapted from a class project and is designed to simulate the effects of executing assembly code on RAM.
In order to use download DrRacket and click "Run." Examples of how the code are commented above each function implemented in the code.