代码搜索结果
找到约 10,000 项符合
Memory 的代码
memory.asm
*********************************************************************************
* MEMORY.ASM v1.00 *
* 版权(c) 2003- 北京合众达电子技术有限责任公司 *
* 设计
memory.h
/********************************************************************************/
/* MEMORY.H v1.00 */
/* 版权(c) 2003- 北京合众达电子技术有限责任公司 */
/* 设计者: 段立锋 */
/***
memory.h
/*
* memory.h: header file for memory.c
*
* Copyright (C) 2001 Erik Mouw (J.A.K.Mouw@its.tudelft.nl)
*
* This program is free software; you can redistribute it and/or modify
* it under the term
memory.c
/*
* memory.c: memory test routines for the blob bootloader
*
* Copyright (C) 2001 Erik Mouw (J.A.K.Mouw@its.tudelft.nl)
*
* This program is free software; you can redistribute it and/or modify
memory.c
/*----------------------------------------------------------------------------*/
/* memory.c - memory management routines for sga code */
/*----------------------------------
memory.asm
;
; file: memory.asm
; This program illustrates how to use the string instructions
global _asm_copy, _asm_find, _asm_strlen, _asm_strcpy
segment .text
; function _asm_copy
; copies blocks of memor
memory.c
#include "vxworks.h"
#include "stdio.h"
#include "stdlib.h"
#include "semlib.h"
#include "tasklib.h"
#include "msgQLib.h"
#include "string.h"
#define STACK_SIZE 20000/*分配给每个任务的堆栈大小*/
#defi
memory.asm
;
; file: memory.asm
; This program illustrates how to use the string instructions
global asm_copy, asm_find, asm_strlen, asm_strcpy
segment .text
; function asm_copy
; copies blocks of memory
; C
memory.c
/*
* ApOS (Another Project software for s3c2410)
*
* 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
* pu