some small changes, asm() yields error message

This commit is contained in:
dick
1986-12-13 20:57:40 +00:00
parent 013f816c6c
commit 62e81f1292
5 changed files with 44 additions and 40 deletions

View File

@@ -393,6 +393,6 @@ asm_statement
}
')'
';'
{ asm_seen(asm_bts, asm_len);
{ code_asm(asm_bts, asm_len);
}
;