代码搜索:Boot
找到约 10,000 项符合「Boot」的源代码
代码结果 10,000
www.eeworm.com/read/153455/12031733
bin boot.bin
www.eeworm.com/read/153240/12049919
h boot.h
/*
**************************************************************
*
* hyperstone MS-DOS FAT File System Drivers
*
* MS-DOS Boot Sector Layout
*
* Christoph Baumhof 2000-03-21
* Rei
www.eeworm.com/read/255766/12056775
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/153088/12060981
bmp boot.bmp
www.eeworm.com/read/152893/12075133
asm boot.asm
.title "Flash bootup utility for DM642"
.sect ".boot_load"
.global _boot
.ref _c_int00
CODE_START_ADDR .equ 0x90000800 ;code start address in flash
CODE_START_IN_DSP .e
www.eeworm.com/read/152890/12075552
asm boot.asm
.ref _c_int00
.global RESET_RST
FLASH_START .equ 0x90000400 ;flash start address
CODE_START .equ 0x00000400 ;start of non boot code
CODE_SIZE .e
www.eeworm.com/read/152382/12118521
o boot.o
www.eeworm.com/read/152382/12118583
s boot.s
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; initialization ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
GET option_boot.h
GET memcfg.h
;interrupt control
www.eeworm.com/read/254728/12122340
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/254692/12124028
asm boot.asm
CODE1 SEGMENT AT 0FFFFH
ASSUME CS:CODE1
ADDR LABEL FAR
CODE1 ENDS
CODE SEGMENT
ORG 100H
ASSUME CS:CODE,DS:CODE,ES:CODE
START:
MOV AX,0040H
MOV DS,AX
MOV AX,1234H
MOV SI,0072H
M