qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Problem with QEMU on PPC


From: Helmar Wodtke
Subject: [Qemu-devel] Problem with QEMU on PPC
Date: Thu, 04 Nov 2004 17:29:13 +0200

Hi,

I want to run x86 code (more specific my FORTH at 
http://www.printly.de/HelFORTH/ )  with user mode emulation on PPC linux.
I've made some debugging and figured out that the following code (for fasm) 
does not run:
------------------------------------
format elf executable

entry main

main:
        mov ebx,bla
        inc dword [ebx]
                       
        xor ebx,ebx    
        xor eax,eax
        inc eax    
        int 80h

bla: dd 0
------------------------------------
x86/x86 works fine, so I think this is a bug in PPC version. Also "inc dword 
[bla[" would work.

Thank you.

Helmar

Attachment: Helmar Wodtke.vcf
Description: Vcard

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]