+ renice +1 8895 + cd /root/asar/asar + git fetch + git checkout cb78f31f890460f83a066a114e9c64bc3a15708a HEAD is now at cb78f31 Small update to changelog + rm -rf /root/asar/build + mkdir /root/asar/build + cd /root/asar/build + cmake -DCMAKE_BUILD_TYPE=MinSizeRel -DASAR_USE_THREADS=OFF /root/asar/asar/src -- The C compiler identification is GNU 11.2.1 -- The CXX compiler identification is GNU 11.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: ASAR_USE_THREADS -- Build files have been written to: /root/asar/build + make -j4 [ 1%] Building CXX object asar-tests/CMakeFiles/asar-app-test.dir/test.cpp.o [ 3%] Building CXX object asar/CMakeFiles/asar-standalone.dir/interface-cli.cpp.o [ 4%] Building CXX object asar/CMakeFiles/asar.dir/interface-lib.cpp.o [ 6%] Building CXX object asar/CMakeFiles/asar-static.dir/interface-lib.cpp.o [ 8%] Building CXX object asar/CMakeFiles/asar-standalone.dir/addr2line.cpp.o [ 9%] Building CXX object asar/CMakeFiles/asar-static.dir/addr2line.cpp.o [ 11%] Building CXX object asar/CMakeFiles/asar.dir/addr2line.cpp.o [ 12%] Building CXX object asar/CMakeFiles/asar-standalone.dir/arch-65816.cpp.o [ 14%] Building CXX object asar/CMakeFiles/asar-static.dir/arch-65816.cpp.o [ 16%] Building CXX object asar/CMakeFiles/asar.dir/arch-65816.cpp.o [ 17%] Linking CXX executable asar-app-test [ 17%] Built target asar-app-test [ 19%] Building CXX object asar-tests/CMakeFiles/asar-dll-test.dir/test.cpp.o [ 20%] Building CXX object asar/CMakeFiles/asar-standalone.dir/arch-spc700.cpp.o [ 22%] Building CXX object asar/CMakeFiles/asar-static.dir/arch-spc700.cpp.o [ 24%] Building CXX object asar/CMakeFiles/asar.dir/arch-spc700.cpp.o /root/asar/asar/src/asar/arch-spc700.cpp: In function 'bool asblock_spc700(char**, int)': /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:390:58: note: in expansion of macro 'w1' 390 | vc("(","+x)", "a" ) w1(0xC7, s1); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:390:58: note: in expansion of macro 'w1' 390 | vc("(","+x)", "a" ) w1(0xC7, s1); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:391:58: note: in expansion of macro 'w1' 391 | vc("(",")+y", "a" ) w1(0xD7, s1); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:391:58: note: in expansion of macro 'w1' 391 | vc("(",")+y", "a" ) w1(0xD7, s1); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:395:58: note: in expansion of macro 'w1' 395 | vc("","+x" , "y" ) w1(0xDB, s1); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:395:58: note: in expansion of macro 'w1' 395 | vc("","+x" , "y" ) w1(0xDB, s1); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:396:58: note: in expansion of macro 'w1' 396 | vc("","+y" , "x" ) w1(0xD9, s1); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:396:58: note: in expansion of macro 'w1' 396 | vc("","+y" , "x" ) w1(0xD9, s1); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:400:58: note: in expansion of macro 'w1' 400 | cv("a" , "#","" ) w1(0xE8, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:400:58: note: in expansion of macro 'w1' 400 | cv("a" , "#","" ) w1(0xE8, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:401:58: note: in expansion of macro 'w1' 401 | cv("a" , "(","+x)") w1(0xE7, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:401:58: note: in expansion of macro 'w1' 401 | cv("a" , "(","+x)") w1(0xE7, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:402:58: note: in expansion of macro 'w1' 402 | cv("a" , "(",")+y") w1(0xF7, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:402:58: note: in expansion of macro 'w1' 402 | cv("a" , "(",")+y") w1(0xF7, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:406:58: note: in expansion of macro 'w1' 406 | cv("x" , "#","" ) w1(0xCD, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:406:58: note: in expansion of macro 'w1' 406 | cv("x" , "#","" ) w1(0xCD, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:407:58: note: in expansion of macro 'w1' 407 | cv("x" , "","+y" ) w1(0xF9, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:407:58: note: in expansion of macro 'w1' 407 | cv("x" , "","+y" ) w1(0xF9, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:409:58: note: in expansion of macro 'w1' 409 | cv("y" , "#","" ) w1(0x8D, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:409:58: note: in expansion of macro 'w1' 409 | cv("y" , "#","" ) w1(0x8D, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:410:58: note: in expansion of macro 'w1' 410 | cv("y" , "","+x" ) w1(0xFB, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:410:58: note: in expansion of macro 'w1' 410 | cv("y" , "","+x" ) w1(0xFB, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:418:49: note: in expansion of macro 'w1' 418 | cv("x", "#","") w1(0xC8, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:418:49: note: in expansion of macro 'w1' 418 | cv("x", "#","") w1(0xC8, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:420:49: note: in expansion of macro 'w1' 420 | cv("y", "#","") w1(0xAD, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:420:49: note: in expansion of macro 'w1' 420 | cv("y", "#","") w1(0xAD, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:436:54: note: in expansion of macro 'w1' 436 | cv("a" , "#","" ) w1(offset+0x08, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:436:54: note: in expansion of macro 'w1' 436 | cv("a" , "#","" ) w1(offset+0x08, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:437:54: note: in expansion of macro 'w1' 437 | cv("a" , "(","+x)") w1(offset+0x07, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:437:54: note: in expansion of macro 'w1' 437 | cv("a" , "(","+x)") w1(offset+0x07, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:438:54: note: in expansion of macro 'w1' 438 | cv("a" , "(",")+y") w1(offset+0x17, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:438:54: note: in expansion of macro 'w1' 438 | cv("a" , "(",")+y") w1(offset+0x17, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:454:49: note: in expansion of macro 'w1' 454 | if (is("cmpw")) w1(0x5A, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:454:49: note: in expansion of macro 'w1' 454 | if (is("cmpw")) w1(0x5A, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:455:49: note: in expansion of macro 'w1' 455 | if (is("addw")) w1(0x7A, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:455:49: note: in expansion of macro 'w1' 455 | if (is("addw")) w1(0x7A, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:456:49: note: in expansion of macro 'w1' 456 | if (is("subw")) w1(0x9A, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:456:49: note: in expansion of macro 'w1' 456 | if (is("subw")) w1(0x9A, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:457:49: note: in expansion of macro 'w1' 457 | if (is("movw")) w1(0xBA, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:457:49: note: in expansion of macro 'w1' 457 | if (is("movw")) w1(0xBA, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:459:62: note: in expansion of macro 'w1' 459 | if (is("movw") && isvc("","", "ya")) w1(0xDA, s1); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:459:62: note: in expansion of macro 'w1' 459 | if (is("movw") && isvc("","", "ya")) w1(0xDA, s1); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp: In function 'bool asblock_spc700(char**, int)': /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:390:58: note: in expansion of macro 'w1' 390 | vc("(","+x)", "a" ) w1(0xC7, s1); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:390:58: note: in expansion of macro 'w1' 390 | vc("(","+x)", "a" ) w1(0xC7, s1); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:391:58: note: in expansion of macro 'w1' 391 | vc("(",")+y", "a" ) w1(0xD7, s1); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:391:58: note: in expansion of macro 'w1' 391 | vc("(",")+y", "a" ) w1(0xD7, s1); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:395:58: note: in expansion of macro 'w1' 395 | vc("","+x" , "y" ) w1(0xDB, s1); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:395:58: note: in expansion of macro 'w1' 395 | vc("","+x" , "y" ) w1(0xDB, s1); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:396:58: note: in expansion of macro 'w1' 396 | vc("","+y" , "x" ) w1(0xD9, s1); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:396:58: note: in expansion of macro 'w1' 396 | vc("","+y" , "x" ) w1(0xD9, s1); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:400:58: note: in expansion of macro 'w1' 400 | cv("a" , "#","" ) w1(0xE8, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:400:58: note: in expansion of macro 'w1' 400 | cv("a" , "#","" ) w1(0xE8, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:401:58: note: in expansion of macro 'w1' 401 | cv("a" , "(","+x)") w1(0xE7, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:401:58: note: in expansion of macro 'w1' 401 | cv("a" , "(","+x)") w1(0xE7, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:402:58: note: in expansion of macro 'w1' 402 | cv("a" , "(",")+y") w1(0xF7, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:402:58: note: in expansion of macro 'w1' 402 | cv("a" , "(",")+y") w1(0xF7, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:406:58: note: in expansion of macro 'w1' 406 | cv("x" , "#","" ) w1(0xCD, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp: In function 'bool asblock_spc700(char**, int)': /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:390:58: note: in expansion of macro 'w1' 390 | vc("(","+x)", "a" ) w1(0xC7, s1); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:406:58: note: in expansion of macro 'w1' 406 | cv("x" , "#","" ) w1(0xCD, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:390:58: note: in expansion of macro 'w1' 390 | vc("(","+x)", "a" ) w1(0xC7, s1); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:407:58: note: in expansion of macro 'w1' 407 | cv("x" , "","+y" ) w1(0xF9, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:407:58: note: in expansion of macro 'w1' 407 | cv("x" , "","+y" ) w1(0xF9, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:391:58: note: in expansion of macro 'w1' 391 | vc("(",")+y", "a" ) w1(0xD7, s1); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:391:58: note: in expansion of macro 'w1' 391 | vc("(",")+y", "a" ) w1(0xD7, s1); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:409:58: note: in expansion of macro 'w1' 409 | cv("y" , "#","" ) w1(0x8D, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:409:58: note: in expansion of macro 'w1' 409 | cv("y" , "#","" ) w1(0x8D, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:410:58: note: in expansion of macro 'w1' 410 | cv("y" , "","+x" ) w1(0xFB, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:410:58: note: in expansion of macro 'w1' 410 | cv("y" , "","+x" ) w1(0xFB, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:395:58: note: in expansion of macro 'w1' 395 | vc("","+x" , "y" ) w1(0xDB, s1); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:395:58: note: in expansion of macro 'w1' 395 | vc("","+x" , "y" ) w1(0xDB, s1); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:418:49: note: in expansion of macro 'w1' 418 | cv("x", "#","") w1(0xC8, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:418:49: note: in expansion of macro 'w1' 418 | cv("x", "#","") w1(0xC8, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:396:58: note: in expansion of macro 'w1' 396 | vc("","+y" , "x" ) w1(0xD9, s1); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:420:49: note: in expansion of macro 'w1' 420 | cv("y", "#","") w1(0xAD, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:420:49: note: in expansion of macro 'w1' 420 | cv("y", "#","") w1(0xAD, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:396:58: note: in expansion of macro 'w1' 396 | vc("","+y" , "x" ) w1(0xD9, s1); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:400:58: note: in expansion of macro 'w1' 400 | cv("a" , "#","" ) w1(0xE8, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:400:58: note: in expansion of macro 'w1' 400 | cv("a" , "#","" ) w1(0xE8, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:401:58: note: in expansion of macro 'w1' 401 | cv("a" , "(","+x)") w1(0xE7, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:436:54: note: in expansion of macro 'w1' 436 | cv("a" , "#","" ) w1(offset+0x08, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:436:54: note: in expansion of macro 'w1' 436 | cv("a" , "#","" ) w1(offset+0x08, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:401:58: note: in expansion of macro 'w1' 401 | cv("a" , "(","+x)") w1(0xE7, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:437:54: note: in expansion of macro 'w1' 437 | cv("a" , "(","+x)") w1(offset+0x07, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:437:54: note: in expansion of macro 'w1' 437 | cv("a" , "(","+x)") w1(offset+0x07, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:402:58: note: in expansion of macro 'w1' 402 | cv("a" , "(",")+y") w1(0xF7, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:438:54: note: in expansion of macro 'w1' 438 | cv("a" , "(",")+y") w1(offset+0x17, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:402:58: note: in expansion of macro 'w1' 402 | cv("a" , "(",")+y") w1(0xF7, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:438:54: note: in expansion of macro 'w1' 438 | cv("a" , "(",")+y") w1(offset+0x17, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:406:58: note: in expansion of macro 'w1' 406 | cv("x" , "#","" ) w1(0xCD, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:406:58: note: in expansion of macro 'w1' 406 | cv("x" , "#","" ) w1(0xCD, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:407:58: note: in expansion of macro 'w1' 407 | cv("x" , "","+y" ) w1(0xF9, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:407:58: note: in expansion of macro 'w1' 407 | cv("x" , "","+y" ) w1(0xF9, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:454:49: note: in expansion of macro 'w1' 454 | if (is("cmpw")) w1(0x5A, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:454:49: note: in expansion of macro 'w1' 454 | if (is("cmpw")) w1(0x5A, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:455:49: note: in expansion of macro 'w1' 455 | if (is("addw")) w1(0x7A, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:455:49: note: in expansion of macro 'w1' 455 | if (is("addw")) w1(0x7A, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:456:49: note: in expansion of macro 'w1' 456 | if (is("subw")) w1(0x9A, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:456:49: note: in expansion of macro 'w1' 456 | if (is("subw")) w1(0x9A, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:409:58: note: in expansion of macro 'w1' 409 | cv("y" , "#","" ) w1(0x8D, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:457:49: note: in expansion of macro 'w1' 457 | if (is("movw")) w1(0xBA, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:457:49: note: in expansion of macro 'w1' 457 | if (is("movw")) w1(0xBA, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:409:58: note: in expansion of macro 'w1' 409 | cv("y" , "#","" ) w1(0x8D, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:459:62: note: in expansion of macro 'w1' 459 | if (is("movw") && isvc("","", "ya")) w1(0xDA, s1); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:459:62: note: in expansion of macro 'w1' 459 | if (is("movw") && isvc("","", "ya")) w1(0xDA, s1); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:410:58: note: in expansion of macro 'w1' 410 | cv("y" , "","+x" ) w1(0xFB, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:410:58: note: in expansion of macro 'w1' 410 | cv("y" , "","+x" ) w1(0xFB, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:418:49: note: in expansion of macro 'w1' 418 | cv("x", "#","") w1(0xC8, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:418:49: note: in expansion of macro 'w1' 418 | cv("x", "#","") w1(0xC8, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:420:49: note: in expansion of macro 'w1' 420 | cv("y", "#","") w1(0xAD, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:420:49: note: in expansion of macro 'w1' 420 | cv("y", "#","") w1(0xAD, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:436:54: note: in expansion of macro 'w1' 436 | cv("a" , "#","" ) w1(offset+0x08, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:436:54: note: in expansion of macro 'w1' 436 | cv("a" , "#","" ) w1(offset+0x08, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:437:54: note: in expansion of macro 'w1' 437 | cv("a" , "(","+x)") w1(offset+0x07, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:437:54: note: in expansion of macro 'w1' 437 | cv("a" , "(","+x)") w1(offset+0x07, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:438:54: note: in expansion of macro 'w1' 438 | cv("a" , "(",")+y") w1(offset+0x17, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:438:54: note: in expansion of macro 'w1' 438 | cv("a" , "(",")+y") w1(offset+0x17, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:454:49: note: in expansion of macro 'w1' 454 | if (is("cmpw")) w1(0x5A, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:454:49: note: in expansion of macro 'w1' 454 | if (is("cmpw")) w1(0x5A, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:455:49: note: in expansion of macro 'w1' 455 | if (is("addw")) w1(0x7A, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:455:49: note: in expansion of macro 'w1' 455 | if (is("addw")) w1(0x7A, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:456:49: note: in expansion of macro 'w1' 456 | if (is("subw")) w1(0x9A, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:456:49: note: in expansion of macro 'w1' 456 | if (is("subw")) w1(0x9A, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:457:49: note: in expansion of macro 'w1' 457 | if (is("movw")) w1(0xBA, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:457:49: note: in expansion of macro 'w1' 457 | if (is("movw")) w1(0xBA, s2); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:333:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:459:62: note: in expansion of macro 'w1' 459 | if (is("movw") && isvc("","", "ya")) w1(0xDA, s1); | ^~ /root/asar/asar/src/asar/arch-spc700.cpp:9:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | #define write1 write1_pick | ^~~~~~~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:333:171: note: in expansion of macro 'write1' 333 | if ((((val&0xFF00)&&(val&0x80000000)==0)||(((val&0xFF00)!=0xFF00)&&(val&0x80000000)))&&opLen!=1) asar_throw_warning(2, warning_id_spc700_assuming_8_bit); write1(val);return true; } while(0) | ^~~~~~ /root/asar/asar/src/asar/arch-spc700.cpp:459:62: note: in expansion of macro 'w1' 459 | if (is("movw") && isvc("","", "ya")) w1(0xDA, s1); | ^~ [ 25%] Building C object asar-tests/CMakeFiles/asar-dll-test.dir/__/asar-dll-bindings/c/asardll.c.o [ 27%] Linking CXX executable asar-dll-test [ 27%] Built target asar-dll-test [ 29%] Building CXX object asar/CMakeFiles/asar.dir/arch-superfx.cpp.o [ 30%] Building CXX object asar/CMakeFiles/asar-standalone.dir/arch-superfx.cpp.o [ 32%] Building CXX object asar/CMakeFiles/asar-static.dir/arch-superfx.cpp.o [ 33%] Building CXX object asar/CMakeFiles/asar.dir/assembleblock.cpp.o [ 35%] Building CXX object asar/CMakeFiles/asar.dir/crc32.cpp.o [ 37%] Building CXX object asar/CMakeFiles/asar.dir/libcon.cpp.o [ 38%] Building CXX object asar/CMakeFiles/asar.dir/libsmw.cpp.o