From 0a316319469f13d9d9a49309481c9176ad83c188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Henrik=20Sk=C3=A5rstedt?= Date: Sun, 3 Nov 2019 20:34:02 -0800 Subject: [PATCH] Adding an immediate mode version of BRK since the IRQ will treat it as a two byte instruction --- x65.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x65.cpp b/x65.cpp index cac55ce..e02a9f8 100644 --- a/x65.cpp +++ b/x65.cpp @@ -403,6 +403,7 @@ enum AddrMode { AMM_IMM_DBL_XY = 1<