We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
add hl, bc
Add another counter-example for 16-bit negate
Add special case for negation to "subtract a from constant"
Add section for negating a 16-bit register, fix examples for subtracting 16-bit registers
Updated Optimizing assembly code (markdown)
Show previous suboptimal example
Updated Optimizing assembly codehttps: github.com pret pokecrystal wiki _new (markdown)
smaller example
Fix formatting
a = carry ? N+1 : N
Load a register into [hl] and increment or decrement hl
Narrower cells
Use nbsp
Improve table style
Updated SM83 (markdown)
Fix example in "Set a to some value plus or minus carry"
Use new macro syntax
Up to
Update
Count the set bits of a register besides `a`
Optimized sign extension