代码搜索结果
找到约 10,000 项符合
Memory 的代码
bitops.h
/*These are the standard ANSI bit operation macros. They are used by */
/*microcontrollers that don't have special bit operation instructions.*/
#define BIT(x) (1
readfile.java
readFile {
open the file;
determine its size;
allocate that much memory;
read the file into memory;
close the file;
}
readfile.err.java
errorCodeType readFile {
initialize errorCode = 0;
open the file;
if ( theFilesOpen ) {
determine its size;
if ( gotTheFileLength ) {
allocate that much memory;
if ( gotEnoughMemor
readfile.java
readFile {
open the file;
determine its size;
allocate that much memory;
read the file into memory;
close the file;
}
readfile.err.java
errorCodeType readFile {
initialize errorCode = 0;
open the file;
if ( theFilesOpen ) {
determine its size;
if ( gotTheFileLength ) {
allocate that much memory;
if ( gotEnoughMemor
nostart.a51
;------------------------------------------------------------------------------
; This file is part of the C-51 Compiler package
; Copyright (c) KEIL ELEKTRONIK and Franklin Software GmbH 1989-199
bitops.h
/*These are the standard ANSI bit operation macros. They are used by */
/*microcontrollers that don't have special bit operation instructions.*/
#define BIT(x) (1
bitops.h
/*These are the standard ANSI bit operation macros. They are used by */
/*microcontrollers that don't have special bit operation instructions.*/
#define BIT(x) (1
startup.a51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright 1995-1996 Keil Software, Inc.
;------------------------
machine.h
// machine.h
// Data structures for simulating the execution of user programs
// running on top of Nachos.
//
// User programs are loaded into "mainMemory"; to Nachos,
// this looks just like an arra