美文网首页
汇编语言⮱⮱001【 】2019-11-21

汇编语言⮱⮱001【 】2019-11-21

作者: 平知 | 来源:发表于2019-11-21 15:43 被阅读0次

←↑→↓↖↙↗↘↕⏤
unicode=Geometric Shapes
▶ 仅仅个别字不同的时候的对比标识

◉ 着重强调

  ◆ 1、
  ◆ 2、
  ◆ 3、

  
  
  
  
  
  
  
  

Miscellaneous Symbols


Dingbats
✍ 重点记忆,个人总结的点,或者知识。
✎✎

章节号 内容            
1图片格式(png) 宽度大于620px,保持高宽比减低为620px
1-1 应用
1-1-1 方法

第1章节  基础知识

  ↑↓类的基本结构:

  • 1-1 类的初步—定义一个类并创建对象实例

  1-1-1. 导言—用户管理—用户的分类及介绍
  • 1-2 类的初步—定义一个类并创建对象实例

  1-2-1. 导言—用户管理—用户的分类及介绍

第2章节 


| 0      | CF   | Carry Flag. Set if the last arithmetic  operation carried (addition) or borrowed (subtraction) a bit beyond the size  of the register. This is then checked when the operation is followed with an  add-with-carry or subtract-with-borrow to deal with values too large for just  one register to contain. |
| 2      | PF   | Parity Flag. Set if the number of set bits in the least significant byte  is a multiple of 2. |
| 4      | AF   | Adjust Flag. Carry of Binary Code Decimal (BCD) numbers arithmetic  operations. |
| 6      | ZF   | Zero Flag. Set if the result of an operation is Zero (0).    |
| 7      | SF   | Sign Flag. Set if the result of an operation is negative.    |
| 8      | TF   | Trap Flag. Set if step by step debugging.                    |
| 9      | IF   | Interruption Flag. Set if interrupts are enabled.            |
| 10     | DF   | Direction Flag. Stream direction. If set, string operations will  decrement their pointer rather than incrementing it, reading memory  backwards. |
| 11     | OF   | Overflow Flag. Set if signed arithmetic operations result in a value too  large for the register to contain. |
| 12-13. | IOPL | I/O Privilege Level field (2 bits). I/O Privilege Level of the current  process. |
| 14     | NT   | Nested Task flag. Controls chaining of interrupts. Set if the current  process is linked to the next process. |
| 16     | RF   | Resume Flag. Response to debug exceptions.                   |
| 17     | VM   | Virtual-8086 Mode. Set if in 8086 compatibility mode.        |
| 18     | AC   | Alignment Check. Set if alignment checking of memory references is done. |
| 19     | VIF  | Virtual Interrupt Flag. Virtual image of IF.                 |
| 20     | VIP  | Virtual Interrupt Pending flag. Set if an interrupt is pending. |
| 21     | ID   | Identification Flag. Support for CPUID instruction if can be set. |
  • 2-1 类的初步—定义一个类并创建对象实例

  2-1-1. 导言—用户管理—用户的分类及介绍
  • 2-2 类的初步—定义一个类并创建对象实例

  2-2-1. 导言—用户管理—用户的分类及介绍

第3章节 

  • 3-1 类的初步—定义一个类并创建对象实例

  3-1-1. 导言—用户管理—用户的分类及介绍
  • 3-2 类的初步—定义一个类并创建对象实例

  3-2-1. 导言—用户管理—用户的分类及介绍

相关文章

  • 汇编语言⮱⮱001【 】2019-11-21

    ←↑→↓↖↙↗↘↕⏤unicode=Geometric Shapes▶ 仅仅个别字不同的时候的对比标识◆◉ 着重强...

  • 汇编语言探索(一)

    · 汇编语言 汇编语言的意义:汇编语言的产生是为了取代麻烦的机器语言。汇编语言的组成:有以下3类指令组成(汇编语言...

  • 2018-01-26

    计算机汇编语言 汇编语言(AssemblyLanguage) 是面向机器的设...

  • 11月21日

    2019-11-21 毛雅亭 字数 678 · 阅读 1 2019-11-11 08:16 ...

  • 汇编语言 学习笔记(三)

    汇编语言学习笔记 四、汇编语言程序格式 语句基本格式 汇编语言程序中的语句由 4 项组成,格式如下: 名字(nam...

  • 汇编语言

    汇编语言

  • 汇编语言之基础

    本系列为学习<汇编语言> 王爽版 的学习笔记 [TOC] 汇编语言是什么? 汇编语言是直接在硬件之上工作的编程语言...

  • 逆向 - 汇编 - 第一天

    reference 汇编语言与机器语言 高级语言 --(编译)-->汇编语言 --(编译)-->机器语言---->...

  • 逆向学习--汇编语言一

    一. 汇编语言 1. 汇编语言,用符号代替机器语言的,也被称为符号语言。在汇编语言中,用助记符(Mnemonic...

  • 使用系统汇编调用防止调试

    汇编语言防护

网友评论

      本文标题:汇编语言⮱⮱001【 】2019-11-21

      本文链接:https://www.haomeiwen.com/subject/ualtwctx.html