Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不清楚是否
dat "Hello"
应该生成 5 个字或 3 个字(带有一个字节的填充)
根据这张图片,它是每 8 位字符一个字:
所以
:data dat 0x170, "Hello ", 0x2e1 ...
会产生
0x0170 0x0048 0x0065 0x006c 0x006c 0x006f 0x0020 0x02e1
等等
他测试了普通字符和特殊字符之间的区别
ifg a, 0xff
这将得出结论,所有 ascii char 都会有自己的单词