First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Conversion of ISO Date-stamps into Weekday Numbers
jgharston writes: lach wrote: ...and won't compile into an assembly subroutine of less than two dozen instructions on a QL for both Julian & Gregorian dates, Dunno about 68000 code, but 6502 code here: http://mdfs.net/Info/Comp/6502/ProgTips/DayOfWeek That code is slow & dirty. On the one hand it a... 23 Apr 2010 17:20
HLA v2.8 is now available
Okay, I'm not quite sure what I did wrong, but apparently I managed to sync the wrong version of the website, or I copied the links too soon (while the website was still syncing). Here are the new links that seem to work fine now: HLA download page (and links work from this page): http://homepage.mac.com/rand... 23 Apr 2010 17:20
Win32 Assembly Programming Just Got Easy
On Apr 21, 6:28 pm, "randyh...(a)earthlink.net" <randyh...(a)earthlink.net> wrote: Sorry, the examples download URL was incorrect, Here is the correct address:http://homepage.mac.com/randyhyde/webster.cs.ucr.edu/HighLevelAsm/HLA... Cheers, Randy Hyde Okay, I'm not quite sure what I did wrong, but apparentl... 23 Apr 2010 17:20
lock one resource in win32 + asm
How you from win32 can lock one resource used from many treadhs? example: Lock(&resource); doing_something_only_one_thread_can_do(); FreeTheLock(&resource); e.g int resourceMem=0; void* malloc(unsigned s) {void *v; .... Lock(&resourceMem); .... FreeTheLock(&resourceMem); return v; } how o... 23 Apr 2010 20:34
VESA Monitor Control Command Set(MCSS)
Hello... My interest is to enable in a pure DOS enviroment that the secondary display device shows the content of the secondary framebuffer using a different vesamode as the primary display device. Are the MCSS helpfull on this way? Where i can found those documented list of MCSS for free download? Can an... 18 Apr 2010 06:28
New to Assembly x86, DOS, Help needed.
Hi, I am sumesh. new to assembly programming. i am using masm 6.15. i need to help in getting tutorial for assembly programming in dos using masm. and can i get some sample asm source code to start coding at beginning level. Sumesh. ... 23 Apr 2010 20:34
i am complete wrong in shared library concept
Hi Shared library is used to save disk space, not memory space. If you load two different programs and these two programs are linked with the same shared library. That shared library exist in memory twice. Right? thanks from Peter (cmk128(a)hotmail.com) ... 23 Apr 2010 20:34
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
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17