Skip to content

Example source code for book: Windows® 64-bit Assembly Language Programming Quick Start

Notifications You must be signed in to change notification settings

robertdunne/X64_Asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

X64_Asm

Windows® 64-bit Assembly Language Programming Quick Start

The publisher makes no warranty, express or implied, with respect to the material contained herein. The program listings, examples, and other information presented in this book are distributed on an “as is” basis, without warranty. Although every precaution has been taken in the preparation of this book, neither the author nor Gaul Communications shall have any liability regarding its use.

This book contains over 20 program listings as examples of X86-64 coding

https://github.com/robertdunne/X64_Asm

All of the files are named according to the book's listing ID number. They can then be copied as needed to the appropriate source file name. The above procedure will generate all of the listing files as TXT files having file names corresponding to the captions under each listing in this book. Each will have to be copied to “main.asm” as needed. For example, the following command prompt generates the main.asm file used in the first demonstration in Chapter 2:

copy X64_Asm-master\Listing_2_1.txt main.asm

Warning: The assembler source code that appears in this book and is available for download is for learning to program in assembly language. Some of these programs are incomplete and even contain problems that need to be altered. No guarantee of their commercial utility is expressed or implied.

About

Example source code for book: Windows® 64-bit Assembly Language Programming Quick Start

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published