mirror of
https://github.com/handsomezhuzhu/2025-yatcpu.git
synced 2026-02-21 04:20:14 +00:00
lab4 tutorial updated and imported some docs from orginal YatCPU docs
This commit is contained in:
@@ -19,4 +19,6 @@ int fib(int a) {
|
||||
|
||||
int main() {
|
||||
*(int *)(4) = fib(10);
|
||||
*(int*)(0) = 0xbabecafe; // anchor for program finished
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user