immed.s
来自「基于4个mips核的noc设计」· S 代码 · 共 12 行
S
12 行
@ Tests for complex immediate expressions - none of these need @ relocations .textbar: mov r0, #0 mov r0, #(. - bar - 8) ldr r0, bar ldr r0, [pc, # (bar - . -8)] .space 4096 mov r0, #(. - bar - 8) & 0xff ldr r0, [pc, # (bar - . -8) & 0xff]
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?