|
@@ -106,6 +106,7 @@ begin
|
|
case txt[1] of
|
|
case txt[1] of
|
|
'a':
|
|
'a':
|
|
if txt='anyfunc' then entity:=weFuncRef
|
|
if txt='anyfunc' then entity:=weFuncRef
|
|
|
|
+ else if txt = 'align' then entity:=weAlign
|
|
else if TextToInst(txt, instByte) then entity:=weInstr;
|
|
else if TextToInst(txt, instByte) then entity:=weInstr;
|
|
'd':
|
|
'd':
|
|
if txt=KEY_DATA then entity:=weData
|
|
if txt=KEY_DATA then entity:=weData
|