Programming:  Assembly interfaces

This article is full of concepts. If you wanted to get yourselves a headache, you've found the place ;) This will not show what Assembler is nor the basics of Assembler programming. It intends to put some light on the topic "How do i interface 'C' with a86 ?".

The sample code shows two buttons, they let you control two timers. You can start and stop them individually. The timers indicate their activities by incrementing two counters.

Show Asm Code

Show C Code