1
vote
3answers
136 views
8086 assembler,INT 16,2
Hi,I got stuck at this thing,I want to see if right shift button has been pressed,so I have this assambler code:
mov ah,2
int 16h ;calling INT 16,2 - Read Keyboard Flags interrupt
mov …
4
votes
8answers
1k views
Looking for 16-bit x86 compiler
I am working on an embedded systems project and have run into an issue of the compiler being programatically embedded in the Paradigm C++ IDE. I would like to be able to automate building.
The …
