- Mastering Assembly Programming
- Alexey Lyashko
- 187字
- 2021-08-20 10:23:24
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows:
"If you decide to move it elsewhere, do not forget to put the INCLUDE folder and the FASMW.INI file (if one has already been created) into the same directory."
A block of code is set as follows:
fld [radius] ; Load radius to ST0
; ST0 <== 0.2345
fldpi ; Load PI to ST0
; ST1 <== ST0
; ST0 <== 3.1415926
fmulp ; Multiply (ST0 * ST1) and pop
; ST0 = 0.7367034
fadd st0, st0 ; * 2
; ST0 = 1.4734069
fstp [result] ; Store result
; result <== ST0
Any command-line input or output is written as follows:
sudo yum install binutils gcc
New terms and important words are shown in bold.
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- C語言程序設(shè)計(jì)實(shí)踐教程(第2版)
- Vue.js入門與商城開發(fā)實(shí)戰(zhàn)
- INSTANT Weka How-to
- Git高手之路
- Windows Server 2012 Unified Remote Access Planning and Deployment
- Spring實(shí)戰(zhàn)(第5版)
- Android玩家必備
- Developing SSRS Reports for Dynamics AX
- JSP程序設(shè)計(jì)實(shí)例教程(第2版)
- Angular應(yīng)用程序開發(fā)指南
- 編程改變生活:用Python提升你的能力(進(jìn)階篇·微課視頻版)
- Visual Basic程序設(shè)計(jì)基礎(chǔ)
- Raspberry Pi Blueprints
- C語言從入門到精通(視頻實(shí)戰(zhàn)版)
- 精通Oracle 12c 數(shù)據(jù)庫(kù)管理