In `question_do_runtime` of **?do** (about line 3211 in `native_words.asm`), there are the two jumps ``` jsr xt_two_dup jsr xt_equal ``` that should be converted to lower-level assembler for speed.
In
question_do_runtimeof ?do (about line 3211 innative_words.asm), there are the two jumpsthat should be converted to lower-level assembler for speed.