How processor decodes correctly?599 (6/25/2003 6:32:35 PM) HI All, I have a small doubt. There are some instructions for which we specify the operand only to specify the correct size. For example if we consider STOS instruction, it has two forms: without operands: STO... sunilsreenivas2001
About Old Boot Loaders???4109 (6/25/2003 3:46:27 PM) How did old bootloaders work with the original IBM PC which had only 16 KB RAM? The normal 0000:7C00 bootloader address didn't exist because 7C00 implies you have about 32 KB of RAM. I want to write a bootloa... Fragger00
Mystery: JGE taken but it shouldn't have happened429 (6/24/2003 9:40:34 AM) Hello! I got really a weird problem. I got an application (controlling some device) which works for a some time (40-50 hours) executing repeatedly the same set of functions (the device repeats the same activit... m.tokarski(1)
A simple(?) program with TASM4.2147 (6/24/2003 11:45:05 PM) A simple program with TASM4. Hello, I'm a beginner with Assembly, and trying to code a little piece of software that simply reads keystrokes and saves them to memory. The idea was to either record 80 character... Janrik
fastest way if all bits are zero in an __m128 type0175 (6/25/2003 8:54:59 AM) hi ng, i am wondering what is the fastest way to determine if all bits of an __m128 datatype are zero? right now i am using _mm_movemask_ps (which works always for my case) but i learned that this command is e... heikofriedrich75(1)
Having trouble posting?0141 (6/25/2003 7:15:01 AM) If you are having trouble posting to clax86, try the following steps: 1. If you think the moderators might be rejecting your posts, please understand that, except for obvious spam, the robomoderator always s... clax86(20)
updating from codeview 4.05 to 4.100130 (6/25/2003 12:30:41 AM) I have downloaded the patch for codeview for 4.05 to 4.10, but now it has starting all sorts of error messages,bad dll format,no symbol handler. Perhaps the reason i think is the that tools.ini which was for 4... Madhur
16 bit code with GNU AS0145 (6/24/2003 2:52:48 PM) Hi, I'm trying to compile 16 bits ASM code with GNU AS, using ".code16" directive. According to NetBSD code (and to Intel manuals), I have to add prefixes to use 32 bits datas and addresses (0x66 and 0x67). B... rmp