📄 mc68ec.c
字号:
/* * mc68ec.c -- Low level support for the Motorola mc68ec0x0 board. * Written by rob@cygnus.com (Rob Savoye) * * $Id: mc68ec.c,v 1.3 1995/12/19 20:09:08 joel Exp $ */#include "leds.h"/* * delay -- delay execution. This is an ugly hack. It should * use the timer, but I'm waiting for docs. (sigh) */void delay(num)int num;{ while (num--) { asm ("nop"); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -