This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GameBoy Assembly Language Commands, 27-Mar-98 | |
--------------------------------------------- | |
Since books on the Z80 are getting harder & harder to find, | |
hopefully the information here might be helpful to those | |
trying to understand assembly language specific to GameBoy. | |
If 'Flags affected' is not given for a command then none | |
are affected. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
64 bytes from 108.163.159.xxx: icmp_seq=73 ttl=61 time=0.733 ms | |
64 bytes from 108.163.159.xxx: icmp_seq=74 ttl=61 time=0.841 ms | |
64 bytes from 108.163.159.xxx: icmp_seq=75 ttl=61 time=1.025 ms | |
64 bytes from 108.163.159.xxx: icmp_seq=76 ttl=61 time=0.963 ms | |
64 bytes from 108.163.159.xxx: icmp_seq=77 ttl=61 time=0.814 ms | |
64 bytes from 108.163.159.xxx: icmp_seq=78 ttl=61 time=0.725 ms | |
Request timeout for icmp_seq 79 | |
Request timeout for icmp_seq 80 | |
Request timeout for icmp_seq 81 | |
Request timeout for icmp_seq 82 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cpython | |
mmitchell:~/projects/formation/iweb_koans$ python --version | |
Python 2.7.2 | |
mmitchell:~/projects/formation/iweb_koans$ /usr/bin/python profiling.py | |
Filename: profiling.py | |
Line # Mem usage Increment Line Contents | |
================================================ | |
4 @profile |