Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

nasm-devel · NASM Development Mailing List

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 266
  • Category: Assembly
  • Founded: Oct 19, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

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...
3 Dec 27, 2004
6:59 pm

Jana Zrs
zrsjana
Send Email

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...
2 Dec 16, 2004
10:31 am

Frank Kotler
fbk69
Send Email

Hi How can I shut down my computer in my os with nasm....
3 Nov 23, 2004
3:42 pm

John Coffman
johninsd2
Send Email

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...
1 Oct 10, 2004
7:43 am

428
ess_soft
Send Email

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...
1 Oct 7, 2004
8:16 am

matthew_boots
Send Email

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...
2 Oct 6, 2004
7:10 am

Viktor Pracht
vpracht
Send Email

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...
1 Oct 5, 2004
1:08 pm

idealistic143
Send Email

hi, hi, ... Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! [Non-text portions of this message have been removed]...
5 Sep 29, 2004
8:53 am

bharat kumar
vbk_raju
Send Email

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...
1 Sep 14, 2004
2:33 pm

cute joe
chullanjoe
Send Email

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...
3 Sep 11, 2004
8:19 am

Ive Cal
matthew_boots
Send Email

The following line causes me to get a parser error with "Instruction expected" as the details: import LoadLibraryEx kernel32.dll .. .. [global main] .. .. Any...
3 May 6, 2004
5:11 am

cockarm
Send Email

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...
4 May 5, 2004
1:15 pm

static123ph
Send Email

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...
2 Apr 27, 2004
10:27 pm

cockarm
Send Email

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...
2 Mar 21, 2004
12:54 am

Ashish Gupta
ashish_gupta...
Send Email

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...
4 Feb 27, 2004
12:41 am

Cokk Arm
cockarm
Send Email

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...
2 Feb 18, 2004
3:49 am

Frank Kotler
fbk69
Send Email

hi! is it possible to add to BIN option in nasm the "import" an "export" that OBJ option has ?...
14 Feb 17, 2004
5:15 pm

ptmusica
Send Email

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...
3 Jan 27, 2004
5:44 am

dearth_reddy
Send Email

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...
3 Jan 22, 2004
1:59 am

Jim
d3x0r
Send Email

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...
1 Jan 21, 2004
8:27 am

murat selim
codename_sos
Send Email

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...
3 Jan 15, 2004
5:11 pm

david lindauer
satsam48
Send Email

NAGOA RAD IDE for NASM win32 assembly package released 1 - 1 - 2004 win32 nasm NAGOA package 2,9 Megas http://sapp.telepac.pt/win32asm/...
1 Dec 24, 2003
11:00 am

ptmusica
Send Email

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...
4 Dec 23, 2003
9:12 am

Frank Kotler
fbk69
Send Email

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...
1 Nov 27, 2003
2:27 pm

iampapalazarou
Send Email

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@......
6 Nov 20, 2003
3:38 am

Frank Kotler
fbk69
Send Email

i need sone help in amorse ocees translator, fron english to morse code in sound and signals thanks...
2 Nov 11, 2003
6:28 am

Frank Kotler
fbk69
Send Email

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...
2 Oct 21, 2003
6:29 am

Frank Kotler
fbk69
Send Email

Mostly as a way to divert "How do I ...?" questions away from the "developer&#39;s list", we've created a new Nasm-users mailing list: ...
1 Oct 9, 2003
11:56 am

Frank Kotler
fbk69
Send Email

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...
1 Sep 28, 2003
8:09 am

Andrew Shelkovenko
diakin2002
Send Email

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...
1 Sep 23, 2003
8:54 am

Jim
d3x0r
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help