Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
;this example uses VASM syntax, your assembler may not use the # before constants or the semicolon for comments
|
||||
MOV R1,#0x04000000
|
||||
MOV R0,#0x403
|
||||
STR R0,[R1] ;store 0x403 into memory address 0x04000000.
|
||||
Loading…
Add table
Add a link
Reference in a new issue