代码搜索:Boot
找到约 10,000 项符合「Boot」的源代码
代码结果 10,000
www.eeworm.com/read/187572/8623520
s boot.s
@;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@;; Some ARM720 CPSR bit discriptions
@;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
.equ Mode_USR32, 0x10
.equ Mod
www.eeworm.com/read/288458/8630797
s boot.s
|
| boot.s
|
| boot.s is loaded at 0x7c00 by the bios-startup routines, and moves itself
| out of the way to address 0x90000, and jumps there.
|
| It then loads the system at 0x10000, using BIOS inter
www.eeworm.com/read/432003/8640126
dll in_boot.dll
www.eeworm.com/read/431766/8655470
bin boot.bin
www.eeworm.com/read/431766/8655491
o boot.o
www.eeworm.com/read/431766/8655499
bin boot.bin
www.eeworm.com/read/431766/8655524
s boot.s
MODEMASK EQU 0xDF ;模式掩码
USERMODE EQU 0x10 ;用户模式
FIQMODE EQU 0x11 ;FIQ模式
IRQMODE EQU 0x12 ;IRQ模式
SVCMODE EQU 0x13 ;管理模式
ABORTMODE EQU 0x17 ;中止模式
UNDEFMODE EQU 0x1b ;未定义模式
SYSMODE EQU 0x1f ;系
www.eeworm.com/read/287701/8675859
s boot.s
AREA boot, CODE, READONLY
VECTORS EQU 0x0c000000
ENTRY
mov pc, #VECTORS
ldr pc, =VECTORS+4
ldr pc, =VECTORS+8
ldr pc, =VECTORS+0x0c
ldr pc, =VECTORS+0x10
ldr pc, =VECTORS+0x14
www.eeworm.com/read/287638/8677301
text boot.text
www.eeworm.com/read/287638/8677322