| currentEa = 0x2214 | |
| i = 0 | |
| out = [] | |
| while i < 3476: | |
| out.append(Word(currentEa)) | |
| currentEa += 2 | |
| i += 1 | |
| fd = open(r'prime_index_map.py', 'wb') | |
| fd.write("prime_map = %s\n" % repr(out)) | |
| fd.close() |
| currentEa = 0x2214 | |
| i = 0 | |
| out = [] | |
| while i < 3476: | |
| out.append(Word(currentEa)) | |
| currentEa += 2 | |
| i += 1 | |
| fd = open(r'prime_index_map.py', 'wb') | |
| fd.write("prime_map = %s\n" % repr(out)) | |
| fd.close() |