代码搜索:Boot
找到约 10,000 项符合「Boot」的源代码
代码结果 10,000
www.eeworm.com/read/195793/8131031
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/295822/8138060
o boot.o
www.eeworm.com/read/295822/8138063
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/146197/12664554
com boot.com
www.eeworm.com/read/146197/12664556
asm boot.asm
code segment
assume cs:code,ds:code
start:
push ds
xor ax,ax
push ax
mov ax,0
push ax
mov ax,0ffffh
push ax
mov ax,0
www.eeworm.com/read/146197/12664559
com boot.com
www.eeworm.com/read/146197/12664562
asm boot.asm
code segment
assume cs:code,ds:code
start:
push ds
xor ax,ax
push ax
mov ax,0
push ax
mov ax,0ffffh
push ax
mov ax,0
www.eeworm.com/read/333690/12665914
mcp boot.mcp
www.eeworm.com/read/333557/12672230
s boot.s
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Copyright (c) 2006 by RockOS.
;; All rights reserved.
;;
;; This software is supported by Rock Software Wor