The
MOV AX,DATA_SEG
MOV DS,AX
lines did not work. I could not create a .COM with it.
Linker said: "Segment relocatable items present".
The PUSH CS and POP DS lines resulted in a MOV DX,[0000] line.
I figured out how to do it. GROUP the two segments.
above the ASSUME line...
Unfortunatelly your suggestions didn't work:
MOV DX,OFFSET USAGE_LINE and LEA DX,OFFSET USAGE_LINE.
I tried to put an ORG 100h in the DATA_SEG part too,
that did not work either. Disassembled the line would say
MOV DX,0100 though, but the string started at offset 0210h!
I think I'll use a...
I can't get the right offset to the string!
When I disassemble my .COM file, the LEA line would read:
MOV DX,0000
Can somebody tell me what I am doing wrong?
------------------- MY CODE
ASSUME CS:CODE_SEG,DS:DATA_SEG
CODE_SEG SEGMENT
ORG 100h
MAIN PROC NEAR
MOV AH,09
LEA...
Okie, thanks.
By the way, since . doesn't match newlines, and I want to go thru the whole html document, must I just preg_replace newlines away, or what should I do?
Hello,
I'm new to PHP, and was wondering what would be the best way to extract text out of a html file. Now I have the file as a string, and let's assume I want to get text between the first occurrence of "<h1>" and the following "</h1>". Like:
<h1>This is the text I'd like...
i saw a message where someone was having a problem with a missing "AC1ST15.DLL" file. i'm having the same problem. i was wondering if you can send me the shared file to VDESIGN_CG@HOTMAIL.COM
I would greatly appreciate it. thanks.
CHARLES
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.