This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [submodule "lib/libtommath"] | |
| path = lib/libtommath | |
| url = [email protected]:libtom/libtommath.git | |
| branch = main | |
| [submodule "lib/libpcre2"] | |
| path = lib/libpcre2 | |
| url = [email protected]:PCRE2Project/pcre2.git | |
| branch = master |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Defined in /home/chubakpdp11/.config/fish/functions/cc-dossier.fish @ line 1 | |
| function cc-dossier | |
| set -l mdfnm "$(basename $PWD).md" | |
| set -l htmlfnm "$(basename $PWD).html" | |
| test -f "$mdfnm" && rm "$mdfnm" | |
| for mdf in ch*-*.md | |
| cat "$mdf" >> "$mdfnm" | |
| echo >> "$mdfnm" | |
| echo "---" >> "$mdfnm" | |
| echo >> "$mdfnm" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="generator" content="pandoc" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> | |
| <!-- KaTeX CSS --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="generator" content="pandoc" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> | |
| <!-- KaTeX CSS --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdbool.h> | |
| #include <stdint.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #include "ph-hashtbl.h" | |
| #include "ph-object.h" | |
| #include "ph-utils.h" | |
| DIY_Hashtbl * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cpu: | |
| 11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz, 4607 MHz | |
| 11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz, 4600 MHz | |
| 11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz, 4680 MHz | |
| 11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz, 4619 MHz | |
| 11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz, 4622 MHz | |
| 11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz, 4638 MHz | |
| 11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz, 4689 MHz | |
| 11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz, 4633 MHz | |
| 11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz, 800 MHz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ADC | N=+,Z=+,C=+,I=-,D=-,V=+, | immediate, | 0x69 | 2 | 2 | |
|---|---|---|---|---|---|---|
| ADC | N=+,Z=+,C=+,I=-,D=-,V=+, | zeropage, | 0x65 | 2 | 3 | |
| ADC | N=+,Z=+,C=+,I=-,D=-,V=+, | zeropage,X, | 0x75 | 2 | 4 | |
| ADC | N=+,Z=+,C=+,I=-,D=-,V=+, | absolute, | 0x6D | 3 | 4 | |
| ADC | N=+,Z=+,C=+,I=-,D=-,V=+, | absolute,X, | 0x7D | 3 | 4* | |
| ADC | N=+,Z=+,C=+,I=-,D=-,V=+, | absolute,Y, | 0x79 | 3 | 4* | |
| ADC | N=+,Z=+,C=+,I=-,D=-,V=+, | (indirect,X), | 0x61 | 2 | 6 | |
| ADC | N=+,Z=+,C=+,I=-,D=-,V=+, | (indirect),Y, | 0x71 | 2 | 5* | |
| AND | N=+,Z=+,C=-,I=-,D=-,V=-, | immediate, | 0x29 | 2 | 2 | |
| AND | N=+,Z=+,C=-,I=-,D=-,V=-, | zeropage, | 0x25 | 2 | 3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ADC | N=+,Z=+,C=+,I=-,D=-,V=+ | immediate | 0x69 | 2 | 2 | |
|---|---|---|---|---|---|---|
| ADC | N=+,Z=+,C=+,I=-,D=-,V=+ | zeropage | 0x65 | 2 | 3 | |
| ADC | N=+,Z=+,C=+,I=-,D=-,V=+ | zeropageX | 0x75 | 2 | 4 | |
| ADC | N=+,Z=+,C=+,I=-,D=-,V=+ | absolute | 0x6D | 3 | 4 | |
| ADC | N=+,Z=+,C=+,I=-,D=-,V=+ | absoluteX | 0x7D | 3 | 4* | |
| ADC | N=+,Z=+,C=+,I=-,D=-,V=+ | absoluteY | 0x79 | 3 | 4* | |
| ADC | N=+,Z=+,C=+,I=-,D=-,V=+ | indirectX | 0x61 | 2 | 6 | |
| ADC | N=+,Z=+,C=+,I=-,D=-,V=+ | indirectY | 0x71 | 2 | 5* | |
| AND | N=+,Z=+,C=-,I=-,D=-,V=- | immediate | 0x29 | 2 | 2 | |
| AND | N=+,Z=+,C=-,I=-,D=-,V=- | zeropage | 0x25 | 2 | 3 |
NewerOlder