代码搜索结果
找到约 10,000 项符合
Monitor 的代码
embed_config.c
/* Board specific functions for those embedded 8xx boards that do
* not have boot monitor support for board information.
*
* This program is free software; you can redistribute it and/or modify it
4.out
Welcome to the miniSQL monitor. Type \h for help.
mSQL > -> ->
Query buffer
------------
select * from staff
[continue]
->
Query OK. 6 row(s) modified or retrieved.
+------------
cpuio.c
/* cpuio.c:
* This file contains the generic serial port drivers and other
* miscellaneous target specific functions.
*
* General notice:
* This code is part of a boot-monitor package developed a
vectors.s
/*
* vectors.s: micromonitor exception-handling
*
* Basic interrupt handling code. These are the ISRs used
* by the monitor. They basically save processor state and call
* the respective C hand
vectors.s
/*
* vectors.s: micromonitor exception-handling
*
* Basic interrupt handling code. These are the ISRs used
* by the monitor. They basically save processor state and call
* the respective C hand
smc91c94.h
/* smc91c94.h:
General notice:
This code is part of a boot-monitor package developed as a generic base
platform for embedded system designs. As such, it is likely to be
distributed
04.out
Welcome to the miniSQL monitor. Type \h for help.
mSQL > -> ->
Query buffer
------------
select * from staff
[continue]
->
Query OK. 6 row(s) modified or retrieved.
+------------
resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Monitor.rc
//
#define IDD_ABOUTBOX 100
#define IDD_INFOEDIT 102
#defi
makefile
v ax,_display_buf ;from monitor_type()
mov es,ax
mov di,6[bp] ;starting position
mov cx,8[bp] ;number of characters
bootloader_atmega2560.c
/*************************************************************************
** STK500 Protocol v2 Bootloader/monitor for ATmega128,AT90CAN128
** require AVR Studio 4.11 build 401 or later
** (c)