How to pause in PASM
Millisecond and Microsecond pause routines for PASM
Millisecond and Microsecond pause routines for PASM
Introduction These code snippets put together some previous tips to demonstrate how to pause and toggle pins with PASM! The examples here are deliberately verbose and include comments to describe each line of code, but if you have any questions…
Introduction Both VAR and DAT blocks can be used to define global variables… So what is the difference ? A DAT variable will be global to all instances of the object that defines it. In other words, there’s only one…
Introduction WAITPEQ and WAITPNE are two complimentary commands that pause execution in a cog until I/O pin(s) meet designated state(s). WAITPEQ (WAIT until Pins EQual) pauses the cog until pin/s match, WAITPNE (WAIT until Pins Not Equal) pauses the cog…
Creating Schmitt-Triggered Inputs on the Propeller P8X32A Microcontroller
Coroutines in Propeller Assembly Language
The techniques for calculating and measuring code execution time
Windows installer, libraries and demos for the last P1-only version of Propeller Tool
uSD driver for P2, adapted from excellent P1 code.
A PASM cog-based driver for one or two strings of addressable RGB or RGBW LEDs