Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
.byte 0xFF
|
||||
.align 4
|
||||
.word 0xFFFF
|
||||
.align 4
|
||||
.long 0xFFFFFFFF
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
main:
|
||||
ADR r1,TestData ;load the address TestData
|
||||
LDRB r0,[r1] ;loads 0x000000EF into r0 (assuming the CPU is operating as little-endian, otherwise it will load 0x000000DE)
|
||||
BX LR
|
||||
TestData:
|
||||
.long 0xDEADBEEF
|
||||
Loading…
Add table
Add a link
Reference in a new issue