mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Merge pull request #438 from ISSOtm/sub_doc_fix
Fix documentation for `sub`, `sbc` and `cp`
This commit is contained in:
14
src/gbz80.7
14
src/gbz80.7
@@ -512,10 +512,10 @@ Set if result is 0.
|
||||
1
|
||||
.It
|
||||
.Sy H :
|
||||
Set if no borrow from bit 4.
|
||||
Set if borrow from bit 4.
|
||||
.It
|
||||
.Sy C :
|
||||
Set if no borrow
|
||||
Set if borrow
|
||||
.Po set if Ar r8
|
||||
>
|
||||
.Sy A
|
||||
@@ -606,7 +606,7 @@ Set if result is 0.
|
||||
1
|
||||
.It
|
||||
.Sy H :
|
||||
Set if no borrow from bit 4.
|
||||
Set if borrow from bit 4.
|
||||
.El
|
||||
.Ss DEC [HL]
|
||||
Decrement the value pointed by
|
||||
@@ -1497,10 +1497,10 @@ Set if result is 0.
|
||||
1
|
||||
.It
|
||||
.Sy H :
|
||||
Set if no borrow from bit 4.
|
||||
Set if borrow from bit 4.
|
||||
.It
|
||||
.Sy C :
|
||||
Set if no borrow
|
||||
Set if borrow
|
||||
.Po set if Ar r8
|
||||
>
|
||||
.Sy A
|
||||
@@ -1713,10 +1713,10 @@ Set if result is 0.
|
||||
1
|
||||
.It
|
||||
.Sy H :
|
||||
Set if no borrow from bit 4.
|
||||
Set if borrow from bit 4.
|
||||
.It
|
||||
.Sy C :
|
||||
Set if no borrow
|
||||
Set if borrow
|
||||
.Po set if Ar r8
|
||||
>
|
||||
.Sy A
|
||||
|
||||
Reference in New Issue
Block a user