Re: In search of the perfect Disassembler



On Mon, 6 Jun 2005 21:13:55 +0200, "wolfgang kern"
<nowhere@xxxxxxxxxxx> wrote:

<snip>
>| I have posted a simple example before.
>| You seem to have totally ignored this too. Here it is (again)
>
>| function trouble(string s)
>| if halt(s, s) = false
>| return true
>| else
>| loop forever
>
>I asked for CODE ... (either a hex-dump or ASM)
Here:
trouble Proc s:string

; ===> IF halt(s, s) = false THEN

push s
push s
call halt
cmp eax, 0
jne IF_01004

; ===> trouble = true

mov eax, 1
jmp IF_01003

; ===> ELSE

L_Here:
; ===> Here: GOTO Here
jmp L_Here

; ===> END IF

IF_01003:

ret

trouble EndP

>
>So please,
> please, let me see the "code" of this abstract HLL lines.
See above.
<snip>

--
ArarghMail506 at [drop the 'http://www.' from ->] http://www.arargh.com
BCET Basic Compiler Page: http://www.arargh.com/basic/index.html

To reply by email, remove the garbage from the reply address.
.



Relevant Pages

  • Re: Fast extraction of fraction part from float.
    ... >I wonder why on earth MicroSoft coded their dates as floats? ... BCET Basic Compiler Page: http://www.arargh.com/basic/index.html ... remove the garbage from the reply address. ...
    (alt.lang.asm)
  • Re: Incoherent E-mails
    ... "Moe Trin" wrote in message ... > In the Usenet newsgroup alt.computer.security, ... > look like garbage, and the new user would change it to something they can ...
    (alt.computer.security)
  • Re: Englands getting odder.
    ... snip blinkyduumy's garbage ... LOL Still afraid to answer. ...
    (talk.politics.guns)
  • Re: [UIP] Usenet Newbie Links
    ... Bada bing Sidney Lambe bada bang: ... I see very little garbage here, I filter GG. ...
    (news.software.readers)
  • Re: setting to zero[great]
    ... You terminate the loop when sum reaches or exceeds 128. ... adding up garbage, ...
    (comp.lang.c)