After a brief Google search on the term 'moogy', I now fully understand references made in this thread...
And I laugh...and continue...
I now have my own vision...of a primate launching high velocity fecal matter...very similar to your 'moogy' and particle accelerator theory.
From the website:
This demo version of PICBASIC PRO™ Compiler supports a limited number of PICmicro® MCUs and is limited to 31 lines of source code (comments and whitespace are not counted). You may use this download to evaluate the compiler before purchasing the full version.
Demo version PICmicro® MCU support:
PIC12F683, 16F627(A), 16F628(A), 16F84(A), 16F688, 16F690, 16F870, 16F871, 16F872, 16F873(A), 16F874(A), 16F876(A), 16F877(A)
PICBASIC
Limited to first 2K code space.
Interrupt handlers must be Assembly language.
Uses Peek and Poke commands to access internal registers and move contents to and from pre-defined variables.
Some built-in commands can only be used on PortB, PortC or GPIO. While all ports may be accessed with Peek and Poke, some aren't available for commands like Serout, Pulsin, etc.
Clock speed pre-defined at 4MHz.
BASIC Stamp I compatible variable names pre-defined.
Most 14-bit core PICmicro® MCUs supported.
PICBASIC PRO
Uses all available code space.
Interrupt handler routines may be either PICBASIC PRO or Assembly.
Internal register names may be used directly, even in calculations and conditional statements.
Software-based commands may be used on any available port/pin. (Commands that utilize a hardware module are limited to the pins dedicated to that module. Some pins have special characteristics that might cause compatibility issues.)
Clock speeds from 3.5975 to 48MHz, depending upon device capabilities.
Define your own custom variables, including arrays of bits, bytes or words.
ALL PICmicro® MCUs are supported, including 12-bit core, 17CXXX, 18CXXX, and 18FXXX.
Additional commands available only in PICBASIC PRO:
LCDOut / LCDIn - for controlling parallel interfaced LCD modules.
HSerin / HSerout - for controlling the hardware USART available on many PICmicro MCUs.
HPWM - for controlling the hardware PWM modules available on many PICmicro MCUs.
Serin2 / Serout2 - RS-232 serial commands capable of sending and receiving ASCII formatted numeric data. Serin2 can be invoked with a timeout parameter to avoid lockup caused by missed serial data.
Select Case - Visual BASIC style case statement.
ReadCode / WriteCode - read and write locations in the code space of self-programming microcontrollers.
OWin / OWout - communicate with One Wire devices.
USBin / USBout - access the USB module on specially equipped microcontrollers.
Xin / Xout - send and receive X-10 commands for household remote control.
ADCin - perform analog-to-digital conversion on devices so equipped.
Tim Barr
Bookmarks