scotws / TaliForth2

A Subroutine Threaded Code (STC) ANS-like Forth for the 65c02
Other
86 stars 23 forks source link

Convert ?DO runtime from JSR to assembler for speed #233

Open scotws opened 5 years ago

scotws commented 5 years ago

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.