Software: Assembly Format
First column: Labels
Second column: opcodes and assembler directives
Third Columns & more: operands
For example:
; This is a comments since it starts with a “;”
clrf PORTA ; Clear PORTA
Loop incfsz PORTA ; Increment value in PORTA
goto Loop ; If not zero, loop back nop ; Goes here if PORTA is zero
Previous slide | Next slide | Back to first slide | View graphic version |