bugProgramming from the Ground Up Book - Bugs: bug #10021, Version 1.0-lettersize, page 55,...

 
 

bug #10021: Version 1.0-lettersize, page 55, incorrect text

Submitter:  None
Submitted:  Sun 15 Aug 2004 10:11:35 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open
* Mandatory Fields

Post a Comment

Add a New Comment Rich Markup
   

Discussion

Sun 15 Aug 2004 10:11:35 PM UTC, original submission:  

The last two sentences of paragraph five of page fifty-five are not valid.

"The dollar sign switches it to immediate mode addressing, which actually loads the number represented by my_buffer (i.e. - the address of the start of our buffer). (which is the address of my_buffer) itself into %ecx."

The two parenthesized expressions are redundant and the period is unnecessary.  One way to correct it would be to say:
"The dollar sign switches it to immediate mode addressing, which actually loads the number represented by my_buffer (which is the address of my_buffer) itself into %ecx."

Anonymous

 

Attached Files

This item currently has no attached files.

(Note: upload size limit is set to 16MiB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

 

Votes

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

History

No changes have been made to this item

Back to the top

Powered by Savane 3.16.
Corresponding source code