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
We already describe the nontrivial HALT instruction behavior, #1561 links to Pan Docs for STOP, we illustrate the BIT/RES/SET instructions, and clarify a few others. But DAA is just described as "Decimal Adjust Accumulator to get a correct BCD representation after an arithmetic instruction." Given how many online guides there are to this instruction on various platforms (1, 2, 3, 4, etc), there's clear demand for an explanation. It would also be a chance to note that the N and H flags aren't completely pointless.
The text was updated successfully, but these errors were encountered:
Rangi42
added
docs
This affects the documentation (web-specific issues go to rgbds-www)
rgbasm
This affects RGBASM
labels
Nov 25, 2024
We already describe the nontrivial
HALT
instruction behavior, #1561 links to Pan Docs forSTOP
, we illustrate theBIT/RES/SET
instructions, and clarify a few others. ButDAA
is just described as "Decimal Adjust Accumulator to get a correct BCD representation after an arithmetic instruction." Given how many online guides there are to this instruction on various platforms (1, 2, 3, 4, etc), there's clear demand for an explanation. It would also be a chance to note that theN
andH
flags aren't completely pointless.The text was updated successfully, but these errors were encountered: