⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 separator.s

📁 GNU binutils是GNU交叉工具链中的一个源码包
💻 S
字号:
; Testing separators.  This file should only have nops.  See; seperror for constructs that are syntax errors.; .textstart:; Note that the next line is a syntax error.  Should it be?; nop # moveq 0,r10 -- a comment, not command separator; The next line is *not* a syntax error.  Should it? nop; moveq 1,r10; The next line is a syntax error.  Maybe it shouldn't.; nop # moveq 2,r10 -- a comment, not command separator nop ; moveq 3,r10; moveq 4,r10# moveq 5,r10# 123 456 ; not a syntax error, not a line directive.end:

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -