OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
2023-11-02 00:40:21 +00:00
parent 932d0583a3
commit c660e0badf
9 changed files with 27 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
created: 20231029001701704
creator: Octt
modified: 20231029140602120
modified: 20231101233922437
modifier: Octt
tags:
title: 6502
@@ -12,3 +12,6 @@ title: 6502
* [[6502 Assembly Crash Course [NesHacker]|https://www.youtube.com/playlist?list=PLgvDB6LWam2WvoFvh8tlUqbqw92qWM0aP]]
* [[https://100r.co/site/6502_assembly.html]] --- Extremely reduced introduction to 6502 assembly basic concepts
* <<linkdescgit cc65"https://cc65.github.io" "complete cross development package for 65(C)02 systems" "https://github.com/cc65">>
** [[cc65 coding hints|https://cc65.github.io/doc/coding.html]] --- //How to generate the most efficient code with cc65//

View File

@@ -0,0 +1,11 @@
created: 20231101222103835
creator: Octt
modified: 20231101223233557
modifier: Octt
tags:
title: Character encoding
<<^wikipediaframe Character_encoding>>
* <<WikipediaL "Code page 437">> --- IBM PC ASCII-based charset, has got pretty symbols for representing non-printable characters + box-drawing symbols.
* [[How to Use ALT Codes to Type Special Characters & Symbols on Windows|https://altcodeunicode.com/how-to-use-alt-codes/]]

View File

@@ -1,6 +1,6 @@
created: 20230202104823127
creator: Octt
modified: 20231029003704926
modified: 20231101224128364
modifier: Octt
tags: Nintendo Gaming $:/i18n:en Console
title: NES
@@ -17,6 +17,8 @@ title: NES
* [[Nerdy Nights (mirror)|https://nerdy-nights.nes.science/]] --- //tutorial series to help people write games for the NES//
* [[everynes/no$nes technical documentation|https://problemkaputt.de/everynes.htm]]
* [[Useful tools for NES development|https://www.nesdev.org/wiki/Tools]]
* [[Retro Puzzle Maker|https://puzzle.nes.science]] --- //new tool meant to help you create new puzzle games you can play on an NES//
* <<linkdescgit "NES Starter Kit""https://cppchriscpp.github.io/nes-starter-kit/" "Simplified starter kit for making NES games using C and graphical tools." "https://github.com/cppchriscpp/nes-starter-kit">>