joeldipops / gbz80-pseudoOps

Set of rgbasm macros and constants to facilitate readability for modern programmers
MIT License
9 stars 1 forks source link

Incorrect side effects documentation #14

Closed ISSOtm closed 5 years ago

ISSOtm commented 5 years ago

If this line is hit, flags are modified, whereas all doc comments state the macro doesn't affect them.

joeldipops commented 5 years ago

Fixed. Doc comment now includes description of ldAny [n16], 0 and ldAny [r16], 0 cases.