Early PWM code. I had some MOSFET half bridges I scavanged from an old Nintedo ROB
doodad. They are labeled Sharp IRC2C25 and if anyone knows what these are and how I can get
more of them, please send me e-mail. This code uses some external switches ( I think I used an old
VCR remote, gutted and wired to my test bed) to bump the PWM values up, down, etc.

s1200def.inc   My version of the ATMEL file
cpu.asm   CPU Hardware init code
Main.asm    
Pwm.asm   Driver code
Switch.asm   Debounce and switch parsing
timer.asm