Advertisement

Over 40 Experts will be attending the first Annual Core Conference! Take a look at what will be happening throughout the week...

2008 Core Conference

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Assembly Solutions: 51 - 75 of 112
 
Hey guys! I'm in a bit of a bind here...i need to obtain a matrix of numbers (3x3) and determine the...determinant hehe. Up until now i have been able to create the matrix and fill it up with ...
i need to handle control-c or control-break events under dos i patched int23h .. but nothing happened when i pressed control-c any ideas ?
1. Compute the sum of the following pairs of 6-bit unsigned numbers. Indicate if there is overflow. • 1 0 1 1 1 1 + 0 0 0 0 0 1 • 1 0 1 0 1 0 + 1 0 0 0 1 1 2. Compute the sum of the fol...
Hi, Sorry for putting this in the ASM area - although it appears to be the closest areas. I'm quite curious about microprogramming, although the useful resources (aka a paragraph) are fe...
I  need the following assemble code converted to C code. The bsf instruction is the main part that I do not know. Thanks mov eax, 80000000h      mov bx, 4000           loop1: bsf ecx,eax     /(Bit Scan F...
Note [3/24/2002]: Continuing at http://www.experts-exchange.com/assembly/Q.20280946.html Note [3/31/2002]: And then continued here:  http:Q.20283475.html Just throwing out the gauntlet: W...
Where can I get Information about the functions contained in the MSVBVM60.DLL ? I mean a COMPLETE DESCRIPTION ON THE PARAMETERS PASSED TO THE FUNCTIONS included in MSVBVM60.DLL
I have an exe file containing a JMP assembly instruction: Assembler: jmp         0052E4A8 with opcode E9 28 08 00 00 From what I understand the opperation (JMP) is identified by the f...
Hello! I have a question. I have heard about TSR viruses and TSR technology (in assembly)... Is it possible to write a code which can be executed always in a PC even after formatting al...
hi thanks for looking.  I  have a simple question on the assembly instruction movl (move long).  I think I'm using Intel Architecture 32 (IA32) assembly if it makes a difference. Basically,...
I want to take the next step in my web programming development. I'm tired of using the same methods, events and functions over and over for different applications. I want to build an assembly ...
hello everyone ... this is my first post here and i'm willing to find an answer to my question and i appreciate ur help ... my subject is sending an AT command from a mcu to a gsm engine conne...
I'm using WinXP Professional, and I'd like to create my own Keystroke Monitoring program. That way, while I'm away from any of our computers and someone else does something mischievous to any ...
Let me First tell you that i am facing problem on linux kernel. I did some changes in kernel C source but then i am getting oops message that hangs my linux. c0131250 kmem_find_general_cache...
Hello all, I want to do a delay during a double loop- i want to see the resuts during the execution of the program. I dont have free segment to do the delay, I'm using bx,si,cx,ax,dx,es . ...
    I'm using GAWK to automate the conversion of lots of assembly language source files written for the Phar386 assembler to they can be recompiled with the GNU assembler.  So far, things are...
Hi everyone, I was hoping someone can help with an assignment from my assembly class, I'll be asking the instructor on friday but was hoping to get an answer sooner. As the subject says, I ...
I am trying to solve computer systems, programmers prespectice(by bryant, O'Hallaron), Q31, chapter 3, question, if anyone can give me some hint I would appreciate. you are charged with ma...
Hello I want a piece of code which can multiply large numbers like 100 digit number. Thanks from now!
I'm just getting started with assembly language programming.  can anyone tell me how, using SPIM, I convert an ASCII string (which contains hex digits) to a binary value? Thanks
Hy, Can anyoane help me with a fixed point substraction routine in emu 8086?
Hello, I've got a quick question after reading few articles describing ASM. As far as I know, registers are used to store variable (except EIP) and each of them have limited size. I disassemb...
Hello, I am having a trouble with assembly language of 8051 and I need to compute a square root of 32-bit binary number. Can you help, please? Thanks.
Can someone guide me on how I can read the SPD info on a memory chip.  I have tried some windows SPD programs but I would like to attempt to write my own spd reader in DOS.  Thanks!