The art of assembly language /
Widely respected by hackers of all kinds, The Art of Assembly Language teaches programmers how to understand assembly language and how to use it to write powerful, efficient code. Using the proven High Level Assembler (HLA) as its primary teaching tool, The Art of Assembly Language leverages your kn...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
San Francisco :
No Starch Press,
©2010.
|
Edición: | 2nd ed. |
Temas: | |
Acceso en línea: | Texto completo Texto completo |
Tabla de Contenidos:
- Hello, world of assembly language
- Data representation
- Memory access and organization
- Constants, variables, and data types
- Procedures and units
- Arithmetic
- Low-level control structures
- Advanced arithmetic
- Macros and the HLA Compile-time language
- Bit manipulation
- The string instructions
- Classes and objects
- Appendix: ASCII character set.