$\require{cancel}$

Some Programs

  •  0 TOP:  jz   DONE           89
     1       load 14             1e
     2       out                 e0
     3       add 1               2d
     4       store 14            4e
     5       load 15             1f
     6       sub 1               3d
     7       store 15            4f
     8       j top               60
     9 DONE: load 14             1e 
    10       output              e0
    11       halt                f0
    12   
    13   1
    14   0
    15  10
    
    0x89 0x1e 0xe0 0x2d 0x4e 0x1f 0x3d 0x4f 0x60 0x1e 0xe0 0xf0 0 1 0 10