7 lines
172 B
Text
7 lines
172 B
Text
/* ARM assembly Raspberry PI comment one line */
|
|
/* comment line 1
|
|
comment line 2
|
|
*/
|
|
|
|
mov r0,#0 @ this comment on end of line
|
|
mov r1,#0 // authorized comment
|