
%include "CONSTANTS.h"


section .data
    state: dq 0

section .bss

section .text

global GetChar
global GetWord
global GetLine
