📄 sec-5.d
字号:
#source: b-twoinsn.s#source: b-offloc.s#source: b-post1.s#source: b-goodmain.s#ld: --oformat binary#objdump: -sh# Check that sections are automatically created to cope with contents at# unexpected addresses when an mmo is read in. We used to do this by# e.g. linking .text at an unexpected address, like in sec-9.d. That no# longer works, because .text and .data now gets section descriptors at# mmo output when the address and contents doesn't trivially reflect the# section contents at link time. To test, we instead read in an mmo# formed from a link to binary format, like the b-*.d tests for mmo# execution paths..*: file format mmoSections:Idx Name Size VMA LMA File off Algn 0 \.text 0+8 0+ 0+ 0+ 2\*\*2 CONTENTS, ALLOC, LOAD, CODE 1 \.MMIX\.sec\.0 0+10 789abcdef0123458 789abcdef0123458 0+ 2\*\*2 CONTENTS, ALLOC, LOADContents of section \.text: 0+ e3fd0001 e3fd0004 .*Contents of section \.MMIX\.sec\.0: 789abcdef0123458 b045197d 2c1b03b2 e4dbf877 0fc766fb .*
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -