Skip to content

Instantly share code, notes, and snippets.

View mat128's full-sized avatar

Mathieu Mitchell mat128

View GitHub Profile
@mat128
mat128 / Z80Instructions
Created November 12, 2019 19:34
Assembly language for the Game Boy's Z80 microprocessor
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.
@mat128
mat128 / gu.log
Last active December 17, 2015 20:49
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
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