llvm-mos-sdk
apple2
apple2.h
Go to the documentation of this file.
1
#ifndef _APPLE2_H
2
#define _APPLE2_H
3
4
#include <stdint.h>
5
6
#define APPLE2_PRODOS_MLI ((uintptr_t)0xbf00)
7
#define APPLE2_PRODOS_SYSTEM_VERSION (*(volatile uint8_t *)0xbffd)
8
#define APPLE2_MACHINE_ID (*(volatile uint8_t *)0xbf98)
9
10
#endif
Generated by
1.9.1