IUCompilerCourse / public-student-support-code

Public helper code for p423/p523 students (Racket)
MIT License
154 stars 67 forks source link

Add popq pushq instructions #6

Closed ksromanov closed 2 years ago

ksromanov commented 2 years ago

This PR adds missing Popq and Pushq instructions support for Chapter 2 of the book

As usual, please feel free to rewrite these changes and close the PR.

jsiek commented 2 years ago

It turns out that I handled this in my implementation by using the Instr AST struct instead of creating new structs. I'm going to update the book to reflect that.

Thank you for bringing this inconsistency to my attention!