-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathtest.ast.txt
More file actions
30 lines (30 loc) · 820 Bytes
/
test.ast.txt
File metadata and controls
30 lines (30 loc) · 820 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
- SCOPE global (no file location)
- TYPE: 'BYTE'
- TYPE: 'WORD'
- CONTAINER test.asm (test.asm 1,1)
- SCOPE MACRO KB_BIT (test.asm 1,1)
- LD (test.asm 2,2)
- reg/cond 'E'
- operator +
- number literal 0
- operator <<
- identifier 'chk_bit'
- number literal 3
- BIT (test.asm 3,2)
- identifier 'chk_bit'
- reg/cond 'B'
- JR (test.asm 4,2)
- reg/cond 'Z'
- identifier 'send'
- SET (test.asm 5,2)
- number literal 6
- reg/cond 'E'
- LABEL 'send' (test.asm 6,1)
- NOP (test.asm 7,2)
- NOP (test.asm 8,2)
- KB_BIT (test.asm 11,1)
- number literal 1
- KB_BIT (test.asm 12,1)
- number literal 2
- db (test.asm 14,2)
- number literal 185