-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME.txt
51 lines (22 loc) · 904 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Notes on the Furby scanned source.
The scan appears to contain the contents of several files:
page 1:
cover page, not part of the source code
pages 2-108:
Untitled file, presumable something like "Furby.asm".
Note that the file is incomplete; the last page ends mid-routine.
pages 109-110:
"Wake2.asm"
Note that the file is incomplete; the last page ends mid-routine.
Referenced as an include file on page 19 of Furby.ASM
pages 111-115
"Light5.asm"
Referenced as an include file on page 78 of Furby.ASM
pages 116-125
"Diag7.asm"
Referenced as an include file on page 21 of Furby.ASM
pages 126-296
"Furby27.inc"
Not referenced in Furby.asm.
The labels "TI_reset" and "Name_table" are not defined in the scanned document.
The code defining the reset and interrupt vectors is missing..