OcttKB/Wiki-OcttKB/tiddlers/Normal/_6502.tid

21 lines
1.3 KiB
Plaintext
Raw Normal View History

2023-10-29 02:38:50 +02:00
created: 20231029001701704
creator: Octt
2024-01-19 02:23:19 +01:00
modified: 20240119004410569
2023-10-29 02:38:50 +02:00
modifier: Octt
2023-11-08 00:59:37 +01:00
tags: CPU Microprocessor Retro
2023-10-29 02:38:50 +02:00
title: 6502
<<^wikipediaframe 6502>>
* <<httpL 6502.org>> --- //the 6502 microprocessor resource//
* [[6502 Disassembly Projects|https://6502disassembly.com/]]
2023-10-30 00:53:41 +01:00
* [[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
2023-11-02 12:06:04 +01:00
* [[Programming the NES: The 6502 in detail|https://www.middle-engine.com/blog/posts/2020/06/23/programming-the-nes-the-6502-in-detail]]
2023-11-02 01:40:21 +01:00
2023-11-08 00:59:37 +01:00
* [[Benchmark: C compilers for the 6502 CPU|https://sgadrat.itch.io/super-tilt-bro/devlog/219534/benchmark-c-compilers-for-the-6502-cpu]] --- <<[# "Code on Git" "https://github.com/sgadrat/6502-compilers-bench">>
2023-11-02 01:40:21 +01:00
* <<linkdescgit cc65"https://cc65.github.io" "complete cross development package for 65(C)02 systems" "https://github.com/cc65">>
2023-11-08 00:59:37 +01:00
** [[cc65 coding hints|https://cc65.github.io/doc/coding.html]] ; [[Advanced optimizations in CC65|https://github.com/ilmenit/CC65-Advanced-Optimizations]] --- //How to generate the most efficient code with cc65//
2024-01-19 02:23:19 +01:00
*** [[CC65, array of structures supposedly bad?|https://forums.nesdev.org/viewtopic.php?t=17465]]