[ASM] OUT on XP
- From: "Rémy" <remy81@xxxxxxxxxxxxxxxxxxx>
- Date: Tue, 27 Mar 2007 10:31:30 +0200
Hello,
I have an old ms-dos software running on DOS and XP, but on XP the serial
com don't work...
I have a piece of code who i think can't run on XP (sorry for my bad
english) :
<code>
vide_port proc far
PUSH BP
PUSH DS
push ax
push dx
mov dx,ad_pcom
IN AL,DX
IN AL,DX
pop dx
pop ax
POP DS
POP BP
RET
vide_port endp
</code>
what do you think about it ? how can I modify it (i don't know very well
asm)...
thank you for suggestion
remy
.
- Follow-Ups:
- Re: [ASM] OUT on XP
- From: Herbert Kleebauer
- Re: [ASM] OUT on XP
- From: Frank Kotler
- Re: [ASM] OUT on XP
- From: Dirk Wolfgang Glomp
- Re: [ASM] OUT on XP
- Prev by Date: Re: ascii to tword - help
- Next by Date: Re: [ASM] OUT on XP
- Previous by thread: ascii to tword - help
- Next by thread: Re: [ASM] OUT on XP
- Index(es):
Relevant Pages
|
|