精品国产人成在线_亚洲高清无码在线观看_国产在线视频国产永久2021_国产AV综合第一页一个的一区免费影院黑人_最近中文字幕MV高清在线视频

您好,歡迎來電子發(fā)燒友網(wǎng)! ,新用戶?[免費注冊]

您的位置:電子發(fā)燒友網(wǎng)>源碼下載>uCOS編程>

ucos關(guān)于intel8051的移植

大小:79 人氣: 2010-02-08 需要積分:0
{$username}的空間

用戶級別:注冊會員

貢獻(xiàn)文章:

貢獻(xiàn)資料:

ucos關(guān)于intel8051的移植:/*
*************************************************
*????????????????????????????????????????? PC SUPPORT FUNCTIONS
*
*??????????????????????? (c) Copyright 1992-1998, Jean J. Labrosse, Plantation, FL
*?????????????????????????????????????????? All Rights Reserved
*
* File : PC.C
* By?? : Jean J. Labross
*********************************************************
*/

#include "ucos_ii.h"
#include "pc.h"
#include
#include
#include


/*
PC display by KC51 emulation
*/

#define interrupt
#define far?xdata
#define MK_FP(s, o)??((INT8U xdata *)(INT16U)(o))
#define getvect(vect)?((vect=vect),((void*)NULL))
#define setvect(vect, isr)?(vect=vect, isr=isr)
int OSTickDOSCtr;

const char code * const code ExitNotice[]=
{
?"Exit program",
?"Program has terminated",
?"Reset the processor to restart the program"
};

bit kbhit() KCREENTRANT;
INT8U getch() KCREENTRANT;

void exit(INT8U ec) KCREENTRANT
{
?static char str[64];
#if OS_CRITICAL_METHOD == 3
??? OS_CPU_SR cpu_sr;
#endif

??? OS_ENTER_CRITICAL();
?for(;;)

非常好我支持^.^

(7) 100%

不好我反對

(0) 0%

      發(fā)表評論

      用戶評論
      評價:好評中評差評

      發(fā)表評論,獲取積分! 請遵守相關(guān)規(guī)定!

      ?