Search found 4 matches
- Mon Aug 22, 2005 9:20 pm
- Forum: Programming
- Topic: A programming contest
- Replies: 10
- Views: 5251
- Sun Aug 21, 2005 12:59 pm
- Forum: Programming
- Topic: A programming contest
- Replies: 10
- Views: 5251
OK! Let me say it again:
First of all this is an exercise from my college that i have to solve!
this exercise wants to program VIA when a button is connected to port B of VIA( no the whole keyboard) . Furthermore, it asks to program the VIA in order to cause an IRQ interrupt through CA2 line. When ...
First of all this is an exercise from my college that i have to solve!
this exercise wants to program VIA when a button is connected to port B of VIA( no the whole keyboard) . Furthermore, it asks to program the VIA in order to cause an IRQ interrupt through CA2 line. When ...
- Thu Aug 18, 2005 1:46 pm
- Forum: Programming
- Topic: A programming contest
- Replies: 10
- Views: 5251
- Wed Aug 17, 2005 7:49 pm
- Forum: Programming
- Topic: A programming contest
- Replies: 10
- Views: 5251
A programming contest
A 4x4 keyboard is wired with the port B of a 6522. When a button is being pressed , it will cause an IRQ interrupt through the CA2 line of VIA.
WRITE A PROGRAM which will read from port A of VIA the button which is pressed and save the button's code in the 0050H,0051H,..... until the button "ENTER ...
WRITE A PROGRAM which will read from port A of VIA the button which is pressed and save the button's code in the 0050H,0051H,..... until the button "ENTER ...