From 6f4ee19f88d90ac7205e14f599ad55e93590f8ee Mon Sep 17 00:00:00 2001 From: Andrew Ekstedt Date: Sun, 16 Apr 2023 11:14:21 -0700 Subject: [PATCH] disable compressed instructions for true and false they're so small it doesn't really matter; better to keep them simple. --- false.s | 1 - true.s | 1 - 2 files changed, 2 deletions(-) diff --git a/false.s b/false.s index b42bfdb..26b1922 100644 --- a/false.s +++ b/false.s @@ -1,5 +1,4 @@ .globl _start -.option rvc # enable compressed instructions .text diff --git a/true.s b/true.s index 98bf23e..5f673a6 100644 --- a/true.s +++ b/true.s @@ -1,5 +1,4 @@ .globl _start -.option rvc # enable compressed instructions .text