From: mrdudz Date: Thu, 20 Nov 2014 00:31:39 +0000 (+0100) Subject: uses TAS instead of SHS like da65 did X-Git-Tag: V2.15~31^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c2704ec72a3fcc9612b1b652bf173e787ced55ca;p=cc65 uses TAS instead of SHS like da65 did --- diff --git a/src/ca65/instr.c b/src/ca65/instr.c index 09b86b393..c29ff7446 100644 --- a/src/ca65/instr.c +++ b/src/ca65/instr.c @@ -280,7 +280,7 @@ static const struct { { "SED", 0x0000001, 0xf8, 0, PutAll }, { "SEI", 0x0000001, 0x78, 0, PutAll }, { "SHA", 0x0002200, 0x93, 1, PutAll }, /* X */ - { "SHS", 0x0000200, 0x9b, 0, PutAll }, /* X */ + { "TAS", 0x0000200, 0x9b, 0, PutAll }, /* X */ { "SHX", 0x0000200, 0x9e, 1, PutAll }, /* X */ { "SHY", 0x0000040, 0x9c, 1, PutAll }, /* X */ { "SLO", 0x000A26C, 0x03, 0, PutAll }, /* X */