CLAX FAQs and Resources1148 (11/18/2010 12:52:25 AM) comp.lang.asm.x86 Introduction to the COMP.LANG.ASM.X86 newsgroup: http://clax.inspiretomorrow.net/index.html CLAX Policy and Technical Issues FAQs: http://clax.inspiretomorrow.net/clax86.html x86 Assembly Language FAQs: ht... Nathan
If you don't immediately see your CLAX post...035 (4/13/2010 5:30:36 AM) comp.lang.asm.x86 ....(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... Nathan
Programs by code, languages by semantics1437 (12/7/2011 4:05:02 PM) comp.lang.asm.x86 Hi all, programs quality should be marked in an analogue way as refrigerators and freezers, i.e following a catagorization alike the EU one about energy saving http://en.wikipedia.org/wiki/European_Union_energ... hopcode5394(42)
start336 (12/12/2011 1:03:07 PM) comp.lang.asm.x86 hello can any one write a simple assembly language program from me which print a 'G' on screen starting location it can run in windows and in protected mode . :) ... progasm32(1)
Program issue140 (12/19/2011 8:03:49 PM) comp.lang.asm.x86 \\program to print powers of 2 program power; #include("stdlib.hhf"); static var: int32; cnt: int32 :=1; begin power; for(mov(1,var);ctr<=20;add(1,ctr))do stdout.print(var,nl); add(var,var); endfor... jainprateek2000(1)
Program issue #2232 (12/19/2011 8:05:09 PM) comp.lang.asm.x86 \\program to print powers of 2 program power; #include("stdlib.hhf"); static var: int32; cnt: int32 :=1; begin power; for(mov(1,var);ctr<=20;add(1,ctr))do stdout.print(var,nl); add(var,var); endfor... jainprateek20001(1)
Dump memory from ISR6157 (3/13/2012 9:53:43 PM) comp.lang.asm.x86 Hi guys, I have a problem and wanna know if anyone has some ideas about it. I need to dump the entire memory (about 1gb) to a file from a ISR. I assume I can=B4t do it in real mode, right? So first problem... pgerotica(10)
nbody bench take two3341 (4/12/2012 7:32:28 AM) comp.lang.asm.x86 I have posted first in alt.lang.asm , but I'll try here too. Program is translated from this Java program: http://shootout.alioth.debian.org/u64q/program.php?test=nbody&lang=java&id=2 First assembler version r... MelissA
My Sincerest Apologies430 (5/13/2012 2:09:14 PM) comp.lang.asm.x86 This is a message for Frank B. Kotler Frank, I just want to say how sorry I am that a minor metaphor matastasized into a mountain of misery. At least, it did for me and those around me. It is often the cas... gmspamfree(2)
masm include-problem280 (5/16/2012 2:50:51 AM) comp.lang.asm.x86 Hi. I installed the masm32v11r And then i geht this errors, when i start assembling: \masm32\include\windows.inc(156) : error A2004: symbol type conflict : bool \masm32\include\windows.inc(7835) : error A217... dl2(5)
Controlling a Multi-Core 64 bit AMD Processor4866 (8/17/2012 2:37:05 AM) comp.lang.asm.x86 Hi,
I want to be able to use more than one core CPU. How does one control this hardware, using Assembly (opcode). In other words, how do you manipulate a multi-core processor.
Thanks.
Dan
x86(at)igin... google5187(4)
the future of x863147 (9/18/2012 11:26:50 PM) comp.lang.asm.x86 Does the future involve 64-bit processors or multiple 32-bit
processors?
I suppose there could be multiple 64-bit processors too, but that
seems unlikely.
Right now, 64-bit programs don't reach very man... hughaguilar961(61)