CS153/hw2
jmug cfe502c598 Add all the assignment code.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
2025-01-24 18:59:28 -08:00
..
.devcontainer Add all the assignment code. 2025-01-24 18:59:28 -08:00
bin Add all the assignment code. 2025-01-24 18:59:28 -08:00
lib Add all the assignment code. 2025-01-24 18:59:28 -08:00
test Add all the assignment code. 2025-01-24 18:59:28 -08:00
.gitignore Add all the assignment code. 2025-01-24 18:59:28 -08:00
.ocamlformat Add all the assignment code. 2025-01-24 18:59:28 -08:00
.ocamlinit Add all the assignment code. 2025-01-24 18:59:28 -08:00
dune-project Add all the assignment code. 2025-01-24 18:59:28 -08:00
hw2.opam Add all the assignment code. 2025-01-24 18:59:28 -08:00
Makefile Add all the assignment code. 2025-01-24 18:59:28 -08:00
README.md Add all the assignment code. 2025-01-24 18:59:28 -08:00
submit_zip_contents.txt Add all the assignment code. 2025-01-24 18:59:28 -08:00

HW2: x86lite simulator

Quick Start:

  1. clone this repository using git clone
  2. open the folder in VSCode (it will prompt you to "Reopen in dev container" -- do that)
  3. start an OCaml sandbox terminal
  4. run make test from the command line
  5. open bin/simulator.ml

See the general toolchain and project instructions on the course web site. The course web pages have a link to the html version of the homework instructions.