| Home | Products | Prices | Directory | Order | Contact | New | Books | Files | Links | Other |
| Bottom of Page |
Before you go hitting the button below, please read email.html, and the use of email aliases.
| Order BASCOM-8051 Compiler ~$69USD |
BASCOM-8051© is a Windows BASIC COMPILER
for the 8051 family.
It is designed to run on W9x/NT and has all
the features of BASCOM LT.
In addition it has full support for arrays and the
single floating point type.
Last Update: 6-May-1999
| Order BASCOM-8051 Compiler Upgrade ~$20USD |
If you have a technical question about this
product prior to purchase, and direct it at DonTronics, we may have to
pass it on to the Author for comment, or you can simply join the Bascom
mail server, where the Author, or one of the group, will answer your question
for the benefit of all.
| Check out my little brother: BASCOMLT |
| Check out my cousin: BASCOM-AVR |
|
|
BASCOM-8051BASCOM-8051© is a Windows BASIC COMPILER for the 8051 family.It is designed to run on W95/NT and has all the features of BASCOM LT. In addition it has full support for arrays and the single floating point type. Key Benefits
The following statements are supported :Decision and structuresIF, THEN, ELSE, ELSEIF, END IF, DO, LOOP, WHILE, WEND, UNTIL, EXIT DO, EXIT WHILE, FOR, NEXT, TO, DOWNTO, STEP, EXIT FOR, ON .. GOTO/GOSUB, SELECT, CASE. Input and output
Numeric functions
I2C
1WIRE
SPI
Interrupt programming
Bit manipulation
Variables
Miscellaneous
Compiler directives
String manipulation
To make a program takes just a few steps :
The program can be written in
a comfortable MDI color coded editor.
The simulator let you test your
program before writing it to the uP.
A powerful feature is the hardware
emulator, to emulate the LCD display, and the ports.
When you are done with the simulator it is time to program the chip using one of the supported programmer drivers.
Join
the BASCOM listserver :
|
| Order BASCOM-8051 Compiler ~$69USD |
Product Distribution and Support:This product is distributed on the Internet using a download invoked by the customer. There isn't a printed manual, and all support is done via the original Author. You will find his E-mail address on this page.
User Feedback:
Both the Author and DonTronics are very interested in
User feedback on this product, and we seek permission to post your messages
on this page.
You can also direct your questions to the BASCOM mail
server.
The following URL explains how to JOIN and LEAVE.
http://www.ip.co.za/people/kalle/lists/bascom.htm
> > Could you please answer these questions about
> > BASCOM-8051?
> >
> > 1. Does it support 2 serial ports on those chips
> > that have them?
Yes, it does for the 80537 and 80517, I don't know about other chips that have 2 UARTS but I am sure there will be other chips too. For these chips it will probably don't work because every manufactor use other SFR's.
> > 2. Is the code size smaller than that generated by
> > BXC-51?
I don't have the BXC-51 but you can do some tests with the demo version.
> > 3. Can you do bit manipulation of memory mapped
> > address space content?
I don't understand this question. But you can declare BIT variables that will reside in internal memory. You can declare external(memory) variables and manipulate the individual bits with : SET var.1 and RESET var.31 for example.
> > 4. Can you have assembly language routines in the
> > code?
Yes, as long as it uses the Intel specifications. There is an example
in the helpfile. Just look under the ASM programming
section.
Best regards,
Mark Alberts
MCS Electronics
It can be seperated with $ROMSTART and $RAMSTART directives.
You can test it with the 16-bit demo.
Best regards,
Mark Alberts
| What's Really HOT at DonTronics?
|
| Home | Products | Prices | Directory | Order | Contact | New | Books | Files | Links | Other |
mailto: don@dontronics.com_
Copyright © 1996-99 Don ronics
| Top of Page |