| version 1.113, Thu Jan 2 16:48:12 2003 UTC | version 1.114, Tue Jan 7 22:38:36 2003 UTC | ||
|---|---|---|---|
|
|
||
| decompile-prim ( a_code -- a_prim ) gforth-internal decompile_prim | decompile-prim ( a_code -- a_prim ) gforth-internal decompile_prim | ||
| ""a_prim is the code address of the primitive that has been | ""a_prim is the code address of the primitive that has been | ||
| compile_prim1ed to a_code"" | compile_prim1ed to a_code"" | ||
| a_prim = decompile_code(a_code); | a_prim = (Label)decompile_code((Label)a_code); | ||
| \+ | \+ | ||
|
||||||||
|
CVS Admin Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |