Mastering Turbo Assembler

Mastering Turbo Assembler PDF Author: Tom Swan
Publisher: Financial Times/Prentice Hall
ISBN:
Category : Computers
Languages : en
Pages : 734

Get Book Here

Book Description
Mastering Turbo Assembler is a hands-on tutorial combined with an advanced-level reference, making this book an excellent resource for MS-DOS programmers using Borland's newest language product. An indispensable addition to any user's library.

Mastering Turbo Assembler

Mastering Turbo Assembler PDF Author: Tom Swan
Publisher: Financial Times/Prentice Hall
ISBN:
Category : Computers
Languages : en
Pages : 734

Get Book Here

Book Description
Mastering Turbo Assembler is a hands-on tutorial combined with an advanced-level reference, making this book an excellent resource for MS-DOS programmers using Borland's newest language product. An indispensable addition to any user's library.

Mastering Turbo Assembler

Mastering Turbo Assembler PDF Author: Tom Swan
Publisher: Financial Times/Prentice Hall
ISBN: 9780672484353
Category : Assembler language (Computer program language)
Languages : en
Pages : 695

Get Book Here

Book Description
Mastering Turbo Assembler is a hands-on tutorial combined with an advanced-level reference, making this book an excellent resource for MS-DOS programmers using Borland's newest language product. An indispensable addition to any user's library.

Macro Magic with Turbo Assembler?

Macro Magic with Turbo Assembler? PDF Author: Jim Mischel
Publisher: Wiley
ISBN: 9780471578154
Category : Computers
Languages : en
Pages : 0

Get Book Here

Book Description
Languages/Assembler Macro Magic with Turbo Assembler® This book is a guide to one of the best-kept secrets of assembly language programming: the effective use of macros. This underutilized feature of assembly language will help you write tighter, clearer, and easier-to-understand code, and will save you hours of programming time. With examples written in Borland International’s Turbo Assembler, this book: Takes you easily and gradually through the rigors of macro programming, from the basics to sophisticated advanced techniques Includes a disk containing source code for all the macros developed in the book, including listings in both Turbo Assembler and Microsoft Assembler Emphasizes practical, real-world macros that you can put to work in your own programs Describes how to optimize macros for maximum efficiency and flexibility Explains how macros and subroutines can be used to take some of the drudgery out of building assembly language filter programs Presents TINY, a very small general-purpose programming language written entirely in assembly language macros, to demonstrate the power of "little languages"

Assembly Language

Assembly Language PDF Author: Jeff Duntemann
Publisher: Wiley
ISBN: 9780471578147
Category : Computers
Languages : en
Pages : 0

Get Book Here

Book Description
Begins with the most fundamental, plain-English concepts and everyday analogies progressing to very sophisticated assembly principles and practices. Examples are based on the 8086/8088 chips but all code is usable with the entire Intel 80X86 family of microprocessors. Covers both TASM and MASM. Gives readers the foundation necessary to create their own executable assembly language programs.

Zen of Assembly Language: Knowledge

Zen of Assembly Language: Knowledge PDF Author: Michael Abrash
Publisher: Scott Foresman Trade
ISBN: 9780673386021
Category : Computers
Languages : en
Pages : 640

Get Book Here

Book Description
The most comprehensive treatment of advanced assembler programming ever published, this book presents a way of programming that involves intuitive, right-brain thinking. Also probes hardware aspects that affect code performance and compares programming techniques.

Type and Learn C

Type and Learn C PDF Author: Tom Swan
Publisher: Wiley Publishing
ISBN: 9781568840734
Category : Computers
Languages : en
Pages : 470

Get Book Here

Book Description
This hands-on, fast-paced tutorial makes a potentially tedious subject interesting and fun to learn. Tom Swan's personable teaching style is guaranteed to teach novice programmers how to work in C. Compatible with all ANSI C compilers from Microsoft and Borland. Includes genuine Turbo C++ 2.0 compiler, plus tutorial programs on one 3.5" disk.

Expert C Programming

Expert C Programming PDF Author: Peter Van der Linden
Publisher: Prentice Hall Professional
ISBN: 0131774298
Category : Computers
Languages : en
Pages : 379

Get Book Here

Book Description
Software -- Programming Languages.

Assembly Language for X86 Processors

Assembly Language for X86 Processors PDF Author: Kip R Irvine
Publisher: Pearson Custom Publishing
ISBN: 9781323052532
Category :
Languages : en
Pages : 874

Get Book Here

Book Description


Learn Turbo Assembler Programming in a Day

Learn Turbo Assembler Programming in a Day PDF Author: Stephen K. Cunningham
Publisher: Wordware
ISBN: 9781556223006
Category : Assembler language (Computer program language)
Languages : en
Pages : 120

Get Book Here

Book Description
Develop a good foundation in Assembly Language programming with this book. The book guides the novice through programming structure using Borland's Turbo Assembler language to create running applications.

The Art of Assembly Language, 2nd Edition

The Art of Assembly Language, 2nd Edition PDF Author: Randall Hyde
Publisher: No Starch Press
ISBN: 1593273010
Category : Computers
Languages : en
Pages : 764

Get Book Here

Book Description
Assembly is a low-level programming language that's one step above a computer's native machine language. Although assembly language is commonly used for writing device drivers, emulators, and video games, many programmers find its somewhat unfriendly syntax intimidating to learn and use. Since 1996, Randall Hyde's The Art of Assembly Language has provided a comprehensive, plain-English, and patient introduction to 32-bit x86 assembly for non-assembly programmers. Hyde's primary teaching tool, High Level Assembler (or HLA), incorporates many of the features found in high-level languages (like C, C++, and Java) to help you quickly grasp basic assembly concepts. HLA lets you write true low-level code while enjoying the benefits of high-level language programming. As you read The Art of Assembly Language, you'll learn the low-level theory fundamental to computer science and turn that understanding into real, functional code. You'll learn how to: –Edit, compile, and run HLA programs –Declare and use constants, scalar variables, pointers, arrays, structures, unions, and namespaces –Translate arithmetic expressions (integer and floating point) –Convert high-level control structures This much anticipated second edition of The Art of Assembly Language has been updated to reflect recent changes to HLA and to support Linux, Mac OS X, and FreeBSD. Whether you're new to programming or you have experience with high-level languages, The Art of Assembly Language, 2nd Edition is your essential guide to learning this complex, low-level language.