From 61c1f6b27055f3ddba68d3fdc3abee0c70820c27 Mon Sep 17 00:00:00 2001 From: uz Date: Wed, 6 Jun 2012 21:52:54 +0000 Subject: [PATCH] Added more to the list of "harmless" calls that do not interrupt a pushax/stackop sequence. git-svn-id: svn://svn.cc65.org/cc65/trunk@5690 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/cc65/coptstop.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/cc65/coptstop.c b/src/cc65/coptstop.c index f00410fa5..bc099a56c 100644 --- a/src/cc65/coptstop.c +++ b/src/cc65/coptstop.c @@ -1604,6 +1604,24 @@ static int HarmlessCall (const char* Name) "asrax3", "asrax4", "bnegax", + "decax1", + "decax2", + "decax3", + "decax4", + "decax5", + "decax6", + "decax7", + "decax8", + "decaxy", + "incax1", + "incax2", + "incax3", + "incax4", + "incax5", + "incax6", + "incax7", + "incax8", + "incaxy", "ldaxidx", "ldaxysp", "negax", -- 2.39.5