Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~316 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Arfarf

Hi, I've been trying to get my head around x86 assembly lately, and I've been working on this one problem. I'm trying to write a program that reads characters from a text file, then display them on the console. It's a simple exercise in file operations, but I'm having a …

Member Avatar for skinman
0
285
Member Avatar for muupp

hi,iwant ot read first 512 byte from my hard disk partitions i have to use ax=7305,cx=0ffffh,int 21h AX = 7305h CX = FFFFh DL = drive number (00h=default, 01h=A:, etc.) SI = read/write mode flags DS:BX -> disk I/O packet how can i determine sector and track like this : …

0
31