Skip to main content

参考资料及链接

运行调试代码相关#

常用汇编语言集成环境#

  • SASM (SimpleASM) - simple Open Source crossplatform IDE for NASM, MASM, GAS, FASM assembly languages. SASM has syntax highlighting and debugger. The program works out of the box and is great for beginners to learn assembly language.
  • ASM80 is an Integrated Development Environment (IDE), aimed on assembler development for 8bit microprocessors, mainly 8080, 8085, Z80 and 6502.
  • GUI Turbo Assembler is an essential Multilingual Integrated Development Environment for Assembly language.
  • masmplus:百度百科
  • RadASM、RADASM2

微机相关#

VSCode汇编插件及仓库地址#

  1. Woodykaixa/masm-code
  2. 9176324/bltg-team.masm
  3. x86_64-assembly-vscode
  4. ASM Code Lens

语法高亮功能#

汇编语法资料#

  1. 孙力娟,李爱群,陈燕俐,周宁宁.微型计算机原理与接口技术(慕课版).清华大学出版社
  2. http://www.cs.virginia.edu/~evans/cs216/guides/x86.html
  3. http://www.ablmcc.edu.hk/~scy/CIT/8086_bios_and_dos_interrupts.htm

VSCode语言支持资料#

  1. VSCode docs:
    1. language-configuration-guide
    2. syntax-highlight-guide
    3. macromates.com manual

常用#