Prev: 47143 Up: Map Next: 47162
47154: Print the name of the current command
Used by the routine at 46902.
47154 LD A,(23716) Load A with index of Current Command
47157 ADD A,234 Add 234 (as 234 is the index of the first of the list of command names in the common words table)
47159 JP 47049 Print an entry (A) from the common words table
Prev: 47143 Up: Map Next: 47162