load.exe.asm

来自「一个MIPS虚拟机的源码」· 汇编 代码 · 共 23 行

ASM
23
字号
load.exe:     file format ecoff-littlemipsDisassembly of section .text:bfc00000 <__start>:bfc00000:	3c08bfc0 	lui	t0,0xbfc0bfc00004:	25080030 	addiu	t0,t0,48bfc00008:	8d090000 	lw	t1,0(t0)bfc0000c:	3c08bfc0 	lui	t0,0xbfc0bfc00010:	25080034 	addiu	t0,t0,52bfc00014:	850a0000 	lh	t2,0(t0)bfc00018:	950c0000 	lhu	t4,0(t0)bfc0001c:	3c08bfc0 	lui	t0,0xbfc0bfc00020:	25080038 	addiu	t0,t0,56bfc00024:	810b0000 	lb	t3,0(t0)bfc00028:	910d0000 	lbu	t5,0(t0)bfc0002c:	0000000d 	breakbfc00030:	deadbeef 	0xdeadbeefbfc00034:	e234beef 	swc0	s4,-16657(s1)bfc00038:	e23456ef 	swc0	s4,22255(s1)bfc0003c:	00000000 	nop

⌨️ 快捷键说明

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