|
assembly
|
Chris Hoppman
|
Feb 27, 2004 04:02 PST
|
I am wondering why Virtual Pascal would raise an
exception on the following piece of code. I am
keeping it small to show what is tripping up the code.
asm
mov ah,04h
mov dx,FosPort
mov bx,4f50h
int 14h <--- this part.
mov t_ax,ax
end;
I was am under the assumtion you could include calls
to bios interrupts via the asm code block.
chris
__________________________________
Do you Yahoo!?
Get better spam protection with Yahoo! Mail.
http://antispam.yahoo.com/tools
|
|
 |
|