OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
2023-11-02 11:06:04 +00:00
parent c660e0badf
commit b0729f3ae7
9 changed files with 29 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
created: 20231029001701704
creator: Octt
modified: 20231101233922437
modified: 20231102095720706
modifier: Octt
tags:
title: 6502
@@ -12,6 +12,7 @@ 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
* [[Programming the NES: The 6502 in detail|https://www.middle-engine.com/blog/posts/2020/06/23/programming-the-nes-the-6502-in-detail]]
* <<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//