安心地散步 发表于 2025-3-25 06:12:09

http://reply.papertrans.cn/19/1827/182667/182667_21.png

Magnitude 发表于 2025-3-25 07:57:50

Functions,Assembler is not a “structured language.” Look at the multitude of . instructions and labels that allow the program execution to jump around and back and forth. Modern high-level programming languages have structures such as ., ., ., and so on. This is not so with assembly language.

吞没 发表于 2025-3-25 13:58:18

Bit Operations,We have already done bit operations in Chapter 9 on integer arithmetic: shift arithmetic . and . are bit operations, shifting bits right or left. Also, the . instruction for aligning the stack covered in the previous chapter is a bit operation.

惰性气体 发表于 2025-3-25 18:01:18

http://reply.papertrans.cn/19/1827/182667/182667_24.png

Pericarditis 发表于 2025-3-25 22:15:54

Console I/O,We already know how to do console output using system calls or using .. In this chapter, we will again use system calls, not only for display on the screen but also for accepting input from the keyboard.

托人看管 发表于 2025-3-26 01:51:39

http://reply.papertrans.cn/19/1827/182667/182667_26.png

Mystic 发表于 2025-3-26 04:33:53

Claudia Kuntner-Hannes,York Haemischbined to represent data, such as integers or floating-point values. The decimal representation of values, which is so intuitive to humans, is not ideal for computers to work with. When you have a binary system, with only two possible values (1 or 0), it is much more efficient to work with powers of

Cougar 发表于 2025-3-26 10:05:41

http://reply.papertrans.cn/19/1827/182667/182667_28.png

控诉 发表于 2025-3-26 16:22:13

http://reply.papertrans.cn/19/1827/182667/182667_29.png

终点 发表于 2025-3-26 17:29:52

http://reply.papertrans.cn/19/1827/182667/182667_30.png
页: 1 2 [3] 4 5 6
查看完整版本: Titlebook: Beginning x64 Assembly Programming; From Novice to AVX P Jo Van Hoey Book 2019 Jo Van Hoey 2019 Assembly.programming.x64.AVX.source.code.la