From 31665a2e31637f6370b2411e15783f2ac42cf852 Mon Sep 17 00:00:00 2001 From: John Snape Date: Mon, 25 Nov 2019 18:15:18 -0800 Subject: [PATCH] Add files via upload --- source/print binary.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 source/print binary.txt diff --git a/source/print binary.txt b/source/print binary.txt new file mode 100644 index 0000000..34f01a8 --- /dev/null +++ b/source/print binary.txt @@ -0,0 +1,15 @@ +0800- A9 22 LDA #$22 +0802- 18 CLC +0803- 85 00 STA $00 +0805- A2 08 LDX #$08 +0807- CA DEX +0808- 30 12 BMI $081C +080A- 06 00 ASL $00 +080C- 90 07 BCC $0815 +080E- A9 B1 LDA #$B1 +0810- 20 F0 FD JSR $FDF0 +0813- D0 F2 BNE $0807 +0815- A9 B0 LDA #$B0 +0817- 20 F0 FD JSR $FDF0 +081A- D0 EB BNE $0807 +081C- 60 RTS \ No newline at end of file