SimpleServo.tps 180 B

12345678910111213
  1. :loop
  2. ; Zeilen kommentar
  3. NOP
  4. PORT 5
  5. WAIT 200ms
  6. /*
  7. block Kommentar
  8. */
  9. PORT 0x0F
  10. WAIT 200ms ; inline Kommentar
  11. NOP
  12. RJMP :loop
  13. JMP 0x08 ;this will cause an syntax error