Truncated match.
PICList
Thread
'PIC tables for TASM table based assembler'
1996\05\12@064652
by
OSROCK Enterprises
Does anyone know if there are any PIC instruction set tables available for
TASM table based assembler?
I'd like to use this assebler for all my coding rather than swapping between
asseblers if pos.
Chears in advance, Pete
--
spam_OUTosrockTakeThisOuT
prockell.demon.co.uk OSROCK Enterprises
...............There are no problems, only opportunities...................
1996\05\12@150844
by
John Payson
|
> Does anyone know if there are any PIC instruction set tables available for
> TASM table based assembler?
> I'd like to use this assebler for all my coding rather than swapping between
> asseblers if pos.
> Chears in advance, Pete
I think you'll have a problem with TASM, since as far as I can tell it assumes
all addresses are byte addresses rather than word addresses. While you could
probably tell it to generate two-byte instructions just fine for the 6x parts
[don't know if it could handle the 5/3 division in the LSB on the 5x parts]
you might have a little trouble getting it to handle addresses correctly.
Perhaps you could have two sets of tables--one for MSB, one for LSB, assemble
your program twice, and then have a program to put the two halves together.
Would be a little bizarre, but I think TASM could probably handle it (esp. if
you put a little bit of overlap on the two sides; make the MSB half be bits
7-13 and the LSB half bits 0-7 [or, for the 5x parts, make the MSB half bits
4-11 and the LSB half bits 0-7]. How does that sound for a technique?
More... (looser matching)
- Last day of these posts
- In 1996
, 1997 only
- Today
- New search...