|  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11
ugly?
On Mar 15, 9:09 pm, "io_x" <a...(a)b.c.invalid> wrote: Do you know this could be RosAsm code? Is it ugly? Looks like an output of a fake code generator. Awesome maze. ... 16 Mar 2010 15:03
ugly?
Do you know this could be RosAsm code? Is it ugly? ; u32 ; StampaVersoArr( u8* Arro, u32 ArroSize, ; u8* FileIn, u32 Cap, u32 verso, u32 nVersi) ; 0k, 4j, 8i, 12b, 16ra, ; 20P_Arr, 24P_ArrSz, 28P_FileIn, 28P_Cap, 32P_Verso, 36P_nVersi + 128 ; 148 , 152 , 156 , 160 , 1... 15 Mar 2010 16:56
New NBASM IDE
Hi, Just for your interest, I know that for the seasoned veterans here, NBASM is little or no interest to you, but for those who may be learning assembly, I have now resurrected the old IDE for my NBASM assembler. If you are trying to learn assembly, NBASM may be a perfect assembler for you, and now with the ... 13 Mar 2010 13:04
Beginner's guide to MinGW?
On Mar 12, 3:59 pm, Branimir Maksimovic <bm...(a)hotmail.com> wrote: "C with classes" was the original name of the language. [...] Problem with c++ is that Bjarne imposed rules on language which what he considered "good C". Somthing like java did for C++. Other thing is that because of functio... 13 Mar 2010 19:46
IDE
Just read a description of a new IDE (for Java) and find it pretty neat. It's called "Code Bubble", and their new idea is, instead of files, the IDE shows "fragments" instead. http://www.cs.brown.edu/people/acb/codebubbles_site.htm They even have a you-tube thingy to show how it work: http://www.youtube.c... 15 Mar 2010 16:56
comment on my, code, Im little bit rusty (complete source,finished)
On Sun, 7 Mar 2010 21:34:25 +0100 Here is finished version ,hope that would be helpful to someone ;) Almost same speed as c++ compiled with march=native and O3 (I could get that sec if optimising some more ;) Only two threads used, didn;t bother to detect number of CPU's. (linux clone syscall is usead). Hope thi... 12 Mar 2010 02:49
getting keyboard keys strokes via VMware Fusion on Apple MAC
I use high-level languages to run programs in Windows and DOS. All need to get keystrokes from the keyboard one by one. These are all key combinations except those used by Windows (e.g. ctl and Alt- TAB and ESC ). For DOS and Windows command line, I use the DOS service call Int 16h with 16 or 17 in AH to get a... 8 Mar 2010 19:47
misc idea: PE/COFF data embedding...
the text below is from a misc email. it is an idea I had considered recently, but as of yet have not done much. I am not sure if anything similar is already in common use. some later variants on the idea had considered: really, I don't strictly need a special section, as using pretty much any section would wo... 7 Mar 2010 23:56
overflow of stack for recursive functions
What about write one recursive function that can report all errors? do you see some error? ------------- ; nasmw -fobj this.asm ; bcc32 -v this.obj section _DATA use32 public class=DATA global _main extern _printf RecursiveVar dd 0 ; here the min stack address IRetrunIIuIn db "Retrun=%u" , 13... 7 Mar 2010 05:15
ASM macros...
"BGB / cr88192" <cr88192(a)hotmail.com> wrote in message news:hmbib7$tlt$1(a)news.albasani.net... sadly, I don't really know what actually "good" ASM macro systems do (mine is, essentially, just a hacked-over C preprocessor...). Nor I. I really like NASM's macro processor. IIRC, it was derived from a C p... 2 Mar 2010 01:19
please use it
http://peter-bochs.googlecode.com please use it, thanks ... 1 Mar 2010 05:51
misc: ASM macros...
well, basically I have hacked on a few more extensions to the macro facilities for my assembler. sadly, I don't really know what actually "good" ASM macro systems do (mine is, essentially, just a hacked-over C preprocessor...). note that the primary usage of my assembler is as a library for use within a (most... 27 Feb 2010 12:05
The project BIEW was renamed into BEYE
Hello! Due the fact that previous name of the project (BIEW - Binary vIEWer) has some negative associations in english it was renamed into BEYE (Binary EYE) BEYE (Binary EYE) is a free, portable, advanced file viewer with built-in editor for binary, hexadecimal and disassembler modes. It contains a highlight ... 2 Mar 2010 04:35
comment on my, code, Im little bit rusty
For exercize I taken knucleotide benchmark. http://shootout.alioth.debian.org/u32/performance.php?test=knucleotide My naive assembler program (fasm): struc vector d,s { .data dd d .size dd s .elements dd 0 } macro ccall proc,[arg] ; call CDECL procedure { common local size ... 7 Mar 2010 16:15
Was NOP deprecated for AA64? NASM not disassembling...
On Feb 18, 12:24 pm, "Rod Pemberton" <do_not_h...(a)havenone.cmm> wrote: If NOP was deprecated or obsoleted for AA64, I can't find it stated any the Intel or AMD 64-bit manuals.  But, it seems NDISASM is disassembling it as an XCHG RAX,RAX with REX.W=1.  (2.06rc8 and 2.08rc9) 00000000  90                no... 19 Feb 2010 04:21
Was NOP deprecated for AA64? NASM not disassembling...
If NOP was deprecated or obsoleted for AA64, I can't find it stated any the Intel or AMD 64-bit manuals. But, it seems NDISASM is disassembling it as an XCHG RAX,RAX with REX.W=1. (2.06rc8 and 2.08rc9) 00000000 90 nop 00000001 4090 nop 00000003 4890 xchg rax,rax ... 18 Feb 2010 16:12
instruction panel
Hi I am adding a "page up" and "page down" button to the instruction panel (http://peter-bochs.googlecode.com/files/screendump20100203.png) For the page up button, I don't know how to calculate the address to start to disassemble. For example, if I am disassembling 0x1000 address, how can I know what address... 18 Feb 2010 19:34
D2007 does not do "multiplication illimination" optimization...
Hello, "multiplication illimination" is an optimization which D2007 does currently not do: Calculation1 multiplies each addition part with vD. Calculation2 optimizes this by first adding them together and then doing multiply vD which is the same thing, sort of ;) Only difference would be with possible over... 8 Feb 2010 14:28
Warning to newbies
"Seebs" <usenet-nospam(a)seebs.net> ha scritto nel messaggio news:slrnhmnpdv.491.usenet-nospam(a)guild.seebs.net... On 2010-02-05, Richard Heathfield <rjh(a)see.sig.invalid> wrote: spinoza1111 wrote: I recently wanted to write something which would derive a string value, then substitute it into another string... 17 Feb 2010 04:28
any way to get a char from the kbd without having to press Enter?
On Wed, 03 Feb 2010 14:13:58 -0000, Ted Davis <tdavis(a)mst.edu> wrote: On Tue, 02 Feb 2010 22:01:32 -0500, bobmct wrote: Been using google for hours and hours. Does anyone know of or have a way to do this in a script file for Windows XP+? That rather depends on what you plan to do with the k... 4 Mar 2010 04:29
 |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11