代码搜索结果
找到约 10,000 项符合
Video 的代码
vidcopy.s
#
! This file contains two specialized assembly code routines to update the
! video memory. The routines can copy from user to video memory, or from
! video to video memory.
! sections
.sect .t
vidcopy.s
#
! This file contains two specialized assembly code routines to update the
! video memory. The routines can copy from user to video memory, or from
! video to video memory.
! sections
.sect .t
vidcopy.s
#
! This file contains two specialized assembly code routines to update the
! video memory. The routines can copy from user to video memory, or from
! video to video memory.
! sections
.sect .t
vga.v
/*
vga(640*480, 60hz)
dclk=25M hs:Horizontal vs:Vertical
every Vertical has 525 Horizontals
every Horizontal has 800 point
IDEA BY XIAYANG
*/
module vga_drive(
//vga port///////////////
editlist.c
/*
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2
global.c
/******************************************************************************
Copyright (c) 2005 MStar Semiconductor, Inc.
All rights reserved.
[Module Name]: Global.c
[Date]: 12-Jan-2005
initial.lst
C51 COMPILER V6.20c INITIAL 04/15/2004 12:59:04 PAGE 1
C51 COMPILER V6.20c, COMPILATION OF MODULE INITIAL
OBJECT MODULE PLACED I
initial.c
#define __INITIAL__
#include "Header\INCLUDE.H"
void MCU_Init(void)
{
#if (MCU_TYPE == MCU_STD8051)
IE = 0x00; // Disable all interrupts
TMOD = 0x11;
mon.c
#include "config.h"
#include "regmap.h"
#include "global.h"
#if defined(UNIX) || defined(ARM_EVM)
#include
#include
void show_regdef()
{
#if 0
printf("%20s: %04
timing_control.vhd
-- Copyright (C) 2005 altera Electronics Inc.
--
--
--