baremetal: aarch64 semihosting exit

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-09-23 17:30:53 +01:00
parent f90e69045a
commit c53ccb0278
7 changed files with 65 additions and 20 deletions

View File

@@ -819,6 +819,11 @@ auto_reset_addr_64 = True
That patch breaks `--arch arm`, so don't forget to remove it if you want to go back to it.
When doing bare metal programming, it is likely that you will want to learn assembly language basics. Have a look at these tutorials for the userland part:
* https://github.com/cirosantilli/x86-assembly-cheat
* https://github.com/cirosantilli/arm-assembly-cheat
For more information on baremetal, see the section: <<baremetal>>. The following subjects are particularly important:
* <<tracing>>