From 1da76125f1e2433be3a9903254d74afe88cbe5cf Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Sun, 12 Aug 2018 12:54:06 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70d2f3c..5840558 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To play .btc files in your own Apple II program: * 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_s. +* 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