代码搜索:Boot
找到约 10,000 项符合「Boot」的源代码
代码结果 10,000
www.eeworm.com/read/485588/6553566
bin boot.bin
www.eeworm.com/read/485588/6553627
asm boot.asm
www.eeworm.com/read/485588/6553628
mak boot.mak
www.eeworm.com/read/485005/6570527
c boot.c
/*
* Copyright 2001 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/484864/6575836
asm boot.asm
assume cs:code
code segment
start:
mov ax,07c0h
mov ds,ax
mov es,ax
mov ax,offset bootmessage1
mov bp,ax
mov ah,13h
mov cx,12
mov dh,10h
mov dl,0
mov bh,0
mov bl,0dh
mov al,1
www.eeworm.com/read/484864/6575838
obj boot.obj
www.eeworm.com/read/484864/6575839
exe boot.exe
www.eeworm.com/read/482763/6611541
obj boot.obj
www.eeworm.com/read/482537/6617400
hex boot.hex
www.eeworm.com/read/482537/6617401
cmd boot.cmd
BOOT.out
-a
-memwidth 8
-image
-map BOOT.map
ROMS
{
FLASH: org = 0x90000000, len = 0x0040000,romwidth = 8, files = {BOOT.hex}
}
SECTIONS
{
.boot_load /* : PADDR = 0x90000000 */