From dd7a4efc643c20c56b845aa11af1fec4b0760d92 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 3 Dec 2023 07:45:53 +0100 Subject: First day of advent of code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- include/apu.s | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/apu.s (limited to 'include/apu.s') diff --git a/include/apu.s b/include/apu.s new file mode 100644 index 0000000..32ccff2 --- /dev/null +++ b/include/apu.s @@ -0,0 +1,6 @@ +.segment "CODE" + +.scope APU + DMC = $4010 + FRAME_COUNTER = $4017 +.endscope -- cgit v1.2.3