/usr/share/doc/apoo/examples/test1.apoo is in apoo 2.2-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | a: const 1
b: const 2
c: const 3
m: mem 2
n: mem 1
load a R1
load b R2
load c R3
loadn m R4
storei R1 R4
inc R4
storei R2 R4
store R3 n
halt
|