lab4 tutorial updated and imported some docs from orginal YatCPU docs

This commit is contained in:
PurplePower
2025-08-25 22:03:10 +08:00
parent bd3a38a3c1
commit aaa87c1fdf
121 changed files with 2368 additions and 163 deletions

View File

@@ -19,4 +19,6 @@ int fib(int a) {
int main() {
*(int *)(4) = fib(10);
*(int*)(0) = 0xbabecafe; // anchor for program finished
return 0;
}