Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Program refuses to compile
#5
A comment errata:


"__LMULLOOP:
jr nc,__LMULNOADD ; JP is 2 cycles faster than JR. Since it's inside a LOOP
; it can save up to 33 * 2 = 66 cycles
; But JR if 3 cycles faster if JUMP not taken!
add hl,de ; result += mpd"

From mult32. It should read: But JR is 3 cycles faster if JUMP not taken!
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)