loc4.d
来自「俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)」· D 代码 · 共 35 行
D
35 行
#source: loc1.s#source: data1.s#source: start.s#ld: -m elf64mmix#objdump: -str# Two text files and one data..*: file format elf64-mmixSYMBOL TABLE:0+1000 l d \.text 0+ 2000000000000000 l d \.data 0+ 2000000000000008 l d \.sbss 0+ 2000000000000008 l d \.bss 0+ 0+ l d \*ABS\* 0+ 0+ l d \*ABS\* 0+ 0+ l d \*ABS\* 0+ 2000000000000000 l \.data 0+ xx0+1004 g F \.text 0+ Main2000000000000000 g \*ABS\* 0+ __\.MMIX\.start\.\.data0+1004 g \.text 0+ _start0+1000 g \.text 0+ loc10+1000 g \*ABS\* 0+ __\.MMIX\.start\.\.text2000000000000008 g \*ABS\* 0+ __bss_start2000000000000008 g \*ABS\* 0+ _edata2000000000000008 g \*ABS\* 0+ _end0+1004 g \.text 0+ _start\.Contents of section \.text: 1000 fd030303 e3fd0001 .*Contents of section \.data: 0000 00000000 00001030 .*Contents of section \.sbss:
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?