First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
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
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
clax FAQ list posting
Hello everyone, I have finally figured out the sequence needed to officially post the FAQ list to these two groups. The procedure is to cross post them to 5 groups: alt.lang.asm,comp.lang.asm.x86,alt.answers,comp.answers,news.answers First getting an approval notice from the MIT news server. Unfortunately... 4 Feb 2010 13:24
x86 Assembly Language FAQ - Borland TASM
X-Disclaimer: Approval for *.answers is based on form, not content. Approved: news-answers-request(a)MIT.EDU Followup-To: alt.lang.asm,comp.lang.asm.x86 Organization: Forever Young Software Distribution: world Expires: Thur, 22 Jan 2015 23:59:59 GMT Summary: This is the FAQ for the x86 Assembly Language programmers... 3 Feb 2010 12:49
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20