Web Images Videos Maps News Shopping Gmail 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
10 new of 10 - Nov 7
5 new of 5 - Nov 5
6 new of 6 - Nov 4
9 new of 9 - Nov 4
6 new of 6 - Oct 28
13 new of 13 - Oct 27
21 new of 21 - Oct 22
3 new of 3 - Oct 20
47 new of 47 - Oct 18
8 new of 8 - Oct 16
Related Groups
Assembly languages of various flavors.
Medium activity, Usenet
Low activity, Usenet
Discussion about C.
High activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 27986  Older »
Description: Bulletin Board and Q&A for x86 assembly language topics. (Moderated)
 

Question about stack... 
  So I'm reserving room on the stack for a local variable, I'm in 16-bit assembly and I decide to reserve room for a 16-bit word, so I subtract 2 from sp. SUB SP, 2 MOV BP, SP MOV word [BP], myvalue In this case it wasn't overwritten. When I didn't adjust the value of SP and did: MOV BP, SP MOV WORD [BP-2], myvalue... more »
By wolf3y3  - Nov 21 - 5 new of 5 messages    

added a history panel to bochs gui debugger 
  added a history panel to bochs gui debugger, see the bottom [link]
By peter  - Nov 17 - 1 new of 1 message    

OK to use MMX registers as temporary storage? 
  Hi all, I'm coding a routine and I'm using all of the registers. I need to do a division which means I am going to have to free up EAX and EDX. Is it possible for me to simply MOVD them into the MMX registers without causing any problems? I am not doing any floating point math nor MMX operations in my routine.... more »
By A  - Nov 16 - 28 new of 28 messages    

Monitoring segment registers? 
  Hi, I want to monitor all the activities of segment registers like CS, DS... inside a virtual machine. For ex, I want to get notified whenever CS or DS changes their values. I want to use some features of Intel VT to do this. I imagine that I can set some conditions so whenever these registers change values, it... more »
By junkoi  - Nov 15 - 7 new of 7 messages    

implementing call stack 
  Hi, Im working on a asm debugger. The source is a higher level programming language (VHDL), which is similar in some aspect to Pascal/C (the source may contain procedures). Now I can put breakpoints to the source VHDL code and the debugger stay correctly at a point in the x86 code. Im using runtime... more »
By John Smith  - Nov 15 - 4 new of 4 messages    

Using labels as immediate operands in GAS with intel syntax 
  I have the following code for a hello world program for GAS: .intel_syntax noprefix .data # section declaration msg: .ascii "Hello, world!\n" # our dear string len = . - msg # length of our dear string msg_p: .int msg len_p: .int len .text # section declaration # we must export the entry point to the ELF linker or... more »
By Paulo  - Nov 12 - 4 new of 4 messages    

A valid number of prefixes 
  Hey guys! I have this question related to instruction prefixes in ia-32/64. I did some work with software protections and code obfuscations. And I have seen instruction prefixes in many cases where their use is reserved, for example jmp instruction and rep prefix. So my question is, how many prefixes does the instruction can... more »
By Tadas  - Nov 12 - 41 new of 41 messages    

problem while using inline assembly 
  Hi, I am trying to use the inline assembly. int y; asm ("mov %fs:thread_local@TPOFF, %rax"); asm ("mov %%rax, %%rbx;" :"=Ab" (y) ); This code works perfectly fine. when i try to compile the following piece of code int y; 20 asm ("mov %fs:thread_local@TPOFF, %rax;"... more »
By shankha  - Nov 9 - 11 new of 11 messages    

Changing FPU rounding mode 
  Hi, Problem: After I change the FPU rounding mode with the assembly instruction fldcw, the rounding mode is reset back to the default after the program finishes running. How can I make the change permanent (i.e.until the next time fldcw is called or machine reboot)? I wrote the following program to change the FPU rounding mode from the... more »
By Yipkei Kwok  - Nov 4 - 6 new of 6 messages    

Access PCI memory space from DOS real mode 
  For some reason, my original post did not show up in this newsgroup. I am posting again. Hi All, I am working on an DOS network driver for a PCI Express NIC device. The device does not have I/O space but only memory bar. The issue is my driver is running under 16 bit real mode and how can the driver... more »
By William Zhang  - Nov 4 - 16 new of 16 messages    

1 - 10 of 27986   « Newer | Older »

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