objvm - code - add.0asm

0xAC 0xCA ; file type header
0x00 0x00 ; file subtype important to VM

; code size to allocate. can be bigger than file
; but will not pad file to the size
0x11 0x11

; unused padding to start code segment at 0x16
0x00 0x00
0x00 0x00
0x00 0x00
0x00 0x00
0x00 0x00

; code
0x20  ; PUSH
0x00  ; CONSTANT
0x40  ; 0x40

0x20  ; PUSH
0x00  ; CONSTANT
0x2a  ; 0x2a

0x12  ; ADD
0xFD  ; DEBUG_OP
0x00  ; HLT