Microcontroller Programming in Assembly language PART 2
Microcontroller Programming in Assembly language PART 2
In the previous article, ‘Microcontroller Programming in assembly language PART 1‘, I showed you the way to create a project using MPLAB. In this article I will show you the way to understand basic instructions used in writing assembly language for a PIC16F84A microcontroller using a sample program written in assembly. Though it is not a complicated program by any means, it will help you to understand the basics. Here is the sample program.
Beginner guide to Microcontroller Programming
1. Beginner guide to Microcontroller Programing
The following link is a tutorial series on the 14-bit core PIC family made by Microchip. It covers common PICs like 16F84, 16F628, 16F87x etc…It tells you nearly everything about its architectures like program code bus and data bus and many other aspects like Reset, Oscillators etc. It is much easier to learn while someone is talking to you via diagram and animated drawings. At this moment, the following areas are covered: Architecture, Instruction Set, Development Tools Overview, Device Configuration, Resets and Oscillator Read more
Parallel port programming in Visual Basic
Structure of a parallel port
In here I basically focused on using the parallel port to output data. For that I used Data outputs in the port. We can output a maximum of 8 bit data using a 25 pin parallel port.


