e1
contents ::
  emulator2.c
  e1
  input
  simple

MOV R1, 32
MOV R2, 48
ADD R1, R2, R1

MOV R3, R1
OUT R3
HLT

James Little