... The bin format, by DEFINITION, has no external linkage information. Look at the above example two ways: if you run the program on Windoze, you probably...
... Windoze, you ... run on ... usefulness ... hi! --Jonh :) well NAGOA use nasmw -f obj to link with Alink to build win32 aplications . can see it here...
... Yeah, but what would it *do*? You're talking about stuff that passes information to the linker (in modes where it's available), and you're not using a...
I think he misunderstands that the entire purpose of -f bin is that it's a raw binary and that's it. Nothing else. Nothing special. Exports are stored in a...
... Sorry to be stubborn, but what does "extern for dll's" *do*??? I don't expect you to propose code for Nasm, but what is it you expect to see in the binary...
If you're going through all those complex ways, why not just shove them all into an include file and use them that way? Unless you want nasm to contain every...
... Right. ... Right. ... Exactly. ... Right. If you're asking *how* Alink does this, better discuss it with Anthony. Or look up the object file format at...
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...
... If it were easy, everybody would be doing it! :) ... Did you "get" chapters 1 - 5? Your questions seem not to be about the BSD-specific parts, so I assume...
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...
ROFLMFAO exactly what I was thinking Jerome ... === message truncated === __________________________________ Do you Yahoo!? Get better spam protection with...
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...
Nila, Would appreciate if you can elaborated on 'any one have interest in developing own operating system'. Do you already have a project in mind or are you...
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...
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...
Sure man, just send 3 payments of 19.99 to the following address... Seriously man, read the book damn you!!! ... __________________________________ Do you...
oh dude, filipino. :) we made a calculator adding/subtract/multiply/divide either binary, octal, hexa. well of course, to simply the operations, conversion...
The following line causes me to get a parser error with "Instruction expected" as the details: import LoadLibraryEx kernel32.dll .. .. [global main] .. .. Any...
thanks... it would really help coz i don't really know were to start ... binary, octal, hexa. ... place first. i'll send to you the code when i see it. ... ...
... You found "import" in the "-f obj" section of the manual. You trying to use it in "-f win32"? That's the only thing I can think of... Best, Frank...