mirror of
https://github.com/hazemKrimi/jack-vm-translator.git
synced 2026-05-01 18:00:27 +00:00
Assignment comment
This commit is contained in:
@@ -15,6 +15,11 @@ enum Segment
|
|||||||
TEMP,
|
TEMP,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// TODO: Complete implementing these
|
||||||
|
// Memory access commands: push, pop
|
||||||
|
// Arithmetic commands: add, sub, neg
|
||||||
|
// Logical commands: eq, gt, lt, and, or, not
|
||||||
|
|
||||||
class Code
|
class Code
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
|
|||||||
Reference in New Issue
Block a user