代码搜索:Boot
找到约 10,000 项符合「Boot」的源代码
代码结果 10,000
www.eeworm.com/read/427835/8917125
lis boot.lis
0000 ; Generated by PSoC Designer ver 4.3 b1884 : 23 June, 2006
0000 ;
0000 ;@Id: boot.tpl#238 @
0000 ;=================================================
www.eeworm.com/read/427835/8917128
o boot.o
XH
H C areas 15 global symbols
M boot.asm
S _main Ref0000
S __r0 Ref0000
S LoadConfigInit Ref0000
S _USB_RESET_ISR Ref0000
S __bss_end Ref0000
S __ramareas_end Ref0000
S _USB_EP0_ISR Ref0000
www.eeworm.com/read/427835/8917239
asm boot.asm
; Generated by PSoC Designer ver 4.3 b1884 : 23 June, 2006
;
;@Id: boot.tpl#238 @
;=============================================================================
; FILENAME: boot.asm
; VERSIO
www.eeworm.com/read/427776/8921441
asm boot.asm
org 07c00h
mov ax,cs
mov ds,ax
call DispStr
jmp $
DispStr:
mov ax,BootMessage
mov bp,ax
mov cx,16
mov ax,01301h
mov bx,000ch
mov dl,0
int 10h
ret
BootMessage: db "Hello,OS
www.eeworm.com/read/186222/8951976
tpl boot.tpl
;@Id: boot.tpl#724 @
;=============================================================================
; FILENAME: boot.asm
; VERSION: 4.16
; DATE: 6 October 2005
;
; DESCRIPTION:
;
www.eeworm.com/read/427268/8954900
asm boot.asm
; BOOT.ASM : By Vivek Mohan
; =========================
;
; tasm boot.asm
; tlink /x /3 boot.obj
_Text SEGMENT PUBLIC USE16
assume CS:_Text, DS:_Text
org 0
; This is the entry point f
www.eeworm.com/read/186023/8965765
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/284032/8969858
axf boot.axf
www.eeworm.com/read/284032/8969881
mcp boot.mcp
www.eeworm.com/read/284031/8970113
asm boot.asm
.title "Flash bootup utility for DM642 EVM"
.option D,T
.length 102
.width 140
COPY_TABLE .equ 0x90000400
EMIF_BASE .equ 0x01800000