Data Storage Tool Display Human Input Protocol Math Motor Control Sensor Signal Generation & Processing Speech & Sound Fun View all Objects


Quick Links
Contact Us
Forums
Support

Register
Login

This object is provided under license. By downloading this object, you are agreeing to the terms of the MIT License.

Augmented Assembly Code (standalone ver)

This program is meant to help people who write assembly code for the Parallax Propeller© chip. It is designed as a preprocessor to be used in conjunction with the Propeller Tool. It looks for "tagged" lines imbedded in normal PASM files and emits a second file for subsequent processing by the Propeller Tool.

It provides: indexing and indirection for all standard opcodes; a loop structure that can be nested; a case control structure that can be nested; conditional execution of the if...elseif...elseif...else...endif type that can be nested; simple substitution statements of the form sum += y[k]; a convention for declaring and using subroutines that allows for nesting of subroutine calls; a rudimentary conditional compilation feature.

This is a Windows program written in C# and built using Microsoft Visual Studio 2008. It uses .NET Framework 2.0 (and above) and is compiled for 32 bit targets (it will work fine in the 64 bit world - the opposite is unfortunately not always true).

The distribution now contains a sample file and a revision history.

There is a complete manual built into the program. Click on Help|AAC manual to bring it into view.

Note: The download file is 2.6MB Of that, 2.1MB is due to the built-in manual

Version:
  0.98

Attributes:


Author:
  Bob Anderson
  bob.anderson@centurytel.net

Categories:
  Tool

Downloads:
  119

Last Updated:
  2009-11-18



User Reviews:



Copyright 2007 by Parallax, Inc.
Please contact obex.support@parallax.com with comments or questions.