代码搜索:Micro
找到约 10,000 项符合「Micro」的源代码
代码结果 10,000
www.eeworm.com/read/405452/11462266
bmp micro.bmp
www.eeworm.com/read/158706/11591711
inc micro.inc
;***************************************
;PUSH,POP
;***************************************
PUSH macro
mov acc_bk,a
mov a,status
mov status_bk,a
endm
POP macro
mov a,status_bk
m
www.eeworm.com/read/346531/11739143
h micro.h
#include "reg52.h"
#define TimerH_Xus 0xff
#define TimerL_Xus 0xec
#define TimerH_50us 0xff
#define TimerL_50us 0xce
#define TimerH_1ms 0xfc
#define TimerL_1ms 0x18
#define TimerH_2ms 0xf7
#
www.eeworm.com/read/339707/12209786
cpp micro.cpp
// Micro.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "Lex.h"
#include "Syntax.h"
#include
#include
#include
#incl
www.eeworm.com/read/339707/12209790
txt micro说明.txt
计划:
如果从当前(04.06)的版本开始,(包含了Declare,Add, Sub, Store操作,中间代码格式为op A,B,C A源操作数,B目的操作数,保存结果到C)。
1. 输出到文件。 ok
2. 实现执行机构(MVM <mark>Micro</mark> Virtual Mechine)
3. 函数调用
optional:
3. 实现地址(当前使用带符号的生成格式,如果生成类似指令的结果代码 ...
www.eeworm.com/read/209692/15215745
v micro.v
//----------------------------------------------------------------------------
//
// Name: micro.v
//
// Description: Microprocessor simulation model for I2C serial controller
//
// $R
www.eeworm.com/read/205421/15316174
h micro.h
/* Copyright 1996, ESS Technology, Inc. */
/* SCCSID @(#)micro.h 1.6 5/26/98 */
/*
* $Log$
*/
#ifndef __MICRO_H__
#define __MICRO_H__
#define REMOTE_VALID (codeIR & 0x1
www.eeworm.com/read/9739/177985
v micro.v
`include "tst_inc.h"
`include "inc.h"
module micro(
// system connections
mp_clk,
sys_rst_l,
// Connections to the HOSTCONT.V
www.eeworm.com/read/14065/293827