mirror of
https://github.com/rzzzwilson/pymlac.git
synced 2025-06-10 09:32:41 +00:00
7 lines
104 B
Python
Executable File
7 lines
104 B
Python
Executable File
#!/usr/bin/python
|
|
|
|
# global instruction cycle counter
|
|
global instruction_cycles
|
|
instruction_cycles = 0
|
|
|