-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsptab.s
More file actions
109 lines (89 loc) · 773 Bytes
/
sptab.s
File metadata and controls
109 lines (89 loc) · 773 Bytes
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
/ c code tables-- expression to -(sp)
.globl _sptab
.data
_sptab=.
106.; cs106
30.; cs30
31.; cs30
32.; cs32
33.; cs32
40.; cs40
41.; cs40
47.; cs47
48.; cs48
0
.text
/ name
cs106:
%z,n
%zf,n
clrB1 -(sp)
%aw,n
mov A1,-(sp)
%nw*,n
F*
mov #1(R),-(sp)
/ ++,-- prefix
cs30:
%nbp*,n
%ni*,n
F*
I #1(R)
mov #1(R),-(sp)
%nip*,n
F*
I' $^,#1(R)
mov #1(R),-(sp)
/ ++,-- postfix
cs32:
%nbp*,n
%ni*,n
F*
mov #1(R),-(sp)
I #1(R)
%nip*,n
F*
mov #1(R),-(sp)
I' $^,#1(R)
/ +
cs40:
%n,1
FS
I' (sp)
%n,aw
FS
I A2,(sp)
%n,nw*
FS
S*
I #2(R),(sp)
%n,n
FS
S
I R,(sp)
/ &
cs47:
%n,c
FS
bic $!C2,(sp)
%n,n
FS
S
com R
bic R,(sp)
/ |
cs48:
%n,a
FS
bisB2 A2,(sp)
%n,n*
FS
S*
bisB2 #2(R),(sp)
%n,n
FS
S
bis R,(sp)
.data
.even
.text