include "include/memory-map.txt"
_start:
call read_char
call write_char
jump _start
include "lib/rs232.txt"