Added a third field to the pseudos indicating the type(s) of argument(s).
New types are: t cst {0,1} a par v val e dlb Also added : ?, * and +, having the usual regular expression meaning.
This commit is contained in:
parent
f0cb9591ec
commit
0f84a92306
24
etc/em_table
24
etc/em_table
|
@ -26,18 +26,18 @@ ucon 252
|
||||||
fcon 253
|
fcon 253
|
||||||
cend 255
|
cend 255
|
||||||
|
|
||||||
bss 0
|
bss 0 nvt
|
||||||
con 1
|
con 1 a+
|
||||||
end 2
|
end 2 n?
|
||||||
exa 3
|
exa 3 e
|
||||||
exc 4
|
exc 4 nn
|
||||||
exp 5
|
exp 5 p
|
||||||
hol 6
|
hol 6 nvt
|
||||||
ina 7
|
ina 7 e
|
||||||
inp 8
|
inp 8 p
|
||||||
mes 9
|
mes 9 na*
|
||||||
pro 10
|
pro 10 pn?
|
||||||
rom 11
|
rom 11 a+
|
||||||
|
|
||||||
aar w- -p-a-p+p
|
aar w- -p-a-p+p
|
||||||
adf w- -a-a+a
|
adf w- -a-a+a
|
||||||
|
|
Loading…
Reference in a new issue