Motorola MC68340 Dokumentacja Strona 21

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 36
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 20
21
MC340BUG.H
/*************************************************************************/
/* File Name : MC340BUG.H */
/* File Type : Header File */
/* Created On : 03/17/95 */
/* Modified On: 06/05/95 */
/* Created By : Faisal Habib */
/* Description: This header file declares the fuctions that are */
/* provided in the 340Bug Monitor. The functions use */
/* 340Bug Trap #15 handler, which allow system calls from */
/* user programs. */
/*************************************************************************/
/*************************************************************************/
/* WARNING!! : IF YOU ARE NOT USING THE MOTOROLA 340BUG MONITOR THEN */
/* DO NOT INCLUDE THIS HEADER FILE. PROGRAMS USING THIS */
/* HEADER FILE WILL FUNCTION PROPERLY ONLY IF THE 340BUG */
/* IS USED. */
/* */
/* WARNING!! : DO NOT USE TRAP #15 FOR USER PROGRAMS. TRAP #15 IS */
/* USED FOR SYSTEM CALLS. */
/*************************************************************************/
#ifndef __MC340BUG_H
#define __MC340BUG_H
#define NULL ((void *)0)
#define EOF (-1)
extern void ERASLN();
extern void NEWLN();
extern char getchar();
extern void putchar(char);
extern void puts(char *);
extern void PrintHex(unsigned short int);
extern void RET340BUG();
#endif
Przeglądanie stron 20
1 2 ... 16 17 18 19 20 21 22 23 24 25 26 ... 35 36

Komentarze do niniejszej Instrukcji

Brak uwag