
; input string

.code 0
  trap r0 #4    ; input
  trap r28 #3   ; print string
  trap r0 #0
.data 200
.end
