Assignment comment

This commit is contained in:
Hazem Krimi
2024-04-15 20:08:33 +01:00
parent e4df3a4500
commit ed27ad8c3b
+5
View File
@@ -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: