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