Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hth313 committed Apr 20, 2020
1 parent 02ae69f commit 5d8b9c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ladybug.s
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
is where such information is stored), and provide a much more elaborate
setup compared to 'chkbuf'.

Operations (like add and shifts) uses a variant of 'FindBuffer' that
sets up the user flags (such as sign mode, carry and zero flags).
Operations (like add and shifts) uses a variant of 'findIntegerBuffer'
that sets up the user flags (such as sign mode, carry and zero flags).
Examples of such routines are 'findIntegerBufferUserFlags' and
'findIntegerBufferGetXSaveL'.
These are similar to 'FindBuffer', but as said, they set up user flags
instead of the internal flag set.
These are similar to 'findIntegerBuffer', but as mentioned, they set
up user flags instead of the internal flag set.

Exiting needs to be matched with the variant of FindBuffer used. The
exit routines depend a lot on the flag set that is active.
Expand Down

0 comments on commit 5d8b9c8

Please sign in to comment.