Skip to content

Instantly share code, notes, and snippets.

@jamorton
Created April 12, 2012 21:35
Show Gist options
  • Save jamorton/2371153 to your computer and use it in GitHub Desktop.
Save jamorton/2371153 to your computer and use it in GitHub Desktop.
for instrs.each {|i|
bytes += instruction_bytes(i)
};
for instrs.each {|i|
bytes += instruction_bytes(i);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment