how should we display the system's current date and time at the top left of the screen in the format given below. Using the interrupts to get the date and time...
Is their any 64bit assembler......... either for linux/windows... Please also update me on what is the status of NASM regarding 32bit as well any work on...
Aslam Alikum Friends a very good site of Assembly language hope that you like it based on nasm assembler http://www.edu.samiullah.com/assebly/assembly.htm...
Helllo! CAn somebody help me accessing the individual bytes using NASM! I called for the open and read system calls then have its individual bytes access... I...
Sure it might seem like a stupid question but seriously Why ASM? I ask developers all the time if my ASM skills would help me get a position in the market and...
hi everyone i am jabran, and i just started the course of assembly language in my graduation. i am using nasm for this. So kindly help me in learning this.. as...
why u people could write a graphical OperatingSystem? as u said,it should implement anything. I suggest u to check out one as menuetos.... joe ... Do you...
Can you help me decide on what project should I make for my assembly! Can you suggest some... My classmates already have the following: encrypting/decrypting...
The following line causes me to get a parser error with "Instruction expected" as the details: import LoadLibraryEx kernel32.dll .. .. [global main] .. .. Any...
ei can anyone help me... i have this class project and we were reqiured to amke a program that will convert binary to its octal equivalent using nasm...help...
Hi guys I'm a newbie to assembly, I'm learning how to write programs but it seem a bit difficult to understand the interrupts and functions within the...
hi, i am new entry.Do any one have interest in developing own operating system?meil me. ... Do you Yahoo!? Yahoo! Search - Find what you’re looking for...
Please reply me the following question as soon as possible ziaubutt@... a. Why loading idtr with a value appropriate for real mode is necessary while...
i´m trying to learn assembler but its quite difficult. well i would like to know if someone could explain this program for me . this program was taken from...
Hi, I am trying to call the C printf function from assembly code. Genereated .obj using NASM(16 bit) and tried to link it with tlink to generate .exe. I didn't...
hai everyone, I am trying to write a program to shutdown windows (xp) I know its easy in win98. I have problems with AdjustTokenPrivileges and I doubt i don't...
they thought if you try to learn assembly. you have to learn cpu architecture seperately. And this make it hard. is it completely correct? if so... any web...
I've tried to assemble programs that use external symbols such as _printf, but I don't seem to have the required C lib to (?link?) it with. I've read some...
Hello, I have this hello world program and it works fine org 100h mov dx,msg mov ah,9 int 21h mov ah,4Ch int 21h msg db 'Hello, World!',0Dh,0Ah,39;$' So far I...
I've just started using it and was wondering if anyone had any good sources with instructions onto how to make simple programs such as calculators and base...
Chris Giese has just posted this to clax.... ... Subject: NASM bug with Win32 output? Date: Mon, 17 Dec 2001 04:55:57 +0000 (UTC) From: NoEmailAds@......
Hello everyone. I am fairly new to the NASM world and I have been assigned a project on Hamming Distance. I am not sure what to do. The link to the project...
Hello, All! Two newbie questions: 1. How can I allocate memory for string buffer for creating copy of string or new string. I need calculate string length and...
My computer's been disconnected from the net all night - but I'm still pulling these messages.... and what's worse - on XP it keeps popping up asking if I want...