-
Notifications
You must be signed in to change notification settings - Fork 0
/
programs.txt
68 lines (62 loc) · 881 Bytes
/
programs.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
ldi 22, 1
ldi 22, 2
ldbi 22, 3
ldbi 21, 4
div 1, 2
sub 3, 4
st 2, 4
ldi 14, 1
add 1, 4
stb 3, 4
halt
0x0004
0xfffc
0x07 0x25
0x2
binary
11 1 10101 0001 0010
11 1 10101 0010 0010
10 1 10011 0011 0101
01 1 10011 0100 0101
00 0 00100 0010 0001
00 0 00010 0100 0011
00 0 10110 0100 0010
11 1 10101 0001 0001
00 0 00001 0100 0001
00 0 10100 0100 0011
00 0 00000 0000 0000
00000100 00000000
11111100 11111111
00000111 00100101
00000010 00000000
1111 0101 0001 0010
1111 0101 0010 0010
1011 0011 0011 0101
0111 0011 0100 0101
0000 0100 0010 0001
0000 0010 0100 0011
0001 0110 0100 0010
1111 0101 0001 0001
0000 0001 0100 0001
0001 0100 0100 0011
0000 0000 0000 0000
0000 0100 0000 0000
1111 1100 1111 1111
0000 0111 0010 0101
0000 0010 0000 0000
hex:
0x12f5
0x22f5
0x35b3
0x4573
0x2104
0x4302
0x4216
0x11f5
0x4101
0x4314
0x0000
0x0004
0xfffc
0x2507
0x0002