代码搜索:machine
找到约 10,000 项符合「machine」的源代码
代码结果 10,000
www.eeworm.com/read/15480/465522
h machine.h
/*
* Machine dependent defines/includes for LAME.
*
* Copyright (c) 1999 A.L. Faber
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU
www.eeworm.com/read/16202/664840
v machine.v
//----------------------------------------------------------------------------
module machine( inc_pc, load_acc, load_pc, rd,wr, load_ir,
datactl_ena, halt, clk1, zero, ena, opcode );
output inc
www.eeworm.com/read/32326/886616
v machine.v
//----------------------------------------------------------------------------
module machine( inc_pc, load_acc, load_pc, rd,wr, load_ir,
datactl_ena, halt, clk1, zero, ena, opcode );
output inc
www.eeworm.com/read/38039/1088662
syn machine.syn
#UGC TOKEN 427 0 0 0 0 1 1
@cmdsyn_node 1 0
0 1 ->
@type 2 1
1 2 332
@name 3 10
1 3 MFG_COMMAND0
@user_name 4 10
1 4 MACHINE
@optional 5 1
1 5 0
@repeatable 6 1
1 6 0
@arg_seprator 7 1
1 7 0
@offsprin
www.eeworm.com/read/38039/1088676
def machine.def
begin
MACHINE
end
begin
HEAD / HEAD [,OPTION ,OPTION]
end
begin
MACHIN / AIMILL ,MACHIN [,LINEAR | ,LINCIR | ,ON | ,OFF]
end
begin
MULTAX / ON | OFF
end
begin
ORIGIN / #x,#y,#z
end
begin
RO
www.eeworm.com/read/39422/1131440
v machine.v
//----------------------------------------------------------------------------
module machine( inc_pc, load_acc, load_pc, rd,wr, load_ir,
datactl_ena, halt, clk1, zero, ena, opcode );
output inc
www.eeworm.com/read/491809/1187540
cc machine.cc
// machine.cc
// Routines for simulating the execution of user programs.
//
// DO NOT CHANGE -- part of the machine emulation
//
// Copyright (c) 1992-1993 The Regents of the University of Californi
www.eeworm.com/read/491809/1187553
h 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
www.eeworm.com/read/489559/1216453
h machine.h
#ifndef _VIVI_MACHINE_H_
#define _VIVI_MACHINE_H_
#include "config.h"
#ifdef CONFIG_SA1100_KINGS
#include "platform/kings.h"
#endif
#ifdef CONFIG_SA1100_FORTE
#include "platform/forte.h"
#endif
#ifd