Transfering control from 32bit to 16bit application422 (10/29/2003 6:11:46 PM) Hello, I have problem with transferring control from 32-bit code, to 16-bit code. Let me explain what I want to do. Per example I have some 16-bit assembler code at somewhere in first 1Mb of memory. Let the sta... davor.grgruric(1)
Using jump command3183 (11/1/2003 2:01:15 PM) Hello. can someone please explain me the different between regular jmp command and the condition jump command (jne,je....). How far can each one of them jump and why do I get "out of range" message when using... Shlomy
How to use Setcc??1535 (11/1/2003 7:10:19 AM) Do C/C++ compiler have access to eflag register directly? I will not want to use inline __asm that uses setcc to set 1 or 0 into local variable? -- Bryan Parkoff ... Bryan
tueleron smp0131 (10/31/2003 10:35:03 PM) has anyone attempted to build a smp box around this chip ? (if not can anyone explain what is missing in there - i guess it must be the lock pin/instruction) ... flekso
Two 8086 Assembly Language Questions..1486 (10/30/2003 7:18:24 AM) Hi Friends, can anyone help me with this : I am unable to do my assignments .. 1>Write a 8086 assembly language subroutine that can be used for passward matching. Interface/call this subroutine from a C... madhumita0609
What Does Optimization Mean?4216 (10/30/2003 6:44:22 AM) I understand that MASM32 and HLA do not use optimization when they use user32 functions from user32 library such as WinMain, CreateWindow, ShowWindow, UpdateWindow, DestroyWindow, DispatchMessage, and Trans... Bryan
would like to disassemble a system driver21124 (10/24/2003 5:13:22 PM) Hello - I would like to disassemble my NIC driver, becaue I'm trying to see where it sets it's PCI latency so I can change it. The drive is for the Realtek chipset. RTL8139.SYS I used to have a copy of wd32asm... davetest
invoke VirtualAlloc,NULL,ebx,MEM_RESERVE,PAGE_EXECUTE_READWRITE1238 (10/29/2003 8:42:06 PM) Hi, I want to use (MASM32\include\kernel32.inc) to allocate memory and my question is. Can I depend on the allocated memory to be continuous in memory? The reason I ask is that I would like to build a table ... John
Inner Loops / Assembler Optimization7111 (10/16/2003 7:32:47 PM) Hi Does anyone know if there if a post-Pentium Pro follow up to Rick Booth's classic? Thanks Andrew ... Andrew