You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that the load instruction page https://ezce.github.io/ez80-docs/instructions/load/ seems to be in a random order. I think it would be better to group them based on if they are an 8bit or 24bit load, and if its loading a register/address/constant.
I found that the load instruction page https://ezce.github.io/ez80-docs/instructions/load/ seems to be in a random order. I think it would be better to group them based on if they are an 8bit or 24bit load, and if its loading a register/address/constant.
Here is my idea of how it could be organized
I also now realize that
ld reg8D, reg8S
containsld reg8, (HL)
, so that would probably be moved to the## load pointer
section and etcThe text was updated successfully, but these errors were encountered: