Will my interrupts still work?
- PavelChekov
- Member
- Posts: 113
- Joined: Mon Sep 21, 2020 9:51 am
- Location: Aboard the Enterprise
Re: Will my interrupts still work?
As I said above, I am very new to this and can't find any documentation on how to do something like that.
USS Enterprise NCC-1701,
The Final Frontier,
Space,
The Universe
Live Long And Prosper
Slava Ukraini!
Слава Україні!
The Final Frontier,
Space,
The Universe
Live Long And Prosper
Slava Ukraini!
Слава Україні!
Re: Will my interrupts still work?
That's correct. You won't find information on doing something like that. You need to figure out the steps yourself.PavelCheckov wrote:As I said above, I am very new to this and can't find any documentation on how to do something like that.
Take one thing at a time, learn it, understand it, then go to the next thing and repeat.
Re: Will my interrupts still work?
Well, it goes something like this (pseudo code):PavelCheckov wrote:As I said above, I am very new to this and can't find any documentation on how to do something like that.
Code: Select all
label 1:
read from I/O port A
compare if it is = B
if so goto 1
label 2:
read from I/O port C
compare if it is = D
if not goto 2
Now you have a character from keyboard.
What kzinti said is correct. You must be willing to learn a lot, then it is possible and fun.
Greetings
Peter
- PavelChekov
- Member
- Posts: 113
- Joined: Mon Sep 21, 2020 9:51 am
- Location: Aboard the Enterprise
Re: Will my interrupts still work?
Thanks.
USS Enterprise NCC-1701,
The Final Frontier,
Space,
The Universe
Live Long And Prosper
Slava Ukraini!
Слава Україні!
The Final Frontier,
Space,
The Universe
Live Long And Prosper
Slava Ukraini!
Слава Україні!