Errata
Source code for chapter 4, cpuid2.s, line 2:
.section .datatext
should read
.section .data
With this error the program is correctly assembled and linked
but prints nothing. This is perplexing for a beginner like me.
The source code in the book is however correct.
|