Re: [ASM] OUT on XP
- From: Herbert Kleebauer <klee@xxxxxxxxx>
- Date: Tue, 27 Mar 2007 12:01:43 +0200
"Rémy" wrote:
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)...
XP doesn't allow you to directly access hardware. Google for "userport.exe"
which allows you to enable user access to a selectable IO range.
.
- References:
- [ASM] OUT on XP
- From: Rémy
- [ASM] OUT on XP
- Prev by Date: Re: Arithmetic shift right
- Next by Date: Re: ascii to tword - help
- Previous by thread: Re: [ASM] OUT on XP
- Next by thread: direct me
- Index(es):
Relevant Pages
|
|