From 427472f8d3a4735a9f533b283df884f37731776a Mon Sep 17 00:00:00 2001 From: aliaspider Date: Sat, 7 Nov 2015 17:57:40 +0100 Subject: code goes in the .text section ... --- src/os9x_65c816_spcasm.s | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/os9x_65c816_spcasm.s') diff --git a/src/os9x_65c816_spcasm.s b/src/os9x_65c816_spcasm.s index 3eebba9..930a7c9 100644 --- a/src/os9x_65c816_spcasm.s +++ b/src/os9x_65c816_spcasm.s @@ -1,7 +1,8 @@ - .DATA +/* .DATA*/ + .text /**************************************************************** ****************************************************************/ - .align 4 + .align 4 .include "os9x_65c816_common.s" -- cgit v1.2.3