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.
GCC 抱怨说:
A3.s:汇编器消息:A3.s:32:错误:非法操作数 A3.s:33:错误:非法操作数
有问题的行(斜体)和周围的代码是:
b random_init_for_test nop random_init_for_test: **set 0, i_s cmp i_s, 40** bl random_init_for nop
我是 SPARC 组装的初学者,我没有解决这个问题。任何人都可以看到问题吗?
您是否缺少注册前缀 (%)?