Documentation (c) 2006-2008 Hobby-Robotics, LLC
Table of Contents
Copyright© 2006-2008 Hobby-Robotics, LLC All rights reserved. 33
HBBR Basic Language
Version 2.000
Copyright
This document is Copyright © 2006-2008 by Hobby-Robotics, LLC
All trademarks within this guide belong to their legitimate owners.
This is informal introduction of the HBBR Basic language, for detailed information please refer to the Reference section of this manual. HBBR Basic is a modern compiled structured dialect of a classical BASIC programming language. It is designed for programming advanced 32 bit microcontrollers with support from comprehensive runtime. It is also striving to be a subset of the most popular BASIC language implementation for PC computers.
Note:
More information on programming languages and BASIC can be found here:
Wikipedia: Programming language
Wikipedia: List of BASIC dialects
Wikipedia: Structured programming
Wikipedia: Integrated development environment
Start page for the NXP (former Philips) LPC2000 series
Start page for the Atmel AT91SAM7 series
Wikipedia microcontroller links
For up to date information on HBBR Basic go to
This document is divided into two sections, in the first section “HBBR Basic Basics” you will find introduction to the concepts behind programming language and its environment. This section is meant for a beginner, if you are familiar with programming you can skip it and proceed directly to the “HBBR Basic Language Details” section.