[EMAIL PROTECTED] wrote:


error:imcc:iANY file sub.imc line 36: op not found 'set_ic_ic'

2 "mistakes" here:
- branches between subs are not subject to fixup
- x is not declared in here:


.sub __ANON_BLOCK__1 set x, 42 # x = 42

A .sub is a unit which is parsed/compiled in one piece. As I already wrote: for your code put one .sub at the begin and one .end at the end - that's all.

To see, what the parser thinks run: imcc -y x.imc 2>&1 | less

leo

Reply via email to