📄 crange3.s
字号:
! There was a bug in which a .cranges data hunk could include a hunk of! code in front of it. The following illustrates a function (start)! followed by constants output into .rodata, followed by a function! (continue), with a case-table (.L173) in it. The bug included code from! the start of the function (continue) into the case-table range descriptor. .text .mode SHmediastart: nop .section .rodata .long 0xabcdef01 .long 0x12345678 .textcontinue: nop nop nop .align 2 .align 2.L173: .word 0x0123 .word 0x5678 .word 0x1234 .word 0x5678 .word 0x1234 .word 0x5678 .word 0x1234 .word 0xfede nop nop nop nop nop
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -