Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
comp . lang . asm . x86
This is a Usenet group - learn more
Find or start a Google Group about x86.
Group info
Language: English
Group categories:
Computers > Programming
More group info »
Active older topics
22 new of 22 - Dec 29 2009
13 new of 13 - Dec 24 2009
5 new of 5 - Dec 23 2009
10 new of 10 - Dec 20 2009
7 new of 7 - Dec 19 2009
16 new of 16 - Dec 18 2009
9 new of 9 - Dec 17 2009
17 new of 17 - Dec 15 2009
5 new of 5 - Dec 15 2009
8 new of 8 - Dec 15 2009
Related Groups
Assembly languages of various flavors.
Low activity, Usenet
Low activity, Usenet
Discussion about C.
Low activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 28014  Older »
Description: Bulletin Board and Q&A for x86 assembly language topics. (Moderated)
 

Debugger for AMD64? 
  Anyone know of a AMD64 compatible symdeb/debug (command line) type debugger? I use them all the time to test instruction results. For i386 I use ddeb, but don't know of an AMD64 version?
By David  - Jan 4 - 5 new of 5 messages    

comp.lang.asm.x86 FAQ 
  Before posting technical questions please read the FAQ: [link] You may also download a copy in zip format from the above site. The original version (which has not been updated since 21 March 2000) can still be accessed from: [link]... more »
By Jim Carlock  - Jan 2 - 1 new of 1 message    

NOTICE: C.L.A.X service interruption! 
  Please forgive a few days of service interruption. Please feel free to continue these threads in A.L.A (if need be) until service is restored. Also, look for a possible Moderator Vacancy Announcement RFC in news:alt.lang.asm and elsewhere. Thank you. Nathan.
By Nathan Baker  - Dec 31 2009 - 9 new of 9 messages    

multithreading in Asm 
  Hi all, I've never been very clear as to how multithreading is implemented in high level languages, I guess because I never untar'd pthreads to take a look, but that's beside the point. My question now is, if I am not interested in using a C library to do multithreading, what are my options in assembly language?... more »
By Qyz  - Dec 31 2009 - 11 new of 11 messages    

Calling convention odd? 
  Hi all, While doing some asm coding recently I noticed that when I called _malloc, my ECX register was getting trashed. I did some digging and was surprised to learn that this is normal, that callers to C library routines are expected to save EAX, ECX, and EDX. Seems to me that if one is doing a lot of such calls,... more »
By Qyz  - Dec 30 2009 - 19 new of 19 messages    

learning assembly through HLA- help 
  Hi, Im learning assembly through HLA/Art of assembly book.. Do I need to have both linux and windows installed? Im a bit confused since the "Windows version" of the book keeps alternating between windows and linux setup in chapter 2.. Thanks
By asuchar  - Dec 30 2009 - 2 new of 2 messages    

questions about x86 
  Hi,all I have no experience in x86 assembly coding previously, but may need to optimize code on PC.So I begin to read the manuals downloaded from Intel's website. In the diagram of intel core microarchitecture, there are several execution clusters behind scheduler. It says several execution cluster can execute Integer ALU... more »
By jogging  - Dec 29 2009 - 3 new of 3 messages    

Valid operation? 
  Hi all, Is this valid? mov byte [ebx], di It assembles just fine with NASM. I want to move the lowest byte of EDI to the byte at [ebx]. If it's not valid, I guess I can do this: mov ax, di mov byte [ebx], al ... but that would take longer etc. Thanks.
By Qyz  - Dec 28 2009 - 4 new of 4 messages    

Is MOVDQA possible in real mode (16 bit)? 
  I'm writing a boot manager at the moment. It resides in the first cylinder of the first HD and is plain 16 bit code. It reads the partition tables (including extended partitions) of HDs reported by the BIOS, evaluates their boot sectors and offers a list of all bootable partitions to start. It has to store *some* data, so I want to use XMM registers to move... more »
By Bernhard Schornak  - Dec 24 2009 - 13 new of 13 messages    

Simple Bootloader to Run C program 
  I'm thinking about some of the projects we did at Uni some time ago... you know the sort whereby we had a blank LSI or PDP-11 and we wrote simple keyboard handlers and the like.... And looking at Minux lately has got me thinking about why I got into this in the first place. The romance of low level programming seems to have disappeared completely.... more »
By oraclerob  - Dec 22 2009 - 11 new of 11 messages    

1 - 10 of 28014   « Newer | Older »

XML      
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2010 Google