From e20066ad8bedc189b3043cde9c6e21cd96ebc4f3 Mon Sep 17 00:00:00 2001 From: gicking Date: Sat, 8 Dec 2018 08:23:05 +0100 Subject: [PATCH] add examples for changing option bytes add examples for changing option bytes, see https://github.com/gicking/stm8gal/issues/6 --- option_bytes/OPT2.txt | 3 +++ option_bytes/OPT2_beep.s19 | 2 ++ option_bytes/OPT2_default.s19 | 2 ++ 3 files changed, 7 insertions(+) create mode 100644 option_bytes/OPT2.txt create mode 100644 option_bytes/OPT2_beep.s19 create mode 100644 option_bytes/OPT2_default.s19 diff --git a/option_bytes/OPT2.txt b/option_bytes/OPT2.txt new file mode 100644 index 0000000..05c26e5 --- /dev/null +++ b/option_bytes/OPT2.txt @@ -0,0 +1,3 @@ +# OPT2 alternate function remapping +0x4803 0x80 +0x4804 0x7F diff --git a/option_bytes/OPT2_beep.s19 b/option_bytes/OPT2_beep.s19 new file mode 100644 index 0000000..76ea01d --- /dev/null +++ b/option_bytes/OPT2_beep.s19 @@ -0,0 +1,2 @@ +S1054803807FB0 +S9030000FC diff --git a/option_bytes/OPT2_default.s19 b/option_bytes/OPT2_default.s19 new file mode 100644 index 0000000..b871642 --- /dev/null +++ b/option_bytes/OPT2_default.s19 @@ -0,0 +1,2 @@ +S105480300FFB0 +S9030000FC