-
Notifications
You must be signed in to change notification settings - Fork 1
/
mandel.inc
78 lines (76 loc) · 2.63 KB
/
mandel.inc
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
mandel0: ibytes "spr/mandel000000.spr"
mandel1: ibytes "spr/mandel000001.spr"
mandel2: ibytes "spr/mandel000002.spr"
mandel3: ibytes "spr/mandel000003.spr"
mandel4: ibytes "spr/mandel000004.spr"
mandel5: ibytes "spr/mandel000005.spr"
mandel6: ibytes "spr/mandel000006.spr"
mandel7: ibytes "spr/mandel000007.spr"
mandel8: ibytes "spr/mandel000008.spr"
mandel9: ibytes "spr/mandel000009.spr"
mandel10: ibytes "spr/mandel000010.spr"
mandel11: ibytes "spr/mandel000011.spr"
mandel12: ibytes "spr/mandel000012.spr"
mandel13: ibytes "spr/mandel000013.spr"
mandel14: ibytes "spr/mandel000014.spr"
mandel15: ibytes "spr/mandel000015.spr"
mandel16: ibytes "spr/mandel000016.spr"
mandel17: ibytes "spr/mandel000017.spr"
mandel18: ibytes "spr/mandel000018.spr"
mandel19: ibytes "spr/mandel000019.spr"
mandel20: ibytes "spr/mandel000020.spr"
mandel21: ibytes "spr/mandel000021.spr"
mandel22: ibytes "spr/mandel000022.spr"
mandel23: ibytes "spr/mandel000023.spr"
mandel24: ibytes "spr/mandel000024.spr"
mandel25: ibytes "spr/mandel000025.spr"
mandel26: ibytes "spr/mandel000026.spr"
mandel27: ibytes "spr/mandel000027.spr"
mandel28: ibytes "spr/mandel000028.spr"
mandel29: ibytes "spr/mandel000029.spr"
mandel30: ibytes "spr/mandel000030.spr"
mandel31: ibytes "spr/mandel000031.spr"
mandel32: ibytes "spr/mandel000032.spr"
mandel33: ibytes "spr/mandel000033.spr"
mandel34: ibytes "spr/mandel000034.spr"
mandel35: ibytes "spr/mandel000035.spr"
mandel36: ibytes "spr/mandel000036.spr"
mandel37: ibytes "spr/mandel000037.spr"
mandel38: ibytes "spr/mandel000038.spr"
mandel39: ibytes "spr/mandel000039.spr"
mandel40: ibytes "spr/mandel000040.spr"
mandel41: ibytes "spr/mandel000041.spr"
mandel42: ibytes "spr/mandel000042.spr"
mandel43: ibytes "spr/mandel000043.spr"
mandel44: ibytes "spr/mandel000044.spr"
mandel45: ibytes "spr/mandel000045.spr"
mandel46: ibytes "spr/mandel000046.spr"
mandel47: ibytes "spr/mandel000047.spr"
mandel48: ibytes "spr/mandel000048.spr"
mandel49: ibytes "spr/mandel000049.spr"
mandel50: ibytes "spr/mandel000050.spr"
mandel51: ibytes "spr/mandel000051.spr"
mandel52: ibytes "spr/mandel000052.spr"
mandel53: ibytes "spr/mandel000053.spr"
mandel54: ibytes "spr/mandel000054.spr"
mandel55: ibytes "spr/mandel000055.spr"
mandel56: ibytes "spr/mandel000056.spr"
mandel57: ibytes "spr/mandel000057.spr"
mandel58: ibytes "spr/mandel000058.spr"
mandel59: ibytes "spr/mandel000059.spr"
mandel60: ibytes "spr/mandel000060.spr"
mandel61: ibytes "spr/mandel000061.spr"
mandel62: ibytes "spr/mandel000062.spr"
mandel63: ibytes "spr/mandel000063.spr"
ma set mandel0
mandel_lo:
rept 64
dc.b <ma
ma set ma+129
endr
ma set mandel0
mandel_hi:
rept 64
dc.b >ma
ma set ma+129
endr