Files
assembly-graphics/stage2/.vscode/tasks.json
iDunnoDev fe2e14921a Added stage 2 of the assessment with stack management
Changed Stage 1 to use full registers and the si register instead of splitting them
2022-11-05 23:34:34 +00:00

13 lines
320 B
JSON

{
// 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": []
}
]
}