Truncated match.
PICList
Thread
'MPLABC'
1996\11\05@082243
by
tjaart
How many folks are there using MPLABC?
I used to code directly in assembly, but switched over to MPLABC
about two weeks ago. It allows you to code rubbish (without always
generating errors or warnings) that will compile to a even bigger
heap of rubbish.(Garbage in, garbage out!)
I'd like to discuss a few (not-so-funny) funnies in it.
--
Friendly Regards
Tjaart van der Walt
______________________________________________________________
| Another sun-deprived R&D Engineer slaving away in a dungeon |
|WASP International GSM vehicle tracking and datacomm solutions|
| +27-(0)11-622-8686 | http://wasp.co.za |
|______________________________________________________________|
'MPLABC'
1998\03\14@174910
by
Mark Lezama
part 0 995 bytes content-type:text/x-vcard; charset=us-ascii; name="vcard.vcf" (decoded 7bit)
const unsigned int TMR1_H[] = {
//constantes para retardos de 3.5
Bytes
93, 174, 214, 235, 245
};
This generated:
003E 0782 ADDWF 02
003F 345D RETLW 5Dh
0040 34AE RETLW AEh
0041 34D6 RETLW D6h
0042 34EB RETLW EBh
0043 34F5 RETLW F5h
Then I use the Rom array:
BAUDIOS=2;
TMR1H=TMR1_H[BAUDIOS];
This generated:
08CD 018A CLRF 0A
08CE 1683 BSF 03,5
08CF 084E MOVF 4E,W
08D0 118A BCF 0A,3
08D1 2035 CALL 0035h
The problem is that the Rom array is in 0x003E and the compiler call
0x0035. WHAT IS HAPPENING?, my program is crazy if I will use this.
Content-Type: text/x-vcard; charset=us-ascii; name="vcard.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Tarjeta de Mark Lezama
Content-Disposition: attachment; filename="vcard.vcf"
Attachment converted: -:vcard.vcf (TEXT/CSOm) (00014B8E)
'MPLABC'
1998\10\23@131554
by
Starfire Zhu
Hi, pauls!
Where can I get MPLABC for programming?
1998\10\23@142007
by
Peter L. Peres
On Sat, 24 Oct 1998, Starfire Zhu wrote:
> Hi, pauls!
I am not a Paul, but a Peter. MPLABC can be found at the web site of its
maker, Microchip:
http://www.microchip.com
They also make PICs, did you know that ?
Peter
1998\10\24@125818
by
Sean Breheny
Hi Peter,
I went to Mchip's site and found that MPLAB-C has been discontinued. They
now only offer a free MPLAB-C17, a C compiler for only 17Cxxx series chips.
Anyway, was MPLAB-C ever free for download? I thought that they sold it and
that was why it didn't come with MPLAB by default.
Sean
At 08:16 PM 10/23/98 +0000, you wrote:
{Quote hidden}>On Sat, 24 Oct 1998, Starfire Zhu wrote:
>
>> Hi, pauls!
>
>I am not a Paul, but a Peter. MPLABC can be found at the web site of its
>maker, Microchip:
>
>
http://www.microchip.com
>
>They also make PICs, did you know that ?
>
>Peter
>
+-------------------------------+
| Sean Breheny |
| Amateur Radio Callsign: KA3YXM|
| Electrical Engineering Student|
+-------------------------------+
Save lives, please look at http://www.all.org
Personal page: http://www.people.cornell.edu/pages/shb7
spam_OUTshb7TakeThisOuT
cornell.edu Phone(USA): (607) 253-0315 ICQ #: 3329174
1998\10\24@145558
by
Michael Hagberg
there was a demo program that allowed a maximum compile of 255 bytes. i
zipped the directory and posted it on the web at
http://home.i1.net/mhagberg/mpcdemo.zip
i believe this is ok to distribute if not i will remove the file. don't go
asking microchip for tech help. by the way i have never been even mildly
impressed at 'c' compilers for the pic. i find that projects for the lower
end chips can just as easily be coded with a few good library routines for
(RS232 or displays) in assembly.
michael
You may leave the list at any time by writing "SIGNOFF PICLIST" in the
body of a message to .....LISTSERVKILLspam
@spam@MITVMA.MIT.EDU.
{Original Message removed}
1998\10\24@175618
by
Walter Banks
I don't have any problem with the link but it might be better
to point a link to the Byte Craft Limited WEB site at
http://www.bytecraft.com/impc.html where the
current MPC demo can be found.
Walter Banks
> there was a demo program that allowed a maximum compile of 255 bytes. i
> zipped the directory and posted it on the web at
> http://home.i1.net/mhagberg/mpcdemo.zip
> i believe this is ok to distribute if not i will remove the file. don't
go
> asking microchip for tech help. by the way i have never been even mildly
> impressed at 'c' compilers for the pic. i find that projects for the
lower
> end chips can just as easily be coded with a few good library routines
for
> (RS232 or displays) in assembly.
1998\10\24@175621
by
Walter Banks
The compiler demo you refer to in this post is a very
old MPC demo from Byte Craft Limited. MPLABC was
based on an even earlier version of MPC destributed
by Microchip under Licence. MPC continious to
be sold and supported by Byte Craft Limited. The
current demo version can be found at
http://www.bytecraft.com/impc.html
Walter Banks
> there was a demo program that allowed a maximum compile of 255 bytes. i
> zipped the directory and posted it on the web at
> http://home.i1.net/mhagberg/mpcdemo.zip
> i believe this is ok to distribute if not i will remove the file. don't
go
> asking microchip for tech help.
More... (looser matching)
- Last day of these posts
- In 1998
, 1999 only
- Today
- New search...