From 2f9a950ae5c674fd5a23fd30047393869ac709ee Mon Sep 17 00:00:00 2001 From: nicsure <77679714+nicsure@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:41:00 +0100 Subject: [PATCH] Add files via upload --- MICGAINFIX.ASM | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 MICGAINFIX.ASM diff --git a/MICGAINFIX.ASM b/MICGAINFIX.ASM new file mode 100644 index 0000000..d640810 --- /dev/null +++ b/MICGAINFIX.ASM @@ -0,0 +1,11 @@ +.ORG 0x80B1 + MOV B, #0x03 + MUL AB + ADDC A, #0x04 + ORL A, #0x40 + MOV R3, A + MOV R5, #0xE9 + MOV R7, #0x7D + NOP + NOP + NOP