|
If you don't immediately see your CLAX post... ....(or ALA post or a thread in any other group that might be cross- posted to CLAX), do not expect your post to appear immediately after you've pressed send. This is a *moderated* group (see http://www.fysnet.net/faq/index.htm for details); therefore, your post will be held for review by the moderation team. P... 13 Apr 2010 01:50
Fast big integer division Starting point is: http://www.x86asm.net/articles/working-with-big-numbers-using-x86-instructions/ So case when one of numbers fits in register is trivial. Multiplications (karatzuba variant) y1 = x1*2^32 + n1 y2 = x2*2^32 + n2 y1*y2 = (x1*2^32 + n1) * (x2*2^32+n2) = x1*2^32*x2*2^32 + x1*n2*2^32 + x2*n1*2^... 14 Apr 2010 16:38
Computer nostalgia song do you know the story of titanic: as the hlls languages too big and nobody know what he/she doing "Gary McGath" <garym@_MYLASTNAME_.com> ha scritto nel messaggio news:garym-5D1B8F.06464110042010(a)news... It seems only fair to post this to Usenet, and to crosspost it as I have: Shall auld assembly be forgo... 12 Apr 2010 05:53
entry point of lib.so Hi All If I loaded a PIC library (.so file), It has an entry point in the ELF header, see below: ELF Header: Magic: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00 Class: ELF32 Data: 2's complement, little endian Version: ... 15 Apr 2010 14:43
implement stack and queue in C or in asm Xpost[alt.lang.asm,comp.lang.c,comp.programming] It is two days that i write little functions for handle stack and queue [of 32 bits elements, (pointers or unsigned or int of 32 bit)] and they seems to me very good written etc Is there anyone that implemented these queue and stack using only pointers [no inde... 4 Apr 2010 13:42
peter-bochs-debugger is a GUI debugger for bochs peter-bochs-debugger is a GUI debugger for bochs http://code.google.com/p/peter-bochs/ ... 1 Apr 2010 00:20
status update 1 (Re: assembler speed...) "cr88192" <cr88192(a)hotmail.com> wrote in message news:hofus4$a0r$1(a)news.albasani.net... well, this was a recent argument on comp.compilers, but I figured it may make some sense in a "freer" context. well, a status update: 1.94 MB/s is the speed which can be gained with "normal" operation (textual in... 11 Apr 2010 19:00
x86 instruction set usage-difference between windows 95 and windows xp ? On Thu, 25 Mar 2010 22:45:31 -0700 (PDT), "Alexei A. Frounze" <alexfrunews(a)gmail.com> wrote: On Mar 25, 12:54�pm, Rugxulo <rugx...(a)gmail.com> wrote: On Mar 25, 1:15�am, "Alexei A. Frounze" <alexfrun...(a)gmail.com> wrote: Now, new non-system instructions that don't come in with new CPU regist... 29 Mar 2010 10:12
assembler speed... well, this was a recent argument on comp.compilers, but I figured it may make some sense in a "freer" context. basically, it is the question of whether or not a textual assembler is fast enough for use in a JIT context (I believe it is, and that one can benefit notably from using textual ASM here). in my ca... 26 Mar 2010 15:33
x86 instruction set usage-difference between windows 95 and windows xp ? Hello, My questions are: Q1: How much x86 instruction set usage-difference is there between windows 95 and windows xp ? As far as I know the x86 instruction set can be divide into two parts: Part 1. Operating system specific instructions and registers for kernel-space/mode/world. Part 2. Application ... 29 Mar 2010 11:19 |