Files
RustIJVM/files/advanced/teststack.jas

12 lines
100 B
Plaintext

.main
BIPUSH 0x1
L1:
BIPUSH 0x2
GOTO L1
BIPUSH 0x4
OUT
HALT
.end-main