mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
15 lines
117 B
Text
15 lines
117 B
Text
![]() |
var a[10000]
|
||
|
var i
|
||
|
push 10000
|
||
|
pop $i
|
||
|
:start
|
||
|
push $i
|
||
|
dec
|
||
|
pop $i
|
||
|
push $i
|
||
|
pop $a[i]
|
||
|
push $i
|
||
|
branch_not_zero start
|
||
|
halt
|
||
|
|