MasAsm C preproccescor for gcc 
written by Jared Bruni
www.LostSideDead.com
------------------------------

to  use simply go to the command line and go

masasm sourcefile.masasm outputexe.exe

instruction list
------------
mov 
print
input 
pause 
return
inc 
dec 
add 
sub
mul
div
and
or
xor
not
cmp
jmp
jne
je
jge
jg
jl
jle

--
body of mas program

--


mas ProgramName {

var {

var& integer := 0

}

begin {

start:



}

}



