11#lang scribble/manual
22@(require "../defns.rkt " )
3- @title[#:tag "Assignment 2 " #:style 'unnumbered ]{Assignment 2: a86 Primer }
3+ @title[#:tag "Assignment 2 " #:style 'unnumbered ]{Assignment 2: Assembly primer }
44
55@bold{Due: @assign-deadline[2 ]}
66
@@ -10,13 +10,14 @@ The goal of this assignment is to gain practice programming in a86.
1010you'd like on this assignment, but each person must submit their
1111@tt{submit.zip} file on Gradescope.
1212
13- You are given a @tt{a86-basics.zip} file (on ELMS under "Files " ), that
14- contains a README, a Makefile, and a number of Racket modules. In
15- each module there are several ``stubs,'' i.e. incomplete definitions
16- with type signatures, descriptions, and a small set of tests. Each
17- definition has a bogus (but type correct) body marked with a ``TODO''
18- comment. Your job is to replace each of these expressions with a
19- correct implementation of the a86 code.
13+ You are given a @tt{a86-basics.zip} file (in ELMS, linked in the
14+ description for Assignment 1 ), that contains a README, a Makefile, and
15+ a number of Racket modules. In each module there are several
16+ ``stubs,'' i.e. incomplete definitions with type signatures,
17+ descriptions, and a small set of tests. Each definition has a bogus
18+ (but type correct) body marked with a ``TODO'' comment. Your job is
19+ to replace each of these expressions with a correct implementation of
20+ the a86 code.
2021
2122Make sure you do not rename any files. Also make sure not to change
2223the name or signature of any definition given to you. You may add any
0 commit comments