This commit is contained in:
Lee Lup Yuen 2023-06-28 17:27:17 +08:00
parent 617469d72d
commit ae740d4e16

View file

@ -299,6 +299,7 @@ At Address `0x4400` `0002` we see a Jump to `FUN_440010c8`...
```text
// Load -13 into Register S4
li s4,-0xd
// Jump to Actual Boot Code
j FUN_440010c8
```