Skip to content
Snippets Groups Projects
Commit dd762063 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

more stuff added

Rev: src/peep.in:1.16
parent 164e379e
No related branches found
No related tags found
No related merge requests found
//
// $Id: peep.in,v 1.15 1998/05/12 23:51:26 hubbe Exp $
// $Id: peep.in,v 1.16 1998/05/13 07:42:50 hubbe Exp $
//
NOP :
......@@ -70,6 +70,9 @@ RETURN !LABEL : RETURN
RETURN_0 !LABEL : RETURN_0
RETURN_1 !LABEL : RETURN_1
RETURN_LOCAL !LABEL : RETURN_LOCAL($1a)
APPLY_AND_RETURN !LABEL : APPLY_AND_RETURN($1a)
CALL_FUNCTION_AND_RETURN !LABEL : CALL_FUNCTION_AND_RETURN($1a)
CALL_LFUN_AND_RETURN !LABEL : CALL_LFUN_AND_RETURN($1a)
BRANCH LABEL ($1a) : LABEL ($1a)
LOCAL_LVALUE INC : INC_LOCAL ($1a)
......@@ -238,3 +241,6 @@ SIZEOF CONST1 BRANCH_WHEN_LT : SIZEOF BRANCH_WHEN_ZERO ($3a)
SIZEOF_LOCAL CONST1 BRANCH_WHEN_LT : SIZEOF BRANCH_WHEN_ZERO ($3a)
SIZEOF CONST0 BRANCH_WHEN_LE : SIZEOF BRANCH_WHEN_ZERO ($3a)
SIZEOF_LOCAL CONST0 BRANCH_WHEN_LE : SIZEOF BRANCH_WHEN_ZERO ($3a)
CLEAR_LOCAL DEC_LOCAL_AND_POP($1a) : CONST_1 ASSIGN_LOCAL_AND_POP($1a)
CLEAR_LOCAL INC_LOCAL_AND_POP($1a) : CONST1 ASSIGN_LOCAL_AND_POP($1a)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment