gb-asm-tutorial
gb-asm-tutorial copied to clipboard
GB ASM Tutorial Cheatsheet
The goal of the cheatsheet is a bunch of concise snippets and explanations on how to do common tasks. i expect a bunch of wording/order/best practice comments/suggestions/changes. This time around, let me have'm.
As a plan of action, let's try avoid adding extra stuff in this initial PR. Why? I had to remove some topics because i realized the list could go on forever, and it would take wayyyy more time than i have. Which would start crunching with other tasks and ultimately delay actual release.
General suggestion: put a newline after punctuation like commas, periods, and question marks. This splits things up so you don't need auto wrap and makes diffs a little cleaner.
I personally prefer that rule as "one sentence, one line". That correlates the two logical units, and commas, especially spliced, tend to create groups too short.