| Author |
Message |
JovianPyx

Joined: Nov 20, 2007 Posts: 1081 Location: West Red Spot, Jupiter
Audio files: 123
|
Posted: Thu Jun 07, 2012 12:13 pm Post subject:
Is There a dsPIC Assembly Language Manual? |
 |
|
I'm about to start some audio/music dsPIC projects and I want to do them in assembly language. My target is dsPIC33F (specifically, dsPIC33FJ128GP802).
I've been able to find information about assembly language scattered throughout several different Microchip PDF documents, but I've yet to find either a single PDF which is the assembly language manual or the section within a PDF document that acts as the manual.
I'm looking for a consolidation of all of the syntax rules, directives, macro building, etc.
I've used many assembly languages including some 8 bit PIC as well as 6800, 6809, 8080, Z80 and MASM so all I need is a lexicon for the details.
Any help here? _________________ FPGA Synth Stuff
FatMan Mods
dsPIC Synth Stuff I am formerly known as ScottG here Time flies like a banana. Fruit flies when you're having fun. BTW, Do these genes make my ass look fat?
|
|
|
Back to top
|
|
 |
Blue Hell
Site Admin

Joined: Apr 03, 2004 Posts: 19599 Location: The Netherlands, Enschede
Audio files: 116
G2 patch files: 317
|
Posted: Thu Jun 07, 2012 12:54 pm Post subject:
Re: Is There a dsPIC Assembly Language Manual? |
 |
|
| JovianPyx wrote: | | I'm looking for a consolidation of all of the syntax rules, directives, macro building, etc. |
The opcodes should be hidden in the family reference, the assembler help is in the microchip IDE online help, that'll tell you about macro directives too (but its just GNU assembler for pic 24 + I think). _________________ Jan |
|
|
Back to top
|
|
 |
JovianPyx

Joined: Nov 20, 2007 Posts: 1081 Location: West Red Spot, Jupiter
Audio files: 123
|
Posted: Thu Jun 07, 2012 12:58 pm Post subject:
|
 |
|
Ah - thank you Blue Hell, I've also gotten some hints from Dougster that relate some of the same (PIC24 being the basis for dsPIC assembly).
When I get this stuff all scraped into a reasonable pile, I think I'll post here so that others can find it more easily. _________________ FPGA Synth Stuff
FatMan Mods
dsPIC Synth Stuff I am formerly known as ScottG here Time flies like a banana. Fruit flies when you're having fun. BTW, Do these genes make my ass look fat?
|
|
|
Back to top
|
|
 |
Blue Hell
Site Admin

Joined: Apr 03, 2004 Posts: 19599 Location: The Netherlands, Enschede
Audio files: 116
G2 patch files: 317
|
Posted: Thu Jun 07, 2012 1:00 pm Post subject:
|
 |
|
| JovianPyx wrote: | | so that others can find it more easily. |
And then Microchip will move it
but the DS document numbers would still work for a google search then. _________________ Jan |
|
|
Back to top
|
|
 |
JovianPyx

Joined: Nov 20, 2007 Posts: 1081 Location: West Red Spot, Jupiter
Audio files: 123
|
Posted: Thu Jun 07, 2012 1:03 pm Post subject:
|
 |
|
| Blue Hell wrote: | | JovianPyx wrote: | | so that others can find it more easily. |
And then Microchip will move it
but the DS document numbers would still work for a google search then. |
Welcome to the Wonderful World of Computers... _________________ FPGA Synth Stuff
FatMan Mods
dsPIC Synth Stuff I am formerly known as ScottG here Time flies like a banana. Fruit flies when you're having fun. BTW, Do these genes make my ass look fat?
|
|
|
Back to top
|
|
 |
|