25,99 €
inkl. MwSt.
Versandkostenfrei*
Versandfertig in 6-10 Tagen
payback
13 °P sammeln
  • Broschiertes Buch

High Quality Content by WIKIPEDIA articles! High-level assemblers are assembly language translators that incorporate features found in modern high-level programming languages into an assembler. Some high-level assemblers are Borland's TASM, Microsoft's MASM, IBM's HLASM (for z/Architecture systems), Alessandro Ghignola's Linoleum, Jim Niel's Terse [1], and Randall Hyde's HLA. High-level assemblers typically provide all the usual low-level machine instructions, plus statements like IF, WHILE, REPEAT...UNTIL, and FOR, in their base language. This allows assembly programmers to use high-level…mehr

Produktbeschreibung
High Quality Content by WIKIPEDIA articles! High-level assemblers are assembly language translators that incorporate features found in modern high-level programming languages into an assembler. Some high-level assemblers are Borland's TASM, Microsoft's MASM, IBM's HLASM (for z/Architecture systems), Alessandro Ghignola's Linoleum, Jim Niel's Terse [1], and Randall Hyde's HLA. High-level assemblers typically provide all the usual low-level machine instructions, plus statements like IF, WHILE, REPEAT...UNTIL, and FOR, in their base language. This allows assembly programmers to use high-level control statement abstractions wherever maximal speed or minimal space is not absolutely required and drop down to low-level machine code when fast or short code is desirable. The end result is assembly source code that is far more readable than standard assembly code while preserving the efficiency inherent with using assembly language.