ANSI C compiler for x86 in Bash clax86-submit@crayne.org, lwn@lwn.net041 (8/9/2003 11:27:28 AM) Heh. Not quite. echo " This is maybe 80% complete, and that that couple percent is, well, you know. This does most of Chuck Moore's colorForth BOOT.ASM right, but there's still serious bizarritude in COLOR.AS... rhohen(5)
FAQ stuff130 (8/8/2003 2:51:02 PM) Here's some things I didn't see in the clax FAQ that you are quite quite quite welcome to, and welcome to any subset of, hence the verbosity, recursive self-references and Mickeysoft jabs ;o) Subject: 26. WWW ... rhohen(5)
Help a newbie - SCASB4152 (8/7/2003 7:44:32 PM) I just took an x86 assembly class. Horrible professor, bad texts, etc. I ended up having to pick up an extra text or two for the class. I'm reading through "Assembly Language for Intel-Based Computers" by Ki... spam
asm in vc++2121 (8/5/2003 5:10:43 AM) hi i want to know how to store the value in accumulator to return i.e I want to how to use the statement,is result a keyword in delphi pascal? MOV [RESULT],AL (in Delphi pascal) in VC++. how to do it? ... sudhar_san84
Bitwise Rotate Left / Right?2529 (8/7/2003 6:10:43 PM) Under Windows (current versions) an INT is 32 bit. I need a way to rotate a 32 bit value. What are the instructions to do this? I can't seem to find a good explanation of this anywhere. I need rotate, not shift... Martin
asmDoc - create Code consistent Dokumentation4105 (8/2/2003 4:53:23 PM) asmDoc - create Code consistent Dokumentation You know javaDoc? Why not use asmDoc... http://www.iasys.org/asmDoc/ The Page is new... the Program, too I wrote this to have an autobuild Documentation of my Sou... Wolfgang
Branch Prediction1160 (8/6/2003 3:22:44 AM) I have read Pentium 4 Optimization Manual. I have noticed that it is the Branch Prediction. It can lead to be misprediction if condition cc is used such as jcc. It recommends to use setcc instead. My qu... Bryan
MMX extended precision shift198 (8/6/2003 2:03:48 PM) Hi, I was disappointed to see there are no extended precision shift instructions (equivalent to 32 bit shrd/shld) for MMX. Can anyone tell have suggestion for fastest algorithm to implement extended precision... ymotiwala
Register To Memory5161 (8/5/2003 1:11:03 AM) I have eight global variables that are stored in the stack. The stack shows EBP-4, EBP-8, etc... The problem is that eight global variables are modified ALWAYS (frequent) that can't be done on registe... Bryan
nasm symbol information for debugger0246 (8/5/2003 4:44:31 PM) so far as I can tell nasm does not produce symbol information for gdb even I am loathe to transfer to gas is this still the case? does anyone know or has the situation been resolved if it is the case what w... mynewemailaddressiti