it's not a classic assembler syntax and my language is not
line based: the machine i am programming has several
compute units and multiple address units going
simultaneously, so i adopted a c-like syntax where
whitespace doesn't count. (5-8 lines of source code per
instruction are not uncommon.) hopefully, the pre-compile
approach will buy me decent speed up. many thanks to all!