Re: hint?
Robert Plantz <[email protected]>
| Newsgroups | gmane.linux.assembly |
|---|---|
| Message-ID | <[email protected]> |
Boy, do I feel stupid. I've been writing assembly language using the gnu assembler for seven years and have even written a textbook about it. Although it is not the subject of this question, the example given: Henio Paszczak wrote: > ----------- > movl $3,%ebx > movl $3,%edx > movl $0b111111111111111111111111111,%ecx > > ---------- is the first time I learned that you can specify literals in binary. I always thought that you had to use the C syntax and express bit patterns in hexadecimal or octal. On the plus side, I'm still eager to learn things. :-) - To unsubscribe from this list: send the line "unsubscribe linux-assembly" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html