This book introduces programmers to 64 bit Intel assembly language using the Microsoft Windows operating system. The book also discusses how to use the free integrated development environment, ebe, designed by the author specifically to meet the needs of assembly language programmers. Ebe is a C++ program which uses the Qt library to implement a GUI environment consisting of a source window, a data window, a register window, a floating point register window, a backtrace window, a console window, a terminal window, a project window and a pair of teaching tools called the "Toy Box" and the "Bit Bucket". The source window includes a full-featured text editor with convenient controls for assembling, linking and debugging a program. The project facility allows a program to be built from C source code files and assembly source files. Assembly is performed automatically using the yasm assembler and linking is performed with ld or gcc. Debugging operates by transparently sending commands into the gdb debugger while automatically displaying registers and variables after each debugging step. The Toy Box allows the use to enter variable definitions and expressions in either C++ or Fortran and it builds a program to evaluate the expressions. Then the user can inspect the format of each expression. The Bit Bucket allows the user to explore how the computer stores and manipulates integers and floating point numbers. Additional information about ebe can be found at http://www.rayseyfarth.com. The book is intended as a first assembly language book for programmers experienced in high level programming in a language like C or C++. The assembly programming is performed using the yasm assembler automatically from the ebe IDE under the Linux operating system. The book primarily teaches how to write assembly code compatible with C programs. The reader will learn to call C functions from assembly language and to call assembly functions from C in addition to writing complete programs in as
2019-12-21 21:05:42 8.52MB Assembly Windows 64Bit
1
dubbo-monitor监控中心,dubbo-monitor监控中心
2019-12-21 20:07:47 18.21MB dubbo
1
8086系统,利用汇编语言实现8位以上进制转换
2019-12-21 19:59:50 2.61MB 汇编 Assembly Language 进制转换
1
[龙芯.MIPS.汇编.自学.教程].-.MIPS.Assembly.Tutorial.完整版 我把他从电驴上下载下来,深知来源不易,上传到网络硬盘,供大家下载。 下载地址:http://www.uushare.com/user/ttlife/files/339920
1