Search Results

Showing results 1 to 4 of 4
Search took 0.01 seconds.
Search: Posts Made By: NotNull
Forum: Assembly Oct 22nd, 2009
Replies: 1
Views: 365
Posted By NotNull
mov ds, seg buff ; works in MASM
mov si, offset buff

All you need is the segment address on which the buff string
lies, this is because your generating an .EXE.

Here's one way to wait for a...
Forum: Assembly Oct 15th, 2009
Replies: 19
Views: 805
Posted By NotNull
To print out your commandline arguments with
function 9, simply add a '$' to the end of the actual command tail.
example:

xor bx, bx
mov bl, [0x80]
mov byte [bx+0x81],'$'
mov bx, 0x81

But...
Forum: Assembly Sep 29th, 2009
Replies: 6
Views: 519
Posted By NotNull
Let's see.
Does it have to be based on the code you showed?
Does it have to be a working program?
Does it have to manage multiple tasks?

If all else fails try making a program that loads a...
Forum: Assembly Sep 25th, 2009
Replies: 2
Views: 774
Posted By NotNull
INT 21 - DOS 2+ - "LSEEK" - SET CURRENT FILE POSITION
AH=42h
AL=origin of move
00h - start of file
01h - current file position
02h - end of file
BX=file handle
CX : DX = (signed) offset from...
Showing results 1 to 4 of 4

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC