7 lines
82 B
Text
7 lines
82 B
Text
string 0;
|
|
char S;
|
|
[S:= "ls";
|
|
asm { ldr r0, S
|
|
bl system
|
|
}
|
|
]
|