Sunday, 16 September 2012

33

10 Spetember - 16 September 2012
software that will be use to write the coding using MPLAB. 
  • MPLAB software – can be download  from www.microchip.com
    •  Use to write microcontroller coding
  •  Programming language
    • Assembly 
      • Also known as low level language
      • The Instruction code comprise of a short form of words (e.g. move – mov)
    •  High Level Language 
      • Just like human language
      •  Easy to understand by non technical person
Why use assembly language for this project?

Assembly
Others (High Level Language)
Built in assembler in MPLAB software
Proof working compiler – need to buy (too expensive)
MPLAB can be download without any prices
Using freeware compiler – Limited function and need to confirm the functionality
Documentation to refer – Only Datasheet
Limited references and sample code to study
So many references – Note, Sample, Instruction code details, datasheet and etc
Need to study the compiler documentation.
Reduce development  time
Increase development time