Re: Programming Pic
Hi,
but C for Pics is not C for Pics
The Hitec-Compiler don't Compile a Sourcecode for a ccs- Compiler.
If your Program greater than as a few bytes, you Should use a C-Compiler.
Programming Pic 16XXXX with more than 2k Program Memory is in assembler a little
bit tricky, becaus the Memory is oranized in 2k blocks. You must select the
pages manually and it is not a fun to find a wrong or forgotten page-set.
Af switch-Case statement ist in C simple, but in Assembler you don't have fun,
if you see the source-Code one year later.
With basic i don't have any experience.
regards Jochen
.
Relevant Pages
- Re: ///Re: NASM problem
... in the RosAsm stantard macros are what I would call real significant and very useful. ... arithmetic at compile time isn't important. ... Seeing the ease of using Herberts dissembler, and how easy it was to compile a com.file with it, I have no doubt he could create just as good an assembler as RosAsm, if he only could see what it would mean. ... these small little details you give up the power of assembly over HLLs. ... (alt.lang.asm) - Re: from elsewhere, an assembler
... note that often duplicating opcodes with different names leads to inflation ... my current assembler can't figure it out). ... Compile in memory? ... moved to listing files, but at present this is not needed (could make sense, ... (alt.lang.asm) - Re: 32 bit FORTH ??? Different tack!
... that has the words you need to do simple arithmetic and compile words ... you need an assembly-or-C routine that you can put onto the new system ... cross-compiler is mostly that you use a different assembler (or ... If you wanted to port Pygmy to a different processor, ... (comp.lang.forth) - Need help here.
... Iam trying to install hla and masm32 as given in Randall Hyde's book ... 'art of assembly windows version' but i cant get it right. ... HLA (High Level Assembler - FASM back end, ... -sm Compile to MASM source files only. ... (comp.lang.asm.x86) - Re: WinAVR : problem for getting extcoff format for AvrStudio 4
... modify the example makefile so that it will contain your C & assembler ... # make program = Download the hex file to the device, using avrdude. ... # List Assembler source files here. ... # the following magic strings to be generated by the compile job. ... (comp.arch.embedded) |
|