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

📄 readme.commands.itest

📁 嵌入式试验箱S3C2410的bootloader源代码
💻 ITEST
字号:
A slow day today so here is a revised itest command with provisionalsupport for comparing strings as well :-))Now table driven to allow the operators-eq, -ne, -lt, -gt, -le, -ge, ==, !=, <>, <, >, <=, >=Uses the expected command modifier for integer compares of width 1, 2 or4 bytes of .b, .w, .l and the new modifer of .s for a string compare.String comparison is over the length of the shorter, this hopefullyavoids missing terminators when using an indirect pointer.eg.if itest.l *40000 == 12345678 then; ....if itest.w *40000 != 1234 then; ....if itest.b *40000 >= 12 then; ....if itest.s *40000 -eq hello then; ....

⌨️ 快捷键说明

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