Added stage 2 of the assessment with stack management

Changed Stage 1 to use full registers and the si register instead of splitting them
This commit is contained in:
iDunnoDev
2022-11-05 23:34:34 +00:00
committed by iDunnoDev
parent d7f3c20324
commit fe2e14921a
19 changed files with 585 additions and 60 deletions

13
stage2/.vscode/tasks.json vendored Normal file
View File

@ -0,0 +1,13 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Build and QEMU",
"type": "shell",
"command": "make qemu",
"problemMatcher": []
}
]
}