small update to instruction name
This commit is contained in:
parent
d70cb39c1d
commit
f4100a8095
@ -161,7 +161,7 @@ typedef enum {
|
|||||||
|
|
||||||
Types of possible YAAM instructions.
|
Types of possible YAAM instructions.
|
||||||
|
|
||||||
The meaning of the symbols in a abstract machine instruction is:
|
The meaning and type of the symbols in a abstract machine instruction is:
|
||||||
|
|
||||||
b: arity (Int)
|
b: arity (Int)
|
||||||
b: bitmap (CELL *)
|
b: bitmap (CELL *)
|
||||||
@ -170,7 +170,7 @@ typedef enum {
|
|||||||
f: functor
|
f: functor
|
||||||
F: Function, CPredicate
|
F: Function, CPredicate
|
||||||
i: large integer (functor + long)
|
i: large integer (functor + long)
|
||||||
I: index (struct logic_upd_index *)
|
I: logic upd index (struct logic_upd_index *)
|
||||||
l: label, yamop *
|
l: label, yamop *
|
||||||
L: logic upd clause, logic_upd_clause *
|
L: logic upd clause, logic_upd_clause *
|
||||||
m: module, Term
|
m: module, Term
|
||||||
|
Reference in New Issue
Block a user