diff --git a/test/asm/cpudetect/4510-cpudetect.ref b/test/asm/cpudetect/4510-cpudetect.ref index 5eba7ec5a..4f9eb6271 100644 Binary files a/test/asm/cpudetect/4510-cpudetect.ref and b/test/asm/cpudetect/4510-cpudetect.ref differ diff --git a/test/asm/cpudetect/45GS02-cpudetect.ref b/test/asm/cpudetect/45GS02-cpudetect.ref index 3936f2902..89d0f24b9 100644 Binary files a/test/asm/cpudetect/45GS02-cpudetect.ref and b/test/asm/cpudetect/45GS02-cpudetect.ref differ diff --git a/test/asm/cpudetect/6502-cpudetect.ref b/test/asm/cpudetect/6502-cpudetect.ref index 9b0aeb1f0..3ad26af6a 100644 Binary files a/test/asm/cpudetect/6502-cpudetect.ref and b/test/asm/cpudetect/6502-cpudetect.ref differ diff --git a/test/asm/cpudetect/6502dtv-cpudetect.ref b/test/asm/cpudetect/6502dtv-cpudetect.ref index 77a865eb4..8b4cedc30 100644 Binary files a/test/asm/cpudetect/6502dtv-cpudetect.ref and b/test/asm/cpudetect/6502dtv-cpudetect.ref differ diff --git a/test/asm/cpudetect/6502x-cpudetect.ref b/test/asm/cpudetect/6502x-cpudetect.ref index 9e7abe573..deb84e53f 100644 Binary files a/test/asm/cpudetect/6502x-cpudetect.ref and b/test/asm/cpudetect/6502x-cpudetect.ref differ diff --git a/test/asm/cpudetect/65816-cpudetect.ref b/test/asm/cpudetect/65816-cpudetect.ref index e614b34c9..dd8b69867 100644 Binary files a/test/asm/cpudetect/65816-cpudetect.ref and b/test/asm/cpudetect/65816-cpudetect.ref differ diff --git a/test/asm/cpudetect/65c02-cpudetect.ref b/test/asm/cpudetect/65c02-cpudetect.ref index 9f790d5ff..8fa08c8ea 100644 Binary files a/test/asm/cpudetect/65c02-cpudetect.ref and b/test/asm/cpudetect/65c02-cpudetect.ref differ diff --git a/test/asm/cpudetect/65ce02-cpudetect.ref b/test/asm/cpudetect/65ce02-cpudetect.ref index eca5a2b2a..ad8744859 100644 Binary files a/test/asm/cpudetect/65ce02-cpudetect.ref and b/test/asm/cpudetect/65ce02-cpudetect.ref differ diff --git a/test/asm/cpudetect/65sc02-cpudetect.ref b/test/asm/cpudetect/65sc02-cpudetect.ref index 4e11bd708..72d92ebf7 100644 Binary files a/test/asm/cpudetect/65sc02-cpudetect.ref and b/test/asm/cpudetect/65sc02-cpudetect.ref differ diff --git a/test/asm/cpudetect/allinst.inc b/test/asm/cpudetect/allinst.inc index 2ba44ff83..4f62ffcd1 100644 --- a/test/asm/cpudetect/allinst.inc +++ b/test/asm/cpudetect/allinst.inc @@ -1,8 +1,4 @@ - - ; just emit to bss for now, this way the output wont get checked, which is - ; fine - we only want to see if the assembler accepts all the opcodes it - ; should accept for the current CPU mode - .bss + .code .if (.cpu .bitand CPU_ISET_6502) .scope diff --git a/test/asm/cpudetect/huc6280-cpudetect.ref b/test/asm/cpudetect/huc6280-cpudetect.ref index 6ae287fdf..01dcff0d9 100644 Binary files a/test/asm/cpudetect/huc6280-cpudetect.ref and b/test/asm/cpudetect/huc6280-cpudetect.ref differ diff --git a/test/asm/cpudetect/m740-cpudetect.ref b/test/asm/cpudetect/m740-cpudetect.ref index 7788f3ed9..3feb2bfee 100644 Binary files a/test/asm/cpudetect/m740-cpudetect.ref and b/test/asm/cpudetect/m740-cpudetect.ref differ diff --git a/test/asm/cpudetect/sweet16-cpudetect.ref b/test/asm/cpudetect/sweet16-cpudetect.ref index 98d33127a..b4691d2fa 100644 Binary files a/test/asm/cpudetect/sweet16-cpudetect.ref and b/test/asm/cpudetect/sweet16-cpudetect.ref differ diff --git a/test/asm/cpudetect/w65c02-cpudetect.ref b/test/asm/cpudetect/w65c02-cpudetect.ref index 094210464..536384ea3 100644 Binary files a/test/asm/cpudetect/w65c02-cpudetect.ref and b/test/asm/cpudetect/w65c02-cpudetect.ref differ