-
as seen on Stack Overflow
- Search for 'Stack Overflow'
So I've been getting into a bit of assembly lately and I'm a beginner so i was wondering if someone could clarify something. I take it every process has it's own set of registers, and each thread can modify these registers right?. How then do multiple threads use the same registers without causing…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
These are "Programmer Visible" x86-64 registers:
What about the invisible registers? Just now I learned that MMU registers, Interrupt Descriptor Table (IDT) uses these invisible registers. I'm learning these things in the hard way. Is there any resource (book/documentation/etc) that gives me the…
>>> More
-
as seen on Article City
- Search for 'Article City'
A cash register is one of the devices that are used within a sales establishment and which are being operated by a sales clerk. This is usually used to calculate the total number of sale a customer w... [Author: Alan Wisdom - Computers and Internet - April 05, 2010]
>>> More
-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
Solaris X86 64-bit Assembly Programming
This is a simple example on writing, compiling, and debugging Solaris 64-bit x86 assembly language with a C program.
This is also referred to as "AMD64" assembly. The term "AMD64" is used in an inclusive sense to refer to all X86 64-bit processors, whether…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I just installed Ubuntu on my laptop yesterday and it connected to the wireless fine. Then I took it to school, put it on their wired connection, downloaded some stuff, and now the wireless doesn't work.
At first it would detect networks, but not connect. I restarted it and now it can connect, but…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I can't install crossover from the package, ".deb". Here is a screenshoot of it :
Here is what I got when I was trying to install with terminal:
`young@jianyue:~$ cd /home/young/Desktop
young@jianyue:~/Desktop$ sudo dpkg -i crossover.deb
Selecting previously unselected package ia32-crossover.
(Reading…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
(ia32) for example,
test $eax, $eax
why would you ever want to do that? it does $eax & $eax, right? shouldn't this always set the flag register to say that they are equal..?
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Question:
What is the way to determine, ahead of time and without doing a full
install of 64-bit Debian Testing NETINST, when Debian Testing has
32-bit libraries available and fully working and installable so that
the following command works without broken package errors?:
apt-get install ia32-libs…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I don't know why I can't install ia32-libs. It claims for a dependency that cannot be found on repos.
junior@mediacenter:~$ sudo apt-get install ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
As already pointed out here, people seems to have issues with installing wine in the latest version of Ubuntu. I'm suspecting this only happens with 64 bit users.
For example, when trying to install wine, wine1.4, wine1.4:i386, wine1.5, wine1.5:i386, ia32-libs or ia32-libs:i386 with apt-get, I get…
>>> More