QW1 TechTools, QW1 Datasheet - Page 139

PROGRAMMER PIC MCU QUICKWRITER

QW1

Manufacturer Part Number
QW1
Description
PROGRAMMER PIC MCU QUICKWRITER
Manufacturer
TechTools
Series
QuickWriter™r
Type
QuickWriterr
Datasheets

Specifications of QW1

Contents
MCU Programmer with In-Circuit Serial Programming Cable and Optional GANG Adapters
For Use With/related Products
PIC Micro® MCU
For Use With
CBL-ICSP - CABLE PROG QUICKWRITER SERIALQW-4SSOP18 - ADAPTER QUICKWRITER 4GANG 18SSOPQW-4SSOP28 - ADAPTER QUICKWRITER 4GANG 28SSOPQW-4SO8/14W - ADAPT QUICKWRTR 4GANG 8/14SOIC WQW-4SO8/14N - ADAPT QUICKWRTR 4GANG 8/14SOIC NQW-4SOIC18 - ADAPTER QUICKWRITER 4GANG 18SOICQW-4ZIF18 - ADAPTER QUICKWRITER 4-GANG 18ZIFQW-4SOIC28 - ADAPTER QUICKWRITER 4GANG 28SOICQW-4PLCC44 - ADAPTER QUICKWRITER 4GANG 44PLCCQW-4ZIF40/28 - ADAPT QUICKWRITER 4GANG 40/28ZIFMP-ZIF14 - ADAPTER QUICKWRITER 14-PIN ZIFMP-SOIC8/14 - ADAPTER QUICKWRITER 8/14-SOICMP-SSOP18 - ADAPTER QUICKWRITER 18-SSOPMP-SSOP28 - ADAPTER QUICKWRITER 28-SSOPMP-14000 - ADAPTR QUICKWRTR PIC14000 28-PINMP-SOIC18 - ADAPTER QUICKWRITER 18-SOICMP-SOIC28 - ADAPTER QUICKWRITER 28-SOICMP-PLCC44 - ADAPTER QUICKWRITER 44-PIN PLCCMP-ZIF18/28 - ADAPTER QUICKWRITER 18/28PIN ZIFMP-ZIF40 - ADAPTER QUICKWRITER 40-PIN ZIF

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
QW152
Manufacturer:
Laird Technologies IAS
Quantity:
135
© 2007 TechTools
4
ClearView Assembler
If you already know how to use an assembler, you’ll probably find our’s to be quite simple. However, if
you have little or no experience with assemblers, you should read the following pages before
attempting to use the assembler.
Assembler Reference
Instruction Set
Sample Projects
2420h
CALL
source code. Source code is the format that you’re accustomed to looking at; it contains
English-like labels, instructions, and data.
Before your source code can be used by a programmer, emulator, or other development
tool, it must be converted into hex code. Hex code is the "machine-readable" version of
source code; it contains instructions and data in the form of hexadecimal data, which can
be executed by the PIC.
An assembler is a piece of software that converts source code into hex code. For
instance, this line of source code:
It’s possible to write programs directly in hex code, using the individual machine codes
that make up each instruction. However, most people find it preferable to use an
assembler.
The TechTools assembler (CVASM16 ) is unique in its ability to accept two instruction
sets: our own 8051-like instruction set, and the original Microchip instruction set. Many
customers appreciate the TechTools instruction set, because it resembles other
processors. However, there are certainly customers who prefer the Microchip instructions.
If you plan to use source code in the Microchip format, please note that while our
assembler will accept their basic instructions, it will not accept various other aspects of
their source code. The syntax of numbers is sometimes different, and our assembler
does not recognize Microchip assembler directives and macros. If you plan to write a lot
of code in the Microchip format, then you may wish to use the Microchip assembler
(MPASM).
When you write programs for PIC microcontrollers, you will use a text editor to create
assembles into just two bytes of hex code:
SENDBYTE
144
186
134
;Call send routine
ClearView Assembler
133

Related parts for QW1