work on chapter 2

master
polymurph 4 years ago
parent 1aabd88ac2
commit 7bac7c2378

File diff suppressed because one or more lines are too long

Binary file not shown.

@ -13,5 +13,9 @@ qemu-system-arm -M vexpress-a9 -m 32M -no-reboot -nographic -monitor telnet:127.
Telenet:
telnet localhost 1234
in qemu:
info registers
xp /4w 0x100000
Helpfull tools for visual code:
hexdump -> right click on .bin file and show hexdump

@ -1,4 +1,5 @@
str1: .word 0xDEADBEEF
ldr r2,str1
b .
str1: .word 0xDEADBEEF
Loading…
Cancel
Save