asm for amd643132 (10/20/2003 7:56:14 PM) Is there any assembler/disassembler for the amd 64? Thanks jacob ... jacob
assembler testing tool0115 (10/21/2003 12:57:58 PM) I must testing an assembler software (for an embedded system). there are a tools that can support the test case generation for this kind of software? Usefull link? Thank, Roberto. ... frank
Converting Windows driver (DLL) to Linux driver6187 (10/19/2003 8:27:21 PM) How can I convert a Windows DLL to a Linux driver. The source code is in Windows assembly and it is PE Explorer generated. (The manufacturer offers no Linux support, yet a driver for Linux is needed). ... philphanluvr
measure the PCI bus speed3144 (10/9/2003 3:00:30 PM) Estimated Fellows... how would I get an estimate of the actual PCI bus speed, independent of a particular chipset ? Does that seem even possible by programming ? thank you ! -- /\/imbus@oreka.com (answers t... 1gv8aze02
IN POLISH0124 (10/20/2003 4:24:03 PM) Umie ktos to napisac? Dka mnie to czarna magia :( Zadanie 1: Napisaf program w asemblerze, ktsry wy6wietli w gsrnym lewym rogu ekranu imij i nazwisko autora programu. Zadbaj o kolorystykj liter. Znaki nale?y k... Student
Jumping to Same Memory location in Protected Mode1166 (10/20/2003 11:26:06 AM) Hi Group, I am very new to this field of Protected Mode Programming. Please help me out. I have an execuatble of size 500KB (runs in protected mode) which is supposed to downloaded from anothe... hemant
Get the FAQs090 (10/20/2003 7:15:01 AM) Before posting technical questions please read the FAQ: http://www.faqs.org/faqs/by-newsgroup/comp/comp.lang.asm.x86.html You may also download a copy from: ftp://garbo.uwasa.fi/pc/doc-net/asm0004t.zip in ... clax86(20)
00h bytes191 (10/20/2003 1:55:52 AM) Why do assemblers/linkers put numerous 00h bytes in executable files? Do processors execute 00h bytes? William --- ... William
local "var" missing from nasm2122 (10/18/2003 8:43:13 AM) I am porting some old tasm code I made and while rewriting some procedures i came across local data declarations like this... local Cylinder : byte This is bootsector code and needs to be compact so I do not wa... Hamish