High-level Assembler - Couverture souple

 
9786130806378: High-level Assembler

Synopsis

Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. 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.

Les informations fournies dans la section « Synopsis » peuvent faire référence à une autre édition de ce titre.