jmp-op-n.d

来自「俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)」· D 代码 · 共 24 行

D
24
字号
# objdump: -dr# source: jmp-op.s# as: -no-expand.*:     file format elf64-mmixDisassembly of section \.text:0000000000000000 <Main>:   0:	fd000000 	swym 0,0,00000000000000004 <here>:   4:	fd000000 	swym 0,0,0   8:	f1ffffff 	jmp 4 <here>000000000000000c <at>:   c:	f0000000 	jmp c <at>  10:	f0000004 	jmp 20 <there>  14:	f1fffffc 	jmp 4 <here>  18:	f0000002 	jmp 20 <there>  1c:	f1fffffa 	jmp 4 <here>0000000000000020 <there>:  20:	fd000000 	swym 0,0,0

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?