pgubook-readers
[Top][All Lists]
Advanced

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

[Pgubook-readers] Programming from the Ground Up, Ch 3


From: Amanda Foy
Subject: [Pgubook-readers] Programming from the Ground Up, Ch 3
Date: Tue, 2 Jul 2013 15:20:24 -0500

Hello,
I am going through Jonathan Bartlett's book on programming and have run into a problem with the first example on Assembly in Chapter 3. I have typed up the code exactly in gedit and saved it, changed the directory to that with the file in terminal, and tried to execute the codes given. The first command line given in the book, 

as exit.s -o exit.o

produces three errors:

exit.s: Assembler messages:
exit.s:4: Error: unknown pseudo-op: `.glob1'
exit.s:6 Error: no such instruction: `mov1 $1 %eax'
exit.s:8 Error: no such instruction: `mov1 $0 %ebx'

Please let me know if you can tell from what I have described what the problem may be, or what other information you would need.

Best,
Amanda Foy

reply via email to

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