On Fri, 25 Jan 2008 17:44:07 -0800 (PST), ajaksu <[EMAIL PROTECTED]>
wrote:

>On Jan 25, 11:36 pm, ajaksu <[EMAIL PROTECTED]> wrote:
>> On Jan 25, 11:10 pm, [EMAIL PROTECTED] wrote:
>[...]
>
>Gaah, is this what's going on?
>
>[EMAIL PROTECTED]:~$ cat error.txt
>This is not assembler...
>
>[EMAIL PROTECTED]:~$ 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
>
>:/

not sure what you're saying. Sure looks like assembler to me. Take the
'54   push sp'. The 54 is an assembler opcode for push and the sp is
the stack pointer, on which it is operating. 
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to