translating Python to Assembler

ajaksu ajaksu at gmail.com
Fri Jan 25 20:44:07 EST 2008


On Jan 25, 11:36 pm, ajaksu <aja... at gmail.com> wrote:
> On Jan 25, 11:10 pm, o... at thepond.com wrote:
[...]

Gaah, is this what's going on?

ajaksu at Belkar:~$ cat error.txt
This is not assembler...

ajaksu at Belkar:~$ ndisasm error.txt
00000000  54                push sp
00000001  686973            push word 0x7369
00000004  206973            and [bx+di+0x73],ch
00000007  206E6F            and [bp+0x6f],ch
0000000A  7420              jz 0x2c
0000000C  61                popa
0000000D  7373              jnc 0x82
0000000F  656D              gs insw
00000011  626C65            bound bp,[si+0x65]
00000014  722E              jc 0x44
00000016  2E                db 0x2E
00000017  2E                db 0x2E
00000018  0A                db 0x0A

:/



More information about the Python-list mailing list