paulusB

MrPLC Member
  • Content count

    9
  • Joined

  • Last visited

Status Updates posted by paulusB

  1. Hello, just read an old post from you regarding sum floating points.

    " You are welcome. And just for laughs here is how to add 25 words of FLOAT [4 WORD at a time]. Note that the index register is double incremented twice, once in the +F +D instruction and immediately afterwards with an output instruction. This moves the index pointer four words for each pass of the FOR/NEXT routine. First pass D100, Second pass D104 etc. etc. SUM FLOAT.pdf Edited 29 Sep 2011 by BITS N BYTES "

    Would love to see how you solved this