MY ASSEMBLER PROGRAM
I have written a program which assembles
programs written in assembler code.
It is written in QBASIC and is called PICASM.BAS.
It produces a hex (hexadecimal notation) file
which can then be read by my PROGRAMMER
program PICLP542.bas, which loads the program serially
into the PIC.
The first version of the assembler has
certain limitations. All operands in the
assembler instructions must be a DECIMAL
number. A later version of the assembler will
accept labels, and the familiar "EQU" statements.
Labels such as "STRT1" & "LOOP1" occurring in the
ffirst pos of the instr line will be picked up automatically
by a later version of the assembler.
Posted by larrykeegan at January 22, 2004 01:35 PM