Shop OBEX P1 Docs P2 Docs Learn Events
BS2 Instruction - How many Clock Cycles — Parallax Forums

BS2 Instruction - How many Clock Cycles

Mike GMike G Posts: 2,702
edited 2011-03-18 07:07 in BASIC Stamp
Is there a resource that shows how many clock cycles it takes for a BS2 to execute a command or a time estimate?

For example
FOR counter = 0 to Timer
  IF INA = 10 THEN GOTO LogicBlock
NEXT

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2011-03-18 07:07
    There is no resource that gives that sort of detail. The best available is at http://www.emesystems.com. Use the "app-notes" link at the bottom of the page. This website is a rich resource of information about the Stamps.
Sign In or Register to comment.