From d5cb0a1db3ad9b37557533d8a915aace7b43cef7 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Wed, 6 Dec 2023 00:51:01 +0100 Subject: [PATCH] Updated URLs. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d20e5b8..4da5742 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ To play .btc files in your own Apple II program: * Place the content of the .btc file in the Apple II memory starting __on a page boundary__ in one way or another. -* Place the [BTc player core](https://github.com/oliverschmidt/Play-BTc/blob/master/play-btc.s#L31-L277) in the Apple II memory. The player core source code deliberately doesn't make use of any advanced assembler features and should therefore assemble with any assembler (maybe with trivial adjustments). +* Place the [BTc player core](https://github.com/oliverschmidt/play-btc/blob/master/play-btc.s#L31-L277) in the Apple II memory. The player core source code deliberately doesn't make use of any advanced assembler features and should therefore assemble with any assembler (maybe with trivial adjustments). -* Replace the [visual feedback](https://github.com/oliverschmidt/Play-BTc/blob/master/play-btc.s#L275) with two `nop` operations. +* Replace the [visual feedback](https://github.com/oliverschmidt/play-btc/blob/master/play-btc.s#L275) with two `nop` operations. * Call the BTc player core with: * `A` set to the high byte of the memory address you placed the .btc file content on