-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathataristd.s
90 lines (85 loc) · 1.05 KB
/
ataristd.s
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
;
; File generated by co65 v 2.16 - Ubuntu 2.16-2 using model `cc65-module'
;
.fopt compiler,"co65 v 2.16 - Ubuntu 2.16-2"
.case on
.debuginfo off
.export _joy_driver
;
; CODE SEGMENT
;
.segment "CODE"
_joy_driver:
.byte $6A
.byte $6F
.byte $79
.byte $05
.byte $00
.byte $00
.word _joy_driver+14
.word _joy_driver+18
.word _joy_driver+19
.word _joy_driver+32
.byte $A9
.byte $00
.byte $A2
.byte $00
.byte $60
.byte $A9
.byte $04
.byte $AE
.byte $D8
.byte $FC
.byte $E0
.byte $A2
.byte $F0
.byte $01
.byte $4A
.byte $A2
.byte $00
.byte $60
.byte $29
.byte $03
.byte $AA
.byte $BD
.byte $84
.byte $02
.byte $0A
.byte $0A
.byte $0A
.byte $0A
.byte $1D
.byte $78
.byte $02
.byte $49
.byte $1F
.byte $DD
.word BSS+0
.byte $F0
.byte $07
.byte $9D
.word BSS+0
.byte $A2
.byte $00
.byte $86
.byte $4D
.byte $A2
.byte $00
.byte $60
;
; DATA SEGMENT
;
.segment "DATA"
DATA:
;
; BSS SEGMENT
;
.segment "BSS"
BSS:
.res 4
;
; ZEROPAGE SEGMENT
;
.import __ZP_START__ ; Linker generated symbol
ZEROPAGE = __ZP_START__
.end