@blizzaga, yep... pwede na au.. but about Assembly, medyo lahi ang pag gamit sa Microcontroller using assembly.. mag base jud sa Datasheet sa kada PIC family which is downloadable from the net.. but much preferred ang C kay mas sayun...
sample Assembly code for micro controller:
MOVLW 0xFF
MOVWF PORTB
equivalent to C
PORTB = 0xFF;
^_^ the very basic... and PORTB means a PIN out to the Microcontroller.. if naa ta'y FF nga signal, tanan pins sa portb naa'y +5v or High state.. but still depende sa circuit..
a good use of a Microcontroller:
http://www.youtube.com/watch?v=q4CJm-ut1Q8