How can I change architecture in Eclipse from x86 to pdp11, what flags d开发者_Go百科o I need, and do I need adjust cross-compiler, thanks in advanceYou can\'t since a PDP-11 is a 16bit computer it ca
I\'m working on a project and I need to compute something based on the rows and columns of an image. It\'s easy to take the bits of the rows of the image. However, to take the bits of each column开发者
I\'m in middle of rewriting my assembler. While at it I\'m curious about implementing disassembly as well. I want to make it simple and compact, and there\'s concepts I can exploit while doing so.
How can I convert a number contained in a string from any base to any other base? Bases can be anything i.e.: 2, 16, 10, 4, 8, 9.
What is the assembly language variable bl? How 开发者_运维技巧many bits does it hold? Is it a part of a larger variable like EBX?EBX is the 32-bit variant
I have a .NET application that runs on both x86 and x64. I\'d like to have a 32 bit WiX installer that will work on both platforms but I\'d like it to install to /Program Files/ rather than /Program F
Given the following x86 assembly instructions: movesi, offset off_A cmpesi, offset off_B how would I get the offsets (the second operand) at runtime ? This is the scenario: A program (injected into
(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..?
I\'m having some problems with Edit and Continue when using Visual Studio 2010 on a Windows 7 64 bit machine. I\'ve ensured the following
org 0x100 SEGMENT .CODE mov ah,0x9 mov dx, Msg1 int 0x21 ;string input mov ah,0xA mov dx,buff int 0x21 mov ax,0