Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Categories > Micro Controllers


Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc.

Reply
 
Thread Tools Display Modes
Old 23rd April 2004, 09:16 AM   (permalink)
Default A good tool

Hi,
I am using MPLab to write assembly code for 16F877. I wonder if there is any tool that can help me to write assembly easier? What I mean is, or example with Java, using JBuilder, when I type something, the software will try to Guess/ predict/ help me to automatically complete the syntax. So I just need to remember Action for ActionListner, for example, the tool will complete it for me.
Thanks
patricktran is offline   Reply With Quote
Old 23rd April 2004, 11:33 AM   (permalink)
Default

You meant high level languages compiler? There are many compilers such as Basic, and CCS C.. You can search on microchip sites. However, as I know they are all sold, not free.

I'm using CCS C and MPASM, and I feel MPASM is always good. Once, I tried to use C, but it cannot be optimized as writing in ASM. After that, I came back to use ASM.

Writing ASM for PIC is so easy because it has only about 35 instructions.
falleafd is offline   Reply With Quote
Old 23rd April 2004, 01:12 PM   (permalink)
Default

Uhm, I mean an assembly tool write code.
As you said, there are only 35 instructions. But still I feel hard. I reckon because I lack of basic knowledge, structure of programs. Need to read more then.
PS: MPLAB does not help me much in writing code. I mean it does not automatically complete the commands. :roll:
patricktran is offline   Reply With Quote
Old 23rd April 2004, 10:46 PM   (permalink)
Default

Well well well, you are using Visual assist .. It's oki, try to write some program and you will easily remember all instructions.

If got problem, open Help, it's good.
falleafd is offline   Reply With Quote
Old 24th April 2004, 10:50 AM   (permalink)
Exo
Default

Try to remember the full name of the commands, you will then automatically know the short names. For example

BTFSS

is hard to remember, but if you remeber the full name

Bit Test File Skip if Set

You will remember it better. Find the full names for all instructions and you're off
Exo is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes




All times are GMT. The time now is 11:50 AM.


Electronic Circuits  |  Electronics Wiki
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.