代码搜索结果
找到约 10,298 项符合
Monitor 的代码
monitor.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
PrjName (MONITOR)
PrjPath
Target (Bootstrap), 0x0002 // Tools: '166/167'
Target (UART ASC0), 0x00
bootcopy.bat
REM COPY and RENAME Monitor Files
REM
REM set MON_NAME to the name of your target system
SET MON_NAME=SYS-161RI
COPY abstract.txt "..\%MON_NAME%.TXT"
COPY boot167 "..\%MON_NAME%.BOT"
COPY m
abstract.txt
Monitor for SYS-161RI (from Willert/Tara Systems)
Data Area: 0x03EA00 .. 0x03EBFF
Code Area: 0x03EC00 .. 0x03FFFF
You need under Options - L166 Misc RESERVE:
8H-0BH, 0ACH-0AFH
The avail
delay.in
#!/bin/sh
#
# $Id: Delay.in,v 1.2 2005/01/12 03:13:34 horms Exp $
#
# This script is a test resource for introducing delay.
#
# usage: $0 {start|stop|status|monitor}
# usage: $0 delay {start|stop|st
debugprint monitor.reg
REGEDIT
; This .REG file may be used by your SETUP program.
; If a SETUP program is not available, the entries below will be
; registered in your InitInstance automatically with a call to
;
stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// DebugPrint Monitor.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#includ
debugprint monitor.reg
REGEDIT
; This .REG file may be used by your SETUP program.
; If a SETUP program is not available, the entries below will be
; registered in your InitInstance automatically with a call to
;
stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// DebugPrint Monitor.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#includ
t80debug_leo.bat
cd ..\out
hex2rom ..\..\..\sw\monitor.hex MonZ80 11b8s > ..\src\MonZ80_leo.vhd
spectrum -file ..\bin\t80debug.tcl
move exemplar.log ..\log\t80debug_leo.srp
cd ..\run
t80debug t80debug_leo.edf xc2s
makefile
all: rt_process.o monitor
MYCFLAGS = -O2 -Wall
include ../../../rtl.mk
monitor: monitor.c
$(CC) ${INCLUDE} ${MYCFLAGS} -o monitor monitor.c
# rt_process.o: rt_process.c common.h
# $(CC) ${INCLUDE}