[Pgubook-readers] how to run the 32 bit examples on a 64 bit gnu/Linux
From:
slothbin
Subject:
[Pgubook-readers] how to run the 32 bit examples on a 64 bit gnu/Linux
Date:
Wed, 27 Mar 2019 02:29:06 -0500
hello,
i love the book but is it possible to run the examples through gcc on a 64 bit system. When I try to assemble the first
exit.s program example i get an error message:
exit.s: Assembler messages
Error no such instruction: mov1 $1 %eax
Error no such instruction: mov1 $0, %ebx
Is there an option in gcc that I can use to run the 32 bit examples in the book ?