代码搜索结果
找到约 10,000 项符合
S 的代码
head.s
/*
* head.S
*
* Copyright (C) 2001-2002 Hayden Luo
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
irq.s
;/****************************************Copyright (c)**************************************************
;** Guangzou ZLG-MCU Development Co.,LTD.
;**
startup.s
;/****************************************Copyright (c)**************************************************
;** Guangzou ZLG-MCU Development Co.,LTD.
;**
font.s
;; 文件名: font.asm
;; 描述: 此文件包含中英文字库文件
SECTION .data
global _ASC ,_BACK
bits32
_ASC:
incbin 'shell/asc16'
head.s
[BITS 32]
[extern _WinMain]
[global start]
[global _no]
;;
;主入口点
start:
;; 重新设置所有的东西
mov eax, 0x2B
mov ds , eax
mov es , eax
mov ss , eax
mov fs , eax
bsp_a.s
;********************************************************************************************************
; uC/OS-II
;
slib.s
;=====================================================================
; File Name : 2410slib.s
; Function : S3C2410 (Assembly)
; Program : Shin, On Pil (SOP)
; Date : March 09, 2002
; V
cstartup.s
;------------------------------------------------------------------------------
;- ATMEL Microcontroller Software Support - ROUSSET -
;----------------------------------------------------
start.s
_STACK_BASEADDRESS EQU 0x21ff8000
_MMUTT_STARTADDRESS EQU 0x21ff8000
_ISR_STARTADDRESS EQU 0x21ffff00
AREA SelfBoot, CODE, READONLY
ENTRY
EXPORT __ENTRY
__ENTRY
ResetEntry
b ResetHandler
jump.s
#------------------------------------------------------------------------------
#- ATMEL Microcontroller Software Support - ROUSSET -
#-------------------------------------------------------