rf-web/vendor/bundle/gems/rouge-3.12.0/lib/rouge/demos/armasm

13 lines
268 B
Plaintext
Raw Normal View History

2019-10-21 08:18:17 +00:00
GET common.s
RetVal * 0x123 :SHL: 4
AREA |Area$$Name|, CODE, READONLY
MyFunction ROUT ; This is a comment
ASSERT RetVal <> 0
1 MOVW r0, #RetVal
BX lr
END