projects
/
pdp8.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Add README.md
[pdp8.git]
/
sw
/
speed8
/
pc
/
memory.h
Commit
Line
Data
a6a4e5d4
PH
1
#ifndef MEMORY_H
2
#define MEMORY_H
3
4
5
extern int get_buffer(uint16_t * buffer);
6
extern int get_buffer(uint16_t * buffer);
7
8
9
10
11
12
13
14
#endif