3 lines
98 B
Text
3 lines
98 B
Text
.equ myVariable,0x00100000
|
|
mov r0,#myVariable
|
|
bl printLong ;unimplemented printing routine
|