Skip to content

Commit

Permalink
Use HTML entities for "sensitive" characters in ToC
Browse files Browse the repository at this point in the history
These were also causing parsing errors, and also incorrect rendering
of some of the heading names.
(Particularly in rcCar's gbz80(7).)
  • Loading branch information
ISSOtm committed Apr 19, 2024
1 parent fa9405f commit 3798c5b
Show file tree
Hide file tree
Showing 192 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion maintainer/man_to_html.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ EOF
# Emulation of `html_make_id` from mandoc's `html.c`.
cat <<EOF
{
"value": "$2",
"value": "$(sed 's,&,\&amp;,g; s,<,\&lt;,g; s,>,\&gt;,g' <<<"${2//\"/\\\"}")",
"id": "${2//[^A-Za-z0-9!\$&\'()*+,.\/:;=?@_-]/_}",
"level": $1,
},
Expand Down
Binary file modified versioned_docs/version-v0.3.0/gbz80.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.0/rgbasm.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.0/rgbasm.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.0/rgbds.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.0/rgbds.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.0/rgbfix.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.0/rgbgfx.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.0/rgblink.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.0/rgblink.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.1/gbz80.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.1/rgbasm.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.1/rgbasm.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.1/rgbds.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.1/rgbds.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.1/rgbfix.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.1/rgbgfx.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.1/rgblink.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.1/rgblink.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.10/gbz80.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.10/rgbasm.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.10/rgbasm.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.10/rgbds.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.10/rgbds.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.10/rgbfix.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.10/rgbgfx.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.10/rgblink.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.10/rgblink.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.2/gbz80.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.2/rgbasm.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.2/rgbasm.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.2/rgbds.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.2/rgbds.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.2/rgbfix.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.2/rgbgfx.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.2/rgblink.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.2/rgblink.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.3/gbz80.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.3/rgbasm.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.3/rgbasm.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.3/rgbds.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.3/rgbds.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.3/rgbfix.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.3/rgbgfx.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.3/rgblink.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.3/rgblink.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.4/gbz80.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.4/rgbasm.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.4/rgbasm.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.4/rgbds.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.4/rgbds.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.4/rgbfix.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.4/rgbgfx.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.4/rgblink.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.4/rgblink.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.5/gbz80.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.5/rgbasm.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.5/rgbasm.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.5/rgbds.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.5/rgbds.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.5/rgbfix.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.5/rgbgfx.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.5/rgblink.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.5/rgblink.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.6/gbz80.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.6/rgbasm.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.6/rgbasm.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.6/rgbds.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.6/rgbds.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.6/rgbfix.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.6/rgbgfx.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.6/rgblink.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.6/rgblink.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.7/gbz80.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.7/rgbasm.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.7/rgbasm.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.7/rgbds.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.7/rgbds.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.7/rgbfix.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.7/rgbgfx.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.7/rgblink.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.7/rgblink.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.8/gbz80.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.8/rgbasm.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.8/rgbasm.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.8/rgbds.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.8/rgbds.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.8/rgbfix.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.8/rgbgfx.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.8/rgblink.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.3.8/rgblink.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.4.0/gbz80.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.4.0/rgbasm.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.4.0/rgbasm.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.4.0/rgbds.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.4.0/rgbds.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.4.0/rgbfix.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.4.0/rgbgfx.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.4.0/rgblink.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.4.0/rgblink.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.4.1/gbz80.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.4.1/rgbasm.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.4.1/rgbasm.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.4.1/rgbds.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.4.1/rgbds.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.4.1/rgbfix.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.4.1/rgbgfx.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.4.1/rgblink.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.4.1/rgblink.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.4.2/gbz80.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.4.2/rgbasm.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.4.2/rgbasm.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.4.2/rgbds.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.4.2/rgbds.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.4.2/rgbfix.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.4.2/rgbgfx.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.4.2/rgblink.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.4.2/rgblink.5.pdf
Binary file not shown.
18 changes: 9 additions & 9 deletions versioned_docs/version-v0.5.0-rcCar/gbz80.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,17 @@ export const toc = [
"level": 3,
},
{
"value": "LD A,A&r8",
"value": "LD A,A&amp;r8",
"id": "LD_A,A&r8",
"level": 3,
},
{
"value": "LD A,A&[HL]",
"value": "LD A,A&amp;[HL]",
"id": "LD_A,A&_HL_",
"level": 3,
},
{
"value": "LD A,A&n8",
"value": "LD A,A&amp;n8",
"id": "LD_A,A&n8",
"level": 3,
},
Expand Down Expand Up @@ -491,32 +491,32 @@ export const toc = [
"level": 3,
},
{
"value": "LD r8,<<r8",
"value": "LD r8,&lt;&lt;r8",
"id": "LD_r8,__r8",
"level": 3,
},
{
"value": "LD [HL],<<[HL]",
"value": "LD [HL],&lt;&lt;[HL]",
"id": "LD__HL_,___HL_",
"level": 3,
},
{
"value": "LD r8,>>r8",
"value": "LD r8,&gt;&gt;r8",
"id": "LD_r8,__r8",
"level": 3,
},
{
"value": "LD [HL],>>[HL]",
"value": "LD [HL],&gt;&gt;[HL]",
"id": "LD__HL_,___HL_",
"level": 3,
},
{
"value": "LD r8,>>>r8",
"value": "LD r8,&gt;&gt;&gt;r8",
"id": "LD_r8,___r8",
"level": 3,
},
{
"value": "LD [HL],>>>[HL]",
"value": "LD [HL],&gt;&gt;&gt;[HL]",
"id": "LD__HL_,____HL_",
"level": 3,
},
Expand Down
Binary file modified versioned_docs/version-v0.5.0-rcCar/gbz80.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.0-rcCar/rgbasm.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.0-rcCar/rgbasm.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.0-rcCar/rgbds.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.0-rcCar/rgbds.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.0-rcCar/rgbfix.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.0-rcCar/rgbgfx.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.0-rcCar/rgblink.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.0-rcCar/rgblink.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.0/gbz80.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.0/rgbasm.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.0/rgbasm.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.0/rgbds.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.0/rgbds.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.0/rgbfix.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.0/rgbgfx.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.0/rgblink.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.0/rgblink.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.1/gbz80.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.1/rgbasm.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.1/rgbasm.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.1/rgbds.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.1/rgbds.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.1/rgbfix.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.1/rgbgfx.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.1/rgblink.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.1/rgblink.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.2/gbz80.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.2/rgbasm.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.2/rgbasm.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.2/rgbds.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.2/rgbds.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.2/rgbfix.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.2/rgbgfx.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.2/rgblink.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.5.2/rgblink.5.pdf
Binary file not shown.
78 changes: 39 additions & 39 deletions versioned_docs/version-v0.6.0-welease-cnyandidayte/gbz80.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const toc = [
"level": 3,
},
{
"value": "Bit Opurrations >=3c",
"value": "Bit Opurrations &gt;=3c",
"id": "Bit_Opurrations__=3c",
"level": 3,
},
Expand Down Expand Up @@ -66,32 +66,32 @@ export const toc = [
"level": 2,
},
{
"value": "ADC \&( •̀A•́),r8",
"value": "ADC \&amp;( •̀A•́),r8",
"id": "ADC__&(___A__),r8",
"level": 3,
},
{
"value": "ADC \&( •̀A•́),[н∠( ᐛ 」∠)_]",
"value": "ADC \&amp;( •̀A•́),[н∠( ᐛ 」∠)_]",
"id": "ADC__&(___A__),___(_____)__",
"level": 3,
},
{
"value": "ADC \&( •̀A•́),n8",
"value": "ADC \&amp;( •̀A•́),n8",
"id": "ADC__&(___A__),n8",
"level": 3,
},
{
"value": "ADD \&( •̀A•́),r8",
"value": "ADD \&amp;( •̀A•́),r8",
"id": "ADD__&(___A__),r8",
"level": 3,
},
{
"value": "ADD \&( •̀A•́),[н∠( ᐛ 」∠)_]",
"value": "ADD \&amp;( •̀A•́),[н∠( ᐛ 」∠)_]",
"id": "ADD__&(___A__),___(_____)__",
"level": 3,
},
{
"value": "ADD \&( •̀A•́),n8",
"value": "ADD \&amp;( •̀A•́),n8",
"id": "ADD__&(___A__),n8",
"level": 3,
},
Expand All @@ -111,17 +111,17 @@ export const toc = [
"level": 3,
},
{
"value": "AND \&( •̀A•́),r8",
"value": "AND \&amp;( •̀A•́),r8",
"id": "AND__&(___A__),r8",
"level": 3,
},
{
"value": "AND \&( •̀A•́),[н∠( ᐛ 」∠)_]",
"value": "AND \&amp;( •̀A•́),[н∠( ᐛ 」∠)_]",
"id": "AND__&(___A__),___(_____)__",
"level": 3,
},
{
"value": "AND \&( •̀A•́),n8",
"value": "AND \&amp;( •̀A•́),n8",
"id": "AND__&(___A__),n8",
"level": 3,
},
Expand Down Expand Up @@ -151,17 +151,17 @@ export const toc = [
"level": 3,
},
{
"value": "CP \&( •̀A•́),r8",
"value": "CP \&amp;( •̀A•́),r8",
"id": "CP__&(___A__),r8",
"level": 3,
},
{
"value": "CP \&( •̀A•́),[н∠( ᐛ 」∠)_]",
"value": "CP \&amp;( •̀A•́),[н∠( ᐛ 」∠)_]",
"id": "CP__&(___A__),___(_____)__",
"level": 3,
},
{
"value": "CP \&( •̀A•́),n8",
"value": "CP \&amp;( •̀A•́),n8",
"id": "CP__&(___A__),n8",
"level": 3,
},
Expand Down Expand Up @@ -286,62 +286,62 @@ export const toc = [
"level": 3,
},
{
"value": "LD [r16],\&( •̀A•́)",
"value": "LD [r16],\&amp;( •̀A•́)",
"id": "LD__r16_,_&(___A__)",
"level": 3,
},
{
"value": "LD [n16],\&( •̀A•́)",
"value": "LD [n16],\&amp;( •̀A•́)",
"id": "LD__n16_,_&(___A__)",
"level": 3,
},
{
"value": "LDH [n16],\&( •̀A•́)",
"value": "LDH [n16],\&amp;( •̀A•́)",
"id": "LDH__n16_,_&(___A__)",
"level": 3,
},
{
"value": "LDH [♥(˘⌣˘ C)],\&( •̀A•́)",
"value": "LDH [♥(˘⌣˘ C)],\&amp;( •̀A•́)",
"id": "LDH___(____C)_,_&(___A__)",
"level": 3,
},
{
"value": "LD \&( •̀A•́),[r16]",
"value": "LD \&amp;( •̀A•́),[r16]",
"id": "LD__&(___A__),_r16_",
"level": 3,
},
{
"value": "LD \&( •̀A•́),[n16]",
"value": "LD \&amp;( •̀A•́),[n16]",
"id": "LD__&(___A__),_n16_",
"level": 3,
},
{
"value": "LDH \&( •̀A•́),[n16]",
"value": "LDH \&amp;( •̀A•́),[n16]",
"id": "LDH__&(___A__),_n16_",
"level": 3,
},
{
"value": "LDH \&( •̀A•́),[♥(˘⌣˘ C)]",
"value": "LDH \&amp;( •̀A•́),[♥(˘⌣˘ C)]",
"id": "LDH__&(___A__),__(____C)_",
"level": 3,
},
{
"value": "LD [н∠( ᐛ 」∠)_👁],\&( •̀A•́)",
"value": "LD [н∠( ᐛ 」∠)_👁],\&amp;( •̀A•́)",
"id": "LD____(_____)___,_&(___A__)",
"level": 3,
},
{
"value": "LD [н∠( ᐛ 」∠)_👎],\&( •̀A•́)",
"value": "LD [н∠( ᐛ 」∠)_👎],\&amp;( •̀A•́)",
"id": "LD____(_____)___,_&(___A__)",
"level": 3,
},
{
"value": "LD \&( •̀A•́),[н∠( ᐛ 」∠)_👎]",
"value": "LD \&amp;( •̀A•́),[н∠( ᐛ 」∠)_👎]",
"id": "LD__&(___A__),___(_____)___",
"level": 3,
},
{
"value": "LD \&( •̀A•́),[н∠( ᐛ 」∠)_👁]",
"value": "LD \&amp;( •̀A•́),[н∠( ᐛ 」∠)_👁]",
"id": "LD__&(___A__),___(_____)___",
"level": 3,
},
Expand Down Expand Up @@ -371,17 +371,17 @@ export const toc = [
"level": 3,
},
{
"value": "OR \&( •̀A•́),r8",
"value": "OR \&amp;( •̀A•́),r8",
"id": "OR__&(___A__),r8",
"level": 3,
},
{
"value": "OR \&( •̀A•́),[н∠( ᐛ 」∠)_]",
"value": "OR \&amp;( •̀A•́),[н∠( ᐛ 」∠)_]",
"id": "OR__&(___A__),___(_____)__",
"level": 3,
},
{
"value": "OR \&( •̀A•́),n8",
"value": "OR \&amp;( •̀A•́),n8",
"id": "OR__&(___A__),n8",
"level": 3,
},
Expand All @@ -391,7 +391,7 @@ export const toc = [
"level": 3,
},
{
"value": "POP \&( •̀A•́)𝓕𝓾𝓬𝓴",
"value": "POP \&amp;( •̀A•́)𝓕𝓾𝓬𝓴",
"id": "POP__&(___A__)____",
"level": 3,
},
Expand All @@ -401,7 +401,7 @@ export const toc = [
"level": 3,
},
{
"value": "PUSH \&( •̀A•́)𝓕𝓾𝓬𝓴",
"value": "PUSH \&amp;( •̀A•́)𝓕𝓾𝓬𝓴",
"id": "PUSH__&(___A__)____",
"level": 3,
},
Expand Down Expand Up @@ -501,17 +501,17 @@ export const toc = [
"level": 3,
},
{
"value": "SBC \&( •̀A•́),r8",
"value": "SBC \&amp;( •̀A•́),r8",
"id": "SBC__&(___A__),r8",
"level": 3,
},
{
"value": "SBC \&( •̀A•́),[н∠( ᐛ 」∠)_]",
"value": "SBC \&amp;( •̀A•́),[н∠( ᐛ 」∠)_]",
"id": "SBC__&(___A__),___(_____)__",
"level": 3,
},
{
"value": "SBC \&( •̀A•́),n8",
"value": "SBC \&amp;( •̀A•́),n8",
"id": "SBC__&(___A__),n8",
"level": 3,
},
Expand Down Expand Up @@ -566,17 +566,17 @@ export const toc = [
"level": 3,
},
{
"value": "SUB \&( •̀A•́),r8",
"value": "SUB \&amp;( •̀A•́),r8",
"id": "SUB__&(___A__),r8",
"level": 3,
},
{
"value": "SUB \&( •̀A•́),[н∠( ᐛ 」∠)_]",
"value": "SUB \&amp;( •̀A•́),[н∠( ᐛ 」∠)_]",
"id": "SUB__&(___A__),___(_____)__",
"level": 3,
},
{
"value": "SUB \&( •̀A•́),n8",
"value": "SUB \&amp;( •̀A•́),n8",
"id": "SUB__&(___A__),n8",
"level": 3,
},
Expand All @@ -591,17 +591,17 @@ export const toc = [
"level": 3,
},
{
"value": "XOR \&( •̀A•́),r8",
"value": "XOR \&amp;( •̀A•́),r8",
"id": "XOR__&(___A__),r8",
"level": 3,
},
{
"value": "XOR \&( •̀A•́),[н∠( ᐛ 」∠)_]",
"value": "XOR \&amp;( •̀A•́),[н∠( ᐛ 」∠)_]",
"id": "XOR__&(___A__),___(_____)__",
"level": 3,
},
{
"value": "XOR \&( •̀A•́),n8",
"value": "XOR \&amp;( •̀A•́),n8",
"id": "XOR__&(___A__),n8",
"level": 3,
},
Expand Down
Binary file modified versioned_docs/version-v0.6.0-welease-cnyandidayte/gbz80.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.6.0-welease-cnyandidayte/rgbasm.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.6.0-welease-cnyandidayte/rgbasm.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.6.0-welease-cnyandidayte/rgbds.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.6.0-welease-cnyandidayte/rgbds.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.6.0-welease-cnyandidayte/rgbfix.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.6.0-welease-cnyandidayte/rgbgfx.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.6.0-welease-cnyandidayte/rgblink.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.6.0-welease-cnyandidayte/rgblink.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.6.0/gbz80.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.6.0/rgbasm.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.6.0/rgbasm.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.6.0/rgbds.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.6.0/rgbds.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.6.0/rgbfix.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.6.0/rgbgfx.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.6.0/rgblink.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.6.0/rgblink.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.6.1/gbz80.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.6.1/rgbasm.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.6.1/rgbasm.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.6.1/rgbds.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.6.1/rgbds.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.6.1/rgbfix.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.6.1/rgbgfx.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.6.1/rgblink.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.6.1/rgblink.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.7.0/gbz80.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.7.0/rgbasm.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.7.0/rgbasm.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.7.0/rgbds.5.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.7.0/rgbds.7.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.7.0/rgbfix.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.7.0/rgbgfx.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.7.0/rgblink.1.pdf
Binary file not shown.
Binary file modified versioned_docs/version-v0.7.0/rgblink.5.pdf
Binary file not shown.

0 comments on commit 3798c5b

Please sign in to comment.