I need help to know how to use the value of CX in C I have a program which has to draw an x in the place where click with the mouse. And for that I need to know the value of the assembly interruption 33h.
int mouse_x(int x){
asm mov ax,03...
I am studying assembler and I have an exercise that is written like this:
GODEL EQU 10
DSEG SEGMENT
BLOCKA DB 10H,20H,30H,40H,50H,60H,70H,80H,90H,95H
BLOCKB DB 20H,30H,40H,50H,60H,70H,80H,90H,95H,95H
BLOCKC DB GODE...