LITERALS ----------------------------------------------------------------------------
Four things not yet mentioned:
(4) How do you compile a function which does anything except call other functions?
e
: DOUBLE 2 * ;
+---------------------------+-------+-------+-------+-------+-------+
| (usual header of DOUBLE) | DOCOL | LIT | 2 | * | EXIT |
+---------------------------+-------+-------+-------+-------+-------+
^
+- %esi
28