etheraddr.s

来自「umon bootloader source code, support mip」· S 代码 · 共 11 行

S
11
字号
/* Provide space to allow a programmer to place an ascii
 * string in this location as an optional point
 * of storage for MAC ...
 */
	.global etheraddr

etheraddr:
	.byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
	.byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
	.byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff

⌨️ 快捷键说明

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