************************************************************** Build successful ************************************************************** ######################################################################### Build starting ######################################################################### ######################################################################### Updating from guest git ######################################################################### From https://github.com/z88dk/z88dk fb6a719..004bcf7 master -> origin/master * [new branch] math32_fixups -> origin/math32_fixups * [new branch] math_opts_power2 -> origin/math_opts_power2 Updating fb6a719..004bcf7 Fast-forward include/math/math_genmath.h | 2 +- include/math/math_math32.h | 2 +- include/math/math_mbf32.h | 2 +- lib/target/trs80/classic/trs80_crt0.asm | 16 +- .../math/float/math32/c/asm/m32_acoshf.asm | 28 +-- .../math/float/math32/c/asm/m32_asinf.asm | 6 +- .../math/float/math32/c/asm/m32_asinhf.asm | 46 ++-- .../math/float/math32/c/asm/m32_atan2f.asm | 4 +- .../math/float/math32/c/asm/m32_atanf.asm | 76 +++--- .../math/float/math32/c/asm/m32_atanhf.asm | 16 +- .../math/float/math32/c/asm/m32_cosf.asm | 4 +- .../math/float/math32/c/asm/m32_coshf.asm | 16 +- .../math/float/math32/c/asm/m32_expf.asm | 146 +++++++---- .../math/float/math32/c/asm/m32_fmodf.asm | 4 +- .../math/float/math32/c/asm/m32_log10f.asm | 4 +- .../math/float/math32/c/asm/m32_logf.asm | 267 +++++++++++++++++---- .../math/float/math32/c/asm/m32_roundf.asm | 4 +- .../math/float/math32/c/asm/m32_sinf.asm | 28 +-- .../math/float/math32/c/asm/m32_sinhf.asm | 16 +- .../math/float/math32/c/asm/m32_tanhf.asm | 4 +- .../_DEVELOPMENT/math/float/math32/c/m32_acoshf.c | 2 +- .../_DEVELOPMENT/math/float/math32/c/m32_asinf.c | 2 +- .../_DEVELOPMENT/math/float/math32/c/m32_asinhf.c | 2 +- .../_DEVELOPMENT/math/float/math32/c/m32_atanhf.c | 2 +- .../_DEVELOPMENT/math/float/math32/c/m32_coshf.c | 2 +- libsrc/_DEVELOPMENT/math/float/math32/c/m32_expf.c | 90 +++++-- libsrc/_DEVELOPMENT/math/float/math32/c/m32_logf.c | 98 +++++++- libsrc/_DEVELOPMENT/math/float/math32/c/m32_math.h | 2 + libsrc/_DEVELOPMENT/math/float/math32/c/m32_sinf.c | 2 +- .../_DEVELOPMENT/math/float/math32/c/m32_sinhf.c | 2 +- .../float/math32/c/sccz80/cm32_sccz80_fsdiv2.asm | 10 + .../float/math32/c/sccz80/cm32_sccz80_fsmul2.asm | 10 + .../math/float/math32/c/sdcc/cm32_sdcc_fsdiv2.asm | 10 + .../math/float/math32/c/sdcc/cm32_sdcc_fsmul2.asm | 10 + .../math/float/math32/lm32/c/sccz80/l_f32_div2.asm | 6 + .../math/float/math32/lm32/c/sccz80/l_f32_mul2.asm | 6 + .../math/float/math32/lm32/c/sdcc/___fsdiv2.asm | 7 + .../math/float/math32/lm32/c/sdcc/___fsmul2.asm | 7 + .../math/float/math32/lm32/z80/asm_div2f.asm | 19 ++ .../math/float/math32/lm32/z80/asm_fabsf.asm | 2 +- .../math/float/math32/lm32/z80/asm_mul2f.asm | 17 ++ libsrc/_DEVELOPMENT/math/float/math32/m32_asm.lst | 4 + .../math/float/math32/math32_sccz80.lst | 2 + .../_DEVELOPMENT/math/float/math32/math32_sdcc.lst | 2 + .../math/float/math32/math32_z180_asm.lst | 2 + .../math/float/math32/math32_z80_asm.lst | 2 + .../math/float/math32/math32_z80_zxn_asm.lst | 2 + .../math/float/math32/z80/f32_fsdiv2.asm | 34 +++ .../math/float/math32/z80/f32_fsfrexp.asm | 12 +- .../math/float/math32/z80/f32_fsldexp.asm | 14 +- .../math/float/math32/z80/f32_fsmul2.asm | 37 +++ .../math/float/math32/z80/f32_fspoly.asm | 2 +- .../math/float/math32/z80/f32_fsunity.asm | 13 +- .../float/math32/z80/f32_z80_mulu_32h_24x24.asm | 19 +- .../float/math32/z80/f32_z80_mulu_32h_32x32.asm | 18 +- .../math/float/math32/z80/f32_z80_mulu_de.asm | 32 +-- .../float/math32/z80/f32_z80_sqr_32h_24x24.asm | 19 +- .../math/float/math32/z80/h32_coeff_atan.asm | 2 +- .../math/float/math32/z80/h32_coeff_exp.asm | 43 +--- .../math/float/math32/z80/h32_coeff_log.asm | 45 ++-- .../math/float/math32/z80/h32_coeff_sin.asm | 2 +- libsrc/math/genmath/c/sccz80/ldexp.asm | 25 ++ libsrc/math/math32/newlibfiles_z80.lst | 12 + libsrc/math/mbf32/c/sccz80/exp.asm | 4 +- libsrc/math/mbf32/c/sccz80/ldexp.asm | 22 ++ 65 files changed, 956 insertions(+), 412 deletions(-) create mode 100644 libsrc/_DEVELOPMENT/math/float/math32/c/sccz80/cm32_sccz80_fsdiv2.asm create mode 100644 libsrc/_DEVELOPMENT/math/float/math32/c/sccz80/cm32_sccz80_fsmul2.asm create mode 100644 libsrc/_DEVELOPMENT/math/float/math32/c/sdcc/cm32_sdcc_fsdiv2.asm create mode 100644 libsrc/_DEVELOPMENT/math/float/math32/c/sdcc/cm32_sdcc_fsmul2.asm create mode 100644 libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/l_f32_div2.asm create mode 100644 libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/l_f32_mul2.asm create mode 100644 libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sdcc/___fsdiv2.asm create mode 100644 libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sdcc/___fsmul2.asm create mode 100644 libsrc/_DEVELOPMENT/math/float/math32/lm32/z80/asm_div2f.asm create mode 100644 libsrc/_DEVELOPMENT/math/float/math32/lm32/z80/asm_mul2f.asm create mode 100644 libsrc/_DEVELOPMENT/math/float/math32/z80/f32_fsdiv2.asm create mode 100644 libsrc/_DEVELOPMENT/math/float/math32/z80/f32_fsmul2.asm create mode 100644 libsrc/math/genmath/c/sccz80/ldexp.asm create mode 100644 libsrc/math/mbf32/c/sccz80/ldexp.asm ######################################################################### Creating src tarball ######################################################################### ######################################################################### Starting native build ######################################################################### fatal: Not a git repository (or any of the parent directories): .git fatal: Not a git repository (or any of the parent directories): .git fatal: Not a git repository (or any of the parent directories): .git make -C src/appmake PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/appmake' gcc -g -O2 -Wall -std=gnu11 -MMD -c -o vz.o vz.c gcc -g -O2 -Wall -std=gnu11 -MMD -c -o pasopia7.o pasopia7.c pasopia7.c: In function 'pasopia7_exec': pasopia7.c:53:13: warning: unused variable 'cksum' [-Wunused-variable] int cksum; ^~~~~ pasopia7.c:98:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(buf, 1, pos, fpin); ^~~~~~~~~~~~~~~~~~~~~~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o ff.o ff.c gcc -g -O2 -Wall -std=gnu11 -MMD -c -o zx-util.o zx-util.c zx-util.c: In function 'zx_tape': zx-util.c:516:44: warning: too many arguments for format [-Wformat-extra-args] sprintf(mybuf, "\"23739\",", (int)pos); ^~~~~~~~~~~~ zx-util.c:519:44: warning: too many arguments for format [-Wformat-extra-args] sprintf(mybuf, "\"111\":", (int)pos); ^~~~~~~~~~ zx-util.c:746:29: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if ((zxt->turbo && (blockcount == 4) || (blockcount == 6)) || (zxt->turbo && zxt->dumb)) { ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ zx-util.c: In function 'zx_sna': zx-util.c:1748:17: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] sprintf(&mem128[z_sna_filename - 0x4000], "%.12s", filename); ^ In file included from /usr/include/features.h:364:0, from /usr/include/stdio.h:27, from appmake.h:11, from zx-util.c:1: /usr/include/x86_64-linux-gnu/bits/stdio2.h:31:1: note: expected 'char * restrict' but argument is of type 'uint8_t * {aka unsigned char *}' __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, ...)) ^ zx-util.c: In function 'zx3_layout_file': zx-util.c:2107:15: warning: variable 'ptr' set but not used [-Wunused-but-set-variable] uint8_t *ptr = buf; ^~~ zx-util.c: In function 'zx_sna': zx-util.c:1609:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(sna_state, 27, 1, fin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ zx-util.c:1619:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&sna_state[SNA_128_PC], 4, 1, fin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ zx-util.c: In function 'zx_plus3': zx-util.c:2275:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(scrbuf, 1, 6912, fpscr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ zx-util.c:2284:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(ptr, 1, binary_length, fpin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ zx-util.c: In function 'zxn_construct_page_contents': zx-util.c:88:8: warning: 'first' may be used uninitialized in this function [-Wmaybe-uninitialized] if (first) printf(", %d head bytes free", first); ^ zx-util.c:90:26: warning: 'last' may be used uninitialized in this function [-Wmaybe-uninitialized] if (last - mbsz < 0) printf(", %d tail bytes free", mbsz - last); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ zx-util.c: In function 'zx_tape': zx-util.c:674:27: warning: 'pos' may be used uninitialized in this function [-Wmaybe-uninitialized] if ((zxt->ts2068) && (pos >= 33000)) ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ zx-util.c:239:19: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized] c += hexdigit(zxt->patchdata[i]); ^~ zx-util.c: In function 'zxn_dotn_command': zx-util.c:1135:27: warning: 'dotn_main_absolute_mask' may be used uninitialized in this function [-Wmaybe-uninitialized] overlay_alloc_mask &= ~dotn_main_absolute_mask; ^~~~~~~~~~~~~~~~~~~~~~~~ zx-util.c:1134:24: warning: 'dotn_main_overlay_mask' may be used uninitialized in this function [-Wmaybe-uninitialized] overlay_alloc_mask |= dotn_main_overlay_mask; ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o glue.o glue.c glue.c: In function 'glue_exec': glue.c:62:9: warning: unused variable 'error' [-Wunused-variable] int error; ^~~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o p2000.o p2000.c gcc -g -O2 -Wall -std=gnu11 -MMD -c -o z88shell.o z88shell.c gcc -g -O2 -Wall -std=gnu11 -MMD -c -o zxn.o zxn.c gcc -g -O2 -Wall -std=gnu11 -MMD -c -o aquarius.o aquarius.c gcc -g -O2 -Wall -std=gnu11 -MMD -c -o cpm2.o cpm2.c cpm2.c:34:26: warning: 'get_format' declared 'static' but never defined [-Wunused-function] static struct formats *get_format(const char *name); ^~~~~~~~~~ cpm2.c: In function 'cpm_write_file_to_image': cpm2.c:473:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(filebuf, binlen, 1, binary_fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cpm2.c:492:13: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(bootbuf, bootlen, 1, binary_fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o sorcerer.o sorcerer.c sorcerer.c: In function 'sorcerer_exec': sorcerer.c:404:44: warning: 'j' may be used uninitialized in this function [-Wmaybe-uninitialized] printf("\nInfo: File Size $%x", c + j*256); ~^~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o z88.o z88.c z88.c: In function 'SaveBlock': z88.c:318:10: warning: unused variable 'buffer' [-Wunused-variable] char buffer[LINEMAX + 1]; ^~~~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o mz2500.o mz2500.c mz2500.c: In function 'mz2500_exec': mz2500.c:68:15: warning: unused variable 'c' [-Wunused-variable] int i, j, c; ^ mz2500.c:68:12: warning: unused variable 'j' [-Wunused-variable] int i, j, c; ^ mz2500.c:67:14: warning: variable 'namelen' set but not used [-Wunused-but-set-variable] int len, namelen; ^~~~~~~ mz2500.c:65:10: warning: unused variable 'name' [-Wunused-variable] char name[14]; ^~~~ mz2500.c:155:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(sectorbuf, 256, sizeof(uint8_t), fpin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: mz2500.c:18:26: warning: 'origin' defined but not used [-Wunused-variable] static int origin = -1; ^~~~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o appmake.o appmake.c appmake.c: In function 'mb_check_alignment': appmake.c:1476:66: warning: passing argument 4 of 'qsort' from incompatible pointer type [-Wincompatible-pointer-types] qsort(aligned->array, aligned->num, sizeof(*aligned->array), mb_compare_aligned); ^~~~~~~~~~~~~~~~~~ In file included from appmake.h:12:0, from appmake.c:14: /usr/include/stdlib.h:725:13: note: expected '__compar_fn_t {aka int (*)(const void *, const void *)}' but argument is of type 'int (*)(const struct section_aligned *, const struct section_aligned *)' extern void qsort (void *__base, size_t __nmemb, size_t __size, ^~~~~ appmake.c: In function 'mb_sort_banks_check': appmake.c:1502:57: warning: passing argument 4 of 'qsort' from incompatible pointer type [-Wincompatible-pointer-types] qsort(mb->secbin, mb->num, sizeof(*mb->secbin), mb_compare_banks); ^~~~~~~~~~~~~~~~ In file included from appmake.h:12:0, from appmake.c:14: /usr/include/stdlib.h:725:13: note: expected '__compar_fn_t {aka int (*)(const void *, const void *)}' but argument is of type 'int (*)(const struct section_bin *, const struct section_bin *)' extern void qsort (void *__base, size_t __nmemb, size_t __size, ^~~~~ appmake.c: In function 'mb_sort_banks': appmake.c:1556:33: warning: unused variable 'mb' [-Wunused-variable] struct memory_bank *mb = &bs->membank[j]; ^~ At top level: appmake.c:51:21: warning: 'tmpnambuf' defined but not used [-Wunused-variable] static char tmpnambuf[] = "apmXXXX"; ^~~~~~~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o c128.o c128.c c128.c: In function 'c128_exec': c128.c:51:13: warning: unused variable 'mybuf' [-Wunused-variable] char mybuf[20]; ^~~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o fp1100.o fp1100.c fp1100.c: In function 'fp1100_exec': fp1100.c:46:13: warning: unused variable 'cksum' [-Wunused-variable] int cksum; ^~~~~ fp1100.c:91:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(buf, 1, pos, fpin); ^~~~~~~~~~~~~~~~~~~~~~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o newbrain.o newbrain.c gcc -g -O2 -Wall -std=gnu11 -MMD -c -o mz.o mz.c mz.c: In function 'mz_patch': mz.c:514:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (foopatch) ^~ mz.c:516:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' image[i+1]=dst_table[0]%256; ^~~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o px.o px.c px.c: In function 'px_exec': px.c:46:20: warning: variable 'namelen' set but not used [-Wunused-but-set-variable] int len, len2, namelen; ^~~~~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o x07.o x07.c x07.c: In function 'x07_exec': x07.c:370:12: warning: 'pos' may be used uninitialized in this function [-Wmaybe-uninitialized] if (pos != 1380) { ^ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o ace-tap.o ace-tap.c gcc -g -O2 -Wall -std=gnu11 -MMD -c -o tixx.o tixx.c tixx.c: In function 'tixx_exec': tixx.c:204:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(buf, n, 1, fp); ^~~~~~~~~~~~~~~~~~~~ tixx.c:260:13: warning: 'ext' may be used uninitialized in this function [-Wmaybe-uninitialized] else if (ext == E_86P) ^ tixx.c:181:9: warning: 'suffix' may be used uninitialized in this function [-Wmaybe-uninitialized] suffix_change(filename,suffix); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o nascom.o nascom.c gcc -g -O2 -Wall -std=gnu11 -MMD -c -o cpmdisk.o cpmdisk.c cpmdisk.c: In function 'disc_create': cpmdisk.c:61:9: warning: unused variable 'i' [-Wunused-variable] int i; ^ cpmdisk.c:60:9: warning: unused variable 'directory_extents' [-Wunused-variable] int directory_extents; ^~~~~~~~~~~~~~~~~ cpmdisk.c: In function 'disc_write_raw': cpmdisk.c:247:22: warning: unused variable 'ptr' [-Wunused-variable] uint8_t* ptr; ^~~ cpmdisk.c: In function 'disc_write_anadisk': cpmdisk.c:450:14: warning: unused variable 'ptr' [-Wunused-variable] uint8_t *ptr; ^~~ cpmdisk.c:449:13: warning: unused variable 'title' [-Wunused-variable] char title[18]; ^~~~~ cpmdisk.c: In function 'cpm_write_file': cpmdisk.c:575:14: warning: variable 'ptr' set but not used [-Wunused-but-set-variable] uint8_t* ptr; ^~~ cpmdisk.c:573:14: warning: variable 'dir_ptr' set but not used [-Wunused-but-set-variable] uint8_t* dir_ptr; ^~~~~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o newext.o newext.c gcc -g -O2 -Wall -std=gnu11 -MMD -c -o sos.o sos.c gcc -g -O2 -Wall -std=gnu11 -MMD -c -o trs80.o trs80.c trs80.c: In function 'trs80_exec': trs80.c:264:16: warning: 'ckflag' may be used uninitialized in this function [-Wmaybe-uninitialized] if (ckflag) ^ trs80.c:265:17: warning: 'cksum' may be used uninitialized in this function [-Wmaybe-uninitialized] writebyte(cksum, fpout); /* Checksum */ ^~~~~~~~~~~~~~~~~~~~~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o x1.o x1.c x1.c: In function 'x1_exec': x1.c:44:14: warning: variable 'namelen' set but not used [-Wunused-but-set-variable] int len, namelen; ^~~~~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o c7420.o c7420.c gcc -g -O2 -Wall -std=gnu11 -MMD -c -o residos.o residos.c residos.c: In function 'residos_exec': residos.c:113:12: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(memory, "ZXPKG"); ^~~~~~ In file included from /usr/include/features.h:364:0, from /usr/include/stdio.h:27, from appmake.h:11, from residos.c:11: /usr/include/x86_64-linux-gnu/bits/string3.h:108:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) ^ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o pc88.o pc88.c pc88.c: In function 'pc88_exec': pc88.c:87:9: warning: variable 'c' set but not used [-Wunused-but-set-variable] int c, i, j; ^ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o extract.o extract.c gcc -g -O2 -Wall -std=gnu11 -MMD -c -o nec.o nec.c nec.c: In function 'nec_exec': nec.c:225:13: warning: variable 'codeseg' set but not used [-Wunused-but-set-variable] int codeseg; ^~~~~~~ nec.c:458:14: warning: 'zerocount' may be used uninitialized in this function [-Wmaybe-uninitialized] zerocount++; ~~~~~~~~~^~ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o rom.o rom.c rom.c: In function 'rom_exec': rom.c:111:52: warning: 'in_size' may be used uninitialized in this function [-Wmaybe-uninitialized] if ((post_size = (romsize == 0) ? 0 : (romsize - in_size - binorg + rombase)) < 0) ~~~~~~~~^~~~~~~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o zx81.o zx81.c gcc -g -O2 -Wall -std=gnu11 -MMD -c -o mc.o mc.c gcc -g -O2 -Wall -std=gnu11 -MMD -c -o vg5k.o vg5k.c vg5k.c: In function 'vg5k_exec': vg5k.c:323:17: warning: 'j' may be used uninitialized in this function [-Wmaybe-uninitialized] printf("\nInfo: Start location $%x", c * 256 + j); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o inject.o inject.c gcc -g -O2 -Wall -std=gnu11 -MMD -c -o fat.o fat.c fat.c: In function 'fat_write_file_to_image': fat.c:104:23: warning: unused variable 'ret' [-Wunused-variable] int ret; ^~~ fat.c:98:23: warning: unused variable 'buf' [-Wunused-variable] char buf[1024]; ^~~ fat.c:141:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(filebuf, binlen, 1, binary_fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o sc3000.o sc3000.c sc3000.c: In function 'sc3000_exec': sc3000.c:187:29: warning: 'pos' may be used uninitialized in this function [-Wmaybe-uninitialized] writebyte_cksum(pos / 256, fpout, &checksum); /* MSB */ ~~~~^~~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o lynx.o lynx.c gcc -g -O2 -Wall -std=gnu11 -MMD -c -o kc.o kc.c kc.c: In function 'kc_exec': kc.c:46:14: warning: variable 'namelen' set but not used [-Wunused-but-set-variable] int len, namelen; ^~~~~~~ kc.c:45:10: warning: unused variable 'name' [-Wunused-variable] char name[17]; ^~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o rex6000.o rex6000.c gcc -g -O2 -Wall -std=gnu11 -MMD -c -o m5.o m5.c gcc -g -O2 -Wall -std=gnu11 -MMD -c -o galaksija.o galaksija.c gcc -g -O2 -Wall -std=gnu11 -MMD -c -o cpc.o cpc.c cpc.c: In function 'cpc_exec': cpc.c:399:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(srchead, 128, 1, source); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cpc.c:463:13: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(srcdata, header[19] + header[20] * 256, 1, source); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o mtx.o mtx.c gcc -g -O2 -Wall -std=gnu11 -MMD -c -o enterprise.o enterprise.c gcc -g -O2 -Wall -std=gnu11 -MMD -c -o zx.o zx.c gcc -g -O2 -Wall -std=gnu11 -MMD -c -o abc80.o abc80.c abc80.c: In function 'datablockout': abc80.c:138:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&buffer[3], 253, 1, fin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o spc1000.o spc1000.c spc1000.c: In function 'spc1000_exec': spc1000.c:35:9: warning: unused variable 'cksum' [-Wunused-variable] int cksum; ^~~~~ spc1000.c:34:14: warning: unused variable 'blocklen' [-Wunused-variable] int len, blocklen; ^~~~~~~~ spc1000.c:29:10: warning: unused variable 'name' [-Wunused-variable] char name[11]; ^~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o z9001.o z9001.c z9001.c: In function 'z9001_exec': z9001.c:46:17: warning: variable 'namelen' set but not used [-Wunused-but-set-variable] int len,namelen; ^~~~~~~ z9001.c:45:7: warning: unused variable 'name' [-Wunused-variable] char name[17]; ^~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o msx.o msx.c gcc -g -O2 -Wall -std=gnu11 -MMD -c -o mameql.o mameql.c gcc -g -O2 -Wall -std=gnu11 -MMD -c -o sms.o sms.c sms.c: In function 'sms_exec': sms.c:153:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(memory, sizeof(memory[0]), len, fpin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o svi.o svi.c svi.c: In function 'svi_exec': svi.c:126:10: warning: variable 'gothdr' set but not used [-Wunused-but-set-variable] char gothdr; ^~~~~~ svi.c: In function 'create_disk': svi.c:373:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(sectorbuf, 1, 128, fpin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ svi.c:393:17: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(sectorbuf, 1, size, fpin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: svi.c:324:18: warning: 'spec' defined but not used [-Wunused-variable] static disc_spec spec = { ^~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o hex.o hex.c gcc -g -O2 -Wall -std=gnu11 -MMD -c -o zxvgs.o zxvgs.c gcc -g -O2 -Wall -std=gnu11 -MMD -c -o multi8.o multi8.c multi8.c: In function 'multi8_exec': multi8.c:36:18: warning: unused variable 'blocklen' [-Wunused-variable] int len, blocklen; ^~~~~~~~ multi8.c:31:13: warning: unused variable 'name' [-Wunused-variable] char name[11]; ^~~~ multi8.c:98:13: warning: 'cksum' may be used uninitialized in this function [-Wmaybe-uninitialized] cksum += c; ~~~~~~^~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -c -o z1013.o z1013.c z1013.c: In function 'z1013_exec': z1013.c:48:14: warning: variable 'namelen' set but not used [-Wunused-but-set-variable] int len, namelen; ^~~~~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -o appmake vz.o pasopia7.o ff.o zx-util.o glue.o p2000.o z88shell.o zxn.o aquarius.o cpm2.o sorcerer.o z88.o mz2500.o appmake.o c128.o fp1100.o newbrain.o mz.o px.o x07.o ace-tap.o tixx.o nascom.o cpmdisk.o newext.o sos.o trs80.o x1.o c7420.o residos.o pc88.o extract.o nec.o rom.o zx81.o mc.o vg5k.o inject.o fat.o sc3000.o lynx.o kc.o rex6000.o m5.o galaksija.o cpc.o mtx.o enterprise.o zx.o abc80.o spc1000.o z9001.o msx.o mameql.o sms.o svi.o hex.o zxvgs.o multi8.o z1013.o -g -O2 install appmake /home/build/z88dk/build/z88dk/bin/appmake make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/appmake' make -C src/copt PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/copt' gcc -c -o copt.o -g -O2 -DLOCAL_REGEXP -I. copt.c gcc -c -o regex/regcomp.o -g -O2 -DLOCAL_REGEXP -I. regex/regcomp.c gcc -c -o regex/regerror.o -g -O2 -DLOCAL_REGEXP -I. regex/regerror.c gcc -c -o regex/regexec.o -g -O2 -DLOCAL_REGEXP -I. regex/regexec.c gcc -c -o regex/regfree.o -g -O2 -DLOCAL_REGEXP -I. regex/regfree.c gcc -o z88dk-copt -g -O2 copt.o regex/regcomp.o regex/regerror.o regex/regexec.o regex/regfree.o install z88dk-copt /home/build/z88dk/build/z88dk/bin/z88dk-copt make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/copt' make -C src/cpp PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/cpp' gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp6.o cpp6.c gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp2.o cpp2.c gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp4.o cpp4.c gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp5.o cpp5.c cpp5.c: In function 'bittest': cpp5.c:606:1: warning: type of 'value' defaults to 'int' [-Wimplicit-int] bittest(value) ^~~~~~~ cpp5.c: In function 'eval': cpp5.c:818:6: warning: 'v2' may be used uninitialized in this function [-Wmaybe-uninitialized] v1 /= v2; ~~~^~~~~ cpp5.c:780:19: note: 'v2' was declared here register int v1, v2; ^~ gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp3.o cpp3.c gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp1.o cpp1.c gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o z88dk-zcpp cpp6.o cpp2.o cpp4.o cpp5.o cpp3.o cpp1.o -g -O2 install z88dk-zcpp /home/build/z88dk/build/z88dk/bin/z88dk-zcpp make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/cpp' make -C src/ucpp PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/ucpp' gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o mem.o mem.c gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o nhash.o nhash.c nhash.c: In function 'find_node': nhash.c:156:12: warning: 'ls' may be used uninitialized in this function [-Wmaybe-uninitialized] *leftson = ls; ~~~~~~~~~^~~~ nhash.c: In function 'internal_put': nhash.c:275:14: warning: 'pnode' may be used uninitialized in this function [-Wmaybe-uninitialized] pnode->left = itemg; ~~~~~~~~~~~~^~~~~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o cpp.o cpp.c In file included from cpp.c:45:0: cpp.c: In function 'handle_if': mem.h:52:18: warning: 'tf.t' may be used uninitialized in this function [-Wmaybe-uninitialized] #define freemem free ^~~~ cpp.c:987:20: note: 'tf.t' was declared here struct token_fifo tf, tf1, tf2, tf3, *save_tf; ^~ In file included from cpp.c:45:0: cpp.c: In function 'handle_include': mem.h:98:9: warning: 'fname' may be used uninitialized in this function [-Wmaybe-uninitialized] (list)[(ptr) ++] = (obj); \ ^ cpp.c:1200:8: note: 'fname' was declared here char *fname; ^~~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o lexer.o lexer.c lexer.c: In function 'ucpp_next_token': lexer.c:842:20: warning: 'utf8' may be used uninitialized in this function [-Wmaybe-uninitialized] utf8 = (utf8 << 8) | c; ~~~~~~^~~~~ lexer.c:799:16: note: 'utf8' was declared here unsigned long utf8; ^~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o assert.o assert.c In file included from assert.c:37:0: assert.c: In function 'ucpp_handle_assert': mem.h:52:18: warning: 'aname' may be used uninitialized in this function [-Wmaybe-uninitialized] #define freemem free ^~~~ assert.c:134:8: note: 'aname' was declared here char *aname; ^~~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o macro.o macro.c macro.c: In function 'ucpp_handle_define': macro.c:322:20: warning: 'mv.t' may be used uninitialized in this function [-Wmaybe-uninitialized] struct token_fifo mv; ^~ macro.c: In function 'ucpp_substitute_macro': macro.c:1640:23: warning: 'save_tfi' may be used uninitialized in this function [-Wmaybe-uninitialized] tfi->art = save_tfi + (etl.art - etl_limit); ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ macro.c:1573:13: warning: 'atl' may be used uninitialized in this function [-Wmaybe-uninitialized] t.name = stringify(atl + anum); ^~~~~~~~~~~~~~~~~~~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o eval.o eval.c gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -o z88dk-ucpp mem.o nhash.o cpp.o lexer.o assert.o macro.o eval.o -g -O2 install z88dk-ucpp /home/build/z88dk/build/z88dk/bin/z88dk-ucpp make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/ucpp' make -C src/sccz80 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/sccz80' gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o callfunc.o callfunc.c callfunc.c: In function 'callfunction': callfunc.c:329:18: warning: 'last_argument_size' may be used uninitialized in this function [-Wmaybe-uninitialized] nargs += callstk(functype, nargs, fnptr_type->kind == KIND_CPTR, last_argument_size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o codegen.o codegen.c gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o const.o const.c gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o data.o data.c gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o declinit.o declinit.c gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o error.o error.c gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o expr.o expr.c expr.c: In function 'heirb': expr.c:598:30: warning: variable 'valtype' set but not used [-Wunused-but-set-variable] int val, con, direct, k, valtype; ^~~~~~~ gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o goto.o goto.c gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o io.o io.c gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o lex.o lex.c gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o main.o main.c main.c:95:66: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic] { 'h', "help", OPT_FUNCTION|OPT_BOOL, "Show this help page", DispInfo, 0 }, ^~~~~~~~ main.c:95:66: note: (near initialization for 'sccz80_opts[1].value') main.c:121:90: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic] { 0, "asm", OPT_FUNCTION, "= Set the assembler output (z80asm,vasm,asxx,gnu)", SetAssembler, 0 }, ^~~~~~~~~~~~ main.c:121:90: note: (near initialization for 'sccz80_opts[25].value') main.c:128:84: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic] { 0, "opt-code-speed", OPT_FUNCTION|OPT_STRING, "Optimise for speed not size", opt_code_speed, 0}, ^~~~~~~~~~~~~~ main.c:128:84: note: (near initialization for 'sccz80_opts[32].value') main.c:142:67: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic] { 0, "W", OPT_FUNCTION, " Enable a class of warnings", SetWarning, 0 }, ^~~~~~~~~~ main.c:142:67: note: (near initialization for 'sccz80_opts[35].value') main.c:147:64: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic] { 0, "D", OPT_FUNCTION, "Define a preprocessor directive", SetDefine, 0 }, ^~~~~~~~~ main.c:147:64: note: (near initialization for 'sccz80_opts[40].value') main.c:148:67: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic] { 0, "U", OPT_FUNCTION, "Undefine a preprocessor directive" , SetUndefine, 0 }, ^~~~~~~~~~~ main.c:148:67: note: (near initialization for 'sccz80_opts[41].value') main.c: In function 'set_option': main.c:831:49: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic] void (*func)(option *arg, char *type) = arg->value; ^~~ gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o misc.o misc.c gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o plunge.o plunge.c gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o preproc.o preproc.c preproc.c: In function 'gch': preproc.c:49:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (ch()) ^~ preproc.c:53:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' return line[lptr++]; ^~~~~~ gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o primary.o primary.c gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o stmt.o stmt.c stmt.c: In function 'doexpr': stmt.c:339:13: warning: variable 'type' set but not used [-Wunused-but-set-variable] Kind type; ^~~~ gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o sym.o sym.c gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o while.o while.c gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o declparse.o declparse.c gcc -g -O2 -o sccz80 callfunc.o codegen.o const.o data.o declinit.o error.o expr.o goto.o io.o lex.o main.o misc.o plunge.o preproc.o primary.o stmt.o sym.o while.o declparse.o -lm install -m 755 sccz80 /home/build/z88dk/build/z88dk/bin/sccz80 make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/sccz80' make -C src/z80asm PREFIX=`pwd` PREFIX_SHARE=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm' gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o errors.o errors.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o z80asm.o z80asm.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o sym.o sym.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o libfile.o libfile.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o error_func.o error_func.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o opcodes.o opcodes.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o model.o model.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o codearea.o codearea.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o hist.o hist.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o module.o module.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o zobjfile.o zobjfile.c zobjfile.c: In function 'write_expr': zobjfile.c:40:7: warning: 'range' may be used uninitialized in this function [-Wmaybe-uninitialized] char range; ^~~~~ zobjfile.c: In function 'write_symbols_symtab': zobjfile.c:106:14: warning: 'type' may be used uninitialized in this function [-Wmaybe-uninitialized] char scope, type; ^~~~ gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o macros.o macros.c macros.c:164:13: warning: 'collect_params' defined but not used [-Wunused-function] static bool collect_params(char **p, DefMacro *macro, UT_string *param) ^~~~~~~~~~~~~~ gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o directives.o directives.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o options.o options.c options.c: In function 'parse_argv': options.c:167:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( argc == 1 ) ^~ options.c:170:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!get_num_errors()) ^~ gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o scan.o scan.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o main.o main.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -O0 -c -o parse.o parse.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o z80pass.o z80pass.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o symtab.o symtab.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o modlink.o modlink.c modlink.c: In function 'LinkLibModule': modlink.c:948:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( opts.verbose ) ^~ modlink.c:951:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' flag = LinkModule(library->libfilename, curmodule, extern_syms); /* link module & read names */ ^~~~ gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o expr.o expr.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o listfile.o listfile.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o lib/srcfile.o lib/srcfile.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o lib/dbg.o lib/dbg.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o lib/str.o lib/str.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o lib/list.o lib/list.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o lib/strhash.o lib/strhash.c lib/strhash.c: In function 'StrHash_find': lib/strhash.c:94:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( self == NULL || key == NULL ) ^~ lib/strhash.c:97:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' key = StrHash_norm_key( self, key ); ^~~ gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o lib/alloc.o lib/alloc.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o lib/minunit.o lib/minunit.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o lib/class.o lib/class.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o lib/array.o lib/array.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../common/die.o ../common/die.c ../common/die.c: In function 'xglob': ../common/die.c:46:33: warning: passing argument 3 of 'glob' from incompatible pointer type [-Wincompatible-pointer-types] int ret = glob(pattern, flags, errfunc, pglob); ^~~~~~~ In file included from ../common/die.h:21:0, from ../common/die.c:6: /usr/include/glob.h:146:12: note: expected 'int (*)(const char *, int)' but argument is of type 'const int (*)(const char *, int)' extern int glob (const char *__restrict __pattern, int __flags, ^~~~ gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../common/strutil.o ../common/strutil.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../common/fileutil.o ../common/fileutil.c In file included from ../common/fileutil.c:7:0: ../common/fileutil.c: In function 'path_rmdir': ../common/die.h:56:36: warning: implicit declaration of function 'rmdir' [-Wimplicit-function-declaration] #define xrmdir(dir) Check_retval(rmdir(path_os(dir)), (dir)) ^ ../common/die.h:47:46: note: in definition of macro 'Check_retval' #define Check_retval(rv, file) check_retval((rv), (file), __FILE__, __LINE__) ^~ ../common/fileutil.c:649:3: note: in expansion of macro 'xrmdir' xrmdir(path); ^~~~~~ gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../common/objfile.o ../common/objfile.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../common/optparse.o ../common/optparse.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../../ext/regex/regfree.o ../../ext/regex/regfree.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../../ext/regex/regcomp.o ../../ext/regex/regcomp.c In file included from ../../ext/regex/regcomp.c:12:0: ../../ext/regex/cclass.h:6:16: warning: missing braces around initializer [-Wmissing-braces] } cclasses[] = { ^ ../../ext/regex/cclass.h:6:16: note: (near initialization for 'cclasses') In file included from ../../ext/regex/regcomp.c:13:0: ../../ext/regex/cname.h:5:14: warning: missing braces around initializer [-Wmissing-braces] } cnames[] = { ^ ../../ext/regex/cname.h:5:14: note: (near initialization for 'cnames') ../../ext/regex/regcomp.c: In function 'p_ere': ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:254:3: note: in expansion of macro 'REQUIRE' REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ ^~~~~~~ ../../ext/regex/regcomp.c: In function 'p_ere_exp': ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:301:3: note: in expansion of macro 'REQUIRE' REQUIRE(MORE(), REG_EPAREN); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:97:24: note: in expansion of macro 'REQUIRE' #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) ^~~~~~~ ../../ext/regex/regcomp.c:314:3: note: in expansion of macro 'MUSTEAT' MUSTEAT(')', REG_EPAREN); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:357:3: note: in expansion of macro 'REQUIRE' REQUIRE(MORE(), REG_EESCAPE); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:362:3: note: in expansion of macro 'REQUIRE' REQUIRE(!MORE() || !isdigit(PEEK()), REG_BADRPT); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:378:2: note: in expansion of macro 'REQUIRE' REQUIRE(!wascaret, REG_BADRPT); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:405:5: note: in expansion of macro 'REQUIRE' REQUIRE(count <= count2, REG_BADBR); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:414:4: note: in expansion of macro 'REQUIRE' REQUIRE(MORE(), REG_EBRACE); ^~~~~~~ ../../ext/regex/regcomp.c: In function 'p_str': ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:437:2: note: in expansion of macro 'REQUIRE' REQUIRE(MORE(), REG_EMPTY); ^~~~~~~ ../../ext/regex/regcomp.c: In function 'p_bre': ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:480:2: note: in expansion of macro 'REQUIRE' REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ ^~~~~~~ ../../ext/regex/regcomp.c: In function 'p_simp_re': ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:505:3: note: in expansion of macro 'REQUIRE' REQUIRE(MORE(), REG_EESCAPE); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:535:3: note: in expansion of macro 'REQUIRE' REQUIRE(EATTWO('\\', ')'), REG_EPAREN); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:565:3: note: in expansion of macro 'REQUIRE' REQUIRE(starordinary, REG_BADRPT); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:583:5: note: in expansion of macro 'REQUIRE' REQUIRE(count <= count2, REG_BADBR); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:592:4: note: in expansion of macro 'REQUIRE' REQUIRE(MORE(), REG_EBRACE); ^~~~~~~ ../../ext/regex/regcomp.c: In function 'p_count': ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:617:2: note: in expansion of macro 'REQUIRE' REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR); ^~~~~~~ ../../ext/regex/regcomp.c: In function 'p_bracket': ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:97:24: note: in expansion of macro 'REQUIRE' #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) ^~~~~~~ ../../ext/regex/regcomp.c:657:2: note: in expansion of macro 'MUSTEAT' MUSTEAT(']', REG_EBRACK); ^~~~~~~ ../../ext/regex/regcomp.c: In function 'p_b_term': ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:728:3: note: in expansion of macro 'REQUIRE' REQUIRE(MORE(), REG_EBRACK); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:730:3: note: in expansion of macro 'REQUIRE' REQUIRE(c != '-' && c != ']', REG_ECTYPE); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:732:3: note: in expansion of macro 'REQUIRE' REQUIRE(MORE(), REG_EBRACK); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:733:3: note: in expansion of macro 'REQUIRE' REQUIRE(EATTWO(':', ']'), REG_ECTYPE); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:737:3: note: in expansion of macro 'REQUIRE' REQUIRE(MORE(), REG_EBRACK); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:739:3: note: in expansion of macro 'REQUIRE' REQUIRE(c != '-' && c != ']', REG_ECOLLATE); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:741:3: note: in expansion of macro 'REQUIRE' REQUIRE(MORE(), REG_EBRACK); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:742:3: note: in expansion of macro 'REQUIRE' REQUIRE(EATTWO('=', ']'), REG_ECOLLATE); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:757:3: note: in expansion of macro 'REQUIRE' REQUIRE(start <= finish, REG_ERANGE); ^~~~~~~ ../../ext/regex/regcomp.c: In function 'p_b_symbol': ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:825:2: note: in expansion of macro 'REQUIRE' REQUIRE(MORE(), REG_EBRACK); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:831:2: note: in expansion of macro 'REQUIRE' REQUIRE(EATTWO('.', ']'), REG_ECOLLATE); ^~~~~~~ At top level: ../../ext/regex/regcomp.c:1253:1: warning: 'mcin' defined but not used [-Wunused-function] mcin(cs, cp) ^~~~ ../../ext/regex/regcomp.c:1226:1: warning: 'mcsub' defined but not used [-Wunused-function] mcsub(cs, cp) ^~~~~ gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../../ext/regex/regexec.o ../../ext/regex/regexec.c In file included from ../../ext/regex/regexec.c:46:0: ../../ext/regex/engine.c: In function 'sdissect': ../../ext/regex/engine.c:276:17: warning: variable 'dp' set but not used [-Wunused-but-set-variable] register char *dp; ^~ In file included from ../../ext/regex/regexec.c:95:0: ../../ext/regex/engine.c: In function 'ldissect': ../../ext/regex/engine.c:276:17: warning: variable 'dp' set but not used [-Wunused-but-set-variable] register char *dp; ^~ At top level: ../../ext/regex/regexec.c:19:12: warning: 'nope' defined but not used [-Wunused-variable] static int nope = 0; /* for use in asserts; shuts lint up */ ^~~~ gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../../ext/regex/regerror.o ../../ext/regex/regerror.c ../../ext/regex/regerror.c:40:13: warning: missing braces around initializer [-Wmissing-braces] } rerrs[] = { ^ ../../ext/regex/regerror.c:40:13: note: (near initialization for 'rerrs') gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -o z80asm errors.o z80asm.o sym.o libfile.o error_func.o opcodes.o model.o codearea.o hist.o module.o zobjfile.o macros.o directives.o options.o scan.o main.o parse.o z80pass.o symtab.o modlink.o expr.o listfile.o lib/srcfile.o lib/dbg.o lib/str.o lib/list.o lib/strhash.o lib/alloc.o lib/minunit.o lib/class.o lib/array.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o -g -O2 make -C dev/z80asm_lib make[2]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80asm_lib' ../../z80asm -xz80asm-z80-.lib -mz80 @z80asm_lib.lst ../../z80asm -xz80asm-z80-ixiy.lib -mz80 --IXIY @z80asm_lib.lst ../../z80asm -xz80asm-z80_zxn-.lib -mz80-zxn @z80asm_lib.lst ../../z80asm -xz80asm-z80_zxn-ixiy.lib -mz80-zxn --IXIY @z80asm_lib.lst ../../z80asm -xz80asm-z180-.lib -mz180 @z80asm_lib.lst ../../z80asm -xz80asm-z180-ixiy.lib -mz180 --IXIY @z80asm_lib.lst ../../z80asm -xz80asm-r2k-.lib -mr2k @z80asm_lib.lst ../../z80asm -xz80asm-r2k-ixiy.lib -mr2k --IXIY @z80asm_lib.lst ../../z80asm -xz80asm-r3k-.lib -mr3k @z80asm_lib.lst ../../z80asm -xz80asm-r3k-ixiy.lib -mr3k --IXIY @z80asm_lib.lst make[2]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80asm_lib' cp dev/z80asm_lib/z80asm-*.lib . install z80asm /home/build/z88dk/build/z88dk/bin/z80asm install asmpp.pl /home/build/z88dk/build/z88dk/bin/asmpp.pl make -C dev/z80asm_lib install PREFIX=/home/build/z88dk/build/z88dk make[2]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80asm_lib' install z80asm-z80-.lib /home/build/z88dk/build/z88dk/lib/z80asm-z80-.lib install z80asm-z80-ixiy.lib /home/build/z88dk/build/z88dk/lib/z80asm-z80-ixiy.lib install z80asm-z80_zxn-.lib /home/build/z88dk/build/z88dk/lib/z80asm-z80_zxn-.lib install z80asm-z80_zxn-ixiy.lib /home/build/z88dk/build/z88dk/lib/z80asm-z80_zxn-ixiy.lib install z80asm-z180-.lib /home/build/z88dk/build/z88dk/lib/z80asm-z180-.lib install z80asm-z180-ixiy.lib /home/build/z88dk/build/z88dk/lib/z80asm-z180-ixiy.lib install z80asm-r2k-.lib /home/build/z88dk/build/z88dk/lib/z80asm-r2k-.lib install z80asm-r2k-ixiy.lib /home/build/z88dk/build/z88dk/lib/z80asm-r2k-ixiy.lib install z80asm-r3k-.lib /home/build/z88dk/build/z88dk/lib/z80asm-r3k-.lib install z80asm-r3k-ixiy.lib /home/build/z88dk/build/z88dk/lib/z80asm-r3k-ixiy.lib make[2]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80asm_lib' make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm' make -C src/zcc PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/zcc' gcc -c -o zcc.o -g -O2 -DLOCAL_REGEXP -I. -I../copt zcc.c zcc.c: In function 'ShowErrors': zcc.c:2893:51: warning: zero-length gnu_printf format string [-Wformat-zero-length] sprintf(strstr(filenamebuf, "'"), ""); ^~ zcc.c: In function 'main': zcc.c:996:9: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(cmdline); ^~~~~~~~~~~~~~~ zcc.c: In function 'ShowErrors': zcc.c:2896:25: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buffer2, LINEMAX, fp2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o zcc -g -O2 -DLOCAL_REGEXP zcc.o ../copt/regex/regcomp.o ../copt/regex/regerror.o ../copt/regex/regexec.o ../copt/regex/regfree.o zcc.o: In function `tempname': /home/build/z88dk/build/z88dk/src/zcc/zcc.c:2946: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' install zcc /home/build/z88dk/build/z88dk/bin/ make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/zcc' make -C src/zpragma PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/zpragma' gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o zpragma.o zpragma.c gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o z88dk-zpragma zpragma.o -g -O2 install z88dk-zpragma /home/build/z88dk/build/z88dk/bin/z88dk-zpragma make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/zpragma' make -C src/zx7 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/zx7' gcc -o z88dk-zx7 -g -O2 compress.c optimize.c zx7.c gcc -o z88dk-dzx7 -g -O2 dzx7.c install z88dk-zx7 /home/build/z88dk/build/z88dk/bin/z88dk-zx7 install z88dk-dzx7 /home/build/z88dk/build/z88dk/bin/z88dk-dzx7 make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/zx7' make -C src/z80nm PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/z80nm' gcc -g -O2 -Wall -std=gnu11 -MMD -std=gnu11 -I../common -I../../ext/uthash/src -I../../ext/regex -c -o ar.o ar.c gcc -o z80nm -g -O2 -Wall -std=gnu11 -MMD -std=gnu11 -I../common -I../../ext/uthash/src -I../../ext/regex ar.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o install z80nm /home/build/z88dk/build/z88dk/bin/z80nm make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80nm' make -C src/zobjcopy PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/zobjcopy' gcc -g -O2 -Wall -std=gnu11 -MMD -I../common -I../../ext/uthash/src -I../../ext/optparse -I../../ext/regex -c -o zobjcopy.o zobjcopy.c gcc -g -O2 -Wall -std=gnu11 -MMD -I../common -I../../ext/uthash/src -I../../ext/optparse -I../../ext/regex -o zobjcopy zobjcopy.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o -g -O2 install zobjcopy /home/build/z88dk/build/z88dk/bin/zobjcopy make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/zobjcopy' make -C src/ticks PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/ticks' gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o ticks.o ticks.c ticks.c: In function 'tapcycles': ticks.c:586:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(tapbuf, 1, 0x20000, ft); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c: In function 'main': ticks.c:736:13: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(tapbuf, 1, 0x20000, ft); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:803:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(get_memory_addr(256), 1, size, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:810:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(get_memory_addr(0), 1, 16384, fk); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:812:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&i, 1, 1, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:813:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&l_, 1, 1, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:814:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&h_, 1, 1, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:815:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&e_, 1, 1, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:816:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&d_, 1, 1, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:817:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&c_, 1, 1, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:818:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&b_, 1, 1, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:819:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&w, 1, 1, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:825:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&a_, 1, 1, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:826:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&l, 1, 1, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:827:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&h, 1, 1, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:828:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&e, 1, 1, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:829:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&d, 1, 1, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:830:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&c, 1, 1, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:831:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&b, 1, 1, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:832:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&yl, 1, 1, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:833:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&yh, 1, 1, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:834:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&xl, 1, 1, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:835:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&xh, 1, 1, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:836:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&iff, 1, 1, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:838:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&r, 1, 1, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:840:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&w, 1, 1, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:842:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&a, 1, 1, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:843:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&sp, 2, 1, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:844:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&im, 1, 1, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:845:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&w, 1, 1, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:846:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(get_memory_addr(0x4000), 1, 0xc000, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:850:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(get_memory_addr(0), 1, 65536, fh), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:851:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&w, 1, 1, fh), ^~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:853:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&a, 1, 1, fh), ^~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:854:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&c, 1, 1, fh), ^~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:855:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&b, 1, 1, fh), ^~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:856:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&l, 1, 1, fh), ^~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:857:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&h, 1, 1, fh), ^~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:858:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&pc, 2, 1, fh), ^~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:859:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&sp, 2, 1, fh), ^~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:860:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&i, 1, 1, fh), ^~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:861:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&r, 1, 1, fh), ^~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:863:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&e, 1, 1, fh), ^~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:864:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&d, 1, 1, fh), ^~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:865:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&c_, 1, 1, fh), ^~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:866:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&b_, 1, 1, fh), ^~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:867:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&e_, 1, 1, fh), ^~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:868:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&d_, 1, 1, fh), ^~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:869:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&l_, 1, 1, fh), ^~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:870:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&h_, 1, 1, fh), ^~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:871:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&w, 1, 1, fh), ^~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:878:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&a_, 1, 1, fh), ^~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:879:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&yl, 1, 1, fh), ^~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:880:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&yh, 1, 1, fh), ^~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:881:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&xl, 1, 1, fh), ^~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:882:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&xh, 1, 1, fh), ^~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:883:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&iff, 1, 1, fh), ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:884:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&im, 1, 1, fh), ^~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:885:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&mp, 2, 1, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:887:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(get_memory_addr(0), 1, size, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:893:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&wavpos, 4, 1, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:900:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(tapbuf, 1, 0x20000, ft); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ticks.c:901:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread(&sttap, 4, 1, fh); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o hook_console.o hook_console.c gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o hook_io.o hook_io.c gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o hook_misc.o hook_misc.c gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o hook.o hook.c gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o debugger.o debugger.c gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o linenoise.o linenoise.c gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o utf8.o utf8.c gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o syms.o syms.c gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o disassembler_alg.o disassembler_alg.c gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o memory.o memory.c gcc -o z88dk-ticks -g -O2 -I../../ext/uthash/src/ -g -MMD ticks.o hook_console.o hook_io.o hook_misc.o hook.o debugger.o linenoise.o utf8.o syms.o disassembler_alg.o memory.o gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o disassembler_main.o disassembler_main.c gcc -o z88dk-dis -g -O2 -I../../ext/uthash/src/ -g -MMD disassembler_main.o syms.o disassembler_alg.o install z88dk-ticks /home/build/z88dk/build/z88dk/bin/z88dk-ticks install z88dk-dis /home/build/z88dk/build/z88dk/bin/z88dk-dis make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/ticks' make -C support/graphics PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/support/graphics' gcc -g -O2 `xml2-config --cflags` -c -o z80svg.o z80svg.c gcc -o z88dk-z80svg -g -O2 `xml2-config --cflags` z80svg.o `xml2-config --libs` install z88dk-z80svg /home/build/z88dk/build/z88dk/bin/z88dk-z80svg make[1]: Leaving directory '/home/build/z88dk/build/z88dk/support/graphics' make -C support/pv1000 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/support/pv1000' gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o font2pv1000.o font2pv1000.c gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o z88dk-font2pv1000 font2pv1000.o -g -O2 install z88dk-font2pv1000 /home/build/z88dk/build/z88dk/bin/z88dk-font2pv1000 make[1]: Leaving directory '/home/build/z88dk/build/z88dk/support/pv1000' make -C support/basck PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/support/basck' gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o basck.o basck.c basck.c: In function 'dlbl': basck.c:838:17: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("@ $%04x label=%s\n", position, label); ^ basck.c:839:17: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("D $%04x %s\n", position, comment); ^ basck.c:842:21: warning: format '%X' expects argument of type 'unsigned int', but argument 3 has type 'long int' [-Wformat=] printf("%s \t= $%04X ; %s\n", label, position, comment); ^ basck.c: In function 'clbl': basck.c:850:17: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("@ $%04x label=%s\n", position, label); ^ basck.c:851:17: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("c $%04x %s\n", position, comment); ^ basck.c:854:21: warning: format '%X' expects argument of type 'unsigned int', but argument 3 has type 'long int' [-Wformat=] printf("%s \t= $%04X ; %s\n", label, position, comment); ^ basck.c: In function 'find_in_skel': basck.c:900:7: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (skel[j] != SKIP) ^ basck.c: In function 'main': basck.c:1128:66: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf ("\n# CPDEHL (compare DE and HL), code found at $%04X", pos); ^ basck.c:1132:64: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n# (Canon X-07 hack.. shifting to position $%04X, *work in progress*)",pos); ^ basck.c:1142:72: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n# ...patching MS SoftCard HR GBASIC, gap size: $%04X",pos-256); ^ basck.c:1145:52: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] printf("\n# (Detected position for ORG: %d)",pos); ^ basck.c:1162:58: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] printf("\n# (Detected position basing on TSTSGN: %d)",pos); ^ basck.c:1172:58: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] printf("\n# (Detected position basing on DVBCDE: %d)",pos); ^ basck.c:2334:54: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n# JP table relocated in ram, ptr in $%04X\n",jptab); ^ basck.c:2337:48: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n# First byte of moved block: $%04X\n",res); ^ basck.c:2343:67: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n# Original JP table ptr in ROM to be copied: $%04X, getting JP table address\n",res); ^ basck.c:2356:46: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n# JP table for statements = $%04X\n",jptab); ^ basck.c:2358:19: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("@ $%04x label=%s\n", jptab, "FNCTAB"); ^ basck.c:2359:19: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("w $%04x %s\n", jptab, "Jump table for statements and functions"); ^ basck.c:2368:70: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n# (applying a PC-6001 table shift hack, new pos: $%04X)\n",jptab); ^ basck.c:2385:43: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n# TOKEN table position = $%04X, word list in 'extended BASIC' mode.\n",res); ^ basck.c:2387:19: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("@ $%04x label=%s\n", res-1, "WORDS"); ^ basck.c:2388:19: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("t $%04x %s\n", res-1, "BASIC keyword list"); ^ basck.c:2445:36: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] printf("\n#\t= assignment\t\t[%d]\t",res2); ^ basck.c:2451:22: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n@ $%04x label=__%s\n", signed_byte(img[res2])+res2+1, "OPRND"); ^ basck.c:2452:20: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("w $%04x %s\n", signed_byte(img[res2])+res2+1, "'+' operand evaluation"); ^ basck.c:2456:20: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("- $%04X",signed_byte(img[res2])+res2+1); ^ basck.c:2506:23: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n@ $%04x label=__%s\n", res2+3, "ERR"); ^ basck.c:2507:21: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("w $%04x %s\n", res2+3, "ERR function evaluation"); ^ basck.c:2510:21: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("- $%04X",res2+3); ^ basck.c:2518:24: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n@ $%04x label=__%s\n", res2+3, "ERL"); ^ basck.c:2519:22: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("w $%04x %s\n", res2+3, "ERL function evaluation"); ^ basck.c:2522:22: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("- $%04X",res2+3); ^ basck.c:2527:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (img[res2] == 0xFE) ^~ basck.c:2539:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (img[res2+2]==0x20) { ^~ basck.c:2543:25: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n@ $%04x label=__%s\n", res2+3, "VARPTR"); ^ basck.c:2544:23: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("w $%04x %s\n", res2+3, "VARPTR function evaluation"); ^ basck.c:2547:23: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("- $%04X",res2+3); ^ basck.c:2597:28: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] printf("\n#\tELSE\t\t[%d]\n",res2); ^ basck.c:2663:48: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n\n\n# TOKEN table position = $%04X, word list in classic encoding mode\n",res+pos); ^ basck.c:2665:20: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("@ $%04x label=%s\n", res+pos-1, "WORDS"); ^ basck.c:2666:20: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("t $%04x %s\n", res+pos-1, "BASIC keyword list"); ^ basck.c:2686:51: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n\n# JP table for functions = $%04X\n",jptab); ^ basck.c:2688:23: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("@ $%04x label=%s\n", jptab, "FNCTAB_FN"); ^ basck.c:2689:23: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("w $%04x %s\n", jptab, "Extra jump table for functions"); ^ basck.c:2695:76: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n\n# (applying a PC-6001 table shift hack, new pos: $%04X)\n\n",jptab); ^ basck.c:2738:49: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n\n\n# TOKEN table position = $%04X, word list in earlier encoding mode.\n",res+pos); ^ basck.c:2775:53: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n\n# JP table for functions = $%04X\n",jptab); ^ basck.c:2777:25: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("@ $%04x label=%s\n", jptab, "FNCTAB_FN"); ^ basck.c:2778:25: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("w $%04x %s\n", jptab, "Extra jump table for functions"); ^ basck.c:2830:43: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] printf("\n#\t STKEND system variable = %d ; ",res); ^ basck.c:2861:31: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n#\tPROG = $%04X ; BASIC program start",res); ^ basck.c:2860:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (res>0) ^~ basck.c:2862:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' switch (res) { ^~~~~~ basck.c:2968:19: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] if (img[res-1] & 0xC7 == 0xC7) ^ basck.c:3020:49: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n\n\n#TOKEN table position = $%04X\n",res); ^ basck.c:3036:48: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n\n\n#TOKEN table position = $%04X\n",res); ^ basck.c:3052:48: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n\n\n#TOKEN table position = $%04X\n",res); ^ basck.c:3074:48: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n\n\n#TOKEN table position = $%04X\n",res); ^ basck.c:3170:42: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] printf("\n# ORG shift detected, %d bytes",pos); ^ basck.c:3444:43: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n# TOKEN table position = $%04X\n",res); ^ basck.c:3500:58: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n# TOKEN table position for prefix $FF = $%04X\n",res); ^ basck.c:3540:58: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n# TOKEN table position for prefix $FE = $%04X\n",res); ^ basck.c: In function 'dlbl': basck.c:843:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ basck.c: In function 'clbl': basck.c:855:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ basck.c: In function 'main': basck.c:2679:9: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized] if ((c == '<') && ((img[i-2] != '=') || (img[i-2] != ('='+0x80)))) { ^ gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o z88dk-basck basck.o -g -O2 install z88dk-basck /home/build/z88dk/build/z88dk/bin/z88dk-basck make[1]: Leaving directory '/home/build/z88dk/build/z88dk/support/basck' make -C testsuite make[1]: Entering directory '/home/build/z88dk/build/z88dk/testsuite' zcc +test -vn -a Issue_452_far_pointers.c -o tmp1.opt diff -w tmp2.opt results/Issue_452_far_pointers.opt mv -f tmp1.opt Issue_452_far_pointers.opt zcc +test -vn -a Issue_543_complement.c -o tmp1.opt diff -w tmp2.opt results/Issue_543_complement.opt mv -f tmp1.opt Issue_543_complement.opt zcc +test -vn -a Issue_98_Stack_offset.c -o tmp1.opt diff -w tmp2.opt results/Issue_98_Stack_offset.opt mv -f tmp1.opt Issue_98_Stack_offset.opt zcc +test -vn -a Issue_693_fastcall.c -o tmp1.opt diff -w tmp2.opt results/Issue_693_fastcall.opt mv -f tmp1.opt Issue_693_fastcall.opt zcc +test -vn -a Issue_1016_long_const_compare.c -o tmp1.opt diff -w tmp2.opt results/Issue_1016_long_const_compare.opt mv -f tmp1.opt Issue_1016_long_const_compare.opt zcc +test -vn -a Issue_254_KR_Specifiers.c -o tmp1.opt diff -w tmp2.opt results/Issue_254_KR_Specifiers.opt mv -f tmp1.opt Issue_254_KR_Specifiers.opt zcc +test -vn -a Issue_1178_kr_main_stdc.c -o tmp1.opt diff -w tmp2.opt results/Issue_1178_kr_main_stdc.opt mv -f tmp1.opt Issue_1178_kr_main_stdc.opt zcc +test -vn -a 02_addr_ptr.c -o tmp1.opt diff -w tmp2.opt results/02_addr_ptr.opt mv -f tmp1.opt 02_addr_ptr.opt zcc +test -vn -a Issue_1007_Fix_FP_Constant_Multiplication.c -o tmp1.opt diff -w tmp2.opt results/Issue_1007_Fix_FP_Constant_Multiplication.opt mv -f tmp1.opt Issue_1007_Fix_FP_Constant_Multiplication.opt zcc +test -vn -a Issue_419_Extern_Prototypes_In_Function.c -o tmp1.opt diff -w tmp2.opt results/Issue_419_Extern_Prototypes_In_Function.opt mv -f tmp1.opt Issue_419_Extern_Prototypes_In_Function.opt zcc +test -vn -a Issue_188_builtins.c -o tmp1.opt diff -w tmp2.opt results/Issue_188_builtins.opt mv -f tmp1.opt Issue_188_builtins.opt zcc +test -vn -a Issue_510_mult_minus1.c -o tmp1.opt diff -w tmp2.opt results/Issue_510_mult_minus1.opt mv -f tmp1.opt Issue_510_mult_minus1.opt zcc +test -vn -a Issue_485_sdccdecl.c -o tmp1.opt diff -w tmp2.opt results/Issue_485_sdccdecl.opt mv -f tmp1.opt Issue_485_sdccdecl.opt zcc +test -vn -a Issue_452_pointers.c -o tmp1.opt sccz80:"Issue_452_pointers.c" L:78 Warning:Pointer arithmetic with non-matching types: struct x *ptr1-char * [-Wincompatible-pointer-types] diff -w tmp2.opt results/Issue_452_pointers.opt mv -f tmp1.opt Issue_452_pointers.opt zcc +test -vn -a Issue_985_ptr_cast.c -o tmp1.opt diff -w tmp2.opt results/Issue_985_ptr_cast.opt mv -f tmp1.opt Issue_985_ptr_cast.opt zcc +test -vn -a Issue_103_floating_addition.c -o tmp1.opt diff -w tmp2.opt results/Issue_103_floating_addition.opt mv -f tmp1.opt Issue_103_floating_addition.opt zcc +test -vn -a Issue_1126_opt_rule.c -o tmp1.opt diff -w tmp2.opt results/Issue_1126_opt_rule.opt mv -f tmp1.opt Issue_1126_opt_rule.opt zcc +test -vn -a Issue_896_nested_struct_initialisation.c -o tmp1.opt diff -w tmp2.opt results/Issue_896_nested_struct_initialisation.opt mv -f tmp1.opt Issue_896_nested_struct_initialisation.opt zcc +test -vn -a Issue_1167_range_check.c -o tmp1.opt diff -w tmp2.opt results/Issue_1167_range_check.opt mv -f tmp1.opt Issue_1167_range_check.opt zcc +test -vn -a Issue_615_loop.c -o tmp1.opt sccz80:"Issue_615_loop.c" L:6 Warning:Implicit definition of function 'whilefunc' it will return an int. Prototype it explicitly if this is not what you want. [-Wimplicit-function-definition] sccz80:"Issue_615_loop.c" L:49 Warning:Implicit definition of function 'forfunc' it will return an int. Prototype it explicitly if this is not what you want. [-Wimplicit-function-definition] diff -w tmp2.opt results/Issue_615_loop.opt mv -f tmp1.opt Issue_615_loop.opt zcc +test -vn -a Issue_510_long_and.c -o tmp1.opt diff -w tmp2.opt results/Issue_510_long_and.opt mv -f tmp1.opt Issue_510_long_and.opt zcc +test -vn -a Issue_452_unsigned.c -o tmp1.opt diff -w tmp2.opt results/Issue_452_unsigned.opt mv -f tmp1.opt Issue_452_unsigned.opt zcc +test -vn -a Issue_1102_struct_trailing_comma.c -o tmp1.opt diff -w tmp2.opt results/Issue_1102_struct_trailing_comma.opt mv -f tmp1.opt Issue_1102_struct_trailing_comma.opt zcc +test -vn -a shortcall.c -o tmp1.opt diff -w tmp2.opt results/shortcall.opt mv -f tmp1.opt shortcall.opt zcc +test -vn -a Issue_569_jagged_array.c -o tmp1.opt diff -w tmp2.opt results/Issue_569_jagged_array.opt mv -f tmp1.opt Issue_569_jagged_array.opt zcc +test -vn -a Issue_489_variable_defn_in_forloop.c -o tmp1.opt sccz80:"Issue_489_variable_defn_in_forloop.c" L:17 Warning:Loss of precision, converting long i to int i [-Wconversion] diff -w tmp2.opt results/Issue_489_variable_defn_in_forloop.opt mv -f tmp1.opt Issue_489_variable_defn_in_forloop.opt zcc +test -vn -a Issue_491_enums.c -o tmp1.opt diff -w tmp2.opt results/Issue_491_enums.opt mv -f tmp1.opt Issue_491_enums.opt zcc +test -vn -a Issue_295_structgetsfar.c -o tmp1.opt diff -w tmp2.opt results/Issue_295_structgetsfar.opt mv -f tmp1.opt Issue_295_structgetsfar.opt zcc +test -vn -a Issue_701_compound_scope.c -o tmp1.opt diff -w tmp2.opt results/Issue_701_compound_scope.opt mv -f tmp1.opt Issue_701_compound_scope.opt zcc +test -vn -a Issue_499_typedef_initialisation.c -o tmp1.opt diff -w tmp2.opt results/Issue_499_typedef_initialisation.opt mv -f tmp1.opt Issue_499_typedef_initialisation.opt zcc +test -vn -a Issue_497_astroforce_compile.c -o tmp1.opt diff -w tmp2.opt results/Issue_497_astroforce_compile.opt mv -f tmp1.opt Issue_497_astroforce_compile.opt zcc +test -vn -a Issue_615_if.c -o tmp1.opt diff -w tmp2.opt results/Issue_615_if.opt mv -f tmp1.opt Issue_615_if.opt zcc +test -vn -a Issue_1132_struct_by_value.c -o tmp1.opt diff -w tmp2.opt results/Issue_1132_struct_by_value.opt mv -f tmp1.opt Issue_1132_struct_by_value.opt zcc +test -vn -a Issue_1015_break_with_loop_variable.c -o tmp1.opt diff -w tmp2.opt results/Issue_1015_break_with_loop_variable.opt mv -f tmp1.opt Issue_1015_break_with_loop_variable.opt zcc +test -vn -a Far_Pointer_Call.c -o tmp1.opt diff -w tmp2.opt results/Far_Pointer_Call.opt mv -f tmp1.opt Far_Pointer_Call.opt zcc +test -vn -a Issue_98_check_int.c -o tmp1.opt diff -w tmp2.opt results/Issue_98_check_int.opt mv -f tmp1.opt Issue_98_check_int.opt zcc +test -vn -a Issue_103_double_prepost.c -o tmp1.opt diff -w tmp2.opt results/Issue_103_double_prepost.opt mv -f tmp1.opt Issue_103_double_prepost.opt zcc +test -vn -a Issue_452_arrays.c -o tmp1.opt diff -w tmp2.opt results/Issue_452_arrays.opt mv -f tmp1.opt Issue_452_arrays.opt zcc +test -vn -a Issue_490_long_extension.c -o tmp1.opt diff -w tmp2.opt results/Issue_490_long_extension.opt mv -f tmp1.opt Issue_490_long_extension.opt zcc +test -vn -a Issue_1141_Namespaces.c -o tmp1.opt diff -w tmp2.opt results/Issue_1141_Namespaces.opt mv -f tmp1.opt Issue_1141_Namespaces.opt zcc +test -vn -a Issue_564_casting.c -o tmp1.opt diff -w tmp2.opt results/Issue_564_casting.opt mv -f tmp1.opt Issue_564_casting.opt zcc +test -vn -a Issue_509_long_constant.c -o tmp1.opt diff -w tmp2.opt results/Issue_509_long_constant.opt mv -f tmp1.opt Issue_509_long_constant.opt zcc +test -vn -a Issue_1103_fastcall_fnptr.c -o tmp1.opt diff -w tmp2.opt results/Issue_1103_fastcall_fnptr.opt mv -f tmp1.opt Issue_1103_fastcall_fnptr.opt zcc +test -vn -a Issue_26_casting.c -o tmp1.opt sccz80:"Issue_26_casting.c" L:50 Warning:Implicit definition of function 'SMS_setAddr' it will return an int. Prototype it explicitly if this is not what you want. [-Wimplicit-function-definition] diff -w tmp2.opt results/Issue_26_casting.opt mv -f tmp1.opt Issue_26_casting.opt zcc +test -vn -a Issue_574_fastcall_offset.c -o tmp1.opt diff -w tmp2.opt results/Issue_574_fastcall_offset.opt mv -f tmp1.opt Issue_574_fastcall_offset.opt zcc +test -vn -a paramsoffset.c -o tmp1.opt diff -w tmp2.opt results/paramsoffset.opt mv -f tmp1.opt paramsoffset.opt zcc +test -vn -a Issue_493__func__.c -o tmp1.opt diff -w tmp2.opt results/Issue_493__func__.opt mv -f tmp1.opt Issue_493__func__.opt zcc +test -vn -a Issue_715__double_subtraction.c -o tmp1.opt diff -w tmp2.opt results/Issue_715__double_subtraction.opt mv -f tmp1.opt Issue_715__double_subtraction.opt zcc +test -vn -a Issue_452_struct.c -o tmp1.opt diff -w tmp2.opt results/Issue_452_struct.opt mv -f tmp1.opt Issue_452_struct.opt zcc +test -vn -a Issue_514_flexible_member.c -o tmp1.opt diff -w tmp2.opt results/Issue_514_flexible_member.opt mv -f tmp1.opt Issue_514_flexible_member.opt zcc +test -vn -a Issue_678_compound.c -o tmp1.opt diff -w tmp2.opt results/Issue_678_compound.opt mv -f tmp1.opt Issue_678_compound.opt zcc +test -vn -a Issue_1105_function_pointer_calls.c -o tmp1.opt diff -w tmp2.opt results/Issue_1105_function_pointer_calls.opt mv -f tmp1.opt Issue_1105_function_pointer_calls.opt zcc +test -fp-mode=ieee -vn -a Far_Pointer_Call_ieee.c -o tmp1.opt diff -w tmp2.opt results/Far_Pointer_Call_ieee.opt mv -f tmp1.opt Far_Pointer_Call_ieee.opt zcc +test -vn -a Issue_490_repeated_extern_decls.c -o tmp1.opt diff -w tmp2.opt results/Issue_490_repeated_extern_decls.opt mv -f tmp1.opt Issue_490_repeated_extern_decls.opt zcc +test -vn -a Issue_490_ptr_arithmetic.c -o tmp1.opt diff -w tmp2.opt results/Issue_490_ptr_arithmetic.opt mv -f tmp1.opt Issue_490_ptr_arithmetic.opt zcc +test -vn -a Issue_480_asmfunc.c -o tmp1.opt diff -w tmp2.opt results/Issue_480_asmfunc.opt mv -f tmp1.opt Issue_480_asmfunc.opt zcc +test -vn -a Issue_1016_double_const_compare.c -o tmp1.opt diff -w tmp2.opt results/Issue_1016_double_const_compare.opt mv -f tmp1.opt Issue_1016_double_const_compare.opt zcc +test -fp-mode=ieee -vn -a mathops_ieee.c -o tmp1.opt diff -w tmp2.opt results/mathops_ieee.opt mv -f tmp1.opt mathops_ieee.opt zcc +test -vn -a Issue_1167_sizeof.c -o tmp1.opt diff -w tmp2.opt results/Issue_1167_sizeof.opt mv -f tmp1.opt Issue_1167_sizeof.opt zcc +test -vn -a Issue_501_extern_at.c -o tmp1.opt diff -w tmp2.opt results/Issue_501_extern_at.opt mv -f tmp1.opt Issue_501_extern_at.opt zcc +test -vn -a Issue_98_underlying.c -o tmp1.opt diff -w tmp2.opt results/Issue_98_underlying.opt mv -f tmp1.opt Issue_98_underlying.opt zcc +test -vn -a Issue_600_fastcall.c -o tmp1.opt sccz80:"Issue_600_fastcall.c" L:6 Warning:Cannot define function 'func4' as __z88dk_fastcall __stdc when it has more than 1 argument [-Wincorrect-function-declspec] diff -w tmp2.opt results/Issue_600_fastcall.opt mv -f tmp1.opt Issue_600_fastcall.opt zcc +test -vn -a Issue_482_optrule.c -o tmp1.opt diff -w tmp2.opt results/Issue_482_optrule.opt mv -f tmp1.opt Issue_482_optrule.opt zcc +test -vn -a long_addition_opts.c -o tmp1.opt diff -w tmp2.opt results/long_addition_opts.opt mv -f tmp1.opt long_addition_opts.opt zcc +test -vn -a Issue_1133_bitfields.c -o tmp1.opt diff -w tmp2.opt results/Issue_1133_bitfields.opt mv -f tmp1.opt Issue_1133_bitfields.opt zcc +test -vn -a 01_cast_global_pointer.c -o tmp1.opt diff -w tmp2.opt results/01_cast_global_pointer.opt mv -f tmp1.opt 01_cast_global_pointer.opt zcc +test -vn -a Issue_693_missing_return.c -o tmp1.opt diff -w tmp2.opt results/Issue_693_missing_return.opt mv -f tmp1.opt Issue_693_missing_return.opt zcc +test -vn -a Issue_569_init_from_2d_array.c -o tmp1.opt diff -w tmp2.opt results/Issue_569_init_from_2d_array.opt mv -f tmp1.opt Issue_569_init_from_2d_array.opt zcc +test -vn -a Issue_1062_array_init.c -o tmp1.opt diff -w tmp2.opt results/Issue_1062_array_init.opt mv -f tmp1.opt Issue_1062_array_init.opt zcc +test -vn -a Issue_1054_initialisation.c -o tmp1.opt diff -w tmp2.opt results/Issue_1054_initialisation.opt mv -f tmp1.opt Issue_1054_initialisation.opt zcc +test -vn -a Issue_507_unnamed_structs.c -o tmp1.opt diff -w tmp2.opt results/Issue_507_unnamed_structs.opt mv -f tmp1.opt Issue_507_unnamed_structs.opt zcc +test -vn -a Issue_1167_choosing_which_function.c -o tmp1.opt diff -w tmp2.opt results/Issue_1167_choosing_which_function.opt mv -f tmp1.opt Issue_1167_choosing_which_function.opt zcc +test -vn -a Issue_1015_break_without_loop_variable.c -o tmp1.opt diff -w tmp2.opt results/Issue_1015_break_without_loop_variable.opt mv -f tmp1.opt Issue_1015_break_without_loop_variable.opt zcc +test -vn -a Issue_608_Arrays.c -o tmp1.opt diff -w tmp2.opt results/Issue_608_Arrays.opt mv -f tmp1.opt Issue_608_Arrays.opt zcc +test -vn -a Issue_615_while_loop.c -o tmp1.opt diff -w tmp2.opt results/Issue_615_while_loop.opt mv -f tmp1.opt Issue_615_while_loop.opt zcc +test -vn -a Issue_1132_struct_parameter.c -o tmp1.opt diff -w tmp2.opt results/Issue_1132_struct_parameter.opt mv -f tmp1.opt Issue_1132_struct_parameter.opt zcc +test -custom-copt-rules=../lib/zxn_rules.1 -vn -a zxn/Issue_312_zxn_optimisations.c -o tmp1.opt diff -w tmp2.opt results/zxn/Issue_312_zxn_optimisations.opt mv -f tmp1.opt zxn/Issue_312_zxn_optimisations.opt zcc +rcmx000 -vn -a rabbit/rabbit_optimisations.c -o tmp1.opt diff -w tmp2.opt results/rabbit/rabbit_optimisations.opt mv -f tmp1.opt rabbit/rabbit_optimisations.opt zcc +test -mz180 -vn -a z180/Issue_481_multiply_char.c -o tmp1.opt diff -w tmp2.opt results/z180/Issue_481_multiply_char.opt mv -f tmp1.opt z180/Issue_481_multiply_char.opt make[1]: Leaving directory '/home/build/z88dk/build/z88dk/testsuite' make -C src/z88dk-lib PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/z88dk-lib' gcc -g -O2 -c -o z88dk-lib.o z88dk-lib.c z88dk-lib.c: In function 'main': z88dk-lib.c:547:13: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(newlib_paths[NEWLIB_HDR_MAKE]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o z88dk-lib -g -O2 z88dk-lib.o install z88dk-lib /home/build/z88dk/build/z88dk/bin/z88dk-lib make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/z88dk-lib' svn checkout -r 10892 svn://svn.code.sf.net/p/sdcc/code/trunk/sdcc -q /tmp/sdcc cd /tmp/sdcc && patch -p0 < /home/build/z88dk/build/z88dk/src/zsdcc/sdcc-z88dk.patch patching file src/SDCCasm.c patching file src/SDCCglue.c patching file src/SDCCmain.c patching file src/SDCCopt.c patching file src/z80/peep.c cd /tmp/sdcc && CC= ./configure --disable-mcs51-port --disable-gbz80-port \ --disable-avr-port --disable-ds390-port \ --disable-ds400-port --disable-hc08-port \ --disable-pic-port --disable-pic14-port \ --disable-pic16-port --disable-stm8-port \ --disable-tlcs90-port --disable-s08-port \ --disable-pdk14-port --disable-pdk15-port \ --disable-ucsim --disable-device-lib \ --disable-packihx checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gawk... no checking for mawk... mawk checking version of the package... 3.8.5 checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for a BSD-compatible install... install checking for ranlib... ranlib checking for autoconf... : checking for strip... strip checking for as... as checking for cp... cp checking for ar... ar checking for gm4... m4 checking for flex... flex checking for bison... bison -y checking for python3.6... no checking for python2.7... python2.7 checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking machine/endian.h usability... no checking machine/endian.h presence... no checking for machine/endian.h... no checking sys/isa_defs.h usability... no checking sys/isa_defs.h presence... no checking for sys/isa_defs.h... no checking how to run the C++ preprocessor... g++ -E checking treedec/combinations.hpp usability... no checking treedec/combinations.hpp presence... no checking for treedec/combinations.hpp... no configure: NOTICE: treedec library missing, falling back to Thorup. checking gala/graph.h usability... no checking gala/graph.h presence... no checking for gala/graph.h... no checking boost/graph/adjacency_list.hpp usability... yes checking boost/graph/adjacency_list.hpp presence... yes checking for boost/graph/adjacency_list.hpp... yes checking for ccache... no checking for strerror... yes checking for mkstemp... yes checking for strndup... yes checking for setrlimit... yes checking for backtrace_symbols_fd... yes checking whether g++ supports C++11 features by default... yes checking whether preprocessor accepts -MM or -M... -MM checking whether C accepts -ggdb... yes checking whether C accepts -pipe... yes checking for gcc option to accept ISO C99... none needed checking return type of signal handlers... void checking size of char... 1 checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking whether char is unsigned... no checking type name for byte... char checking type name for word... short checking type name for dword... int checking type name for qword... long checking whether byte ordering is bigendian... no checking for lyx... : checking for latex2html... : checking for latex... : checking for dvipdfm... : checking for pdflatex... : checking for makeindex... : configure: creating ./config.status config.status: creating doc/Makefile config.status: creating src/ds390/Makefile config.status: creating sdas/as8xcxxx/Makefile config.status: creating src/z80/Makefile config.status: creating sdas/asz80/Makefile config.status: creating sdas/asrab/Makefile config.status: creating main.mk config.status: creating src/Makefile config.status: creating device/include/Makefile config.status: creating sdas/linksrc/Makefile config.status: creating support/librarian/Makefile config.status: creating support/makebin/Makefile config.status: creating support/regression/Makefile config.status: creating support/valdiag/Makefile config.status: creating support/scripts/Makefile config.status: creating support/regression/ports/host/spec.mk config.status: creating Makefile config.status: creating Makefile.common config.status: creating device/non-free/include/Makefile config.status: creating sdccconf.h config.status: creating sdas/linksrc/asxxxx_config.h === configuring in support/cpp (/tmp/sdcc/support/cpp) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--disable-mcs51-port' '--disable-gbz80-port' '--disable-avr-port' '--disable-ds390-port' '--disable-ds400-port' '--disable-hc08-port' '--disable-pic-port' '--disable-pic14-port' '--disable-pic16-port' '--disable-stm8-port' '--disable-tlcs90-port' '--disable-s08-port' '--disable-pdk14-port' '--disable-pdk15-port' '--disable-ucsim' '--disable-device-lib' '--disable-packihx' 'CC=' 'CFLAGS=-g -O2' 'LDFLAGS=-g -O2' 'docdir=${datarootdir}/doc/${PACKAGE}' --cache-file=/dev/null --srcdir=. checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc and cc understand -c and -o together... yes checking how to run the C preprocessor... gcc -E checking for inline... inline checking for built-in _Bool... yes checking size of short... 2 checking size of int... 4 checking size of long... 8 checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking execution character set... ASCII checking whether make sets $(MAKE)... yes checking whether a default assembler was specified... no checking whether a default linker was specified... no checking for gawk... no checking for mawk... mawk checking whether ln works... yes checking whether ln -s works... yes checking for ranlib... ranlib checking for a BSD compatible install... install checking for ANSI C header files... yes checking whether time.h and sys/time.h may both be included... yes checking for working stdbool.h... yes checking whether string.h and strings.h may both be included... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for sys/stat.h... (cached) yes checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for CHAR_BIT... yes checking whether byte ordering is bigendian... no checking for mktemp... yes checking for strip... strip checking for ar... ar checking for preprocessor stringizing operator... yes checking for clock... yes checking for strsignal... yes checking for strchr... yes checking for strrchr... yes checking for lstat... yes checking for ssize_t... yes checking for getpagesize... yes checking for working mmap from /dev/zero... yes checking for working mmap with MAP_ANON(YMOUS)... yes checking for working mmap of a file... yes checking whether getenv is declared... no checking whether abort is declared... no checking whether strsignal is declared... no checking whether errno is declared... no checking whether malloc is declared... no checking whether realloc is declared... no checking whether calloc is declared... no checking whether free is declared... no checking whether clock is declared... no checking for gcc option to accept ISO C99... none needed checking if mkdir takes one argument... no checking what assembler to use... /usr/bin/as checking what nm to use... nm checking whether to enable maintainer-specific portions of Makefiles... no configure: creating ./config.status config.status: creating Makefile config.status: creating auto-host.h config.status: executing default commands === configuring in debugger/mcs51 (/tmp/sdcc/debugger/mcs51) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--disable-mcs51-port' '--disable-gbz80-port' '--disable-avr-port' '--disable-ds390-port' '--disable-ds400-port' '--disable-hc08-port' '--disable-pic-port' '--disable-pic14-port' '--disable-pic16-port' '--disable-stm8-port' '--disable-tlcs90-port' '--disable-s08-port' '--disable-pdk14-port' '--disable-pdk15-port' '--disable-ucsim' '--disable-device-lib' '--disable-packihx' 'CC=' 'CFLAGS=-g -O2' 'LDFLAGS=-g -O2' 'docdir=${datarootdir}/doc/${PACKAGE}' --cache-file=/dev/null --srcdir=. checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking readline/readline.h usability... no checking readline/readline.h presence... no checking for readline/readline.h... no checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... gcc -E checking for a BSD-compatible install... install checking for ranlib... ranlib checking for autoconf... : checking for strip... strip checking for as... as checking for cp... cp checking for unistd.h... (cached) yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for socket in -lsocket... no checking for xdr_short in -lnsl... yes checking whether preprocessor accepts -MM or -M... -MM checking whether accepts -ggdb... yes checking whether accepts -pipe... yes checking for gcc option to accept ISO C99... none needed configure: creating ./config.status config.status: creating Makefile config.status: creating config.h === configuring in support/sdbinutils (/tmp/sdcc/support/sdbinutils) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--disable-mcs51-port' '--disable-gbz80-port' '--disable-avr-port' '--disable-ds390-port' '--disable-ds400-port' '--disable-hc08-port' '--disable-pic-port' '--disable-pic14-port' '--disable-pic16-port' '--disable-stm8-port' '--disable-tlcs90-port' '--disable-s08-port' '--disable-pdk14-port' '--disable-pdk15-port' '--disable-ucsim' '--disable-device-lib' '--disable-packihx' 'CC=' 'CFLAGS=-g -O2' 'LDFLAGS=-g -O2' 'docdir=${datarootdir}/doc/${PACKAGE}' --cache-file=/dev/null --srcdir=. checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... install checking whether ln works... yes checking whether ln -s works... yes checking for a sed that does not truncate output... /bin/sed checking for gawk... no checking for mawk... mawk checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking whether g++ accepts -static-libstdc++ -static-libgcc... yes checking for gnatbind... no checking for gnatmake... no checking whether compiler driver understands Ada... no checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 checking for objdir... .libs checking for isl 0.15 or later... no required isl version is 0.15 or later checking for default BUILD_CONFIG... checking for --enable-vtable-verify... no checking for bison... bison -y checking for bison... bison checking for gm4... no checking for gnum4... no checking for m4... m4 checking for flex... flex checking for flex... flex checking for makeinfo... makeinfo checking for expect... no checking for runtest... no checking for ar... ar checking for as... as checking for dlltool... no checking for ld... ld checking for lipo... no checking for nm... nm checking for ranlib... ranlib checking for strip... strip checking for windres... no checking for windmc... no checking for objcopy... objcopy checking for objdump... objdump checking for readelf... readelf checking for cc... cc checking for c++... c++ checking for gcc... gcc checking for gfortran... no checking for gccgo... no checking for ar... ar checking for as... as checking for dlltool... no checking for ld... ld checking for lipo... no checking for nm... nm checking for objcopy... objcopy checking for objdump... objdump checking for ranlib... ranlib checking for readelf... readelf checking for strip... strip checking for windres... no checking for windmc... no checking where to find the target ar... just compiled checking where to find the target as... host tool checking where to find the target cc... host tool checking where to find the target c++... host tool checking where to find the target c++ for libstdc++... host tool checking where to find the target dlltool... just compiled checking where to find the target gcc... host tool checking where to find the target gfortran... host tool checking where to find the target gccgo... host tool checking where to find the target ld... host tool checking where to find the target lipo... host tool checking where to find the target nm... just compiled checking where to find the target objcopy... just compiled checking where to find the target objdump... just compiled checking where to find the target ranlib... just compiled checking where to find the target readelf... just compiled checking where to find the target strip... just compiled checking where to find the target windres... just compiled checking where to find the target windmc... just compiled checking whether to enable maintainer-specific portions of Makefiles... no configure: creating ./config.status config.status: creating Makefile sdcc 3.8.5 is now configured for Build: x86_64-unknown-linux-gnu Host: x86_64-unknown-linux-gnu Source directory: . Yacc: bison -y C compiler: gcc CFLAGS: -pipe -ggdb -g -O2 C++ compiler: g++ CXXFLAGS: -pipe -ggdb -g -O2 CPPFLAGS: LDFLAGS: -g -O2 MAKEDEP: g++ -MM ENABLED Ports: ds390 no ds400 no hc08 no s08 no mcs51 no pic14 no pic16 no z80 yes z180 yes r2k yes r3ka yes gbz80 no tlcs90 no ez80_z80 yes stm8 no Disable non-free lib: 0 Disable packihx: 1 Disable ucsim: 1 Disable device lib: 1 Disable sdcpp: 0 Disable sdcdb: 0 Disable sdbinutil: 0 Enable documentation: 0 Enable libgc: 0 Install paths: binary files: ${prefix} include/library files: ${datarootdir}/sdcc include files: ${datarootdir}/sdcc/include library files: ${datarootdir}/sdcc/lib non-free files: ${datarootdir}/sdcc/non-free non-free include files: ${datarootdir}/sdcc/non-free/include non-free library files: ${datarootdir}/sdcc/non-free/lib documentation: ${datarootdir}/doc/${PACKAGE} prefix: /usr/local datadir: ${datarootdir} datarootdir: ${prefix}/share Search paths (incomplete, see manual for all search paths): binary files: $SDCC_HOME/bin include files: /share/sdcc/include path(argv[0])/../share/sdcc/include /usr/local/share/sdcc/include /share/sdcc/non-free/include path(argv[0])/../share/sdcc/non-free/include /usr/local/share/sdcc/non-free/include library files: $SDCC_HOME/share/sdcc/lib/ path(argv[0])/../share/sdcc/lib/ /usr/local/share/sdcc/lib/ $SDCC_HOME/share/sdcc/non-free/lib/ path(argv[0])/../share/sdcc/non-free/lib/ /usr/local/share/sdcc/non-free/lib/ cd /tmp/sdcc && make make[1]: Entering directory '/tmp/sdcc' make -C support/librarian make[2]: Entering directory '/tmp/sdcc/support/librarian' gcc -g -O2 -pipe -ggdb -g -O2 -Wall -Wno-parentheses -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I../.. -I./../../support/util -I. -c sdcclib.c -o sdcclib.o gcc -g -O2 -g -O2 -g -O2 -o ../../bin/sdcclib sdcclib.o make[2]: Leaving directory '/tmp/sdcc/support/librarian' make -C support/sdbinutils make[2]: Entering directory '/tmp/sdcc/support/sdbinutils' make[3]: Entering directory '/tmp/sdcc/support/sdbinutils' Configuring in ./libiberty checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... makeinfo --split-size=5000000 checking for perl... perl checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for x86_64-pc-linux-gnu-ar... ar checking for x86_64-pc-linux-gnu-ranlib... ranlib checking whether to install libiberty headers and static library... no configure: target_header_dir = checking for x86_64-pc-linux-gnu-gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether gcc supports -W... yes checking whether gcc supports -Wall... yes checking whether gcc supports -Wwrite-strings... yes checking whether gcc supports -Wc++-compat... yes checking whether gcc supports -Wstrict-prototypes... yes checking whether gcc supports -Wshadow=local... no checking whether gcc supports -pedantic ... yes checking whether gcc and cc understand -c and -o together... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking whether byte ordering is bigendian... no checking for a BSD-compatible install... install checking for sys/file.h... yes checking for sys/param.h... yes checking for limits.h... yes checking for stdlib.h... (cached) yes checking for malloc.h... yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for strings.h... (cached) yes checking for sys/time.h... yes checking for time.h... yes checking for sys/resource.h... yes checking for sys/stat.h... (cached) yes checking for sys/mman.h... yes checking for fcntl.h... yes checking for alloca.h... yes checking for sys/pstat.h... no checking for sys/sysmp.h... no checking for sys/sysinfo.h... yes checking for machine/hal_sysinfo.h... no checking for sys/table.h... no checking for sys/sysctl.h... yes checking for sys/systemcfg.h... no checking for stdint.h... (cached) yes checking for stdio_ext.h... yes checking for process.h... no checking for sys/prctl.h... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking whether time.h and sys/time.h may both be included... yes checking whether errno must be declared... no checking size of int... 4 checking size of long... 8 checking size of size_t... 8 checking for long long... yes checking size of long long... 8 checking for a 64-bit type... uint64_t checking for intptr_t... yes checking for uintptr_t... yes checking for ssize_t... yes checking for pid_t... yes checking for library containing strerror... none required checking for asprintf... yes checking for atexit... yes checking for basename... yes checking for bcmp... yes checking for bcopy... yes checking for bsearch... yes checking for bzero... yes checking for calloc... yes checking for clock... yes checking for ffs... yes checking for getcwd... yes checking for getpagesize... yes checking for gettimeofday... yes checking for index... yes checking for insque... yes checking for memchr... yes checking for memcmp... yes checking for memcpy... yes checking for memmem... yes checking for memmove... yes checking for mempcpy... yes checking for memset... yes checking for mkstemps... yes checking for putenv... yes checking for random... yes checking for rename... yes checking for rindex... yes checking for setenv... yes checking for snprintf... yes checking for sigsetmask... yes checking for stpcpy... yes checking for stpncpy... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strncasecmp... yes checking for strndup... yes checking for strnlen... yes checking for strrchr... yes checking for strstr... yes checking for strtod... yes checking for strtol... yes checking for strtoul... yes checking for strtoll... yes checking for strtoull... yes checking for strverscmp... yes checking for tmpnam... yes checking for vasprintf... yes checking for vfprintf... yes checking for vprintf... yes checking for vsnprintf... yes checking for vsprintf... yes checking for waitpid... yes checking for setproctitle... no checking whether alloca needs Cray hooks... no checking stack direction for C alloca... -1 checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for _doprnt... no checking for sys_errlist... yes checking for sys_nerr... yes checking for sys_siglist... yes checking for external symbol _system_configuration... no checking for __fsetlocking... yes checking for canonicalize_file_name... yes checking for dup3... yes checking for getrlimit... yes checking for getrusage... yes checking for getsysinfo... no checking for gettimeofday... (cached) yes checking for on_exit... yes checking for psignal... yes checking for pstat_getdynamic... no checking for pstat_getstatic... no checking for realpath... yes checking for setrlimit... yes checking for sbrk... yes checking for spawnve... no checking for spawnvpe... no checking for strerror... yes checking for strsignal... yes checking for sysconf... yes checking for sysctl... yes checking for sysmp... no checking for table... no checking for times... yes checking for wait3... yes checking for wait4... yes checking whether basename is declared... yes checking whether ffs is declared... yes checking whether asprintf is declared... yes checking whether vasprintf is declared... yes checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking whether calloc is declared... yes checking whether getenv is declared... yes checking whether getopt is declared... yes checking whether malloc is declared... yes checking whether realloc is declared... yes checking whether sbrk is declared... yes checking whether strtol is declared... yes checking whether strtoul is declared... yes checking whether strtoll is declared... yes checking whether strtoull is declared... yes checking whether strverscmp is declared... yes checking whether strnlen is declared... yes checking whether canonicalize_file_name must be declared... no checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... yes checking for working strncmp... yes configure: creating ./config.status config.status: creating Makefile config.status: creating testsuite/Makefile config.status: creating config.h config.status: executing default commands Configuring in ./bfd checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for x86_64-pc-linux-gnu-gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for library containing strerror... none required checking for a BSD-compatible install... install checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... mawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for x86_64-pc-linux-gnu-ar... ar checking for x86_64-pc-linux-gnu-ranlib... ranlib checking for x86_64-pc-linux-gnu-gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-ar... (cached) ar checking for x86_64-pc-linux-gnu-strip... no checking for strip... strip checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib checking command to parse nm output from gcc object... ok checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for dlfcn.h... (cached) yes checking for windows.h... no checking for library containing dlopen... -ldl checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 checking whether to enable maintainer-specific portions of Makefiles... no checking whether to install libbfd... no checking whether NLS is requested... no checking whether NLS is requested... yes checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... no checking for long double... yes checking for long long... yes checking size of long long... 8 checking size of void *... 8 checking size of long... 8 checking alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for unistd.h... (cached) yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/stat.h... (cached) yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes checking for uintptr_t... yes checking for int_least32_t... yes checking for int_fast32_t... yes checking for uint64_t... yes checking what to include in bfd_stdint.h... stdint.h (already complete) checking whether time.h and sys/time.h may both be included... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether string.h and strings.h may both be included... yes checking for fcntl... yes checking for getpagesize... yes checking for setitimer... yes checking for sysconf... yes checking for fdopen... yes checking for getuid... yes checking for getgid... yes checking for fileno... yes checking for strtoull... yes checking for getrlimit... yes checking whether basename is declared... yes checking whether ftello is declared... yes checking whether ftello64 is declared... yes checking whether fseeko is declared... yes checking whether fseeko64 is declared... yes checking whether ffs is declared... yes checking whether free is declared... yes checking whether getenv is declared... yes checking whether malloc is declared... yes checking whether realloc is declared... yes checking whether stpcpy is declared... yes checking whether strstr is declared... yes checking whether asprintf is declared... yes checking whether vasprintf is declared... yes checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking whether strnlen is declared... yes checking linker --as-needed support... yes checking for cos in -lm... yes checking for ftello... yes checking for ftello64... yes checking for fseeko... yes checking for fseeko64... yes checking for fopen64... yes checking size of off_t... 8 checking file_ptr type... BFD_HOST_64_BIT checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... yes checking for madvise... yes checking for mprotect... yes configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating bfd-in3.h config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: executing bfd_stdint.h commands config.status: executing default commands make[4]: Entering directory '/tmp/sdcc/support/sdbinutils/libiberty' if [ x"" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir if [ x"" != x ] && [ ! -d noasan ]; then \ mkdir noasan; \ else true; fi touch stamp-noasandir if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./regex.c -o pic/regex.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./regex.c -o noasan/regex.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./regex.c -o regex.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./cplus-dem.c -o pic/cplus-dem.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./cplus-dem.c -o noasan/cplus-dem.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./cplus-dem.c -o cplus-dem.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./cp-demangle.c -o pic/cp-demangle.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./cp-demangle.c -o noasan/cp-demangle.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./cp-demangle.c -o cp-demangle.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./md5.c -o pic/md5.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./md5.c -o noasan/md5.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./md5.c -o md5.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./sha1.c -o pic/sha1.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./sha1.c -o noasan/sha1.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./sha1.c -o sha1.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./alloca.c -o pic/alloca.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./alloca.c -o noasan/alloca.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./alloca.c -o alloca.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./argv.c -o pic/argv.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./argv.c -o noasan/argv.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./argv.c -o argv.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./choose-temp.c -o pic/choose-temp.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./choose-temp.c -o noasan/choose-temp.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./choose-temp.c -o choose-temp.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./concat.c -o pic/concat.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./concat.c -o noasan/concat.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./concat.c -o concat.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./cp-demint.c -o pic/cp-demint.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./cp-demint.c -o noasan/cp-demint.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./cp-demint.c -o cp-demint.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./crc32.c -o pic/crc32.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./crc32.c -o noasan/crc32.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./crc32.c -o crc32.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./d-demangle.c -o pic/d-demangle.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./d-demangle.c -o noasan/d-demangle.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./d-demangle.c -o d-demangle.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./dwarfnames.c -o pic/dwarfnames.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./dwarfnames.c -o noasan/dwarfnames.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./dwarfnames.c -o dwarfnames.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./dyn-string.c -o pic/dyn-string.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./dyn-string.c -o noasan/dyn-string.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./dyn-string.c -o dyn-string.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./fdmatch.c -o pic/fdmatch.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./fdmatch.c -o noasan/fdmatch.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./fdmatch.c -o fdmatch.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./fibheap.c -o pic/fibheap.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./fibheap.c -o noasan/fibheap.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./fibheap.c -o fibheap.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./filename_cmp.c -o pic/filename_cmp.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./filename_cmp.c -o noasan/filename_cmp.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./filename_cmp.c -o filename_cmp.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./floatformat.c -o pic/floatformat.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./floatformat.c -o noasan/floatformat.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./floatformat.c -o floatformat.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./fnmatch.c -o pic/fnmatch.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./fnmatch.c -o noasan/fnmatch.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./fnmatch.c -o fnmatch.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./fopen_unlocked.c -o noasan/fopen_unlocked.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./fopen_unlocked.c -o fopen_unlocked.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./getopt.c -o pic/getopt.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./getopt.c -o noasan/getopt.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./getopt.c -o getopt.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./getopt1.c -o pic/getopt1.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./getopt1.c -o noasan/getopt1.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./getopt1.c -o getopt1.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./getpwd.c -o pic/getpwd.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./getpwd.c -o noasan/getpwd.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./getpwd.c -o getpwd.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./getruntime.c -o pic/getruntime.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./getruntime.c -o noasan/getruntime.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./getruntime.c -o getruntime.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./hashtab.c -o pic/hashtab.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./hashtab.c -o noasan/hashtab.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./hashtab.c -o hashtab.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./hex.c -o pic/hex.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./hex.c -o noasan/hex.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./hex.c -o hex.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./lbasename.c -o pic/lbasename.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./lbasename.c -o noasan/lbasename.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./lbasename.c -o lbasename.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./lrealpath.c -o pic/lrealpath.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./lrealpath.c -o noasan/lrealpath.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./lrealpath.c -o lrealpath.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./make-relative-prefix.c -o noasan/make-relative-prefix.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./make-relative-prefix.c -o make-relative-prefix.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./make-temp-file.c -o pic/make-temp-file.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./make-temp-file.c -o noasan/make-temp-file.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./make-temp-file.c -o make-temp-file.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./objalloc.c -o pic/objalloc.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./objalloc.c -o noasan/objalloc.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./objalloc.c -o objalloc.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./obstack.c -o pic/obstack.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./obstack.c -o noasan/obstack.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./obstack.c -o obstack.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./partition.c -o pic/partition.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./partition.c -o noasan/partition.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./partition.c -o partition.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./pexecute.c -o pic/pexecute.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./pexecute.c -o noasan/pexecute.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./pexecute.c -o pexecute.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./physmem.c -o pic/physmem.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./physmem.c -o noasan/physmem.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./physmem.c -o physmem.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./pex-common.c -o pic/pex-common.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./pex-common.c -o noasan/pex-common.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./pex-common.c -o pex-common.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./pex-one.c -o pic/pex-one.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./pex-one.c -o noasan/pex-one.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./pex-one.c -o pex-one.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./pex-unix.c -o pic/pex-unix.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./pex-unix.c -o noasan/pex-unix.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./pex-unix.c -o pex-unix.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./vprintf-support.c -o pic/vprintf-support.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./vprintf-support.c -o noasan/vprintf-support.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./vprintf-support.c -o vprintf-support.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./rust-demangle.c -o pic/rust-demangle.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./rust-demangle.c -o noasan/rust-demangle.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./rust-demangle.c -o rust-demangle.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./safe-ctype.c -o pic/safe-ctype.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./safe-ctype.c -o noasan/safe-ctype.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./safe-ctype.c -o safe-ctype.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./simple-object.c -o pic/simple-object.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./simple-object.c -o noasan/simple-object.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./simple-object.c -o simple-object.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./simple-object-coff.c -o pic/simple-object-coff.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./simple-object-coff.c -o noasan/simple-object-coff.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./simple-object-coff.c -o simple-object-coff.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./simple-object-elf.c -o pic/simple-object-elf.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./simple-object-elf.c -o noasan/simple-object-elf.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./simple-object-elf.c -o simple-object-elf.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./simple-object-mach-o.c -o simple-object-mach-o.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./simple-object-xcoff.c -o pic/simple-object-xcoff.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./simple-object-xcoff.c -o simple-object-xcoff.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./sort.c -o pic/sort.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./sort.c -o noasan/sort.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./sort.c -o sort.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./spaces.c -o pic/spaces.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./spaces.c -o noasan/spaces.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./spaces.c -o spaces.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./splay-tree.c -o pic/splay-tree.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./splay-tree.c -o noasan/splay-tree.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./splay-tree.c -o splay-tree.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./stack-limit.c -o pic/stack-limit.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./stack-limit.c -o noasan/stack-limit.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./stack-limit.c -o stack-limit.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./strerror.c -o pic/strerror.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./strerror.c -o noasan/strerror.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./strerror.c -o strerror.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./strsignal.c -o pic/strsignal.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./strsignal.c -o noasan/strsignal.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./strsignal.c -o strsignal.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./timeval-utils.c -o pic/timeval-utils.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./timeval-utils.c -o noasan/timeval-utils.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./timeval-utils.c -o timeval-utils.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./unlink-if-ordinary.c -o unlink-if-ordinary.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xasprintf.c -o pic/xasprintf.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xasprintf.c -o noasan/xasprintf.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xasprintf.c -o xasprintf.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xatexit.c -o pic/xatexit.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xatexit.c -o noasan/xatexit.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xatexit.c -o xatexit.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xexit.c -o pic/xexit.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xexit.c -o noasan/xexit.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xexit.c -o xexit.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xmalloc.c -o pic/xmalloc.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xmalloc.c -o noasan/xmalloc.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xmalloc.c -o xmalloc.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xmemdup.c -o pic/xmemdup.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xmemdup.c -o noasan/xmemdup.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xmemdup.c -o xmemdup.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xstrdup.c -o pic/xstrdup.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xstrdup.c -o noasan/xstrdup.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xstrdup.c -o xstrdup.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xstrerror.c -o pic/xstrerror.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xstrerror.c -o noasan/xstrerror.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xstrerror.c -o xstrerror.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xstrndup.c -o pic/xstrndup.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xstrndup.c -o noasan/xstrndup.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xstrndup.c -o xstrndup.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xvasprintf.c -o pic/xvasprintf.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xvasprintf.c -o noasan/xvasprintf.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xvasprintf.c -o xvasprintf.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./setproctitle.c -o pic/setproctitle.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./setproctitle.c -o noasan/setproctitle.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./setproctitle.c -o setproctitle.o rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o ranlib ./libiberty.a if [ x"" != x ]; then \ cd pic; \ ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o; \ ranlib ./libiberty.a; \ cd ..; \ else true; fi; \ if [ x"" != x ]; then \ cd noasan; \ ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o; \ ranlib ./libiberty.a; \ cd ..; \ else true; fi echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list make[5]: Entering directory '/tmp/sdcc/support/sdbinutils/libiberty/testsuite' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/sdcc/support/sdbinutils/libiberty/testsuite' make[4]: Leaving directory '/tmp/sdcc/support/sdbinutils/libiberty' make[4]: Entering directory '/tmp/sdcc/support/sdbinutils/bfd' creating bfdver.h rm -f elf32-target.h /bin/sed -e s/NN/32/g < ./elfxx-target.h > elf32-target.new mv -f elf32-target.new elf32-target.h rm -f elf64-target.h /bin/sed -e s/NN/64/g < ./elfxx-target.h > elf64-target.new mv -f elf64-target.new elf64-target.h rm -f targmatch.h /bin/sed -f ./targmatch.sed < ./config.bfd > targmatch.new mv -f targmatch.new targmatch.h Making info in doc make[5]: Entering directory '/tmp/sdcc/support/sdbinutils/bfd/doc' gcc -o chw$$ -g -O2 \ -g -O2 -I.. -I./.. -I./../../include -I./../../intl -I../../intl ./chew.c; \ /bin/bash ./../../move-if-change \ chw$$ chew; \ touch chew.stamp ./chew -f ./doc.str < ./../aoutx.h >aoutx.tmp test -e aoutx.texi || test ! -f ./aoutx.texi || cp -p ./aoutx.texi . /bin/bash ./../../move-if-change aoutx.tmp aoutx.texi touch aoutx.stamp ./chew -f ./doc.str < ./../archive.c >archive.tmp test -e archive.texi || test ! -f ./archive.texi || cp -p ./archive.texi . /bin/bash ./../../move-if-change archive.tmp archive.texi touch archive.stamp ./chew -f ./doc.str < ./../archures.c >archures.tmp test -e archures.texi || test ! -f ./archures.texi || cp -p ./archures.texi . /bin/bash ./../../move-if-change archures.tmp archures.texi touch archures.stamp ./chew -f ./doc.str < ./../bfd.c >bfd.tmp test -e bfdt.texi || test ! -f ./bfdt.texi || cp -p ./bfdt.texi . /bin/bash ./../../move-if-change bfd.tmp bfdt.texi touch bfdt.stamp ./chew -f ./doc.str < ./../cache.c >cache.tmp test -e cache.texi || test ! -f ./cache.texi || cp -p ./cache.texi . /bin/bash ./../../move-if-change cache.tmp cache.texi touch cache.stamp ./chew -f ./doc.str < ./../coffcode.h >coffcode.tmp test -e coffcode.texi || test ! -f ./coffcode.texi || cp -p ./coffcode.texi . /bin/bash ./../../move-if-change coffcode.tmp coffcode.texi touch coffcode.stamp ./chew -f ./doc.str < ./../corefile.c >core.tmp test -e core.texi || test ! -f ./core.texi || cp -p ./core.texi . /bin/bash ./../../move-if-change core.tmp core.texi touch core.stamp ./chew -f ./doc.str < ./../elf.c >elf.tmp test -e elf.texi || test ! -f ./elf.texi || cp -p ./elf.texi . /bin/bash ./../../move-if-change elf.tmp elf.texi touch elf.stamp ./chew -f ./doc.str < ./../elfcode.h >elfcode.tmp test -e elfcode.texi || test ! -f ./elfcode.texi || cp -p ./elfcode.texi . /bin/bash ./../../move-if-change elfcode.tmp elfcode.texi touch elfcode.stamp ./chew -f ./doc.str < ./../format.c >format.tmp test -e format.texi || test ! -f ./format.texi || cp -p ./format.texi . /bin/bash ./../../move-if-change format.tmp format.texi touch format.stamp ./chew -f ./doc.str < ./../libbfd.c >libbfd.tmp test -e libbfd.texi || test ! -f ./libbfd.texi || cp -p ./libbfd.texi . /bin/bash ./../../move-if-change libbfd.tmp libbfd.texi touch libbfd.stamp ./chew -f ./doc.str < ./../bfdwin.c >bfdwin.tmp test -e bfdwin.texi || test ! -f ./bfdwin.texi || cp -p ./bfdwin.texi . /bin/bash ./../../move-if-change bfdwin.tmp bfdwin.texi touch bfdwin.stamp ./chew -f ./doc.str < ./../bfdio.c >bfdio.tmp test -e bfdio.texi || test ! -f ./bfdio.texi || cp -p ./bfdio.texi . /bin/bash ./../../move-if-change bfdio.tmp bfdio.texi touch bfdio.stamp ./chew -f ./doc.str < ./../opncls.c >opncls.tmp test -e opncls.texi || test ! -f ./opncls.texi || cp -p ./opncls.texi . /bin/bash ./../../move-if-change opncls.tmp opncls.texi touch opncls.stamp ./chew -f ./doc.str < ./../reloc.c >reloc.tmp test -e reloc.texi || test ! -f ./reloc.texi || cp -p ./reloc.texi . /bin/bash ./../../move-if-change reloc.tmp reloc.texi touch reloc.stamp ./chew -f ./doc.str < ./../section.c >section.tmp test -e section.texi || test ! -f ./section.texi || cp -p ./section.texi . /bin/bash ./../../move-if-change section.tmp section.texi touch section.stamp ./chew -f ./doc.str < ./../syms.c >syms.tmp test -e syms.texi || test ! -f ./syms.texi || cp -p ./syms.texi . /bin/bash ./../../move-if-change syms.tmp syms.texi touch syms.stamp ./chew -f ./doc.str < ./../targets.c >targets.tmp test -e targets.texi || test ! -f ./targets.texi || cp -p ./targets.texi . /bin/bash ./../../move-if-change targets.tmp targets.texi touch targets.stamp ./chew -f ./doc.str < ./../init.c >init.tmp test -e init.texi || test ! -f ./init.texi || cp -p ./init.texi . /bin/bash ./../../move-if-change init.tmp init.texi touch init.stamp ./chew -f ./doc.str < ./../hash.c >hash.tmp test -e hash.texi || test ! -f ./hash.texi || cp -p ./hash.texi . /bin/bash ./../../move-if-change hash.tmp hash.texi touch hash.stamp ./chew -f ./doc.str < ./../linker.c >linker.tmp test -e linker.texi || test ! -f ./linker.texi || cp -p ./linker.texi . /bin/bash ./../../move-if-change linker.tmp linker.texi touch linker.stamp ./chew -f ./doc.str < ./../mmo.c >mmo.tmp test -e mmo.texi || test ! -f ./mmo.texi || cp -p ./mmo.texi . /bin/bash ./../../move-if-change mmo.tmp mmo.texi touch mmo.stamp restore=: && backupdir=".am$$" && \ rm -rf $backupdir && mkdir $backupdir && \ if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ for f in bfd.info bfd.info-[0-9] bfd.info-[0-9][0-9] bfd.i[0-9] bfd.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ if makeinfo --split-size=5000000 --split-size=5000000 -I . \ -o bfd.info `test -f 'bfd.texinfo' || echo './'`bfd.texinfo; \ then \ rc=0; \ else \ rc=$?; \ $restore $backupdir/* `echo "./bfd.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc make[5]: Leaving directory '/tmp/sdcc/support/sdbinutils/bfd/doc' Making info in po make[5]: Entering directory '/tmp/sdcc/support/sdbinutils/bfd/po' ( if test 'x.' != 'x.'; then \ posrcprefix='../'; \ else \ posrcprefix="../"; \ fi; \ rm -f SRC-POTFILES-t SRC-POTFILES \ && (sed -e '/^#/d' \ -e '/^[ ]*$/d' \ -e "s@.*@ $posrcprefix& \\\\@" < ./SRC-POTFILES.in \ | sed -e '$s/\\$//') > SRC-POTFILES-t \ && chmod a-w SRC-POTFILES-t \ && mv SRC-POTFILES-t SRC-POTFILES ) ( rm -f BLD-POTFILES-t BLD-POTFILES \ && (sed -e '/^#/d' \ -e '/^[ ]*$/d' \ -e "s@.*@ ../& \\\\@" < ./BLD-POTFILES.in \ | sed -e '$s/\\$//') > BLD-POTFILES-t \ && chmod a-w BLD-POTFILES-t \ && mv BLD-POTFILES-t BLD-POTFILES ) cd .. \ && CONFIG_FILES=po/Makefile.in:po/Make-in \ CONFIG_HEADERS= /bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: executing bfd_stdint.h commands config.status: executing default commands make[5]: Nothing to be done for 'info'. make[5]: Leaving directory '/tmp/sdcc/support/sdbinutils/bfd/po' make[5]: Entering directory '/tmp/sdcc/support/sdbinutils/bfd' make[5]: Nothing to be done for 'info-am'. make[5]: Leaving directory '/tmp/sdcc/support/sdbinutils/bfd' make all-recursive make[5]: Entering directory '/tmp/sdcc/support/sdbinutils/bfd' Making all in doc make[6]: Entering directory '/tmp/sdcc/support/sdbinutils/bfd/doc' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/tmp/sdcc/support/sdbinutils/bfd/doc' Making all in po make[6]: Entering directory '/tmp/sdcc/support/sdbinutils/bfd/po' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/tmp/sdcc/support/sdbinutils/bfd/po' make[6]: Entering directory '/tmp/sdcc/support/sdbinutils/bfd' rm -f bfd-tmp.h cp bfd-in3.h bfd-tmp.h /bin/bash ./../move-if-change bfd-tmp.h bfd.h rm -f bfd-tmp.h touch stmp-bfd-h /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo archive.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c archive.c -o archive.o mv -f .deps/archive.Tpo .deps/archive.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=asxxxx_vec -DSELECT_VECS='&asxxxx_vec,&plugin_vec' -DSELECT_ARCHITECTURES='&bfd_z80_arch,&bfd_plugin_arch' ./archures.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=asxxxx_vec "-DSELECT_VECS=&asxxxx_vec,&plugin_vec" "-DSELECT_ARCHITECTURES=&bfd_z80_arch,&bfd_plugin_arch" ./archures.c -o archures.o mv -f .deps/archures.Tpo .deps/archures.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo bfd.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c bfd.c -o bfd.o mv -f .deps/bfd.Tpo .deps/bfd.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo bfdio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c bfdio.c -o bfdio.o mv -f .deps/bfdio.Tpo .deps/bfdio.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c -o bfdwin.lo bfdwin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c bfdwin.c -o bfdwin.o mv -f .deps/bfdwin.Tpo .deps/bfdwin.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo cache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c cache.c -o cache.o mv -f .deps/cache.Tpo .deps/cache.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT coff-bfd.lo -MD -MP -MF .deps/coff-bfd.Tpo -c -o coff-bfd.lo coff-bfd.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT coff-bfd.lo -MD -MP -MF .deps/coff-bfd.Tpo -c coff-bfd.c -o coff-bfd.o mv -f .deps/coff-bfd.Tpo .deps/coff-bfd.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c -o compress.lo compress.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c compress.c -o compress.o mv -f .deps/compress.Tpo .deps/compress.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c -o corefile.lo corefile.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c corefile.c -o corefile.o mv -f .deps/corefile.Tpo .deps/corefile.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo format.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c format.c -o format.o mv -f .deps/format.Tpo .deps/format.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo hash.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -o hash.o mv -f .deps/hash.Tpo .deps/hash.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo init.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT init.lo -MD -MP -MF .deps/init.Tpo -c init.c -o init.o mv -f .deps/init.Tpo .deps/init.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c -o libbfd.lo libbfd.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c libbfd.c -o libbfd.o mv -f .deps/libbfd.Tpo .deps/libbfd.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c -o linker.lo linker.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c linker.c -o linker.o mv -f .deps/linker.Tpo .deps/linker.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c -o merge.lo merge.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c merge.c -o merge.o mv -f .deps/merge.Tpo .deps/merge.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c -o opncls.lo opncls.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c opncls.c -o opncls.o mv -f .deps/opncls.Tpo .deps/opncls.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c -o reloc.lo reloc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c reloc.c -o reloc.o mv -f .deps/reloc.Tpo .deps/reloc.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT section.lo -MD -MP -MF .deps/section.Tpo -c -o section.lo section.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT section.lo -MD -MP -MF .deps/section.Tpo -c section.c -o section.o mv -f .deps/section.Tpo .deps/section.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c -o simple.lo simple.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c simple.c -o simple.o mv -f .deps/simple.Tpo .deps/simple.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c -o stab-syms.lo stab-syms.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c stab-syms.c -o stab-syms.o mv -f .deps/stab-syms.Tpo .deps/stab-syms.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c -o stabs.lo stabs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c stabs.c -o stabs.o mv -f .deps/stabs.Tpo .deps/stabs.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c -o syms.lo syms.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c syms.c -o syms.o mv -f .deps/syms.Tpo .deps/syms.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -o targets.lo -DDEFAULT_VECTOR=asxxxx_vec -DSELECT_VECS='&asxxxx_vec,&plugin_vec' -DSELECT_ARCHITECTURES='&bfd_z80_arch,&bfd_plugin_arch' ./targets.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=asxxxx_vec "-DSELECT_VECS=&asxxxx_vec,&plugin_vec" "-DSELECT_ARCHITECTURES=&bfd_z80_arch,&bfd_plugin_arch" ./targets.c -o targets.o mv -f .deps/targets.Tpo .deps/targets.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c -o binary.lo binary.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c binary.c -o binary.o mv -f .deps/binary.Tpo .deps/binary.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c -o ihex.lo ihex.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ihex.c -o ihex.o mv -f .deps/ihex.Tpo .deps/ihex.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c -o srec.lo srec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c srec.c -o srec.o mv -f .deps/srec.Tpo .deps/srec.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c -o tekhex.lo tekhex.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c tekhex.c -o tekhex.o mv -f .deps/tekhex.Tpo .deps/tekhex.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c -o verilog.lo verilog.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c verilog.c -o verilog.o mv -f .deps/verilog.Tpo .deps/verilog.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT asxxxx.lo -MD -MP -MF .deps/asxxxx.Tpo -c -o asxxxx.lo asxxxx.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT asxxxx.lo -MD -MP -MF .deps/asxxxx.Tpo -c asxxxx.c -o asxxxx.o mv -f .deps/asxxxx.Tpo .deps/asxxxx.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c -o plugin.lo plugin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c plugin.c -o plugin.o mv -f .deps/plugin.Tpo .deps/plugin.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c -o cpu-z80.lo cpu-z80.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c cpu-z80.c -o cpu-z80.o mv -f .deps/cpu-z80.Tpo .deps/cpu-z80.Plo /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR='"/usr/local/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT cpu-plugin.lo -MD -MP -MF .deps/cpu-plugin.Tpo -c -o cpu-plugin.lo cpu-plugin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT cpu-plugin.lo -MD -MP -MF .deps/cpu-plugin.Tpo -c cpu-plugin.c -o cpu-plugin.o mv -f .deps/cpu-plugin.Tpo .deps/cpu-plugin.Plo rm -f tofiles f=""; \ for i in asxxxx.lo plugin.lo cpu-z80.lo cpu-plugin.lo ; do \ case " $f " in \ *" $i "*) ;; \ *) f="$f $i" ;; \ esac ; \ done ; \ echo $f > tofiles /bin/bash ./../move-if-change tofiles ofiles touch stamp-ofiles /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -rpath /usr/local/x86_64-pc-linux-gnu/x86_64-pc-linux-gnu/lib -release `cat libtool-soversion` -static-libstdc++ -static-libgcc -g -O2 -o libbfd.la archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles` -ldl -lz -ldl libtool: link: ar rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o format.o hash.o init.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o asxxxx.o plugin.o cpu-z80.o cpu-plugin.o libtool: link: ranlib .libs/libbfd.a libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" ) libtooldir=`/bin/bash ./libtool --config | /bin/sed -n -e 's/^objdir=//p'`; \ if [ -f $libtooldir/libbfd.a ]; then \ cp $libtooldir/libbfd.a libbfd.tmp; \ ranlib libbfd.tmp; \ /bin/bash ./../move-if-change libbfd.tmp libbfd.a; \ else true; fi touch stamp-lib make[6]: Leaving directory '/tmp/sdcc/support/sdbinutils/bfd' make[5]: Leaving directory '/tmp/sdcc/support/sdbinutils/bfd' make[4]: Leaving directory '/tmp/sdcc/support/sdbinutils/bfd' Configuring in ./binutils checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for x86_64-pc-linux-gnu-gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for library containing strerror... none required checking for a BSD-compatible install... install checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... mawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for x86_64-pc-linux-gnu-gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-ar... ar checking for x86_64-pc-linux-gnu-strip... no checking for strip... strip checking for x86_64-pc-linux-gnu-ranlib... ranlib checking command to parse nm output from gcc object... ok checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for dlfcn.h... (cached) yes checking for windows.h... no checking for library containing dlopen... -ldl checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 checking for bison... bison -y checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking whether NLS is requested... no checking whether NLS is requested... yes checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... no checking whether to enable maintainer-specific portions of Makefiles... no checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib checking size of long... 8 checking for long long... yes checking size of long long... 8 checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking whether string.h and strings.h may both be included... yes checking for working alloca.h... yes checking for alloca... yes checking for sbrk... yes checking for utimes... yes checking for setmode... no checking for getc_unlocked... yes checking for strcoll... yes checking for setlocale... yes checking for mkstemp... yes checking for mkdtemp... yes checking for mbstate_t... yes checking for library containing frexp... none required checking for LC_MESSAGES... yes checking for time_t in time.h... yes checking for time_t in sys/types.h... yes checking for a known getopt prototype in unistd.h... yes checking for utime.h... yes checking whether asprintf is declared... yes checking whether environ is declared... yes checking whether fprintf is declared... yes checking whether getc_unlocked is declared... yes checking whether getenv is declared... yes checking whether sbrk is declared... yes checking whether snprintf is declared... yes checking whether stpcpy is declared... yes checking whether strnlen is declared... yes checking whether strstr is declared... yes checking whether vsnprintf is declared... yes checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for ld used by GCC... ld -m elf_x86_64 checking if the linker (ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands make[4]: Entering directory '/tmp/sdcc/support/sdbinutils/binutils' /bin/bash ./../ylwrap arparse.y y.tab.c arparse.c y.tab.h arparse.h y.output arparse.output -- bison -y -d updating arparse.h /bin/bash ./../ylwrap sysinfo.y y.tab.c sysinfo.c y.tab.h sysinfo.h y.output sysinfo.output -- bison -y -d /tmp/sdcc/support/sdbinutils/binutils/sysinfo.y: warning: 1 shift/reduce conflict [-Wconflicts-sr] updating sysinfo.h if [ -r sysinfo.c ]; then \ gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 sysinfo.c ; \ else \ gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 ./sysinfo.c ; \ fi /bin/bash ./../ylwrap syslex.l lex.yy.c syslex.c -- flex gcc -c -I. -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 ./syslex_wrap.c In file included from ./syslex_wrap.c:25:0: syslex.c: In function 'yy_get_next_buffer': syslex.c:650:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for ( n = 0; n < max_size && \ ^ syslex.c:1186:3: note: in expansion of macro 'YY_INPUT' YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), ^~~~~~~~ In file included from ./syslex_wrap.c:25:0: syslex.c: In function 'yy_scan_bytes': syslex.c:1695:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for ( i = 0; i < _yybytes_len; ++i ) ^ gcc -g -O2 -g -O2 -o sysinfo sysinfo.o syslex_wrap.o ./sysinfo -d <./sysroff.info >sysroff.h /bin/bash ./../ylwrap defparse.y y.tab.c defparse.c y.tab.h defparse.h y.output defparse.output -- bison -y -d /tmp/sdcc/support/sdbinutils/binutils/defparse.y: warning: 27 shift/reduce conflicts [-Wconflicts-sr] updating defparse.h /bin/bash ./../ylwrap rcparse.y y.tab.c rcparse.c y.tab.h rcparse.h y.output rcparse.output -- bison -y -d /tmp/sdcc/support/sdbinutils/binutils/rcparse.y: warning: 58 shift/reduce conflicts [-Wconflicts-sr] /tmp/sdcc/support/sdbinutils/binutils/rcparse.y: warning: 10 reduce/reduce conflicts [-Wconflicts-rr] updating rcparse.h /bin/bash ./../ylwrap mcparse.y y.tab.c mcparse.c y.tab.h mcparse.h y.output mcparse.output -- bison -y -d /tmp/sdcc/support/sdbinutils/binutils/mcparse.y: warning: 1 shift/reduce conflict [-Wconflicts-sr] updating mcparse.h make[5]: Entering directory '/tmp/sdcc/support/sdbinutils/binutils' make[5]: Nothing to be done for 'info-am'. make[5]: Leaving directory '/tmp/sdcc/support/sdbinutils/binutils' make all-recursive make[5]: Entering directory '/tmp/sdcc/support/sdbinutils/binutils' make[6]: Entering directory '/tmp/sdcc/support/sdbinutils/binutils' gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT arparse.o -MD -MP -MF .deps/arparse.Tpo -c -o arparse.o `test -f arparse.c || echo ./`arparse.c mv -f .deps/arparse.Tpo .deps/arparse.Po /bin/bash ./../ylwrap arlex.l lex.yy.c arlex.c -- flex gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT arlex.o -MD -MP -MF .deps/arlex.Tpo -c -o arlex.o `test -f arlex.c || echo ./`arlex.c arlex.c: In function 'yy_get_next_buffer': arlex.c:708:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for ( n = 0; n < max_size && \ ^ arlex.c:1312:3: note: in expansion of macro 'YY_INPUT' YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), ^~~~~~~~ arlex.c: In function 'yy_scan_bytes': arlex.c:1821:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for ( i = 0; i < _yybytes_len; ++i ) ^ mv -f .deps/arlex.Tpo .deps/arlex.Po gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT ar.o -MD -MP -MF .deps/ar.Tpo -c -o ar.o ar.c mv -f .deps/ar.Tpo .deps/ar.Po gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT not-ranlib.o -MD -MP -MF .deps/not-ranlib.Tpo -c -o not-ranlib.o not-ranlib.c mv -f .deps/not-ranlib.Tpo .deps/not-ranlib.Po gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT arsup.o -MD -MP -MF .deps/arsup.Tpo -c -o arsup.o arsup.c mv -f .deps/arsup.Tpo .deps/arsup.Po gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT rename.o -MD -MP -MF .deps/rename.Tpo -c -o rename.o rename.c mv -f .deps/rename.Tpo .deps/rename.Po gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT binemul.o -MD -MP -MF .deps/binemul.Tpo -c -o binemul.o binemul.c mv -f .deps/binemul.Tpo .deps/binemul.Po gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT emul_vanilla.o -MD -MP -MF .deps/emul_vanilla.Tpo -c -o emul_vanilla.o emul_vanilla.c mv -f .deps/emul_vanilla.Tpo .deps/emul_vanilla.Po gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT bucomm.o -MD -MP -MF .deps/bucomm.Tpo -c -o bucomm.o bucomm.c mv -f .deps/bucomm.Tpo .deps/bucomm.Po gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT version.o -MD -MP -MF .deps/version.Tpo -c -o version.o version.c mv -f .deps/version.Tpo .deps/version.Po gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT filemode.o -MD -MP -MF .deps/filemode.Tpo -c -o filemode.o filemode.c mv -f .deps/filemode.Tpo .deps/filemode.Po /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -static-libstdc++ -static-libgcc -g -O2 -o sdar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lfl -ldl libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -static-libstdc++ -static-libgcc -g -O2 -o sdar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a -lfl -ldl gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT is-ranlib.o -MD -MP -MF .deps/is-ranlib.Tpo -c -o is-ranlib.o is-ranlib.c mv -f .deps/is-ranlib.Tpo .deps/is-ranlib.Po /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -static-libstdc++ -static-libgcc -g -O2 -o sdranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lfl -ldl libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -static-libstdc++ -static-libgcc -g -O2 -o sdranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a -lfl -ldl gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT objcopy.o -MD -MP -MF .deps/objcopy.Tpo -c -o objcopy.o objcopy.c mv -f .deps/objcopy.Tpo .deps/objcopy.Po gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT not-strip.o -MD -MP -MF .deps/not-strip.Tpo -c -o not-strip.o not-strip.c mv -f .deps/not-strip.Tpo .deps/not-strip.Po gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT rddbg.o -MD -MP -MF .deps/rddbg.Tpo -c -o rddbg.o rddbg.c mv -f .deps/rddbg.Tpo .deps/rddbg.Po gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o debug.c mv -f .deps/debug.Tpo .deps/debug.Po gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT stabs.o -MD -MP -MF .deps/stabs.Tpo -c -o stabs.o stabs.c mv -f .deps/stabs.Tpo .deps/stabs.Po gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT ieee.o -MD -MP -MF .deps/ieee.Tpo -c -o ieee.o ieee.c mv -f .deps/ieee.Tpo .deps/ieee.Po gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT rdcoff.o -MD -MP -MF .deps/rdcoff.Tpo -c -o rdcoff.o rdcoff.c mv -f .deps/rdcoff.Tpo .deps/rdcoff.Po gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT wrstabs.o -MD -MP -MF .deps/wrstabs.Tpo -c -o wrstabs.o wrstabs.c mv -f .deps/wrstabs.Tpo .deps/wrstabs.Po /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -static-libstdc++ -static-libgcc -g -O2 -o sdobjcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -ldl libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -static-libstdc++ -static-libgcc -g -O2 -o sdobjcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a -ldl gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT nm.o -MD -MP -MF .deps/nm.Tpo -c -o nm.o nm.c mv -f .deps/nm.Tpo .deps/nm.Po /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -static-libstdc++ -static-libgcc -g -O2 -o sdnm nm.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -ldl libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -static-libstdc++ -static-libgcc -g -O2 -o sdnm nm.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a -ldl gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT is-strip.o -MD -MP -MF .deps/is-strip.Tpo -c -o is-strip.o is-strip.c mv -f .deps/is-strip.Tpo .deps/is-strip.Po /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -static-libstdc++ -static-libgcc -g -O2 -o strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -ldl libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -static-libstdc++ -static-libgcc -g -O2 -o strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a -ldl gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT cxxfilt.o -MD -MP -MF .deps/cxxfilt.Tpo -c -o cxxfilt.o cxxfilt.c mv -f .deps/cxxfilt.Tpo .deps/cxxfilt.Po /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -static-libstdc++ -static-libgcc -g -O2 -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -ldl libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -static-libstdc++ -static-libgcc -g -O2 -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a -ldl gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT bfdtest1.o -MD -MP -MF .deps/bfdtest1.Tpo -c -o bfdtest1.o bfdtest1.c mv -f .deps/bfdtest1.Tpo .deps/bfdtest1.Po /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -static-libstdc++ -static-libgcc -g -O2 -o bfdtest1 bfdtest1.o ../bfd/libbfd.la ../libiberty/libiberty.a -ldl libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -static-libstdc++ -static-libgcc -g -O2 -o bfdtest1 bfdtest1.o ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a -ldl gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT bfdtest2.o -MD -MP -MF .deps/bfdtest2.Tpo -c -o bfdtest2.o bfdtest2.c mv -f .deps/bfdtest2.Tpo .deps/bfdtest2.Po /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -static-libstdc++ -static-libgcc -g -O2 -o bfdtest2 bfdtest2.o ../bfd/libbfd.la ../libiberty/libiberty.a -ldl libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -static-libstdc++ -static-libgcc -g -O2 -o bfdtest2 bfdtest2.o ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a -ldl make[6]: Leaving directory '/tmp/sdcc/support/sdbinutils/binutils' make[5]: Leaving directory '/tmp/sdcc/support/sdbinutils/binutils' make[4]: Leaving directory '/tmp/sdcc/support/sdbinutils/binutils' make[3]: Nothing to be done for 'all-target'. make[3]: Leaving directory '/tmp/sdcc/support/sdbinutils' make[2]: Leaving directory '/tmp/sdcc/support/sdbinutils' # in some cases (cygwin) the real binaries are in .libs for bin in sdar sdranlib sdnm sdobjcopy; do \ if [ -f support/sdbinutils/binutils/.libs/$bin ]; then \ cp support/sdbinutils/binutils/.libs/$bin bin; \ else \ cp support/sdbinutils/binutils/$bin bin; \ fi \ done for lib in support/makebin support/cpp; do make -C $lib; done make[2]: Entering directory '/tmp/sdcc/support/makebin' gcc -g -O2 -pipe -ggdb -g -O2 -Wall -Wno-parentheses -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I../.. -I./../../support/util -I. -c -o makebin.o makebin.c mkdir -p ../../bin gcc -g -O2 -g -O2 -g -O2 -o ../../bin/makebin makebin.o make[2]: Leaving directory '/tmp/sdcc/support/makebin' make[2]: Entering directory '/tmp/sdcc/support/cpp' mawk -f ./opt-gather.awk ./sdcpp.opt > tmp-optionlist /bin/sh ./move-if-change tmp-optionlist optionlist echo timestamp > s-options mawk -f ./opt-functions.awk -f ./opth-gen.awk \ < optionlist > tmp-options.h /bin/sh ./move-if-change tmp-options.h options.h echo timestamp > s-options-h gcc -c -g -O2 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. sdcpp.c -o sdcpp.o gcc -c -g -O2 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. sdcpp-opts.c -o sdcpp-opts.o gcc -c -g -O2 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. sdcpp-diagnostic.c -o sdcpp-diagnostic.o gcc -c -g -O2 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. c-ppoutput.c -o c-ppoutput.o gcc -g -O2 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. \ -DGCC_INCLUDE_DIR=\"/include\" -DGPLUSPLUS_INCLUDE_DIR=\"\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/sys-include\" -DTOOL_INCLUDE_DIR=\"/include\" \ -c ./cppdefault.c gcc -g -O2 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. \ -DPREFIX=\"/usr/local\" \ -c ./prefix.c gcc -c -g -O2 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. version.c -o version.o gcc -c -g -O2 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. opts.c -o opts.o gcc -c -g -O2 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. opts-common.c -o opts-common.o mawk -f ./opt-functions.awk -f ./optc-gen.awk \ -v header_name="config.h system.h options.h" < optionlist > options.c gcc -c -g -O2 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. options.c -o options.o gcc -c -g -O2 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. c-incpath.c -o c-incpath.o gcc -c -g -O2 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. libcpp/charset.c -o charset.o gcc -c -g -O2 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. libcpp/directives.c -o directives.o gcc -c -g -O2 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. libcpp/errors.c -o errors.o gcc -c -g -O2 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. libcpp/expr.c -o expr.o gcc -c -g -O2 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. libcpp/files.c -o files.o gcc -c -g -O2 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. libcpp/identifiers.c -o identifiers.o gcc -c -g -O2 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. libcpp/init.c -o init.o gcc -c -g -O2 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. libcpp/lex.c -o lex.o gcc -c -g -O2 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. libcpp/line-map.c -o line-map.o gcc -c -g -O2 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. libcpp/macro.c -o macro.o gcc -c -g -O2 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. libcpp/mkdeps.c -o mkdeps.o gcc -c -g -O2 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. libcpp/symtab.c -o symtab.o gcc -c -g -O2 -Wall -DHAVE_CONFIG_H -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. libcpp/traditional.c -o traditional.o rm -rf libcpp.a ar rc libcpp.a charset.o directives.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o symtab.o traditional.o ranlib libcpp.a mkdir -p ../../bin/ gcc -g -O2 -Wall -DHAVE_CONFIG_H -g -O2 -o ../../bin/sdcpp sdcpp.o sdcpp-opts.o sdcpp-diagnostic.o c-ppoutput.o cppdefault.o prefix.o version.o opts.o opts-common.o options.o c-incpath.o \ libcpp.a ../sdbinutils/libiberty/libiberty.a make[2]: Leaving directory '/tmp/sdcc/support/cpp' make -C src make[2]: Entering directory '/tmp/sdcc/src' mawk -f ./version.awk ../ChangeLog > version.h bison -y -d SDCC.y mv y.tab.c SDCCy.c mv y.tab.h SDCCy.h flex -8 -f -t SDCC.lex >SDCClex.c g++ -MM -I. -I.. -I./../support/util -I. -I. SDCCy.c SDCChasht.c SDCCmain.c SDCCsymt.c SDCCopt.c SDCCast.c SDCCmem.c SDCCval.c SDCCicode.c SDCCbitv.c SDCCset.c SDCClabel.c SDCCBBlock.c SDCCloop.c SDCCcse.c SDCCcflow.c SDCCdflow.c SDCClrange.c SDCCptropt.c SDCCpeeph.c SDCCglue.c SDCCasm.c SDCCmacro.c SDCCutil.c SDCCdebug.c cdbFile.c SDCCdwarf2.c SDCCerr.c SDCCsystem.c SDCCgen.c SDCClex.c ../support/util/NewAlloc.c ../support/util/dbuf.c ../support/util/dbuf_string.c ../support/util/findme.c SDCCbtree.cc SDCClospre.cc SDCCnaddr.cc >Makefile.dep gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c ../support/util/NewAlloc.c -o NewAlloc.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c ../support/util/dbuf.c -o dbuf.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c ../support/util/dbuf_string.c -o dbuf_string.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c ../support/util/findme.c -o findme.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCCy.c -o SDCCy.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCChasht.c -o SDCChasht.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCCmain.c -o SDCCmain.o SDCCmain.c: In function 'printVersionInfo': SDCCmain.c:491:7: warning: unused variable 'i' [-Wunused-variable] int i; ^ gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCCsymt.c -o SDCCsymt.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCCopt.c -o SDCCopt.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCCast.c -o SDCCast.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCCmem.c -o SDCCmem.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCCval.c -o SDCCval.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCCicode.c -o SDCCicode.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCCbitv.c -o SDCCbitv.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCCset.c -o SDCCset.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCClabel.c -o SDCClabel.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCCBBlock.c -o SDCCBBlock.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCCloop.c -o SDCCloop.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCCcse.c -o SDCCcse.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCCcflow.c -o SDCCcflow.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCCdflow.c -o SDCCdflow.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCClrange.c -o SDCClrange.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCCptropt.c -o SDCCptropt.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCCpeeph.c -o SDCCpeeph.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCCglue.c -o SDCCglue.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCCasm.c -o SDCCasm.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCCmacro.c -o SDCCmacro.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCCutil.c -o SDCCutil.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCCdebug.c -o SDCCdebug.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c cdbFile.c -o cdbFile.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCCdwarf2.c -o SDCCdwarf2.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCCerr.c -o SDCCerr.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCCsystem.c -o SDCCsystem.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCCgen.c -o SDCCgen.o gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c SDCClex.c -o SDCClex.o g++ -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c -o SDCCbtree.o SDCCbtree.cc g++ -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c -o SDCClospre.o SDCClospre.cc g++ -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I. -I.. -I./../support/util -I. -I. -c -o SDCCnaddr.o SDCCnaddr.cc make -C z80/ make[3]: Entering directory '/tmp/sdcc/src/z80' mawk -f ./../SDCCpeeph.awk peeph-gbz80.def > peeph-gbz80.rul mawk -f ./../SDCCpeeph.awk peeph-z80.def > peeph-z80.rul mawk -f ./../SDCCpeeph.awk peeph-tlcs90.def > peeph-tlcs90.rul mawk -f ./../SDCCpeeph.awk peeph.def > peeph.rul mawk -f ./../SDCCpeeph.awk peeph-r2k.def > peeph-r2k.rul g++ -MM -I./.. -I.. -I. -I../.. -I./../../support/util -I. gen.c main.c peep.c ralloc.c support.c ralloc2.cc >Makefile.dep gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I./.. -I.. -I. -I../.. -I./../../support/util -I. -c -o gen.o gen.c gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I./.. -I.. -I. -I../.. -I./../../support/util -I. -c -o main.o main.c gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I./.. -I.. -I. -I../.. -I./../../support/util -I. -c -o peep.o peep.c gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I./.. -I.. -I. -I../.. -I./../../support/util -I. -c -o ralloc.o ralloc.c gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I./.. -I.. -I. -I../.. -I./../../support/util -I. -c -o support.o support.c g++ -pipe -ggdb -g -O2 -I./.. -I.. -I. -I../.. -I./../../support/util -I. -c -o ralloc2.o ralloc2.cc rm -f port.a ar rc port.a gen.o main.o peep.o ralloc.o support.o ralloc2.o ranlib port.a make[3]: Leaving directory '/tmp/sdcc/src/z80' g++ -g -O2 -o ../bin/sdcc NewAlloc.o dbuf.o dbuf_string.o findme.o SDCCy.o SDCChasht.o SDCCmain.o SDCCsymt.o SDCCopt.o SDCCast.o SDCCmem.o SDCCval.o SDCCicode.o SDCCbitv.o SDCCset.o SDCClabel.o SDCCBBlock.o SDCCloop.o SDCCcse.o SDCCcflow.o SDCCdflow.o SDCClrange.o SDCCptropt.o SDCCpeeph.o SDCCglue.o SDCCasm.o SDCCmacro.o SDCCutil.o SDCCdebug.o cdbFile.o SDCCdwarf2.o SDCCerr.o SDCCsystem.o SDCCgen.o SDCClex.o SDCCbtree.o SDCClospre.o SDCCnaddr.o z80/port.a -lm make[2]: Leaving directory '/tmp/sdcc/src' make -C device/include make[2]: Entering directory '/tmp/sdcc/device/include' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/sdcc/device/include' make -C device/non-free/include make[2]: Entering directory '/tmp/sdcc/device/non-free/include' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/sdcc/device/non-free/include' for as in sdas/asz80 sdas/asrab; do make -C $as ; done make[2]: Entering directory '/tmp/sdcc/sdas/asz80' g++ -MM -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. z80pst.c z80mch.c z80adr.c ../asxxsrc/asdbg.c ../asxxsrc/asdata.c ../asxxsrc/asexpr.c ../asxxsrc/aslex.c ../asxxsrc/aslist.c ../asxxsrc/asmain.c ../asxxsrc/asout.c ../asxxsrc/assubr.c ../asxxsrc/assym.c ../asxxsrc/asmcro.c ../asxxsrc/sdas.c ../asxxsrc/strcmpi.c ../../support/util/dbuf.c ../../support/util/dbuf_string.c >Makefile.dep mkdir -p obj touch obj/.stamp gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/z80pst.o z80pst.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/z80mch.o z80mch.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/z80adr.o z80adr.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/asdbg.o ../asxxsrc/asdbg.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/asdata.o ../asxxsrc/asdata.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/asexpr.o ../asxxsrc/asexpr.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/aslex.o ../asxxsrc/aslex.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/aslist.o ../asxxsrc/aslist.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/asmain.o ../asxxsrc/asmain.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/asout.o ../asxxsrc/asout.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/assubr.o ../asxxsrc/assubr.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/assym.o ../asxxsrc/assym.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/asmcro.o ../asxxsrc/asmcro.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/sdas.o ../asxxsrc/sdas.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/strcmpi.o ../asxxsrc/strcmpi.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/dbuf.o ../../support/util/dbuf.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/dbuf_string.o ../../support/util/dbuf_string.c gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -g -O2 -g -O2 -o ../../bin/sdasz80 obj/z80pst.o obj/z80mch.o obj/z80adr.o obj/asdbg.o obj/asdata.o obj/asexpr.o obj/aslex.o obj/aslist.o obj/asmain.o obj/asout.o obj/assubr.o obj/assym.o obj/asmcro.o obj/sdas.o obj/strcmpi.o obj/dbuf.o obj/dbuf_string.o -lm make[2]: Leaving directory '/tmp/sdcc/sdas/asz80' make[2]: Entering directory '/tmp/sdcc/sdas/asrab' g++ -MM -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. rabpst.c rabmch.c rabadr.c ../asxxsrc/asdbg.c ../asxxsrc/asdata.c ../asxxsrc/asexpr.c ../asxxsrc/aslex.c ../asxxsrc/aslist.c ../asxxsrc/asmain.c ../asxxsrc/asout.c ../asxxsrc/assubr.c ../asxxsrc/assym.c ../asxxsrc/asmcro.c ../asxxsrc/sdas.c ../asxxsrc/strcmpi.c ../../support/util/dbuf.c ../../support/util/dbuf_string.c >Makefile.dep mkdir -p obj touch obj/.stamp gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/rabpst.o rabpst.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/rabmch.o rabmch.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/rabadr.o rabadr.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/asdbg.o ../asxxsrc/asdbg.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/asdata.o ../asxxsrc/asdata.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/asexpr.o ../asxxsrc/asexpr.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/aslex.o ../asxxsrc/aslex.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/aslist.o ../asxxsrc/aslist.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/asmain.o ../asxxsrc/asmain.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/asout.o ../asxxsrc/asout.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/assubr.o ../asxxsrc/assubr.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/assym.o ../asxxsrc/assym.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/asmcro.o ../asxxsrc/asmcro.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/sdas.o ../asxxsrc/sdas.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/strcmpi.o ../asxxsrc/strcmpi.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/dbuf.o ../../support/util/dbuf.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/dbuf_string.o ../../support/util/dbuf_string.c gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util -I. -I../.. -I./../../support/util -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -g -O2 -g -O2 -o ../../bin/sdasrab obj/rabpst.o obj/rabmch.o obj/rabadr.o obj/asdbg.o obj/asdata.o obj/asexpr.o obj/aslex.o obj/aslist.o obj/asmain.o obj/asout.o obj/assubr.o obj/assym.o obj/asmcro.o obj/sdas.o obj/strcmpi.o obj/dbuf.o obj/dbuf_string.o -lm make[2]: Leaving directory '/tmp/sdcc/sdas/asrab' make -C sdas/linksrc sdcc-ldz80 sdcc-ldz80 make[2]: Entering directory '/tmp/sdcc/sdas/linksrc' g++ -MM -I.. -I./.. -I. -I../.. -I./../../support/util -I. lk_readnl.c lkaomf51.c lkar.c lkarea.c lkdata.c lkelf.c lkeval.c lkhead.c lklex.c lklib.c lklibr.c lklist.c lkmain.c lkmem.c lknoice.c lkout.c lkrel.c lkrloc.c lkrloc3.c lks19.c lksdcclib.c lksym.c sdld.c lksdcdb.c lkbank.c ../asxxsrc/strcmpi.c >Makefile.dep mkdir -p obj touch obj/.stamp gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lk_readnl.o lk_readnl.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lkaomf51.o lkaomf51.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lkar.o lkar.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lkarea.o lkarea.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lkdata.o lkdata.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lkelf.o lkelf.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lkeval.o lkeval.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lkhead.o lkhead.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lklex.o lklex.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lklib.o lklib.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lklibr.o lklibr.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lklist.o lklist.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lkmain.o lkmain.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lkmem.o lkmem.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lknoice.o lknoice.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lkout.o lkout.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lkrel.o lkrel.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lkrloc.o lkrloc.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lkrloc3.o lkrloc3.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lks19.o lks19.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lksdcclib.o lksdcclib.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lksym.o lksym.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/sdld.o sdld.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lksdcdb.o lksdcdb.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lkbank.o lkbank.c gcc -c -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/strcmpi.o ../asxxsrc/strcmpi.c gcc -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -pipe -ggdb -g -O2 -Wall -Wno-parentheses -g -O2 -g -O2 -o ../../bin/sdld obj/lk_readnl.o obj/lkaomf51.o obj/lkar.o obj/lkarea.o obj/lkdata.o obj/lkelf.o obj/lkeval.o obj/lkhead.o obj/lklex.o obj/lklib.o obj/lklibr.o obj/lklist.o obj/lkmain.o obj/lkmem.o obj/lknoice.o obj/lkout.o obj/lkrel.o obj/lkrloc.o obj/lkrloc3.o obj/lks19.o obj/lksdcclib.o obj/lksym.o obj/sdld.o obj/lksdcdb.o obj/lkbank.o obj/strcmpi.o cp -p ../../bin/sdld ../../bin/sdldz80 make[2]: Nothing to be done for 'sdcc-ldz80'. make[2]: Leaving directory '/tmp/sdcc/sdas/linksrc' make -C support/scripts make[2]: Entering directory '/tmp/sdcc/support/scripts' cp ./as2gbmap.py ../../bin/as2gbmap && chmod +x ../../bin/as2gbmap make[2]: Leaving directory '/tmp/sdcc/support/scripts' make[1]: Leaving directory '/tmp/sdcc' cd /tmp/sdcc && mv ./bin/sdcc /home/build/z88dk/build/z88dk/bin/zsdcc cd /tmp/sdcc && mv ./bin/sdcpp /home/build/z88dk/build/z88dk/bin/zsdcpp rm -f -fR /tmp/sdcc make: Entering directory '/home/build/z88dk/build/z88dk/libsrc' rm -f lib/sccz80/z80.lib rm -f lib/sdcc_ix/z80.lib rm -f lib/sdcc_iy/z80.lib rm -f lib/sccz80/cpm.lib rm -f lib/sdcc_ix/cpm.lib rm -f lib/sdcc_iy/cpm.lib rm -f lib/sccz80/m.lib rm -f lib/sdcc_ix/m.lib rm -f lib/sdcc_iy/m.lib rm -f lib/sccz80/rc2014.lib rm -f lib/sdcc_ix/rc2014.lib rm -f lib/sdcc_iy/rc2014.lib rm -f lib/sccz80/sms.lib rm -f lib/sdcc_ix/sms.lib rm -f lib/sdcc_iy/sms.lib rm -f lib/sccz80/vgl.lib rm -f lib/sdcc_ix/vgl.lib rm -f lib/sdcc_iy/vgl.lib rm -f lib/sccz80/yaz180.lib rm -f lib/sdcc_ix/yaz180.lib rm -f lib/sdcc_iy/yaz180.lib rm -f lib/sccz80/z180.lib rm -f lib/sdcc_ix/z180.lib rm -f lib/sdcc_iy/z180.lib rm -f lib/sccz80/zx.lib rm -f lib/sdcc_ix/zx.lib rm -f lib/sdcc_iy/zx.lib rm -f lib/sccz80/zxn.lib rm -f lib/sdcc_ix/zxn.lib rm -f lib/sdcc_iy/zxn.lib rm -f config_private.inc zcc_opt.def find . -name '*.o' | xargs rm -f find . -name '*.err' | xargs rm -f make: Leaving directory '/home/build/z88dk/build/z88dk/libsrc' make: Entering directory '/home/build/z88dk/build/z88dk/libsrc' --- Building Z80 crt0 Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -I.. -x/home/build/z88dk/build/z88dk/libsrc//z80_crt0.lib @crt0.lst z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -I.. -mr2k -x/home/build/z88dk/build/z88dk/libsrc//rcmx000_crt0.lib @rcm.lst z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -I.. --IXIY -D__SDCC_IX -DZ80S183 -x/home/build/z88dk/build/z88dk/libsrc//z80iy_crt0.lib @crt0.lst z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -I.. -DZ80S183 -x/home/build/z88dk/build/z88dk/libsrc//z80s183_crt0 @crt0.lst z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -I.. -x/home/build/z88dk/build/z88dk/libsrc//z180_crt0.lib -mz180 @crt0_z180.lst z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -I.. -x/home/build/z88dk/build/z88dk/libsrc//ez80_crt0.lib -mz180 -DEZ80 @crt0_ez80.lst --- Building Z80 math48 Library --- TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//math48 @math48.lst TYPE=ixiy z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//math48_iy --IXIY @math48.lst --- Building Z80 Generic Maths Library --- TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//genmath @genmath.lst TYPE=ixiy z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --IXIY -x/home/build/z88dk/build/z88dk/libsrc//genmath_iy @genmath.lst TYPE=ixiy z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --IXIY -x/home/build/z88dk/build/z88dk/libsrc//genmath_zx81 @genmathzx81.lst --- Building Microsoft Single Precision Maths Library --- TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//mbf32 @mbf32.lst TYPE=ixiy z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --IXIY -x/home/build/z88dk/build/z88dk/libsrc//mbf32_iy @mbf32.lst --- Building Microsoft Double Precision Maths Library --- TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//mbf64 @mbf64.lst TYPE=ixiy z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --IXIY -x/home/build/z88dk/build/z88dk/libsrc//mbf64_iy @mbf64.lst --- Building IEEE Single Precision Maths Library --- TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//math32 @math32.lst TYPE=z80-fast z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//math32_fast @math32.lst TYPE=ixiy z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --IXIY -x/home/build/z88dk/build/z88dk/libsrc//math32_ixiy @math32.lst TYPE=z80-zxn z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//math32_zxn @math32.lst TYPE=z180 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//math32_z180 @math32.lst sccz80:"readbyte.c" L:46 Warning:Value is out of range for assignment [-Wlimited-range] sccz80:"writebyte.c" L:52 Warning:Value is out of range for assignment [-Wlimited-range] z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//gendos @genlist ---> Building NDOS library <--- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//ndos @ndoslist --- Building 3D Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//lib3d @lib3d.lst --- Building X11 emulation Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//x11 @x11.lst --- Building fast integer maths library --- TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//fastmath.lib @fastmath.lst TYPE=ixiy z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//fastmath_ixiy.lib @fastmath.lst ---> Building RS232 libraries <--- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//rs232osca @oscalist z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//rs232cpc_booster @boosterlist z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//rs232cpc_sti @stilist z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//rs232if1 @if1list z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//rs232plus @p3list --- Building Z88 Maths Library --- TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//z88_math @z88math.lst --- Building Z88 Library --- sccz80:"zsock/fopen_zsock.c" L:47 Warning:Assigning 'ptr', type: unsigned char uint8_t*ptr from char * [-Wincompatible-pointer-types] make[1]: Nothing to be done for 'all'. z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -I/home/build/z88dk/build/z88dk/libsrc//../lib//target/z88/def -x/home/build/z88dk/build/z88dk/libsrc//net @zsock_list z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -I/home/build/z88dk/build/z88dk/libsrc//../lib//arch/z88/def -x/home/build/z88dk/build/z88dk/libsrc//netdev @zsockdev_list TARGET=z88 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -I/home/build/z88dk/build/z88dk/libsrc//../lib//target/z88/def -DSTANDARDESCAPECHARS -DFORz88 -x/home/build/z88dk/build/z88dk/libsrc//z88_clib @./z88.lst --- Building TI82 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=ti82 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORti82 -DPACKEDFONT -x/home/build/z88dk/build/z88dk/libsrc//ti82_clib @./ticalc.lst --- Building TI83 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=ti83 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORti83 -DPACKEDFONT -x/home/build/z88dk/build/z88dk/libsrc//ti83_clib @./ticalc.lst --- Building TI83+ Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=ti8x TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORti83p -DPACKEDFONT -x/home/build/z88dk/build/z88dk/libsrc//ti83p_clib @./ticalc.lst --- Building TI85 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=ti85 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORti85 -DPACKEDFONT -x/home/build/z88dk/build/z88dk/libsrc//ti85_clib @./ticalc.lst --- Building TI86 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=ti86 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORti86 -DPACKEDFONT -x/home/build/z88dk/build/z88dk/libsrc//ti86_clib @./ticalc.lst --- Building TS2068 (Spectrum clone) Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=zx TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORzx -DFORts2068 -DA80COL -x/home/build/z88dk/build/z88dk/libsrc//ts2068_clib @./ts2068.lst --- Building TS2068 High Resolution Graphics Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORgfx2068hr -x/home/build/z88dk/build/z88dk/libsrc//gfx2068hr @./gfx2068hr.lst --- Building ZX Spectrum Graphics Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORzx -x/home/build/z88dk/build/z88dk/libsrc//gfxspectrum @./gfxspectrum.lst --- Building ZX Spectrum Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=zx TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORzx -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//zx_clib @./zx.lst TARGET=zx TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORzx -x/home/build/z88dk/build/z88dk/libsrc//zxcpm @./zxcpm.lst --- Building ZXVGS Library --- make[1]: Nothing to be done for 'all'. Nothing to do! z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORzx -x/home/build/z88dk/build/z88dk/libsrc//zxvgs @./zxvgs.lst --- Building ZX Spectrum Maths Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORzx -x/home/build/z88dk/build/z88dk/libsrc//mzx @zxmlist --- Building ZX Spectrum Tiny Maths Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORzx -DTINYMODE -x/home/build/z88dk/build/z88dk/libsrc//mzx_tiny @zxmlist --- Building Timex TS2068 Maths Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORts2068 -x/home/build/z88dk/build/z88dk/libsrc//m2068 @zxmlist --- Building ZXROM Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORzx -DSTANDARDESCAPECHARS -DNOROMCALLS -x/home/build/z88dk/build/z88dk/libsrc//zxrom @./zxrom.lst --- Building ZX Spectrum fcntl libraries --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//zxmdv @mdvlist z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//p3 @plus3.lst z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//zxbasdrv @zxbdlst z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//zxbasdos @zxbdlst2 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//esxdos @esxdos.lst --- Building Enterprise 64/128 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=enterprise TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORenterprise -x/home/build/z88dk/build/z88dk/libsrc//enterprise_clib @./enterprise.lst --- Building Enterprise 64/128 Graphics Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORenterprise -x/home/build/z88dk/build/z88dk/libsrc//gfxep @./gfxep.lst --- Building Enterprise 64/128 High Resolution Graphics Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORenterprisehr -x/home/build/z88dk/build/z88dk/libsrc//gfxephr @./gfxephr.lst --- Building Commodore 128 ANSI Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=c128 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORc128 -x/home/build/z88dk/build/z88dk/libsrc//c128cpm @./c128cpm.lst TARGET=c128 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORc128 -x/home/build/z88dk/build/z88dk/libsrc//c128ansi_clib @./c128ansi.lst --- Building Commodore 128 Base Graphics Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORc128 -x/home/build/z88dk/build/z88dk/libsrc//gfx128 @./gfx128.lst --- Building Commodore 128 High Resolution Graphics Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORc128hr -x/home/build/z88dk/build/z88dk/libsrc//gfx128hr @./gfx128hr.lst --- Building Commodore 128 640x480 HRG Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORc128hr480 -x/home/build/z88dk/build/z88dk/libsrc//gfx128hr480 @./gfx128hr480.lst --- Building Amstrad NC100 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=nc TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORnc -x/home/build/z88dk/build/z88dk/libsrc//nc_clib @./nc100.lst --- Building NC-100 Graphics Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORnc100 -x/home/build/z88dk/build/z88dk/libsrc//gfxnc100 @./gfxnc.lst --- Building NC-100 Graphics Library (ZCN)--- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORnc100 -DFORzcn -x/home/build/z88dk/build/z88dk/libsrc//gfxzcn @./gfxnc.lst --- Building NC-200 Graphics Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORnc200 -x/home/build/z88dk/build/z88dk/libsrc//gfxnc200 @./gfxnc.lst --- Building Amstrad CPC Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. --- Building Amstrad CPC fcntl Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORcpc -x/home/build/z88dk/build/z88dk/libsrc//cpcfs @cpcfs.lst TARGET=cpc TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORcpc -x/home/build/z88dk/build/z88dk/libsrc//cpc_clib @./cpc.lst TARGET=cpc TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORcpc -x/home/build/z88dk/build/z88dk/libsrc//cpccpm @./cpccpm.lst --- Building Amstrad CPC Maths Libraries --- sccz80:"ftoa.c" L:18 Warning:Implicit definition of function 'pow10' it will return an int. Prototype it explicitly if this is not what you want. [-Wimplicit-function-definition] TYPE=cpc z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//cpc_math @cpcmath.lst sccz80:"ftoa.c" L:18 Warning:Implicit definition of function 'pow10' it will return an int. Prototype it explicitly if this is not what you want. [-Wimplicit-function-definition] TYPE=464 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//464_math @cpcmath.lst sccz80:"ftoa.c" L:18 Warning:Implicit definition of function 'pow10' it will return an int. Prototype it explicitly if this is not what you want. [-Wimplicit-function-definition] TYPE=664 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//664_math @cpcmath.lst sccz80:"ftoa.c" L:18 Warning:Implicit definition of function 'pow10' it will return an int. Prototype it explicitly if this is not what you want. [-Wimplicit-function-definition] TYPE=6128 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//6128_math @cpcmath.lst --- Building ABC80 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=abc80 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORabc80 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//abc80_clib @./abc80.lst --- Building ABC800 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=abc800 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//abc800_clib @./abc800.lst --- Building Jupiter Ace Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=ace TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORace -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//ace_clib.lib @./ace.lst --- Building Jupiter Ace Graphics Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORace -x/home/build/z88dk/build/z88dk/libsrc//gfxace @./gfxace.lst --- Building Jupiter Ace UDG based Graphics Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORaceudg -x/home/build/z88dk/build/z88dk/libsrc//gfxaceudg @./gfxaceudg.lst --- Building Mattel Aquarius Library (& 80x72 GFX) --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=aquarius TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORaquarius -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//aquarius_clib.lib @./aquarius.lst --- Building Mattel Aquarius 80x48 Graphics lib --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORaq48 -x/home/build/z88dk/build/z88dk/libsrc//gfxaq48 @./gfxaq48.lst --- Building Aussie Byte Library --- TARGET=aussie TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORaussie -x/home/build/z88dk/build/z88dk/libsrc//aussie.lib @./aussie.lst --- Building MicroBee Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=bee TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORbee -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//bee_clib.lib @./bee.lst --- Building MicroBee Library (CP/M & graphics) --- TARGET=bee TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORbee -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//microbee.lib @./beecpm.lst z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORbee -x/home/build/z88dk/build/z88dk/libsrc//gfxbee.lib @./beegfx.lst z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORbeehr -x/home/build/z88dk/build/z88dk/libsrc//gfxbee640.lib @./beegfxhr.lst z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORbeehr320 -x/home/build/z88dk/build/z88dk/libsrc//gfxbee320.lib @./beegfxhr320.lst z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORbeehr512 -x/home/build/z88dk/build/z88dk/libsrc//gfxbee512.lib @./beegfxhr512.lst --- Building Philips Videopac C7420 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=c7420 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORc7420 -x/home/build/z88dk/build/z88dk/libsrc//c7420_clib.lib @./c7420.lst --- Building CP/M Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. sccz80:"dir_get_entry_size.c" L:18 Warning:Assigning 'szptr', type: unsigned char *szptr from char *fc_dirbuf [-Wincompatible-pointer-types] sccz80:"dir_get_entry_size.c" L:18 Warning:Assigning 'szptr', type: unsigned char *szptr from char *fc_dirbuf [-Wincompatible-pointer-types] sccz80:"parsefcb.c" L:42 Warning:Assigning 'ptr', type: unsigned char *ptr from char * [-Wincompatible-pointer-types] TARGET=cpm TYPE=z80 DEVICE=nodevice z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//cpm_clib @./cpm.lst --- Building CP/M Device fnctl Library --- TARGET=cpm TYPE=z80 DEVICE=device z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//cpmdevice @fcntl/cpm/fcntl.lst --- Building Kaypro graphics Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORkaypro -x/home/build/z88dk/build/z88dk/libsrc//gfxkp @./gfxkp.lst z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORkaypro83 -I/home/build/z88dk/build/z88dk/libsrc//../lib/ -x/home/build/z88dk/build/z88dk/libsrc//gfxkp83 @./target/kaypro83/gfxkp83.lst --- Building Otrona Attache Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORattache -x/home/build/z88dk/build/z88dk/libsrc//gfxattache @./gfxattache.lst TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORattache -x/home/build/z88dk/build/z88dk/libsrc//attache @./attache.lst --- Building Osborne 1 graphics Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORosborne1 -x/home/build/z88dk/build/z88dk/libsrc//gfxosborne1 @./gfxosborne1.lst --- Building Tatung Einstein Library --- TARGET=einstein TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFOReinstein -x/home/build/z88dk/build/z88dk/libsrc//einstein @./einstein.lst --- Building Casio FP-1100 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=fp1100 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORfp1100 -x/home/build/z88dk/build/z88dk/libsrc//fp1100_clib @./fp1100.lst --- Building Galaksija Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=gal TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORgal -x/home/build/z88dk/build/z88dk/libsrc//gal_clib @./gal.lst TARGET=gal TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORgal -Dtextgraphics -x/home/build/z88dk/build/z88dk/libsrc//gfxgaltext @target/gal/gfxgaltext.lst --- Building Sharp PC-G8xx/E2xx Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=g800 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORg800 -x/home/build/z88dk/build/z88dk/libsrc//g800_clib @./g800.lst TARGET=g800 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORg800 -x/home/build/z88dk/build/z88dk/libsrc//g850_clib @./g850.lst --- Building SORD M5 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=m5 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORm5 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//m5_clib @./m5.lst --- Building CCE MC-1000 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=mc1000 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORmc1000 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//mc1000_clib @./mc1000.lst --- Building MSX Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=msx TYPE=z80 DEVICE=nodevice z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORmsx -x/home/build/z88dk/build/z88dk/libsrc//msx_clib @./msx.lst TARGET=msx TYPE=z80 DEVICE=nodevice z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORmsx -x/home/build/z88dk/build/z88dk/libsrc//msxbios @target/msx/arch_msxbios.lst --- Building Memotech MTX Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=mtx TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORmtx -x/home/build/z88dk/build/z88dk/libsrc//mtx_clib @./mtx.lst --- Building Sharp MZ Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=mz TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORmz -x/home/build/z88dk/build/z88dk/libsrc//mz_clib @./mz.lst --- Building Sharp MZ-2500 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=mz2500 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORmz2500 -x/home/build/z88dk/build/z88dk/libsrc//mz2500_clib @./mz2500.lst --- Building Sharp X1 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=x1 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORx1 -x/home/build/z88dk/build/z88dk/libsrc//x1_clib @./x1.lst --- Building NASCOM Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=nascom TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORnascom -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//nascom_clib @./nascom.lst --- Building Grundy NewBrain Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//nbdrv @nbflst TARGET=newbrain TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORnewbrain -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//newbrain_clib @./newbrain.lst TARGET=newbrain TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORnewbrain -x/home/build/z88dk/build/z88dk/libsrc//nbcpm_clib @./nbcpm.lst --- Building Old School Computer Architecture Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//flosdos @floslist sccz80:"open.c" L:42 Warning:Assigning 'flosfile', type: struct flos_file *flosfile from char * [-Wincompatible-pointer-types] z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//flosxdos @floslist TARGET=osca TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORosca -DSTANDARDESCAPECHARS -DSDHC_SUPPORT -x/home/build/z88dk/build/z88dk/libsrc//osca_clib.lib @./osca.lst --- Building Sharp OZ family ANSI Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=oz TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORoz -DPACKEDFONT -x/home/build/z88dk/build/z88dk/libsrc//ozansi_clib @./ozansi.lst --- Building PacMan HW Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=pacman TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORpacman -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//pacman_clib @./pacman.lst --- Building Philips P2000 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=p2000 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORp2000 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//p2000_clib @./p2000.lst --- Building PC6001 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=pc6001 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORpc6001 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//pc6001_clib @./pc6001.lst --- Building PC8801 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=pc88 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORpc88 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//pc88_clib @./pc88.lst --- Building PC8801 160x100 graphics Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORpc88 -x/home/build/z88dk/build/z88dk/libsrc//gfxpc88 @./gfxpc88.lst --- Building PC8801 640x200 Mono Graphics Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORpc88hr200 -x/home/build/z88dk/build/z88dk/libsrc//gfxpc88hr200 @./gfxpc88hr200.lst --- Building Sprinter Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=pps TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORzx -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//pps_clib @./pps.lst --- Building PX-4/HC-40 Library --- TARGET=px4 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORpx4 -x/home/build/z88dk/build/z88dk/libsrc//px4 @./px4.lst --- Building PX-8/Geneva Library --- TARGET=px8 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORpx8 -x/home/build/z88dk/build/z88dk/libsrc//px8 @./px8.lst --- Building Xircom Rex Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=rex TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORrex -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//rex_clib.lib @./rex6000.lst --- Building Bandai RX78 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=rx78 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORrx78 -x/home/build/z88dk/build/z88dk/libsrc//rx78_clib @./rx78.lst --- Building SC-3000 System Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=sc3000 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORsc3000 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//sc3000_clib @./sc3000.lst --- Building Sega Master System Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=sms TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORsms -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//sms_clib @./sms.lst --- Building Camputers Lynx Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=lynx TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORlynx -x/home/build/z88dk/build/z88dk/libsrc//lynx_clib @./lynx.lst --- Building Spectravideo Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. TARGET=svi TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORsvi -x/home/build/z88dk/build/z88dk/libsrc//svi_clib @./svi.lst TARGET=svi TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORsvi -x/home/build/z88dk/build/z88dk/libsrc//svibios @target/svi/arch_svibios.lst --- Building Sam Coupe Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=sam TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORsam -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//sam_clib @./sam.lst --- Building Sorcerer Exidy Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=srr TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORsorcerer -x/home/build/z88dk/build/z88dk/libsrc//sorcerer_clib @./sorcerer.lst --- Building S-OS (The Sentinel) Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=sos TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORsos -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//sos_clib.lib @./sos.lst --- Building TIKI-100 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=tiki100 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORtiki100 -x/home/build/z88dk/build/z88dk/libsrc//tiki100 @./tiki100.lst --- Building TRS 80 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=trs80 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORtrs80 -x/home/build/z88dk/build/z88dk/libsrc//trs80_clib @./trs80.lst TARGET=trs80 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORtrs80 -x/home/build/z88dk/build/z88dk/libsrc//trs80cpm @./trs80cpm.lst --- Building TRS 80 GFX libraires --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORtrs80 -x/home/build/z88dk/build/z88dk/libsrc//gfxtrs80 @./gfxtrs80.lst z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFOReg2000 -x/home/build/z88dk/build/z88dk/libsrc//gfxeg2000 @./gfxeg2000.lst ---> Building TRSDOS library <--- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//trsdos @trsdos.lst --- Building Philips VG5000 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=vg5k TYPE=ixiy z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --IXIY -DFORvg5k -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//vg5k_clib @./vg5k.lst --- Building VZ200/300 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=vz TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORvz -x/home/build/z88dk/build/z88dk/libsrc//vz_clib @./vz200.lst z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORvz -DBLOCKgfx -x/home/build/z88dk/build/z88dk/libsrc//gfxvzblock @./gfxvzblock.lst --- Building Canon X-07 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=x07 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//x07_clib @./x07.lst --- Building Embedded (ns16450) Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=embedded TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORembedded -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//embedded_clib @./embedded.lst --- Building Test System Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=test TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORtest -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//test_clib @./test.lst --- Building Test System Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=test TYPE=r2k z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORtest -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//testrcm_clib @./testrcm.lst --- Building Robotron Z1013 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=z1013 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORz1013 -x/home/build/z88dk/build/z88dk/libsrc//z1013_clib @./z1013.lst --- Building Robotron KC85/1, KC/87, Z9001 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=z9001 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORz9001 -x/home/build/z88dk/build/z88dk/libsrc//z9001_clib @./z9001.lst --- Building Z9001 Standard Graphics Libraires --- TARGET=z9001 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORz9001 -x/home/build/z88dk/build/z88dk/libsrc//gfx9001 @./gfx9001.lst --- Building Z9001 KRT High Resolution libraires --- TARGET=z9001 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORz9001krt -x/home/build/z88dk/build/z88dk/libsrc//gfx9001krt @./gfx9001krt.lst --- Building VEB Mikroelektronik KC85/2..5 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=kc TYPE=ixiy z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --IXIY -DSTANDARDESCAPECHARS -DFORkc -x/home/build/z88dk/build/z88dk/libsrc//kc_clib @./kc.lst --- Building Casio PV-1000 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=pv1000 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORpv1000 -x/home/build/z88dk/build/z88dk/libsrc//pv1000_clib @./pv1000.lst --- Building Casio PV-2000 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=pv2000 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORpv2000 -x/home/build/z88dk/build/z88dk/libsrc//pv2000_clib @./pv2000.lst --- Building Colecovision Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=coleco TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORcoleco -x/home/build/z88dk/build/z88dk/libsrc//coleco_clib @./coleco.lst --- Building Mitsubishi Multi8 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=multi8 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORmulti8 -x/home/build/z88dk/build/z88dk/libsrc//multi8_clib @./multi8.lst --- Building Triump Adler Alphatronic PC Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=alphatro TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORalphatro -x/home/build/z88dk/build/z88dk/libsrc//alphatro_clib @./alphatro.lst --- Building Samsung SPC-1000 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=spc1000 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORspc1000 -x/home/build/z88dk/build/z88dk/libsrc//spc1000_clib @./spc1000.lst --- Building VTech Laser 350/500/700 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=laser500 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORlaser500 -x/home/build/z88dk/build/z88dk/libsrc//laser500_clib @./laser500.lst --- Building Super80 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=super80 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORsuper80 -x/home/build/z88dk/build/z88dk/libsrc//super80_clib @./super80.lst --- Building Super80 VDUEM Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=super80 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORsuper80 -x/home/build/z88dk/build/z88dk/libsrc//super80_vduem_clib @./super80_vduem.lst --- Building Coleco Adam Library --- TARGET=coleco TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORcoleco -DFORadam -x/home/build/z88dk/build/z88dk/libsrc//adam @./adam.lst --- Building Z80 TV Game Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=z80tvgame TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORz80tvgame -x/home/build/z88dk/build/z88dk/libsrc//z80tvgame_clib @./z80tvgame.lst --- Building Sony SMC-70/SMC-777 Library --- TARGET=smc777 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORsmc777 -x/home/build/z88dk/build/z88dk/libsrc//smc777 @./smc777.lst --- Building Toshiba Pasopia7 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=pasopia7 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORpasopia7 -x/home/build/z88dk/build/z88dk/libsrc//pasopia7_clib @./pasopia7.lst --- Building Bandai Supervision 8000 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=sv8000 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORsv8000 -x/home/build/z88dk/build/z88dk/libsrc//sv8000_clib @./sv8000.lst --- Building Excalibur 64 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=excali64 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORexcali64 -x/home/build/z88dk/build/z88dk/libsrc//excali64_clib @./excali64_clib.lst TARGET=excali64 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORexcali64 -x/home/build/z88dk/build/z88dk/libsrc//excali64 @./excali64.lst --- Building Preemptive threading Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//preempt thread_exit.o sem_getvalue.o thread_manager_start.o get_task.o roundrobin_scheduler.o thread_manager_init_real.o sem_destroy.o sem_init.o sem_post.o thread_manager.o sem_wait.o thread_create.o --- Building ZX80 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=zx80 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORzx80 -x/home/build/z88dk/build/z88dk/libsrc//zx80_clib @./zx80.lst --- Building ZX81 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=zx81 TYPE=ixiy z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS --IXIY -DFORzx81 -x/home/build/z88dk/build/z88dk/libsrc//zx81_clib @./zx81.lst --- Building ZX81 Standard Graphics Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --IXIY -DFORzx81 -x/home/build/z88dk/build/z88dk/libsrc//gfx81 @./target/zx81/gfx81.lst --- Building Lambda 8300 Graphics Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --IXIY -DFORlambda -x/home/build/z88dk/build/z88dk/libsrc//gfxlambda @./target/zx81/gfx81.lst --- Building ZX81 UDG based Graphics Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --IXIY -DFORzx81udg -x/home/build/z88dk/build/z88dk/libsrc//gfx81udg @./target/zx81/gfx81udg.lst --- Building ZX81 High Resolution Libraries (64 rows) --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --IXIY -DFORzx81hr64 -x/home/build/z88dk/build/z88dk/libsrc//gfx81hr64 @./target/zx81/gfx81hr.lst z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --IXIY -DFORzx81hr64 -DARX816 -x/home/build/z88dk/build/z88dk/libsrc//gfx81arx64 @./target/zx81/gfx81arx.lst z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --IXIY -DFORzx81mt64 -DMTHRG -x/home/build/z88dk/build/z88dk/libsrc//gfx81mt64 @./target/zx81/gfx81mt.lst --- Building ZX81 High Resolution Libraries (192 rows) --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --IXIY -DFORzx81hr192 -x/home/build/z88dk/build/z88dk/libsrc//gfx81hr192 @./target/zx81/gfx81hr.lst z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --IXIY -DFORzx81hr192 -DARX816 -x/home/build/z88dk/build/z88dk/libsrc//gfx81arx192 @./target/zx81/gfx81arx.lst z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --IXIY -DFORzx81mt192 -DMTHRG -x/home/build/z88dk/build/z88dk/libsrc//gfx81mt192 @./target/zx81/gfx81mt.lst z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --IXIY -DFORzx81g007 -DG007 -x/home/build/z88dk/build/z88dk/libsrc//gfx81g007 @./target/zx81/gfx81g007.lst --- Building ZX 81 Maths Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORzx81 --IXIY -x/home/build/z88dk/build/z88dk/libsrc//m81 @zxmlist --- Building ZX 81 Tiny Maths Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORzx81 --IXIY -DTINYMODE -x/home/build/z88dk/build/z88dk/libsrc//m81_tiny @zxmlist --- Building Lambda 8300 Maths Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORlambda --IXIY -x/home/build/z88dk/build/z88dk/libsrc//mlambda @zxmlist --- Building Lambda 8300 Tiny Maths Library --- z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORlambda --IXIY -DTINYMODE -x/home/build/z88dk/build/z88dk/libsrc//mlambda_tiny @zxmlist --- Building Lambda 8300 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=zx81 TYPE=ixiy z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS --IXIY -DFORlambda -x/home/build/z88dk/build/z88dk/libsrc//lambda_clib @./zx81.lst --- SP1 Software Sprite Engine --- Making default build for all targets Results in z88dk/libsrc/sprites/software/sp1/{target} Making sp1-spectrum z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -xspectrum/sp1 @spectrum.lst Making sp1-ts2068hr z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -xts2068hr/sp1 @ts2068hr.lst Making sp1-zx81hr z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -xzx81hr/sp1 --IXIY @zx81hr.lst --- Building RCM2/3000 Library --- make[1]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=rcmx000 TYPE=r2k z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mr2k -DSTANDARDESCAPECHARS -DFORrcmx000 -x/home/build/z88dk/build/z88dk/libsrc//rcmx000_clib @./rcmx000.lst make: Leaving directory '/home/build/z88dk/build/z88dk/libsrc' make: Entering directory '/home/build/z88dk/build/z88dk/libsrc' cp /home/build/z88dk/build/z88dk/libsrc//*.lib ../lib/clibs make: Leaving directory '/home/build/z88dk/build/z88dk/libsrc' make: Entering directory '/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT' m4 -DCFG_ASM_DEF target/z80/config.m4 > target/z80/config_z80_private.inc m4 -DCFG_ASM_PUB target/z80/config.m4 > target/z80/config_z80_public.inc m4 -DCFG_C_DEF target/z80/config.m4 > target/z80/config_z80.h cp target/z80/config_z80_private.inc config_private.inc z80asm -xlib/sccz80/z80 @target/z80/library/z80_sccz80.lst z80asm -xlib/sdcc_ix/z80 -D__SDCC -D__SDCC_IX @target/z80/library/z80_sdcc_ix.lst z80asm --IXIY -xlib/sdcc_iy/z80 -D__SDCC -D__SDCC_IY @target/z80/library/z80_sdcc_iy.lst m4 -DCFG_ASM_DEF target/cpm/config.m4 > target/cpm/config_cpm_private.inc m4 -DCFG_ASM_PUB target/cpm/config.m4 > target/cpm/config_cpm_public.inc m4 -DCFG_C_DEF target/cpm/config.m4 > target/cpm/config_cpm.h cp target/cpm/config_cpm_private.inc config_private.inc z80asm -xlib/sccz80/cpm @target/cpm/library/cpm_sccz80.lst z80asm -xlib/sdcc_ix/cpm -D__SDCC -D__SDCC_IX @target/cpm/library/cpm_sdcc_ix.lst z80asm --IXIY -xlib/sdcc_iy/cpm -D__SDCC -D__SDCC_IY @target/cpm/library/cpm_sdcc_iy.lst m4 -DCFG_ASM_DEF target/m/config.m4 > target/m/config_m_private.inc m4 -DCFG_ASM_PUB target/m/config.m4 > target/m/config_m_public.inc m4 -DCFG_C_DEF target/m/config.m4 > target/m/config_m.h cp target/m/config_m_private.inc config_private.inc z80asm -xlib/sccz80/m @target/m/library/m_sccz80.lst z80asm -xlib/sdcc_ix/m -D__SDCC -D__SDCC_IX @target/m/library/m_sdcc_ix.lst z80asm --IXIY -xlib/sdcc_iy/m -D__SDCC -D__SDCC_IY @target/m/library/m_sdcc_iy.lst m4 -DCFG_ASM_DEF target/rc2014/config.m4 > target/rc2014/config_rc2014_private.inc m4 -DCFG_ASM_PUB target/rc2014/config.m4 > target/rc2014/config_rc2014_public.inc m4 -DCFG_C_DEF target/rc2014/config.m4 > target/rc2014/config_rc2014.h cp target/rc2014/config_rc2014_private.inc config_private.inc z80asm -xlib/sccz80/rc2014 @target/rc2014/library/rc2014_sccz80.lst z80asm -xlib/sdcc_ix/rc2014 -D__SDCC -D__SDCC_IX @target/rc2014/library/rc2014_sdcc_ix.lst z80asm --IXIY -xlib/sdcc_iy/rc2014 -D__SDCC -D__SDCC_IY @target/rc2014/library/rc2014_sdcc_iy.lst m4 -DCFG_ASM_DEF target/sms/config.m4 > target/sms/config_sms_private.inc m4 -DCFG_ASM_PUB target/sms/config.m4 > target/sms/config_sms_public.inc m4 -DCFG_C_DEF target/sms/config.m4 > target/sms/config_sms.h cp target/sms/config_sms_private.inc config_private.inc z80asm -xlib/sccz80/sms @target/sms/library/sms_sccz80.lst z80asm -xlib/sdcc_ix/sms -D__SDCC -D__SDCC_IX @target/sms/library/sms_sdcc_ix.lst z80asm --IXIY -xlib/sdcc_iy/sms -D__SDCC -D__SDCC_IY @target/sms/library/sms_sdcc_iy.lst m4 -DCFG_ASM_DEF target/vgl/config.m4 > target/vgl/config_vgl_private.inc m4 -DCFG_ASM_PUB target/vgl/config.m4 > target/vgl/config_vgl_public.inc m4 -DCFG_C_DEF target/vgl/config.m4 > target/vgl/config_vgl.h cp target/vgl/config_vgl_private.inc config_private.inc z80asm -xlib/sccz80/vgl @target/vgl/library/vgl_sccz80.lst z80asm -xlib/sdcc_ix/vgl -D__SDCC -D__SDCC_IX @target/vgl/library/vgl_sdcc_ix.lst z80asm --IXIY -xlib/sdcc_iy/vgl -D__SDCC -D__SDCC_IY @target/vgl/library/vgl_sdcc_iy.lst m4 -DCFG_ASM_DEF target/yaz180/config.m4 > target/yaz180/config_yaz180_private.inc m4 -DCFG_ASM_PUB target/yaz180/config.m4 > target/yaz180/config_yaz180_public.inc m4 -DCFG_C_DEF target/yaz180/config.m4 > target/yaz180/config_yaz180.h cp target/yaz180/config_yaz180_private.inc config_private.inc z80asm -mz180 -xlib/sccz80/yaz180 @target/yaz180/library/yaz180_sccz80.lst z80asm -mz180 -xlib/sdcc_ix/yaz180 -D__SDCC -D__SDCC_IX @target/yaz180/library/yaz180_sdcc_ix.lst z80asm -mz180 --IXIY -xlib/sdcc_iy/yaz180 -D__SDCC -D__SDCC_IY @target/yaz180/library/yaz180_sdcc_iy.lst m4 -DCFG_ASM_DEF target/z180/config.m4 > target/z180/config_z180_private.inc m4 -DCFG_ASM_PUB target/z180/config.m4 > target/z180/config_z180_public.inc m4 -DCFG_C_DEF target/z180/config.m4 > target/z180/config_z180.h cp target/z180/config_z180_private.inc config_private.inc z80asm -mz180 -xlib/sccz80/z180 @target/z180/library/z180_sccz80.lst z80asm -mz180 -xlib/sdcc_ix/z180 -D__SDCC -D__SDCC_IX @target/z180/library/z180_sdcc_ix.lst z80asm -mz180 --IXIY -xlib/sdcc_iy/z180 -D__SDCC -D__SDCC_IY @target/z180/library/z180_sdcc_iy.lst m4 -DCFG_ASM_DEF target/zx/config.m4 > target/zx/config_zx_private.inc m4 -DCFG_ASM_PUB target/zx/config.m4 > target/zx/config_zx_public.inc m4 -DCFG_C_DEF target/zx/config.m4 > target/zx/config_zx.h cp target/zx/config_zx_private.inc config_private.inc ZX7: Optimal LZ77/LZSS compression by Einar Saukas File converted from 13400 to 5887 bytes! (delta 4) ZX7: Optimal LZ77/LZSS compression by Einar Saukas File converted from 13400 to 5886 bytes! (delta 3) z80asm -xlib/sccz80/zx @target/zx/library/zx_sccz80.lst z80asm -xlib/sdcc_ix/zx -D__SDCC -D__SDCC_IX @target/zx/library/zx_sdcc_ix.lst z80asm --IXIY -xlib/sdcc_iy/zx -D__SDCC -D__SDCC_IY @target/zx/library/zx_sdcc_iy.lst m4 -DCFG_ASM_DEF target/zxn/config.m4 > target/zxn/config_zxn_private.inc m4 -DCFG_ASM_PUB target/zxn/config.m4 > target/zxn/config_zxn_public.inc m4 -DCFG_C_DEF target/zxn/config.m4 > target/zxn/config_zxn.h cp target/zxn/config_zxn_private.inc config_private.inc ZX7: Optimal LZ77/LZSS compression by Einar Saukas File converted from 13400 to 5887 bytes! (delta 4) ZX7: Optimal LZ77/LZSS compression by Einar Saukas File converted from 13400 to 5886 bytes! (delta 3) z80asm -mz80-zxn -xlib/sccz80/zxn @target/zxn/library/zxn_sccz80.lst z80asm -mz80-zxn -xlib/sdcc_ix/zxn -D__SDCC -D__SDCC_IX @target/zxn/library/zxn_sdcc_ix.lst z80asm -mz80-zxn --IXIY -xlib/sdcc_iy/zxn -D__SDCC -D__SDCC_IY @target/zxn/library/zxn_sdcc_iy.lst make: Leaving directory '/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT' make: Entering directory '/home/build/z88dk/build/z88dk/include/_DEVELOPMENT' cp -r sccz80/adt ../ cp -r sccz80/alloc ../ cp -r sccz80/arch/zx/esxdos.h ../arch/zx/esxdos.h cp -r sccz80/arch/zxn/esxdos.h ../arch/zxn/esxdos.h make: Leaving directory '/home/build/z88dk/build/z88dk/include/_DEVELOPMENT' make: Entering directory '/home/build/z88dk/build/z88dk/testsuite' make: Nothing to be done for 'all'. make: Leaving directory '/home/build/z88dk/build/z88dk/testsuite' make: Entering directory '/home/build/z88dk/build/z88dk/test' make -C suites all make[1]: Entering directory '/home/build/z88dk/build/z88dk/test/suites' make -C string all make[2]: Entering directory '/home/build/z88dk/build/z88dk/test/suites/string' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified zcc +test -vn -I../../framework -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c strstr.c strncmp.c main.c strrstr.c strrev.c strlcpy.c strlcat.c stricmp.c strcmp.c -o test.bin -lndos 03:07:36 Starting test Starting suite Strcmp Tests (3 tests) 3 run, 3 passed, 0 failed Starting suite Stricmp Tests (5 tests) 5 run, 5 passed, 0 failed Starting suite Strcasecmp Tests (5 tests) 5 run, 5 passed, 0 failed Starting suite Strncmp Tests (4 tests) 4 run, 4 passed, 0 failed Starting suite strstr Tests (6 tests) 6 run, 6 passed, 0 failed Starting suite strrstr Tests (6 tests) 6 run, 6 passed, 0 failed Starting suite Strlcpy Tests (2 tests) 2 run, 2 passed, 0 failed Starting suite Strlcat Tests (3 tests) 3 run, 3 passed, 0 failed Starting suite strrev Tests (5 tests) 5 run, 5 passed, 0 failed Ticks: 988052 03:07:36 Test completed zcc +test -vn -clib=rabbit -I../../framework -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c strstr.c strncmp.c main.c strrstr.c strrev.c strlcpy.c strlcat.c stricmp.c strcmp.c -o test_rcm.bin -lndos -m 03:07:37 Starting Rabbit test Starting suite Strcmp Tests (3 tests) 3 run, 3 passed, 0 failed Starting suite Stricmp Tests (5 tests) 5 run, 5 passed, 0 failed Starting suite Strcasecmp Tests (5 tests) 5 run, 5 passed, 0 failed Starting suite Strncmp Tests (4 tests) 4 run, 4 passed, 0 failed Starting suite strstr Tests (6 tests) 6 run, 6 passed, 0 failed Starting suite strrstr Tests (6 tests) 6 run, 6 passed, 0 failed Starting suite Strlcpy Tests (2 tests) 2 run, 2 passed, 0 failed Starting suite Strlcat Tests (3 tests) 3 run, 3 passed, 0 failed Starting suite strrev Tests (5 tests) 5 run, 5 passed, 0 failed Ticks: 588333 03:07:37 Rabbit test completed make[2]: Leaving directory '/home/build/z88dk/build/z88dk/test/suites/string' make -C ctype all make[2]: Entering directory '/home/build/z88dk/build/z88dk/test/suites/ctype' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified zcc +test -vn -DHAVE_ISXDIGIT -DHAVE_ISUPPER -I../../framework -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c test_isxdigit.c test_isupper.c main.c -o test1.bin -lndos 03:07:39 Starting test Starting suite isxdigit (256 tests) 256 run, 256 passed, 0 failed Starting suite isupper (256 tests) 256 run, 256 passed, 0 failed Ticks: 1346617 03:07:39 Test completed zcc +test -vn -DHAVE_ISSPACE -DHAVE_ISPUNCT -I../../framework -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c test_isspace.c test_ispunct.c main.c -o test2.bin -lndos 03:07:41 Starting test Starting suite isspace (256 tests) 256 run, 256 passed, 0 failed Starting suite ispunct (256 tests) 256 run, 256 passed, 0 failed Ticks: 1354489 03:07:41 Test completed zcc +test -vn -DHAVE_ISPRINT -DHAVE_ISLOWER -I../../framework -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c test_isprint.c test_islower.c main.c -o test3.bin -lndos 03:07:43 Starting test Starting suite isprint (256 tests) 256 run, 256 passed, 0 failed Starting suite islower (256 tests) 256 run, 256 passed, 0 failed Ticks: 1333674 03:07:43 Test completed zcc +test -vn -DHAVE_ISGRAPH -DHAVE_ISDIGIT -I../../framework -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c test_isgraph.c test_isdigit.c main.c -o test4.bin -lndos 03:07:45 Starting test Starting suite isgraph (256 tests) 256 run, 256 passed, 0 failed Starting suite isdigit (256 tests) 256 run, 256 passed, 0 failed Ticks: 1334751 03:07:45 Test completed zcc +test -vn -DHAVE_ISCNTRL -DHAVE_ISASCII -I../../framework -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c test_iscntrl.c test_isascii.c main.c -o test5.bin -lndos 03:07:47 Starting test Starting suite iscntrl (256 tests) 256 run, 256 passed, 0 failed Starting suite isascii (256 tests) 256 run, 256 passed, 0 failed Ticks: 1322982 03:07:47 Test completed zcc +test -vn -DHAVE_ISALPHA -DHAVE_ISALNUM -I../../framework -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c test_isalpha.c test_isalnum.c main.c -o test6.bin -lndos 03:07:49 Starting test Starting suite isalpha (256 tests) 256 run, 256 passed, 0 failed Starting suite isalnum (256 tests) 256 run, 256 passed, 0 failed Ticks: 1348622 03:07:49 Test completed zcc +test -vn -DHAVE_ISBDIGIT -DHAVE_ISODIGIT -I../../framework -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c test_isbdigit.c test_isodigit.c main.c -o test7.bin -lndos 03:07:51 Starting test Starting suite isbdigit (256 tests) 256 run, 256 passed, 0 failed Starting suite isodigit (256 tests) 256 run, 256 passed, 0 failed Ticks: 1338035 03:07:51 Test completed zcc +test -vn -clib=rabbit -DHAVE_ISXDIGIT -DHAVE_ISUPPER -I../../framework -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c test_isxdigit.c test_isupper.c main.c -o test1_rcm.bin -lndos -m 03:07:53 Starting Rabbit test Starting suite isxdigit (256 tests) 256 run, 256 passed, 0 failed Starting suite isupper (256 tests) 256 run, 256 passed, 0 failed Ticks: 704905 03:07:53 Rabbit test completed zcc +test -vn -clib=rabbit -DHAVE_ISSPACE -DHAVE_ISPUNCT -I../../framework -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c test_isspace.c test_ispunct.c main.c -o test2_rcm.bin -lndos -m 03:07:55 Starting Rabbit test Starting suite isspace (256 tests) 256 run, 256 passed, 0 failed Starting suite ispunct (256 tests) 256 run, 256 passed, 0 failed Ticks: 708737 03:07:55 Rabbit test completed zcc +test -vn -clib=rabbit -DHAVE_ISPRINT -DHAVE_ISLOWER -I../../framework -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c test_isprint.c test_islower.c main.c -o test3_rcm.bin -lndos -m 03:07:57 Starting Rabbit test Starting suite isprint (256 tests) 256 run, 256 passed, 0 failed Starting suite islower (256 tests) 256 run, 256 passed, 0 failed Ticks: 698124 03:07:57 Rabbit test completed zcc +test -vn -clib=rabbit -DHAVE_ISGRAPH -DHAVE_ISDIGIT -I../../framework -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c test_isgraph.c test_isdigit.c main.c -o test4_rcm.bin -lndos -m 03:07:59 Starting Rabbit test Starting suite isgraph (256 tests) 256 run, 256 passed, 0 failed Starting suite isdigit (256 tests) 256 run, 256 passed, 0 failed Ticks: 698729 03:07:59 Rabbit test completed zcc +test -vn -clib=rabbit -DHAVE_ISCNTRL -DHAVE_ISASCII -I../../framework -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c test_iscntrl.c test_isascii.c main.c -o test5_rcm.bin -lndos -m 03:08:01 Starting Rabbit test Starting suite iscntrl (256 tests) 256 run, 256 passed, 0 failed Starting suite isascii (256 tests) 256 run, 256 passed, 0 failed Ticks: 690950 03:08:01 Rabbit test completed zcc +test -vn -clib=rabbit -DHAVE_ISALPHA -DHAVE_ISALNUM -I../../framework -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c test_isalpha.c test_isalnum.c main.c -o test6_rcm.bin -lndos -m 03:08:03 Starting Rabbit test Starting suite isalpha (256 tests) 256 run, 256 passed, 0 failed Starting suite isalnum (256 tests) 256 run, 256 passed, 0 failed Ticks: 705583 03:08:03 Rabbit test completed zcc +test -vn -clib=rabbit -DHAVE_ISBDIGIT -DHAVE_ISODIGIT -I../../framework -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c test_isbdigit.c test_isodigit.c main.c -o test7_rcm.bin -lndos -m 03:08:05 Starting Rabbit test Starting suite isbdigit (256 tests) 256 run, 256 passed, 0 failed Starting suite isodigit (256 tests) 256 run, 256 passed, 0 failed Ticks: 700909 03:08:05 Rabbit test completed make[2]: Leaving directory '/home/build/z88dk/build/z88dk/test/suites/ctype' make -C stdio all make[2]: Entering directory '/home/build/z88dk/build/z88dk/test/suites/stdio' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified zcc +test -vn -I../../framework scanf.c ../../framework/test.c -o test_scanf.bin -lndos 03:08:05 Starting test Starting suite Scanf Tests (2 tests) Running test test_scanf_d..-32000 -31000 -30000 -29000 -28000 -27000 -26000 -25000 -24000 -23000 -22000 -21000 -20000 -19000 -18000 -17000 -16000 -15000 -14000 -13000 -12000 -11000 -10000 -9000 -8000 -7000 -6000 -5000 -4000 -3000 -2000 -1000 0 1000 2000 3000 4000 5000 6000 7000 8000 9000 10000 11000 12000 13000 14000 15000 16000 17000 18000 19000 20000 21000 22000 23000 24000 25000 26000 27000 28000 29000 30000 31000 32000 ...passed Running test test_scanf_ws.....passed 2 run, 2 passed, 0 failed Ticks: 3958134090 03:08:17 Test completed zcc +test -vn -lm -I../../framework sprintf.c ../../framework/test.c -o test_sprintf.bin -lndos 03:08:17 Starting test Starting suite Sprintf Tests (7 tests) Running test test_sprintf_s..Testing <%s> expect got Testing <%.3s> expect got Testing <%20s> expect < HelloWorld> got < HelloWorld> Testing <%-20s> expect got ...passed Running test test_sprintf_int..Testing <%d> expect <233> got <233> Testing <%u> expect <233> got <233> Testing <%x> expect got Testing <%#x> expect <0xe9> got <0xe9> Testing <%X> expect got Testing <%#X> expect <0XE9> got <0XE9> Testing <%o> expect <351> got <351> Testing <%#o> expect <0351> got <0351> Testing <%B> expect <11101001> got <11101001> Testing <%10d> expect < 233> got < 233> Testing <%10X> expect < E9> got < E9> Testing <%+B> expect <11101001> got <11101001> Testing <%+X> expect got Testing <%-10d> expect <233 > got <233 > Testing <%+-10d> expect <+233 > got <+233 > Testing <% -10d> expect < 233 > got < 233 > Testing <%10.1d> expect < 233> got < 233> ...passed Running test test_sprintf_int_negative..Testing <%d> expect <-233> got <-233> Testing <%u> expect <65303> got <65303> Testing <%x> expect got Testing <%X> expect got Testing <%o> expect <177427> got <177427> Testing <%B> expect <1111111100010111> got <1111111100010111> Testing <%10d> expect < -233> got < -233> Testing <%10X> expect < FF17> got < FF17> Testing <%+B> expect <1111111100010111> got <1111111100010111> Testing <%+X> expect got Testing <%+u> expect <+65303> got <+65303> Testing <%-10d> expect <-233 > got <-233 > Testing <%+-10d> expect <-233 > got <-233 > Testing <% -10d> expect <-233 > got <-233 > Testing <%10.1d> expect < -233> got < -233> ...passed Running test test_sprintf_long_positive..Testing <%ld> expect <233000> got <233000> Testing <%lx> expect <38e28> got <38e28> Testing <%lX> expect <38E28> got <38E28> Testing <%lo> expect <707050> got <707050> Testing <%lB> expect <111000111000101000> got <111000111000101000> Testing <%10ld> expect < 233000> got < 233000> Testing <%10lX> expect < 38E28> got < 38E28> Testing <%+lB> expect <111000111000101000> got <111000111000101000> Testing <%+lX> expect <38E28> got <38E28> Testing <%-10ld> expect <233000 > got <233000 > Testing <%+-10ld> expect <+233000 > got <+233000 > Testing <% -10ld> expect < 233000 > got < 233000 > Testing <%10.1ld> expect < 233000> got < 233000> ...passed Running test test_sprintf_double..Testing <%f> expect <1.234500> got <1.234500> Testing <% f> expect <1.234500> got <1.234500> Testing <%0f> expect <1.234500> got <1.234500> Testing <%e> expect <1.234500e0> got <1.234500e0> Testing <%.3f> expect <1.235> got <1.235> Testing <%10.3f> expect < 1.235> got < 1.235> Testing <%-10.3f> expect <1.235 > got <1.235 > ...passed Running test test_sprintf_precision_parameter.....passed Running test test_sprintf_n.....passed 7 run, 7 passed, 0 failed Ticks: 6652950 03:08:17 Test completed zcc +test -vn -clib=rabbit -I../../framework scanf.c ../../framework/test.c -o test_scanf_rcm.bin -lndos -m 03:08:18 Starting Rabbit test Starting suite Scanf Tests (2 tests) Running test test_scanf_d..-32000 -31000 -30000 -29000 -28000 -27000 -26000 -25000 -24000 -23000 -22000 -21000 -20000 -19000 -18000 -17000 -16000 -15000 -14000 -13000 -12000 -11000 -10000 -9000 -8000 -7000 -6000 -5000 -4000 -3000 -2000 -1000 0 1000 2000 3000 4000 5000 6000 7000 8000 9000 10000 11000 12000 13000 14000 15000 16000 17000 18000 19000 20000 21000 22000 23000 24000 25000 26000 27000 28000 29000 30000 31000 32000 ...passed Running test test_scanf_ws.....passed 2 run, 2 passed, 0 failed Ticks: 2016576353 03:08:29 Rabbit test completed zcc +test -vn -clib=rabbit -lm -I../../framework sprintf.c ../../framework/test.c -o test_sprintf_rcm.bin -lndos -m 03:08:29 Starting Rabbit test Starting suite Sprintf Tests (6 tests) Running test test_sprintf_s..Testing <%s> expect got Testing <%.3s> expect got Testing <%20s> expect < HelloWorld> got < HelloWorld> Testing <%-20s> expect got ...passed Running test test_sprintf_int..Testing <%d> expect <233> got <233> Testing <%u> expect <233> got <233> Testing <%x> expect got Testing <%#x> expect <0xe9> got <0xe9> Testing <%X> expect got Testing <%#X> expect <0XE9> got <0XE9> Testing <%o> expect <351> got <351> Testing <%#o> expect <0351> got <0351> Testing <%B> expect <11101001> got <11101001> Testing <%10d> expect < 233> got < 233> Testing <%10X> expect < E9> got < E9> Testing <%+B> expect <11101001> got <11101001> Testing <%+X> expect got Testing <%-10d> expect <233 > got <233 > Testing <%+-10d> expect <+233 > got <+233 > Testing <% -10d> expect < 233 > got < 233 > Testing <%10.1d> expect < 233> got < 233> ...passed Running test test_sprintf_int_negative..Testing <%d> expect <-233> got <-233> Testing <%u> expect <65303> got <65303> Testing <%x> expect got Testing <%X> expect got Testing <%o> expect <177427> got <177427> Testing <%B> expect <1111111100010111> got <1111111100010111> Testing <%10d> expect < -233> got < -233> Testing <%10X> expect < FF17> got < FF17> Testing <%+B> expect <1111111100010111> got <1111111100010111> Testing <%+X> expect got Testing <%+u> expect <+65303> got <+65303> Testing <%-10d> expect <-233 > got <-233 > Testing <%+-10d> expect <-233 > got <-233 > Testing <% -10d> expect <-233 > got <-233 > Testing <%10.1d> expect < -233> got < -233> ...passed Running test test_sprintf_long_positive..Testing <%ld> expect <233000> got <233000> Testing <%lx> expect <38e28> got <38e28> Testing <%lX> expect <38E28> got <38E28> Testing <%lo> expect <707050> got <707050> Testing <%lB> expect <111000111000101000> got <111000111000101000> Testing <%10ld> expect < 233000> got < 233000> Testing <%10lX> expect < 38E28> got < 38E28> Testing <%+lB> expect <111000111000101000> got <111000111000101000> Testing <%+lX> expect <38E28> got <38E28> Testing <%-10ld> expect <233000 > got <233000 > Testing <%+-10ld> expect <+233000 > got <+233000 > Testing <% -10ld> expect < 233000 > got < 233000 > Testing <%10.1ld> expect < 233000> got < 233000> ...passed Running test test_sprintf_precision_parameter.....passed Running test test_sprintf_n.....passed 6 run, 6 passed, 0 failed Ticks: 2913502 03:08:29 Rabbit test completed make[2]: Leaving directory '/home/build/z88dk/build/z88dk/test/suites/stdio' make -C stdlib all make[2]: Entering directory '/home/build/z88dk/build/z88dk/test/suites/stdlib' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified zcc +test -vn -I../../framework -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c strtol.c abs.c isqrt.c unbcd.c main.c -o test.bin -lndos 03:08:31 Starting test Starting suite abs() Tests (5 tests) 5 run, 5 passed, 0 failed Starting suite isqrt tests (256 tests) 256 run, 256 passed, 0 failed Starting suite isqrt tests - 2 (69 tests) 69 run, 69 passed, 0 failed Starting suite strto.l() Tests (2 tests) Testing: -30000 Testing: 30000 Testing: 20abcd Testing: ffff Testing: -30000 Testing: 30000 Testing: 20abcd Testing: ffff 2 run, 2 passed, 0 failed Starting suite unbcd() Tests (1 tests) Testing: 0001 Testing: 0011 Testing: 0111 Testing: 1111 Testing: 9999 1 run, 1 passed, 0 failed Ticks: 1843004 03:08:31 Test completed zcc +test -vn -clib=rabbit -I../../framework -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c strtol.c abs.c isqrt.c unbcd.c main.c -o test_rcm.bin -lndos -m 03:08:33 Starting Rabbit test Starting suite abs() Tests (5 tests) 5 run, 5 passed, 0 failed Starting suite isqrt tests (256 tests) 256 run, 256 passed, 0 failed Starting suite isqrt tests - 2 (69 tests) 69 run, 69 passed, 0 failed Starting suite strto.l() Tests (2 tests) Testing: -30000 Testing: 30000 Testing: 20abcd Testing: ffff Testing: -30000 Testing: 30000 Testing: 20abcd Testing: ffff 2 run, 2 passed, 0 failed Starting suite unbcd() Tests (1 tests) Testing: 0001 Testing: 0011 Testing: 0111 Testing: 1111 Testing: 9999 1 run, 1 passed, 0 failed Ticks: 985959 03:08:33 Rabbit test completed make[2]: Leaving directory '/home/build/z88dk/build/z88dk/test/suites/stdlib' make -C math all make[2]: Entering directory '/home/build/z88dk/build/z88dk/test/suites/math' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified zcc +test -vn -DGENMATH -DMATH_LIBRARY="\"\\\"Genmath\\\"\"" -I../../framework -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c math.c -o test_genmath.bin -lndos -lm 03:08:34 Starting test Starting suite Genmath Tests (10 tests) 10 run, 10 passed, 0 failed Ticks: 7267069 03:08:34 Test completed zcc +test -vn -DMATH48 -DMATH_LIBRARY="\"\\\"Math48\\\"\"" -I../../framework -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c math.c -o test_math48.bin -lndos -lmath48 03:08:35 Starting test Starting suite Math48 Tests (10 tests) 10 run, 10 passed, 0 failed Ticks: 6903668 03:08:35 Test completed zcc +test -vn -m -DMATH32 -fp-mode=ieee -DMATH_LIBRARY="\"\\\"Math32\\\"\"" -I../../framework -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c math.c -o test_math32.bin -lndos -lmath32 03:08:35 Starting test Starting suite Math32 Tests (9 tests) 9 run, 9 passed, 0 failed Ticks: 3079641 03:08:35 Test completed make[2]: Leaving directory '/home/build/z88dk/build/z88dk/test/suites/math' make -C regex all make[2]: Entering directory '/home/build/z88dk/build/z88dk/test/suites/regex' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified zcc +test -vn -I../../framework -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c regex.c -o test.bin -lndos 03:08:36 Starting test Starting suite Regex Tests (1 tests) Testing against expect 1 Testing against expect 0 Testing against expect 0 Testing against expect 1 Testing against <..XXXXXX> expect 1 Testing <^abc> against expect 0 Testing <^a> against expect 1 Testing <\^a> against expect 1 Testing against expect 1 Testing against expect 0 Testing against expect 1 Testing against expect 0 Testing against expect 1 Testing <.*> against expect 1 1 run, 1 passed, 0 failed Ticks: 1917934 03:08:36 Test completed zcc +test -vn -clib=rabbit -I../../framework -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c regex.c -o test_rcm.bin -lndos -m 03:08:36 Starting Rabbit test Starting suite Regex Tests (1 tests) Testing against expect 1 Testing against expect 0 Testing against expect 0 Testing against expect 1 Testing against <..XXXXXX> expect 1 Testing <^abc> against expect 0 Testing <^a> against expect 1 Testing <\^a> against expect 1 Testing against expect 1 Testing against expect 0 Testing against expect 1 Testing against expect 0 Testing against expect 1 Testing <.*> against expect 1 1 run, 1 passed, 0 failed Ticks: 1040144 03:08:36 Rabbit test completed make[2]: Leaving directory '/home/build/z88dk/build/z88dk/test/suites/regex' make -C sccz80 all make[2]: Entering directory '/home/build/z88dk/build/z88dk/test/suites/sccz80' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified zcc +test -vn -I../../framework -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c mult.c -o test_mult.bin -lndos 03:08:36 Starting test Starting suite Multiplication Tests (1 tests) 1 run, 1 passed, 0 failed Ticks: 116643 03:08:36 Test completed zcc +test -vn -lm -I../../framework -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c callee.c -o test_callee.bin -lndos 03:08:37 Starting test Starting suite Callee Tests (1 tests) 1 run, 1 passed, 0 failed Ticks: 109225 03:08:37 Test completed zcc +test -vn -I../../framework -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c lshift.c -o test_lshift.bin -lndos 03:08:37 Starting test Starting suite Left shift Tests (4 tests) 4 run, 4 passed, 0 failed Ticks: 197279 03:08:37 Test completed zcc +test -vn -DGENMATH -DMATH_LIBRARY="\"\\\"Genmath\\\"\"" -I../../framework -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c autoinit.c -o test_autoinit.bin -lndos -lm sccz80:"autoinit.c" L:16 Warning:Initialisation too long, truncating! [-Woverlong-initialization] 03:08:37 Starting test Starting suite Auto aggregate variables (7 tests) 7 run, 7 passed, 0 failed Ticks: 139969 03:08:37 Test completed zcc +test -vn -I../../framework -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c sizeof.c -o test_sizeof.bin -lndos 03:08:38 Starting test Starting suite Sizeof Tests (10 tests) 10 run, 10 passed, 0 failed Ticks: 161573 03:08:38 Test completed zcc +test -vn -I../../framework -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c rshift.c -o test_rshift.bin -lndos 03:08:38 Starting test Starting suite Right shift Tests (5 tests) 5 run, 5 passed, 0 failed Ticks: 241101 03:08:38 Test completed zcc +test -vn -I../../framework -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c division.c -o test_division.bin -lndos sccz80:"division.c" L:20 Warning:Loss of precision, converting unsigned long to int result [-Wconversion] sccz80:"division.c" L:35 Warning:Loss of precision, converting long to int result [-Wconversion] 03:08:39 Starting test Starting suite Division Tests (5 tests) 5 run, 5 passed, 0 failed Ticks: 145488 03:08:39 Test completed zcc +test -vn -I../../framework -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c offsetof.c -o test_offsetof.bin -lndos 03:08:39 Starting test Starting suite Offsetof Tests (3 tests) 3 run, 3 passed, 0 failed Ticks: 116299 03:08:39 Test completed zcc +test -vn -I../../framework -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c compare0.c -o test_compare0.bin -lndos 03:08:40 Starting test Starting suite Compare0 Tests (6 tests) 6 run, 6 passed, 0 failed Ticks: 127941 03:08:40 Test completed zcc +test -vn -I../../framework -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c compare_const.c -o test_compare_const.bin -lndos 03:08:40 Starting test Starting suite Compare1 Tests (6 tests) 6 run, 6 passed, 0 failed Ticks: 132437 03:08:40 Test completed zcc +test -vn -I../../framework -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c compare_mconst.c -o test_compare_mconst.bin -lndos 03:08:41 Starting test Starting suite Compare-1 Tests (6 tests) 6 run, 6 passed, 0 failed Ticks: 135329 03:08:41 Test completed zcc +test -vn -Cc--opt-code-speed=all -I../../framework -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c compare.c -o test_compare.bin -lndos 03:08:41 Starting test Starting suite Compare Tests (3 tests) 3 run, 3 passed, 0 failed Ticks: 117107 03:08:41 Test completed zcc +test -vn -clib=zxn -I../../framework -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c rshift.c -o test_zxn_rshift.bin -lndos -m 03:08:42 Starting Z80-ZXN test Starting suite Right shift Tests (5 tests) 5 run, 5 passed, 0 failed Ticks: 240308 03:08:42 Rabbit test completed zcc +test -vn -clib=zxn -I../../framework -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c lshift.c -o test_zxn_lshift.bin -lndos -m 03:08:43 Starting Z80-ZXN test Starting suite Left shift Tests (4 tests) 4 run, 4 passed, 0 failed Ticks: 197317 03:08:43 Rabbit test completed make[2]: Leaving directory '/home/build/z88dk/build/z88dk/test/suites/sccz80' make[1]: Leaving directory '/home/build/z88dk/build/z88dk/test/suites' make -C ../src/common test make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/common' gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/uthash/src -I../../ext/regex -I../../ext/optparse -DUNITY_EXCLUDE_SETJMP_H -I. -I../../ext/Unity/src -c -o t/t_types.o t/t_types.c gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/uthash/src -I../../ext/regex -I../../ext/optparse -DUNITY_EXCLUDE_SETJMP_H -I. -I../../ext/Unity/src -c -o t/t_die.o t/t_die.c Built t/test1.hh Built t/test2.hh gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/uthash/src -I../../ext/regex -I../../ext/optparse -DUNITY_EXCLUDE_SETJMP_H -I. -I../../ext/Unity/src -c -o t/test.o t/test.c gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/uthash/src -I../../ext/regex -I../../ext/optparse -DUNITY_EXCLUDE_SETJMP_H -I. -I../../ext/Unity/src -c -o t/t_fileutil.o t/t_fileutil.c t/t_fileutil.c: In function 't_fileutil_file_spew_slurp': t/t_fileutil.c:764:2: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration] unlink("test.txt"); ^~~~~~ gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/uthash/src -I../../ext/regex -I../../ext/optparse -DUNITY_EXCLUDE_SETJMP_H -I. -I../../ext/Unity/src -c -o t/t_strutil.o t/t_strutil.c gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/uthash/src -I../../ext/regex -I../../ext/optparse -DUNITY_EXCLUDE_SETJMP_H -I. -I../../ext/Unity/src -c -o ../../ext/Unity/src/unity.o ../../ext/Unity/src/unity.c gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/uthash/src -I../../ext/regex -I../../ext/optparse -DUNITY_EXCLUDE_SETJMP_H -I. -I../../ext/Unity/src -o t/test die.o strutil.o fileutil.o objfile.o optparse.o t/t_types.o t/t_die.o t/test.o t/t_fileutil.o t/t_strutil.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o ../../ext/Unity/src/unity.o -g -O2 t/test t/test.c:1:t_die_xmalloc:PASS t/test.c:2:t_die_xcalloc:PASS t/test.c:3:t_die_xstrdup:PASS t/test.c:4:t_die_xnew:PASS t/test.c:5:t_fileutil_path_canon:PASS t/test.c:6:t_fileutil_path_os:PASS t/test.c:7:t_fileutil_path_combine:PASS t/test.c:8:t_fileutil_path_dir:PASS t/test.c:9:t_fileutil_path_file:PASS t/test.c:10:t_fileutil_path_ext:PASS t/test.c:11:t_fileutil_path_remove_ext:PASS t/test.c:12:t_fileutil_path_replace_ext:PASS t/test.c:13:t_fileutil_xfopen:PASS t/test.c:14:t_fileutil_xfclose_remove_empty:PASS t/test.c:15:t_fileutil_xfwrite_bytes:PASS t/test.c:16:t_fileutil_xfwrite_cstr:PASS t/test.c:17:t_fileutil_xfwrite_str:PASS t/test.c:18:t_fileutil_xfwrite_bcount_str_1:PASS t/test.c:19:t_fileutil_xfwrite_bcount_str_2:PASS t/test.c:20:t_fileutil_xfwrite_wcount_str_1:PASS t/test.c:21:t_fileutil_xfwrite_wcount_str_2:PASS t/test.c:22:t_fileutile_xfwrite_byte:PASS t/test.c:23:t_fileutile_xfwrite_word:PASS t/test.c:24:t_fileutile_xfwrite_dword:PASS t/test.c:25:t_fileutil_file_spew_slurp:PASS t/test.c:26:t_fileutil_path_mkdir:PASS t/test.c:27:t_fileutil_path_search:PASS t/test.c:28:t_fileutil_path_find_all:PASS t/test.c:29:t_fileutil_path_find_glob:PASS t/test.c:30:t_strutil_cstr_toupper:PASS t/test.c:31:t_strutil_cstr_tolower:PASS t/test.c:32:t_strutil_cstr_chomp:PASS t/test.c:33:t_strutil_cstr_strip:PASS t/test.c:34:t_strutil_cstr_strip_compress_escapes:PASS t/test.c:35:t_strutil_cstr_case_cmp:PASS t/test.c:36:t_strutil_cstr_case_ncmp:PASS t/test.c:37:t_strutil_str_new:PASS t/test.c:38:t_strutil_str_new_copy:PASS t/test.c:39:t_strutil_str_clear:PASS t/test.c:40:t_strutil_str_reserve:PASS t/test.c:41:t_strutil_str_set:PASS t/test.c:42:t_strutil_str_set_f:PASS t/test.c:43:t_strutil_str_set_n:PASS t/test.c:44:t_strutil_str_set_str:PASS t/test.c:45:t_strutil_str_append:PASS t/test.c:46:t_strutil_str_append_f:PASS t/test.c:47:t_strutil_str_append_n:PASS t/test.c:48:t_strutil_str_append_str:PASS t/test.c:49:t_strutil_str_toupper:PASS t/test.c:50:t_strutil_str_tolower:PASS t/test.c:51:t_strutil_str_chomp:PASS t/test.c:52:t_strutil_str_strip:PASS t/test.c:53:t_strutil_argv_new:PASS t/test.c:54:t_strutil_argv_sort:PASS t/test.c:55:t_strutil_spool_add:PASS t/test.c:56:t_types_bool:PASS t/test.c:57:t_types_byte:PASS t/test.c:58:t_types_word:PASS t/test.c:59:t_types_uint:PASS t/test.c:60:t_types_min:PASS t/test.c:61:t_types_max:PASS t/test.c:62:t_types_abs:PASS t/test.c:63:t_types_clamp:PASS t/test.c:64:t_types_num_elems:PASS ----------------------- 64 Tests 0 Failures 0 Ignored OK t/run_tests.sh ok 1, die_die ok 2, die_xassert ok 3, die_check_alloc ok 4, fileutil_xfopen ok 5, fileutil_xfwrite_str ok 6, fileutil_xfwrite_bcount_str ok 7, fileutil_xfwrite_wcount_str ok 8, fileutil_xfread ok 9, fileutil_xfread_str ok 10, fileutil_xfread_bcount_str ok 11, fileutil_xfread_wcount_str ok 12, fileutil_xfseek 1..12 OK make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/common' make -C ../src/z80asm test make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm' make -C dev/z80asm_lib make[2]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80asm_lib' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80asm_lib' cp dev/z80asm_lib/z80asm-*.lib . make dev make[2]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm' make -C tt make[3]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm/tt' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm/tt' make -C lib make[3]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm/lib' ar rcs libclibrary.a strhash.o class.o srcfile.o alloc.o str.o dbg.o list.o minunit.o array.o ../../common/die.o ../../common/fileutil.o ../../common/strutil.o ranlib libclibrary.a make[3]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm/lib' make -f dev/Makefile make[3]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm' touch hist.c perl parse_ragel.pl scan_rules.rl perl dev/cpu/cpu.pl z80 ld b, b 40 z80 ld b, c 41 z80 ld b, d 42 z80 ld b, e 43 z80 ld b, h 44 z80 ld b, ixh DD 44 z80 ld b, iyh FD 44 z80 ld b, l 45 z80 ld b, ixl DD 45 z80 ld b, iyl FD 45 z80 ld b, (hl) 46 z80 ld b, (ix) DD 46 00 z80 ld b, (ix+%d) DD 46 %d z80 ld b, (iy) FD 46 00 z80 ld b, (iy+%d) FD 46 %d z80 ld b, a 47 z80 ld b, %n 06 %n z80 ld c, b 48 z80 ld c, c 49 z80 ld c, d 4A z80 ld c, e 4B z80 ld c, h 4C z80 ld c, ixh DD 4C z80 ld c, iyh FD 4C z80 ld c, l 4D z80 ld c, ixl DD 4D z80 ld c, iyl FD 4D z80 ld c, (hl) 4E z80 ld c, (ix) DD 4E 00 z80 ld c, (ix+%d) DD 4E %d z80 ld c, (iy) FD 4E 00 z80 ld c, (iy+%d) FD 4E %d z80 ld c, a 4F z80 ld c, %n 0E %n z80 ld d, b 50 z80 ld d, c 51 z80 ld d, d 52 z80 ld d, e 53 z80 ld d, h 54 z80 ld d, ixh DD 54 z80 ld d, iyh FD 54 z80 ld d, l 55 z80 ld d, ixl DD 55 z80 ld d, iyl FD 55 z80 ld d, (hl) 56 z80 ld d, (ix) DD 56 00 z80 ld d, (ix+%d) DD 56 %d z80 ld d, (iy) FD 56 00 z80 ld d, (iy+%d) FD 56 %d z80 ld d, a 57 z80 ld d, %n 16 %n z80 ld e, b 58 z80 ld e, c 59 z80 ld e, d 5A z80 ld e, e 5B z80 ld e, h 5C z80 ld e, ixh DD 5C z80 ld e, iyh FD 5C z80 ld e, l 5D z80 ld e, ixl DD 5D z80 ld e, iyl FD 5D z80 ld e, (hl) 5E z80 ld e, (ix) DD 5E 00 z80 ld e, (ix+%d) DD 5E %d z80 ld e, (iy) FD 5E 00 z80 ld e, (iy+%d) FD 5E %d z80 ld e, a 5F z80 ld e, %n 1E %n z80 ld h, b 60 z80 ld ixh, b DD 60 z80 ld iyh, b FD 60 z80 ld h, c 61 z80 ld ixh, c DD 61 z80 ld iyh, c FD 61 z80 ld h, d 62 z80 ld ixh, d DD 62 z80 ld iyh, d FD 62 z80 ld h, e 63 z80 ld ixh, e DD 63 z80 ld iyh, e FD 63 z80 ld h, h 64 z80 ld ixh, ixh DD 64 z80 ld iyh, iyh FD 64 z80 ld h, l 65 z80 ld ixh, ixl DD 65 z80 ld iyh, iyl FD 65 z80 ld h, (hl) 66 z80 ld h, (ix) DD 66 00 z80 ld h, (ix+%d) DD 66 %d z80 ld h, (iy) FD 66 00 z80 ld h, (iy+%d) FD 66 %d z80 ld h, a 67 z80 ld ixh, a DD 67 z80 ld iyh, a FD 67 z80 ld h, %n 26 %n z80 ld ixh, %n DD 26 %n z80 ld iyh, %n FD 26 %n z80 ld l, b 68 z80 ld ixl, b DD 68 z80 ld iyl, b FD 68 z80 ld l, c 69 z80 ld ixl, c DD 69 z80 ld iyl, c FD 69 z80 ld l, d 6A z80 ld ixl, d DD 6A z80 ld iyl, d FD 6A z80 ld l, e 6B z80 ld ixl, e DD 6B z80 ld iyl, e FD 6B z80 ld l, h 6C z80 ld ixl, ixh DD 6C z80 ld iyl, iyh FD 6C z80 ld l, l 6D z80 ld ixl, ixl DD 6D z80 ld iyl, iyl FD 6D z80 ld l, (hl) 6E z80 ld l, (ix) DD 6E 00 z80 ld l, (ix+%d) DD 6E %d z80 ld l, (iy) FD 6E 00 z80 ld l, (iy+%d) FD 6E %d z80 ld l, a 6F z80 ld ixl, a DD 6F z80 ld iyl, a FD 6F z80 ld l, %n 2E %n z80 ld ixl, %n DD 2E %n z80 ld iyl, %n FD 2E %n z80 ld (hl), b 70 z80 ld (ix), b DD 70 00 z80 ld (ix+%d), b DD 70 %d z80 ld (iy), b FD 70 00 z80 ld (iy+%d), b FD 70 %d z80 ld (hl), c 71 z80 ld (ix), c DD 71 00 z80 ld (ix+%d), c DD 71 %d z80 ld (iy), c FD 71 00 z80 ld (iy+%d), c FD 71 %d z80 ld (hl), d 72 z80 ld (ix), d DD 72 00 z80 ld (ix+%d), d DD 72 %d z80 ld (iy), d FD 72 00 z80 ld (iy+%d), d FD 72 %d z80 ld (hl), e 73 z80 ld (ix), e DD 73 00 z80 ld (ix+%d), e DD 73 %d z80 ld (iy), e FD 73 00 z80 ld (iy+%d), e FD 73 %d z80 ld (hl), h 74 z80 ld (ix), h DD 74 00 z80 ld (ix+%d), h DD 74 %d z80 ld (iy), h FD 74 00 z80 ld (iy+%d), h FD 74 %d z80 ld (hl), l 75 z80 ld (ix), l DD 75 00 z80 ld (ix+%d), l DD 75 %d z80 ld (iy), l FD 75 00 z80 ld (iy+%d), l FD 75 %d z80 ld (hl), a 77 z80 ld (ix), a DD 77 00 z80 ld (ix+%d), a DD 77 %d z80 ld (iy), a FD 77 00 z80 ld (iy+%d), a FD 77 %d z80 ld (hl), %n 36 %n z80 ld (ix), %n DD 36 00 %n z80 ld (ix+%d), %n DD 36 %d %n z80 ld (iy), %n FD 36 00 %n z80 ld (iy+%d), %n FD 36 %d %n z80 ld a, b 78 z80 ld a, c 79 z80 ld a, d 7A z80 ld a, e 7B z80 ld a, h 7C z80 ld a, ixh DD 7C z80 ld a, iyh FD 7C z80 ld a, l 7D z80 ld a, ixl DD 7D z80 ld a, iyl FD 7D z80 ld a, (hl) 7E z80 ld a, (ix) DD 7E 00 z80 ld a, (ix+%d) DD 7E %d z80 ld a, (iy) FD 7E 00 z80 ld a, (iy+%d) FD 7E %d z80 ld a, a 7F z80 ld a, %n 3E %n z80 ld a, (%m) 3A %m %m z80 ld (%m), a 32 %m %m z80 ld (bc), a 02 z80 ld a, (bc) 0A z80 ld (de), a 12 z80 ld a, (de) 1A z80 add a, b 80 z80 add b 80 z80 add a, c 81 z80 add c 81 z80 add a, d 82 z80 add d 82 z80 add a, e 83 z80 add e 83 z80 add a, h 84 z80 add a, ixh DD 84 z80 add a, iyh FD 84 z80 add h 84 z80 add ixh DD 84 z80 add iyh FD 84 z80 add a, l 85 z80 add a, ixl DD 85 z80 add a, iyl FD 85 z80 add l 85 z80 add ixl DD 85 z80 add iyl FD 85 z80 add a, (hl) 86 z80 add a, (ix) DD 86 00 z80 add a, (ix+%d) DD 86 %d z80 add a, (iy) FD 86 00 z80 add a, (iy+%d) FD 86 %d z80 add (hl) 86 z80 add (ix) DD 86 00 z80 add (ix+%d) DD 86 %d z80 add (iy) FD 86 00 z80 add (iy+%d) FD 86 %d z80 add a, a 87 z80 add a 87 z80 add a, %n C6 %n z80 add %n C6 %n z80 adc a, b 88 z80 adc b 88 z80 adc a, c 89 z80 adc c 89 z80 adc a, d 8A z80 adc d 8A z80 adc a, e 8B z80 adc e 8B z80 adc a, h 8C z80 adc a, ixh DD 8C z80 adc a, iyh FD 8C z80 adc h 8C z80 adc ixh DD 8C z80 adc iyh FD 8C z80 adc a, l 8D z80 adc a, ixl DD 8D z80 adc a, iyl FD 8D z80 adc l 8D z80 adc ixl DD 8D z80 adc iyl FD 8D z80 adc a, (hl) 8E z80 adc a, (ix) DD 8E 00 z80 adc a, (ix+%d) DD 8E %d z80 adc a, (iy) FD 8E 00 z80 adc a, (iy+%d) FD 8E %d z80 adc (hl) 8E z80 adc (ix) DD 8E 00 z80 adc (ix+%d) DD 8E %d z80 adc (iy) FD 8E 00 z80 adc (iy+%d) FD 8E %d z80 adc a, a 8F z80 adc a 8F z80 adc a, %n CE %n z80 adc %n CE %n z80 sub a, b 90 z80 sub b 90 z80 sub a, c 91 z80 sub c 91 z80 sub a, d 92 z80 sub d 92 z80 sub a, e 93 z80 sub e 93 z80 sub a, h 94 z80 sub a, ixh DD 94 z80 sub a, iyh FD 94 z80 sub h 94 z80 sub ixh DD 94 z80 sub iyh FD 94 z80 sub a, l 95 z80 sub a, ixl DD 95 z80 sub a, iyl FD 95 z80 sub l 95 z80 sub ixl DD 95 z80 sub iyl FD 95 z80 sub a, (hl) 96 z80 sub a, (ix) DD 96 00 z80 sub a, (ix+%d) DD 96 %d z80 sub a, (iy) FD 96 00 z80 sub a, (iy+%d) FD 96 %d z80 sub (hl) 96 z80 sub (ix) DD 96 00 z80 sub (ix+%d) DD 96 %d z80 sub (iy) FD 96 00 z80 sub (iy+%d) FD 96 %d z80 sub a, a 97 z80 sub a 97 z80 sub a, %n D6 %n z80 sub %n D6 %n z80 sbc a, b 98 z80 sbc b 98 z80 sbc a, c 99 z80 sbc c 99 z80 sbc a, d 9A z80 sbc d 9A z80 sbc a, e 9B z80 sbc e 9B z80 sbc a, h 9C z80 sbc a, ixh DD 9C z80 sbc a, iyh FD 9C z80 sbc h 9C z80 sbc ixh DD 9C z80 sbc iyh FD 9C z80 sbc a, l 9D z80 sbc a, ixl DD 9D z80 sbc a, iyl FD 9D z80 sbc l 9D z80 sbc ixl DD 9D z80 sbc iyl FD 9D z80 sbc a, (hl) 9E z80 sbc a, (ix) DD 9E 00 z80 sbc a, (ix+%d) DD 9E %d z80 sbc a, (iy) FD 9E 00 z80 sbc a, (iy+%d) FD 9E %d z80 sbc (hl) 9E z80 sbc (ix) DD 9E 00 z80 sbc (ix+%d) DD 9E %d z80 sbc (iy) FD 9E 00 z80 sbc (iy+%d) FD 9E %d z80 sbc a, a 9F z80 sbc a 9F z80 sbc a, %n DE %n z80 sbc %n DE %n z80 and a, b A0 z80 and b A0 z80 and a, c A1 z80 and c A1 z80 and a, d A2 z80 and d A2 z80 and a, e A3 z80 and e A3 z80 and a, h A4 z80 and a, ixh DD A4 z80 and a, iyh FD A4 z80 and h A4 z80 and ixh DD A4 z80 and iyh FD A4 z80 and a, l A5 z80 and a, ixl DD A5 z80 and a, iyl FD A5 z80 and l A5 z80 and ixl DD A5 z80 and iyl FD A5 z80 and a, (hl) A6 z80 and a, (ix) DD A6 00 z80 and a, (ix+%d) DD A6 %d z80 and a, (iy) FD A6 00 z80 and a, (iy+%d) FD A6 %d z80 and (hl) A6 z80 and (ix) DD A6 00 z80 and (ix+%d) DD A6 %d z80 and (iy) FD A6 00 z80 and (iy+%d) FD A6 %d z80 and a, a A7 z80 and a A7 z80 and a, %n E6 %n z80 and %n E6 %n z80 xor a, b A8 z80 xor b A8 z80 xor a, c A9 z80 xor c A9 z80 xor a, d AA z80 xor d AA z80 xor a, e AB z80 xor e AB z80 xor a, h AC z80 xor a, ixh DD AC z80 xor a, iyh FD AC z80 xor h AC z80 xor ixh DD AC z80 xor iyh FD AC z80 xor a, l AD z80 xor a, ixl DD AD z80 xor a, iyl FD AD z80 xor l AD z80 xor ixl DD AD z80 xor iyl FD AD z80 xor a, (hl) AE z80 xor a, (ix) DD AE 00 z80 xor a, (ix+%d) DD AE %d z80 xor a, (iy) FD AE 00 z80 xor a, (iy+%d) FD AE %d z80 xor (hl) AE z80 xor (ix) DD AE 00 z80 xor (ix+%d) DD AE %d z80 xor (iy) FD AE 00 z80 xor (iy+%d) FD AE %d z80 xor a, a AF z80 xor a AF z80 xor a, %n EE %n z80 xor %n EE %n z80 or a, b B0 z80 or b B0 z80 or a, c B1 z80 or c B1 z80 or a, d B2 z80 or d B2 z80 or a, e B3 z80 or e B3 z80 or a, h B4 z80 or a, ixh DD B4 z80 or a, iyh FD B4 z80 or h B4 z80 or ixh DD B4 z80 or iyh FD B4 z80 or a, l B5 z80 or a, ixl DD B5 z80 or a, iyl FD B5 z80 or l B5 z80 or ixl DD B5 z80 or iyl FD B5 z80 or a, (hl) B6 z80 or a, (ix) DD B6 00 z80 or a, (ix+%d) DD B6 %d z80 or a, (iy) FD B6 00 z80 or a, (iy+%d) FD B6 %d z80 or (hl) B6 z80 or (ix) DD B6 00 z80 or (ix+%d) DD B6 %d z80 or (iy) FD B6 00 z80 or (iy+%d) FD B6 %d z80 or a, a B7 z80 or a B7 z80 or a, %n F6 %n z80 or %n F6 %n z80 cp a, b B8 z80 cp b B8 z80 cp a, c B9 z80 cp c B9 z80 cp a, d BA z80 cp d BA z80 cp a, e BB z80 cp e BB z80 cp a, h BC z80 cp a, ixh DD BC z80 cp a, iyh FD BC z80 cp h BC z80 cp ixh DD BC z80 cp iyh FD BC z80 cp a, l BD z80 cp a, ixl DD BD z80 cp a, iyl FD BD z80 cp l BD z80 cp ixl DD BD z80 cp iyl FD BD z80 cp a, (hl) BE z80 cp a, (ix) DD BE 00 z80 cp a, (ix+%d) DD BE %d z80 cp a, (iy) FD BE 00 z80 cp a, (iy+%d) FD BE %d z80 cp (hl) BE z80 cp (ix) DD BE 00 z80 cp (ix+%d) DD BE %d z80 cp (iy) FD BE 00 z80 cp (iy+%d) FD BE %d z80 cp a, a BF z80 cp a BF z80 cp a, %n FE %n z80 cp %n FE %n z80 inc b 04 z80 dec b 05 z80 inc c 0C z80 dec c 0D z80 inc d 14 z80 dec d 15 z80 inc e 1C z80 dec e 1D z80 inc h 24 z80 inc ixh DD 24 z80 inc iyh FD 24 z80 dec h 25 z80 dec ixh DD 25 z80 dec iyh FD 25 z80 inc l 2C z80 inc ixl DD 2C z80 inc iyl FD 2C z80 dec l 2D z80 dec ixl DD 2D z80 dec iyl FD 2D z80 inc (hl) 34 z80 inc (ix) DD 34 00 z80 inc (ix+%d) DD 34 %d z80 inc (iy) FD 34 00 z80 inc (iy+%d) FD 34 %d z80 dec (hl) 35 z80 dec (ix) DD 35 00 z80 dec (ix+%d) DD 35 %d z80 dec (iy) FD 35 00 z80 dec (iy+%d) FD 35 %d z80 inc a 3C z80 dec a 3D z80 daa 27 z80 rrd ED 67 z80 rld ED 6F z80 cpl 2F z80 cpl a 2F z80 neg ED 44 z80 neg a ED 44 z80 ccf 3F z80 ccf f 3F z80 scf 37 z80 scf f 37 z80 ld bc, %m 01 %m %m z80 ld bc, (%m) ED 4B %m %m z80 ld (%m), bc ED 43 %m %m z80 ld de, %m 11 %m %m z80 ld de, (%m) ED 5B %m %m z80 ld (%m), de ED 53 %m %m z80 ld hl, %m 21 %m %m z80 ld hl, (%m) 2A %m %m z80 ld (%m), hl 22 %m %m z80 ld ix, %m DD 21 %m %m z80 ld ix, (%m) DD 2A %m %m z80 ld (%m), ix DD 22 %m %m z80 ld iy, %m FD 21 %m %m z80 ld iy, (%m) FD 2A %m %m z80 ld (%m), iy FD 22 %m %m z80 ld sp, %m 31 %m %m z80 ld sp, (%m) ED 7B %m %m z80 ld (%m), sp ED 73 %m %m z80 ld sp, hl F9 z80 ld sp, ix DD F9 z80 ld sp, iy FD F9 z80 push bc C5 z80 pop bc C1 z80 push de D5 z80 pop de D1 z80 push hl E5 z80 pop hl E1 z80 push ix DD E5 z80 pop ix DD E1 z80 push iy FD E5 z80 pop iy FD E1 z80 push af F5 z80 pop af F1 z80 ex af, af' 08 z80 ex af, af 08 z80 exx D9 z80 ex (sp), hl E3 z80 ex (sp), ix DD E3 z80 ex (sp), iy FD E3 z80 ex de, hl EB z80 add hl, bc 09 z80 sbc hl, bc ED 42 z80 adc hl, bc ED 4A z80 inc bc 03 z80 dec bc 0B z80 add hl, de 19 z80 sbc hl, de ED 52 z80 adc hl, de ED 5A z80 inc de 13 z80 dec de 1B z80 add hl, hl 29 z80 sbc hl, hl ED 62 z80 adc hl, hl ED 6A z80 inc hl 23 z80 dec hl 2B z80 add hl, sp 39 z80 sbc hl, sp ED 72 z80 adc hl, sp ED 7A z80 inc sp 33 z80 dec sp 3B z80 add ix, bc DD 09 z80 add ix, de DD 19 z80 add ix, ix DD 29 z80 add ix, sp DD 39 z80 inc ix DD 23 z80 dec ix DD 2B z80 add iy, bc FD 09 z80 add iy, de FD 19 z80 add iy, iy FD 29 z80 add iy, sp FD 39 z80 inc iy FD 23 z80 dec iy FD 2B z80 rlca 07 z80 rrca 0F z80 rla 17 z80 rra 1F z80 rlc b CB 00 z80 rlc c CB 01 z80 rlc d CB 02 z80 rlc e CB 03 z80 rlc h CB 04 z80 rlc ixh DD CB 04 z80 rlc iyh FD CB 04 z80 rlc l CB 05 z80 rlc ixl DD CB 05 z80 rlc iyl FD CB 05 z80 rlc (hl) CB 06 z80 rlc (ix) DD CB 00 06 z80 rlc (ix+%d) DD CB %d 06 z80 rlc (iy) FD CB 00 06 z80 rlc (iy+%d) FD CB %d 06 z80 rlc a CB 07 z80 rrc b CB 08 z80 rrc c CB 09 z80 rrc d CB 0A z80 rrc e CB 0B z80 rrc h CB 0C z80 rrc ixh DD CB 0C z80 rrc iyh FD CB 0C z80 rrc l CB 0D z80 rrc ixl DD CB 0D z80 rrc iyl FD CB 0D z80 rrc (hl) CB 0E z80 rrc (ix) DD CB 00 0E z80 rrc (ix+%d) DD CB %d 0E z80 rrc (iy) FD CB 00 0E z80 rrc (iy+%d) FD CB %d 0E z80 rrc a CB 0F z80 rl b CB 10 z80 rl c CB 11 z80 rl d CB 12 z80 rl e CB 13 z80 rl h CB 14 z80 rl ixh DD CB 14 z80 rl iyh FD CB 14 z80 rl l CB 15 z80 rl ixl DD CB 15 z80 rl iyl FD CB 15 z80 rl (hl) CB 16 z80 rl (ix) DD CB 00 16 z80 rl (ix+%d) DD CB %d 16 z80 rl (iy) FD CB 00 16 z80 rl (iy+%d) FD CB %d 16 z80 rl a CB 17 z80 rr b CB 18 z80 rr c CB 19 z80 rr d CB 1A z80 rr e CB 1B z80 rr h CB 1C z80 rr ixh DD CB 1C z80 rr iyh FD CB 1C z80 rr l CB 1D z80 rr ixl DD CB 1D z80 rr iyl FD CB 1D z80 rr (hl) CB 1E z80 rr (ix) DD CB 00 1E z80 rr (ix+%d) DD CB %d 1E z80 rr (iy) FD CB 00 1E z80 rr (iy+%d) FD CB %d 1E z80 rr a CB 1F z80 sla b CB 20 z80 sla c CB 21 z80 sla d CB 22 z80 sla e CB 23 z80 sla h CB 24 z80 sla ixh DD CB 24 z80 sla iyh FD CB 24 z80 sla l CB 25 z80 sla ixl DD CB 25 z80 sla iyl FD CB 25 z80 sla (hl) CB 26 z80 sla (ix) DD CB 00 26 z80 sla (ix+%d) DD CB %d 26 z80 sla (iy) FD CB 00 26 z80 sla (iy+%d) FD CB %d 26 z80 sla a CB 27 z80 sra b CB 28 z80 sra c CB 29 z80 sra d CB 2A z80 sra e CB 2B z80 sra h CB 2C z80 sra ixh DD CB 2C z80 sra iyh FD CB 2C z80 sra l CB 2D z80 sra ixl DD CB 2D z80 sra iyl FD CB 2D z80 sra (hl) CB 2E z80 sra (ix) DD CB 00 2E z80 sra (ix+%d) DD CB %d 2E z80 sra (iy) FD CB 00 2E z80 sra (iy+%d) FD CB %d 2E z80 sra a CB 2F z80 sll b CB 30 z80 sll c CB 31 z80 sll d CB 32 z80 sll e CB 33 z80 sll h CB 34 z80 sll ixh DD CB 34 z80 sll iyh FD CB 34 z80 sll l CB 35 z80 sll ixl DD CB 35 z80 sll iyl FD CB 35 z80 sll (hl) CB 36 z80 sll (ix) DD CB 00 36 z80 sll (ix+%d) DD CB %d 36 z80 sll (iy) FD CB 00 36 z80 sll (iy+%d) FD CB %d 36 z80 sll a CB 37 z80 sli b CB 30 z80 sli c CB 31 z80 sli d CB 32 z80 sli e CB 33 z80 sli h CB 34 z80 sli ixh DD CB 34 z80 sli iyh FD CB 34 z80 sli l CB 35 z80 sli ixl DD CB 35 z80 sli iyl FD CB 35 z80 sli (hl) CB 36 z80 sli (ix) DD CB 00 36 z80 sli (ix+%d) DD CB %d 36 z80 sli (iy) FD CB 00 36 z80 sli (iy+%d) FD CB %d 36 z80 sli a CB 37 z80 srl b CB 38 z80 srl c CB 39 z80 srl d CB 3A z80 srl e CB 3B z80 srl h CB 3C z80 srl ixh DD CB 3C z80 srl iyh FD CB 3C z80 srl l CB 3D z80 srl ixl DD CB 3D z80 srl iyl FD CB 3D z80 srl (hl) CB 3E z80 srl (ix) DD CB 00 3E z80 srl (ix+%d) DD CB %d 3E z80 srl (iy) FD CB 00 3E z80 srl (iy+%d) FD CB %d 3E z80 srl a CB 3F z80 rlc (ix), b DD CB 00 00 z80 rlc (ix+%d), b DD CB %d 00 z80 rlc (ix), c DD CB 00 01 z80 rlc (ix+%d), c DD CB %d 01 z80 rlc (ix), d DD CB 00 02 z80 rlc (ix+%d), d DD CB %d 02 z80 rlc (ix), e DD CB 00 03 z80 rlc (ix+%d), e DD CB %d 03 z80 rlc (ix), h DD CB 00 04 z80 rlc (ix+%d), h DD CB %d 04 z80 rlc (ix), l DD CB 00 05 z80 rlc (ix+%d), l DD CB %d 05 z80 rlc (ix), a DD CB 00 07 z80 rlc (ix+%d), a DD CB %d 07 z80 rlc (iy), b FD CB 00 00 z80 rlc (iy+%d), b FD CB %d 00 z80 rlc (iy), c FD CB 00 01 z80 rlc (iy+%d), c FD CB %d 01 z80 rlc (iy), d FD CB 00 02 z80 rlc (iy+%d), d FD CB %d 02 z80 rlc (iy), e FD CB 00 03 z80 rlc (iy+%d), e FD CB %d 03 z80 rlc (iy), h FD CB 00 04 z80 rlc (iy+%d), h FD CB %d 04 z80 rlc (iy), l FD CB 00 05 z80 rlc (iy+%d), l FD CB %d 05 z80 rlc (iy), a FD CB 00 07 z80 rlc (iy+%d), a FD CB %d 07 z80 rrc (ix), b DD CB 00 08 z80 rrc (ix+%d), b DD CB %d 08 z80 rrc (ix), c DD CB 00 09 z80 rrc (ix+%d), c DD CB %d 09 z80 rrc (ix), d DD CB 00 0A z80 rrc (ix+%d), d DD CB %d 0A z80 rrc (ix), e DD CB 00 0B z80 rrc (ix+%d), e DD CB %d 0B z80 rrc (ix), h DD CB 00 0C z80 rrc (ix+%d), h DD CB %d 0C z80 rrc (ix), l DD CB 00 0D z80 rrc (ix+%d), l DD CB %d 0D z80 rrc (ix), a DD CB 00 0F z80 rrc (ix+%d), a DD CB %d 0F z80 rrc (iy), b FD CB 00 08 z80 rrc (iy+%d), b FD CB %d 08 z80 rrc (iy), c FD CB 00 09 z80 rrc (iy+%d), c FD CB %d 09 z80 rrc (iy), d FD CB 00 0A z80 rrc (iy+%d), d FD CB %d 0A z80 rrc (iy), e FD CB 00 0B z80 rrc (iy+%d), e FD CB %d 0B z80 rrc (iy), h FD CB 00 0C z80 rrc (iy+%d), h FD CB %d 0C z80 rrc (iy), l FD CB 00 0D z80 rrc (iy+%d), l FD CB %d 0D z80 rrc (iy), a FD CB 00 0F z80 rrc (iy+%d), a FD CB %d 0F z80 rl (ix), b DD CB 00 10 z80 rl (ix+%d), b DD CB %d 10 z80 rl (ix), c DD CB 00 11 z80 rl (ix+%d), c DD CB %d 11 z80 rl (ix), d DD CB 00 12 z80 rl (ix+%d), d DD CB %d 12 z80 rl (ix), e DD CB 00 13 z80 rl (ix+%d), e DD CB %d 13 z80 rl (ix), h DD CB 00 14 z80 rl (ix+%d), h DD CB %d 14 z80 rl (ix), l DD CB 00 15 z80 rl (ix+%d), l DD CB %d 15 z80 rl (ix), a DD CB 00 17 z80 rl (ix+%d), a DD CB %d 17 z80 rl (iy), b FD CB 00 10 z80 rl (iy+%d), b FD CB %d 10 z80 rl (iy), c FD CB 00 11 z80 rl (iy+%d), c FD CB %d 11 z80 rl (iy), d FD CB 00 12 z80 rl (iy+%d), d FD CB %d 12 z80 rl (iy), e FD CB 00 13 z80 rl (iy+%d), e FD CB %d 13 z80 rl (iy), h FD CB 00 14 z80 rl (iy+%d), h FD CB %d 14 z80 rl (iy), l FD CB 00 15 z80 rl (iy+%d), l FD CB %d 15 z80 rl (iy), a FD CB 00 17 z80 rl (iy+%d), a FD CB %d 17 z80 rr (ix), b DD CB 00 18 z80 rr (ix+%d), b DD CB %d 18 z80 rr (ix), c DD CB 00 19 z80 rr (ix+%d), c DD CB %d 19 z80 rr (ix), d DD CB 00 1A z80 rr (ix+%d), d DD CB %d 1A z80 rr (ix), e DD CB 00 1B z80 rr (ix+%d), e DD CB %d 1B z80 rr (ix), h DD CB 00 1C z80 rr (ix+%d), h DD CB %d 1C z80 rr (ix), l DD CB 00 1D z80 rr (ix+%d), l DD CB %d 1D z80 rr (ix), a DD CB 00 1F z80 rr (ix+%d), a DD CB %d 1F z80 rr (iy), b FD CB 00 18 z80 rr (iy+%d), b FD CB %d 18 z80 rr (iy), c FD CB 00 19 z80 rr (iy+%d), c FD CB %d 19 z80 rr (iy), d FD CB 00 1A z80 rr (iy+%d), d FD CB %d 1A z80 rr (iy), e FD CB 00 1B z80 rr (iy+%d), e FD CB %d 1B z80 rr (iy), h FD CB 00 1C z80 rr (iy+%d), h FD CB %d 1C z80 rr (iy), l FD CB 00 1D z80 rr (iy+%d), l FD CB %d 1D z80 rr (iy), a FD CB 00 1F z80 rr (iy+%d), a FD CB %d 1F z80 sla (ix), b DD CB 00 20 z80 sla (ix+%d), b DD CB %d 20 z80 sla (ix), c DD CB 00 21 z80 sla (ix+%d), c DD CB %d 21 z80 sla (ix), d DD CB 00 22 z80 sla (ix+%d), d DD CB %d 22 z80 sla (ix), e DD CB 00 23 z80 sla (ix+%d), e DD CB %d 23 z80 sla (ix), h DD CB 00 24 z80 sla (ix+%d), h DD CB %d 24 z80 sla (ix), l DD CB 00 25 z80 sla (ix+%d), l DD CB %d 25 z80 sla (ix), a DD CB 00 27 z80 sla (ix+%d), a DD CB %d 27 z80 sla (iy), b FD CB 00 20 z80 sla (iy+%d), b FD CB %d 20 z80 sla (iy), c FD CB 00 21 z80 sla (iy+%d), c FD CB %d 21 z80 sla (iy), d FD CB 00 22 z80 sla (iy+%d), d FD CB %d 22 z80 sla (iy), e FD CB 00 23 z80 sla (iy+%d), e FD CB %d 23 z80 sla (iy), h FD CB 00 24 z80 sla (iy+%d), h FD CB %d 24 z80 sla (iy), l FD CB 00 25 z80 sla (iy+%d), l FD CB %d 25 z80 sla (iy), a FD CB 00 27 z80 sla (iy+%d), a FD CB %d 27 z80 sra (ix), b DD CB 00 28 z80 sra (ix+%d), b DD CB %d 28 z80 sra (ix), c DD CB 00 29 z80 sra (ix+%d), c DD CB %d 29 z80 sra (ix), d DD CB 00 2A z80 sra (ix+%d), d DD CB %d 2A z80 sra (ix), e DD CB 00 2B z80 sra (ix+%d), e DD CB %d 2B z80 sra (ix), h DD CB 00 2C z80 sra (ix+%d), h DD CB %d 2C z80 sra (ix), l DD CB 00 2D z80 sra (ix+%d), l DD CB %d 2D z80 sra (ix), a DD CB 00 2F z80 sra (ix+%d), a DD CB %d 2F z80 sra (iy), b FD CB 00 28 z80 sra (iy+%d), b FD CB %d 28 z80 sra (iy), c FD CB 00 29 z80 sra (iy+%d), c FD CB %d 29 z80 sra (iy), d FD CB 00 2A z80 sra (iy+%d), d FD CB %d 2A z80 sra (iy), e FD CB 00 2B z80 sra (iy+%d), e FD CB %d 2B z80 sra (iy), h FD CB 00 2C z80 sra (iy+%d), h FD CB %d 2C z80 sra (iy), l FD CB 00 2D z80 sra (iy+%d), l FD CB %d 2D z80 sra (iy), a FD CB 00 2F z80 sra (iy+%d), a FD CB %d 2F z80 sll (ix), b DD CB 00 30 z80 sll (ix+%d), b DD CB %d 30 z80 sll (ix), c DD CB 00 31 z80 sll (ix+%d), c DD CB %d 31 z80 sll (ix), d DD CB 00 32 z80 sll (ix+%d), d DD CB %d 32 z80 sll (ix), e DD CB 00 33 z80 sll (ix+%d), e DD CB %d 33 z80 sll (ix), h DD CB 00 34 z80 sll (ix+%d), h DD CB %d 34 z80 sll (ix), l DD CB 00 35 z80 sll (ix+%d), l DD CB %d 35 z80 sll (ix), a DD CB 00 37 z80 sll (ix+%d), a DD CB %d 37 z80 sll (iy), b FD CB 00 30 z80 sll (iy+%d), b FD CB %d 30 z80 sll (iy), c FD CB 00 31 z80 sll (iy+%d), c FD CB %d 31 z80 sll (iy), d FD CB 00 32 z80 sll (iy+%d), d FD CB %d 32 z80 sll (iy), e FD CB 00 33 z80 sll (iy+%d), e FD CB %d 33 z80 sll (iy), h FD CB 00 34 z80 sll (iy+%d), h FD CB %d 34 z80 sll (iy), l FD CB 00 35 z80 sll (iy+%d), l FD CB %d 35 z80 sll (iy), a FD CB 00 37 z80 sll (iy+%d), a FD CB %d 37 z80 sli (ix), b DD CB 00 30 z80 sli (ix+%d), b DD CB %d 30 z80 sli (ix), c DD CB 00 31 z80 sli (ix+%d), c DD CB %d 31 z80 sli (ix), d DD CB 00 32 z80 sli (ix+%d), d DD CB %d 32 z80 sli (ix), e DD CB 00 33 z80 sli (ix+%d), e DD CB %d 33 z80 sli (ix), h DD CB 00 34 z80 sli (ix+%d), h DD CB %d 34 z80 sli (ix), l DD CB 00 35 z80 sli (ix+%d), l DD CB %d 35 z80 sli (ix), a DD CB 00 37 z80 sli (ix+%d), a DD CB %d 37 z80 sli (iy), b FD CB 00 30 z80 sli (iy+%d), b FD CB %d 30 z80 sli (iy), c FD CB 00 31 z80 sli (iy+%d), c FD CB %d 31 z80 sli (iy), d FD CB 00 32 z80 sli (iy+%d), d FD CB %d 32 z80 sli (iy), e FD CB 00 33 z80 sli (iy+%d), e FD CB %d 33 z80 sli (iy), h FD CB 00 34 z80 sli (iy+%d), h FD CB %d 34 z80 sli (iy), l FD CB 00 35 z80 sli (iy+%d), l FD CB %d 35 z80 sli (iy), a FD CB 00 37 z80 sli (iy+%d), a FD CB %d 37 z80 srl (ix), b DD CB 00 38 z80 srl (ix+%d), b DD CB %d 38 z80 srl (ix), c DD CB 00 39 z80 srl (ix+%d), c DD CB %d 39 z80 srl (ix), d DD CB 00 3A z80 srl (ix+%d), d DD CB %d 3A z80 srl (ix), e DD CB 00 3B z80 srl (ix+%d), e DD CB %d 3B z80 srl (ix), h DD CB 00 3C z80 srl (ix+%d), h DD CB %d 3C z80 srl (ix), l DD CB 00 3D z80 srl (ix+%d), l DD CB %d 3D z80 srl (ix), a DD CB 00 3F z80 srl (ix+%d), a DD CB %d 3F z80 srl (iy), b FD CB 00 38 z80 srl (iy+%d), b FD CB %d 38 z80 srl (iy), c FD CB 00 39 z80 srl (iy+%d), c FD CB %d 39 z80 srl (iy), d FD CB 00 3A z80 srl (iy+%d), d FD CB %d 3A z80 srl (iy), e FD CB 00 3B z80 srl (iy+%d), e FD CB %d 3B z80 srl (iy), h FD CB 00 3C z80 srl (iy+%d), h FD CB %d 3C z80 srl (iy), l FD CB 00 3D z80 srl (iy+%d), l FD CB %d 3D z80 srl (iy), a FD CB 00 3F z80 srl (iy+%d), a FD CB %d 3F z80 bit %c, b CB 64+8*%c(0..7) z80 bit %c, c CB 65+8*%c(0..7) z80 bit %c, d CB 66+8*%c(0..7) z80 bit %c, e CB 67+8*%c(0..7) z80 bit %c, h CB 68+8*%c(0..7) z80 bit %c, ixh DD CB 68+8*%c(0..7) z80 bit %c, iyh FD CB 68+8*%c(0..7) z80 bit %c, l CB 69+8*%c(0..7) z80 bit %c, ixl DD CB 69+8*%c(0..7) z80 bit %c, iyl FD CB 69+8*%c(0..7) z80 bit %c, (hl) CB 70+8*%c(0..7) z80 bit %c, (ix) DD CB 00 70+8*%c(0..7) z80 bit %c, (ix+%d) DD CB %d 70+8*%c(0..7) z80 bit %c, (iy) FD CB 00 70+8*%c(0..7) z80 bit %c, (iy+%d) FD CB %d 70+8*%c(0..7) z80 bit %c, a CB 71+8*%c(0..7) z80 res %c, b CB 128+8*%c(0..7) z80 res %c, c CB 129+8*%c(0..7) z80 res %c, d CB 130+8*%c(0..7) z80 res %c, e CB 131+8*%c(0..7) z80 res %c, h CB 132+8*%c(0..7) z80 res %c, ixh DD CB 132+8*%c(0..7) z80 res %c, iyh FD CB 132+8*%c(0..7) z80 res %c, l CB 133+8*%c(0..7) z80 res %c, ixl DD CB 133+8*%c(0..7) z80 res %c, iyl FD CB 133+8*%c(0..7) z80 res %c, (hl) CB 134+8*%c(0..7) z80 res %c, (ix) DD CB 00 134+8*%c(0..7) z80 res %c, (ix+%d) DD CB %d 134+8*%c(0..7) z80 res %c, (iy) FD CB 00 134+8*%c(0..7) z80 res %c, (iy+%d) FD CB %d 134+8*%c(0..7) z80 res %c, a CB 135+8*%c(0..7) z80 set %c, b CB 192+8*%c(0..7) z80 set %c, c CB 193+8*%c(0..7) z80 set %c, d CB 194+8*%c(0..7) z80 set %c, e CB 195+8*%c(0..7) z80 set %c, h CB 196+8*%c(0..7) z80 set %c, ixh DD CB 196+8*%c(0..7) z80 set %c, iyh FD CB 196+8*%c(0..7) z80 set %c, l CB 197+8*%c(0..7) z80 set %c, ixl DD CB 197+8*%c(0..7) z80 set %c, iyl FD CB 197+8*%c(0..7) z80 set %c, (hl) CB 198+8*%c(0..7) z80 set %c, (ix) DD CB 00 198+8*%c(0..7) z80 set %c, (ix+%d) DD CB %d 198+8*%c(0..7) z80 set %c, (iy) FD CB 00 198+8*%c(0..7) z80 set %c, (iy+%d) FD CB %d 198+8*%c(0..7) z80 set %c, a CB 199+8*%c(0..7) z80 nop 00 z80 halt 76 z80 di F3 z80 ei FB z80 im %c ED %c(0..2)==0?0x46:%c==1?0x56:0x5E z80 ld i, a ED 47 z80 ld a, i ED 57 z80 ld r, a ED 4F z80 ld a, r ED 5F z80 reti ED 4D z80 retn ED 45 z80 jr %j 18 %j z80 jp %m C3 %m %m z80 djnz %j 10 %j z80 djnz b, %j 10 %j z80 jr nz, %j 20 %j z80 jp nz, %m C2 %m %m z80 jr z, %j 28 %j z80 jp z, %m CA %m %m z80 jr nc, %j 30 %j z80 jp nc, %m D2 %m %m z80 jr c, %j 38 %j z80 jp c, %m DA %m %m z80 jp po, %m E2 %m %m z80 jp pe, %m EA %m %m z80 jp nv, %m E2 %m %m z80 jp v, %m EA %m %m z80 jp p, %m F2 %m %m z80 jp m, %m FA %m %m z80 jp (hl) E9 z80 jp (ix) DD E9 z80 jp (iy) FD E9 z80 call %m CD %m %m z80 ret C9 z80 call nz, %m C4 %m %m z80 ret nz C0 z80 call z, %m CC %m %m z80 ret z C8 z80 call nc, %m D4 %m %m z80 ret nc D0 z80 call c, %m DC %m %m z80 ret c D8 z80 call po, %m E4 %m %m z80 ret po E0 z80 call pe, %m EC %m %m z80 ret pe E8 z80 call nv, %m E4 %m %m z80 ret nv E0 z80 call v, %m EC %m %m z80 ret v E8 z80 call p, %m F4 %m %m z80 ret p F0 z80 call m, %m FC %m %m z80 ret m F8 z80 rst %c 0xC7+%c z80 ldi ED A0 z80 ldir ED B0 z80 ldd ED A8 z80 lddr ED B8 z80 cpi ED A1 z80 cpir ED B1 z80 cpd ED A9 z80 cpdr ED B9 z80 in a, (%n) DB %n z80 in (c) ED 70 z80 in b, (c) ED 40 z80 in c, (c) ED 48 z80 in d, (c) ED 50 z80 in e, (c) ED 58 z80 in h, (c) ED 60 z80 in l, (c) ED 68 z80 in f, (c) ED 70 z80 in a, (c) ED 78 z80 out (%n), a D3 %n z80 out (c), %c ED 0x41+%c(0)+6*8 z80 out (c), b ED 41 z80 out (c), c ED 49 z80 out (c), d ED 51 z80 out (c), e ED 59 z80 out (c), h ED 61 z80 out (c), l ED 69 z80 out (c), a ED 79 z80 ini ED A2 z80 inir ED B2 z80 ind ED AA z80 indr ED BA z80 outi ED A3 z80 otir ED B3 z80 outd ED AB z80 otdr ED BB z80_zxn ld b, b 40 z80_zxn ld b, c 41 z80_zxn ld b, d 42 z80_zxn ld b, e 43 z80_zxn ld b, h 44 z80_zxn ld b, ixh DD 44 z80_zxn ld b, iyh FD 44 z80_zxn ld b, l 45 z80_zxn ld b, ixl DD 45 z80_zxn ld b, iyl FD 45 z80_zxn ld b, (hl) 46 z80_zxn ld b, (ix) DD 46 00 z80_zxn ld b, (ix+%d) DD 46 %d z80_zxn ld b, (iy) FD 46 00 z80_zxn ld b, (iy+%d) FD 46 %d z80_zxn ld b, a 47 z80_zxn ld b, %n 06 %n z80_zxn ld c, b 48 z80_zxn ld c, c 49 z80_zxn ld c, d 4A z80_zxn ld c, e 4B z80_zxn ld c, h 4C z80_zxn ld c, ixh DD 4C z80_zxn ld c, iyh FD 4C z80_zxn ld c, l 4D z80_zxn ld c, ixl DD 4D z80_zxn ld c, iyl FD 4D z80_zxn ld c, (hl) 4E z80_zxn ld c, (ix) DD 4E 00 z80_zxn ld c, (ix+%d) DD 4E %d z80_zxn ld c, (iy) FD 4E 00 z80_zxn ld c, (iy+%d) FD 4E %d z80_zxn ld c, a 4F z80_zxn ld c, %n 0E %n z80_zxn ld d, b 50 z80_zxn ld d, c 51 z80_zxn ld d, d 52 z80_zxn ld d, e 53 z80_zxn ld d, h 54 z80_zxn ld d, ixh DD 54 z80_zxn ld d, iyh FD 54 z80_zxn ld d, l 55 z80_zxn ld d, ixl DD 55 z80_zxn ld d, iyl FD 55 z80_zxn ld d, (hl) 56 z80_zxn ld d, (ix) DD 56 00 z80_zxn ld d, (ix+%d) DD 56 %d z80_zxn ld d, (iy) FD 56 00 z80_zxn ld d, (iy+%d) FD 56 %d z80_zxn ld d, a 57 z80_zxn ld d, %n 16 %n z80_zxn ld e, b 58 z80_zxn ld e, c 59 z80_zxn ld e, d 5A z80_zxn ld e, e 5B z80_zxn ld e, h 5C z80_zxn ld e, ixh DD 5C z80_zxn ld e, iyh FD 5C z80_zxn ld e, l 5D z80_zxn ld e, ixl DD 5D z80_zxn ld e, iyl FD 5D z80_zxn ld e, (hl) 5E z80_zxn ld e, (ix) DD 5E 00 z80_zxn ld e, (ix+%d) DD 5E %d z80_zxn ld e, (iy) FD 5E 00 z80_zxn ld e, (iy+%d) FD 5E %d z80_zxn ld e, a 5F z80_zxn ld e, %n 1E %n z80_zxn ld h, b 60 z80_zxn ld ixh, b DD 60 z80_zxn ld iyh, b FD 60 z80_zxn ld h, c 61 z80_zxn ld ixh, c DD 61 z80_zxn ld iyh, c FD 61 z80_zxn ld h, d 62 z80_zxn ld ixh, d DD 62 z80_zxn ld iyh, d FD 62 z80_zxn ld h, e 63 z80_zxn ld ixh, e DD 63 z80_zxn ld iyh, e FD 63 z80_zxn ld h, h 64 z80_zxn ld ixh, ixh DD 64 z80_zxn ld iyh, iyh FD 64 z80_zxn ld h, l 65 z80_zxn ld ixh, ixl DD 65 z80_zxn ld iyh, iyl FD 65 z80_zxn ld h, (hl) 66 z80_zxn ld h, (ix) DD 66 00 z80_zxn ld h, (ix+%d) DD 66 %d z80_zxn ld h, (iy) FD 66 00 z80_zxn ld h, (iy+%d) FD 66 %d z80_zxn ld h, a 67 z80_zxn ld ixh, a DD 67 z80_zxn ld iyh, a FD 67 z80_zxn ld h, %n 26 %n z80_zxn ld ixh, %n DD 26 %n z80_zxn ld iyh, %n FD 26 %n z80_zxn ld l, b 68 z80_zxn ld ixl, b DD 68 z80_zxn ld iyl, b FD 68 z80_zxn ld l, c 69 z80_zxn ld ixl, c DD 69 z80_zxn ld iyl, c FD 69 z80_zxn ld l, d 6A z80_zxn ld ixl, d DD 6A z80_zxn ld iyl, d FD 6A z80_zxn ld l, e 6B z80_zxn ld ixl, e DD 6B z80_zxn ld iyl, e FD 6B z80_zxn ld l, h 6C z80_zxn ld ixl, ixh DD 6C z80_zxn ld iyl, iyh FD 6C z80_zxn ld l, l 6D z80_zxn ld ixl, ixl DD 6D z80_zxn ld iyl, iyl FD 6D z80_zxn ld l, (hl) 6E z80_zxn ld l, (ix) DD 6E 00 z80_zxn ld l, (ix+%d) DD 6E %d z80_zxn ld l, (iy) FD 6E 00 z80_zxn ld l, (iy+%d) FD 6E %d z80_zxn ld l, a 6F z80_zxn ld ixl, a DD 6F z80_zxn ld iyl, a FD 6F z80_zxn ld l, %n 2E %n z80_zxn ld ixl, %n DD 2E %n z80_zxn ld iyl, %n FD 2E %n z80_zxn ld (hl), b 70 z80_zxn ld (ix), b DD 70 00 z80_zxn ld (ix+%d), b DD 70 %d z80_zxn ld (iy), b FD 70 00 z80_zxn ld (iy+%d), b FD 70 %d z80_zxn ld (hl), c 71 z80_zxn ld (ix), c DD 71 00 z80_zxn ld (ix+%d), c DD 71 %d z80_zxn ld (iy), c FD 71 00 z80_zxn ld (iy+%d), c FD 71 %d z80_zxn ld (hl), d 72 z80_zxn ld (ix), d DD 72 00 z80_zxn ld (ix+%d), d DD 72 %d z80_zxn ld (iy), d FD 72 00 z80_zxn ld (iy+%d), d FD 72 %d z80_zxn ld (hl), e 73 z80_zxn ld (ix), e DD 73 00 z80_zxn ld (ix+%d), e DD 73 %d z80_zxn ld (iy), e FD 73 00 z80_zxn ld (iy+%d), e FD 73 %d z80_zxn ld (hl), h 74 z80_zxn ld (ix), h DD 74 00 z80_zxn ld (ix+%d), h DD 74 %d z80_zxn ld (iy), h FD 74 00 z80_zxn ld (iy+%d), h FD 74 %d z80_zxn ld (hl), l 75 z80_zxn ld (ix), l DD 75 00 z80_zxn ld (ix+%d), l DD 75 %d z80_zxn ld (iy), l FD 75 00 z80_zxn ld (iy+%d), l FD 75 %d z80_zxn ld (hl), a 77 z80_zxn ld (ix), a DD 77 00 z80_zxn ld (ix+%d), a DD 77 %d z80_zxn ld (iy), a FD 77 00 z80_zxn ld (iy+%d), a FD 77 %d z80_zxn ld (hl), %n 36 %n z80_zxn ld (ix), %n DD 36 00 %n z80_zxn ld (ix+%d), %n DD 36 %d %n z80_zxn ld (iy), %n FD 36 00 %n z80_zxn ld (iy+%d), %n FD 36 %d %n z80_zxn ld a, b 78 z80_zxn ld a, c 79 z80_zxn ld a, d 7A z80_zxn ld a, e 7B z80_zxn ld a, h 7C z80_zxn ld a, ixh DD 7C z80_zxn ld a, iyh FD 7C z80_zxn ld a, l 7D z80_zxn ld a, ixl DD 7D z80_zxn ld a, iyl FD 7D z80_zxn ld a, (hl) 7E z80_zxn ld a, (ix) DD 7E 00 z80_zxn ld a, (ix+%d) DD 7E %d z80_zxn ld a, (iy) FD 7E 00 z80_zxn ld a, (iy+%d) FD 7E %d z80_zxn ld a, a 7F z80_zxn ld a, %n 3E %n z80_zxn ld a, (%m) 3A %m %m z80_zxn ld (%m), a 32 %m %m z80_zxn ld (bc), a 02 z80_zxn ld a, (bc) 0A z80_zxn ld (de), a 12 z80_zxn ld a, (de) 1A z80_zxn add a, b 80 z80_zxn add b 80 z80_zxn add a, c 81 z80_zxn add c 81 z80_zxn add a, d 82 z80_zxn add d 82 z80_zxn add a, e 83 z80_zxn add e 83 z80_zxn add a, h 84 z80_zxn add a, ixh DD 84 z80_zxn add a, iyh FD 84 z80_zxn add h 84 z80_zxn add ixh DD 84 z80_zxn add iyh FD 84 z80_zxn add a, l 85 z80_zxn add a, ixl DD 85 z80_zxn add a, iyl FD 85 z80_zxn add l 85 z80_zxn add ixl DD 85 z80_zxn add iyl FD 85 z80_zxn add a, (hl) 86 z80_zxn add a, (ix) DD 86 00 z80_zxn add a, (ix+%d) DD 86 %d z80_zxn add a, (iy) FD 86 00 z80_zxn add a, (iy+%d) FD 86 %d z80_zxn add (hl) 86 z80_zxn add (ix) DD 86 00 z80_zxn add (ix+%d) DD 86 %d z80_zxn add (iy) FD 86 00 z80_zxn add (iy+%d) FD 86 %d z80_zxn add a, a 87 z80_zxn add a 87 z80_zxn add a, %n C6 %n z80_zxn add %n C6 %n z80_zxn adc a, b 88 z80_zxn adc b 88 z80_zxn adc a, c 89 z80_zxn adc c 89 z80_zxn adc a, d 8A z80_zxn adc d 8A z80_zxn adc a, e 8B z80_zxn adc e 8B z80_zxn adc a, h 8C z80_zxn adc a, ixh DD 8C z80_zxn adc a, iyh FD 8C z80_zxn adc h 8C z80_zxn adc ixh DD 8C z80_zxn adc iyh FD 8C z80_zxn adc a, l 8D z80_zxn adc a, ixl DD 8D z80_zxn adc a, iyl FD 8D z80_zxn adc l 8D z80_zxn adc ixl DD 8D z80_zxn adc iyl FD 8D z80_zxn adc a, (hl) 8E z80_zxn adc a, (ix) DD 8E 00 z80_zxn adc a, (ix+%d) DD 8E %d z80_zxn adc a, (iy) FD 8E 00 z80_zxn adc a, (iy+%d) FD 8E %d z80_zxn adc (hl) 8E z80_zxn adc (ix) DD 8E 00 z80_zxn adc (ix+%d) DD 8E %d z80_zxn adc (iy) FD 8E 00 z80_zxn adc (iy+%d) FD 8E %d z80_zxn adc a, a 8F z80_zxn adc a 8F z80_zxn adc a, %n CE %n z80_zxn adc %n CE %n z80_zxn sub a, b 90 z80_zxn sub b 90 z80_zxn sub a, c 91 z80_zxn sub c 91 z80_zxn sub a, d 92 z80_zxn sub d 92 z80_zxn sub a, e 93 z80_zxn sub e 93 z80_zxn sub a, h 94 z80_zxn sub a, ixh DD 94 z80_zxn sub a, iyh FD 94 z80_zxn sub h 94 z80_zxn sub ixh DD 94 z80_zxn sub iyh FD 94 z80_zxn sub a, l 95 z80_zxn sub a, ixl DD 95 z80_zxn sub a, iyl FD 95 z80_zxn sub l 95 z80_zxn sub ixl DD 95 z80_zxn sub iyl FD 95 z80_zxn sub a, (hl) 96 z80_zxn sub a, (ix) DD 96 00 z80_zxn sub a, (ix+%d) DD 96 %d z80_zxn sub a, (iy) FD 96 00 z80_zxn sub a, (iy+%d) FD 96 %d z80_zxn sub (hl) 96 z80_zxn sub (ix) DD 96 00 z80_zxn sub (ix+%d) DD 96 %d z80_zxn sub (iy) FD 96 00 z80_zxn sub (iy+%d) FD 96 %d z80_zxn sub a, a 97 z80_zxn sub a 97 z80_zxn sub a, %n D6 %n z80_zxn sub %n D6 %n z80_zxn sbc a, b 98 z80_zxn sbc b 98 z80_zxn sbc a, c 99 z80_zxn sbc c 99 z80_zxn sbc a, d 9A z80_zxn sbc d 9A z80_zxn sbc a, e 9B z80_zxn sbc e 9B z80_zxn sbc a, h 9C z80_zxn sbc a, ixh DD 9C z80_zxn sbc a, iyh FD 9C z80_zxn sbc h 9C z80_zxn sbc ixh DD 9C z80_zxn sbc iyh FD 9C z80_zxn sbc a, l 9D z80_zxn sbc a, ixl DD 9D z80_zxn sbc a, iyl FD 9D z80_zxn sbc l 9D z80_zxn sbc ixl DD 9D z80_zxn sbc iyl FD 9D z80_zxn sbc a, (hl) 9E z80_zxn sbc a, (ix) DD 9E 00 z80_zxn sbc a, (ix+%d) DD 9E %d z80_zxn sbc a, (iy) FD 9E 00 z80_zxn sbc a, (iy+%d) FD 9E %d z80_zxn sbc (hl) 9E z80_zxn sbc (ix) DD 9E 00 z80_zxn sbc (ix+%d) DD 9E %d z80_zxn sbc (iy) FD 9E 00 z80_zxn sbc (iy+%d) FD 9E %d z80_zxn sbc a, a 9F z80_zxn sbc a 9F z80_zxn sbc a, %n DE %n z80_zxn sbc %n DE %n z80_zxn and a, b A0 z80_zxn and b A0 z80_zxn and a, c A1 z80_zxn and c A1 z80_zxn and a, d A2 z80_zxn and d A2 z80_zxn and a, e A3 z80_zxn and e A3 z80_zxn and a, h A4 z80_zxn and a, ixh DD A4 z80_zxn and a, iyh FD A4 z80_zxn and h A4 z80_zxn and ixh DD A4 z80_zxn and iyh FD A4 z80_zxn and a, l A5 z80_zxn and a, ixl DD A5 z80_zxn and a, iyl FD A5 z80_zxn and l A5 z80_zxn and ixl DD A5 z80_zxn and iyl FD A5 z80_zxn and a, (hl) A6 z80_zxn and a, (ix) DD A6 00 z80_zxn and a, (ix+%d) DD A6 %d z80_zxn and a, (iy) FD A6 00 z80_zxn and a, (iy+%d) FD A6 %d z80_zxn and (hl) A6 z80_zxn and (ix) DD A6 00 z80_zxn and (ix+%d) DD A6 %d z80_zxn and (iy) FD A6 00 z80_zxn and (iy+%d) FD A6 %d z80_zxn and a, a A7 z80_zxn and a A7 z80_zxn and a, %n E6 %n z80_zxn and %n E6 %n z80_zxn xor a, b A8 z80_zxn xor b A8 z80_zxn xor a, c A9 z80_zxn xor c A9 z80_zxn xor a, d AA z80_zxn xor d AA z80_zxn xor a, e AB z80_zxn xor e AB z80_zxn xor a, h AC z80_zxn xor a, ixh DD AC z80_zxn xor a, iyh FD AC z80_zxn xor h AC z80_zxn xor ixh DD AC z80_zxn xor iyh FD AC z80_zxn xor a, l AD z80_zxn xor a, ixl DD AD z80_zxn xor a, iyl FD AD z80_zxn xor l AD z80_zxn xor ixl DD AD z80_zxn xor iyl FD AD z80_zxn xor a, (hl) AE z80_zxn xor a, (ix) DD AE 00 z80_zxn xor a, (ix+%d) DD AE %d z80_zxn xor a, (iy) FD AE 00 z80_zxn xor a, (iy+%d) FD AE %d z80_zxn xor (hl) AE z80_zxn xor (ix) DD AE 00 z80_zxn xor (ix+%d) DD AE %d z80_zxn xor (iy) FD AE 00 z80_zxn xor (iy+%d) FD AE %d z80_zxn xor a, a AF z80_zxn xor a AF z80_zxn xor a, %n EE %n z80_zxn xor %n EE %n z80_zxn or a, b B0 z80_zxn or b B0 z80_zxn or a, c B1 z80_zxn or c B1 z80_zxn or a, d B2 z80_zxn or d B2 z80_zxn or a, e B3 z80_zxn or e B3 z80_zxn or a, h B4 z80_zxn or a, ixh DD B4 z80_zxn or a, iyh FD B4 z80_zxn or h B4 z80_zxn or ixh DD B4 z80_zxn or iyh FD B4 z80_zxn or a, l B5 z80_zxn or a, ixl DD B5 z80_zxn or a, iyl FD B5 z80_zxn or l B5 z80_zxn or ixl DD B5 z80_zxn or iyl FD B5 z80_zxn or a, (hl) B6 z80_zxn or a, (ix) DD B6 00 z80_zxn or a, (ix+%d) DD B6 %d z80_zxn or a, (iy) FD B6 00 z80_zxn or a, (iy+%d) FD B6 %d z80_zxn or (hl) B6 z80_zxn or (ix) DD B6 00 z80_zxn or (ix+%d) DD B6 %d z80_zxn or (iy) FD B6 00 z80_zxn or (iy+%d) FD B6 %d z80_zxn or a, a B7 z80_zxn or a B7 z80_zxn or a, %n F6 %n z80_zxn or %n F6 %n z80_zxn cp a, b B8 z80_zxn cp b B8 z80_zxn cp a, c B9 z80_zxn cp c B9 z80_zxn cp a, d BA z80_zxn cp d BA z80_zxn cp a, e BB z80_zxn cp e BB z80_zxn cp a, h BC z80_zxn cp a, ixh DD BC z80_zxn cp a, iyh FD BC z80_zxn cp h BC z80_zxn cp ixh DD BC z80_zxn cp iyh FD BC z80_zxn cp a, l BD z80_zxn cp a, ixl DD BD z80_zxn cp a, iyl FD BD z80_zxn cp l BD z80_zxn cp ixl DD BD z80_zxn cp iyl FD BD z80_zxn cp a, (hl) BE z80_zxn cp a, (ix) DD BE 00 z80_zxn cp a, (ix+%d) DD BE %d z80_zxn cp a, (iy) FD BE 00 z80_zxn cp a, (iy+%d) FD BE %d z80_zxn cp (hl) BE z80_zxn cp (ix) DD BE 00 z80_zxn cp (ix+%d) DD BE %d z80_zxn cp (iy) FD BE 00 z80_zxn cp (iy+%d) FD BE %d z80_zxn cp a, a BF z80_zxn cp a BF z80_zxn cp a, %n FE %n z80_zxn cp %n FE %n z80_zxn inc b 04 z80_zxn dec b 05 z80_zxn tst a, %n ED 27 %n z80_zxn tst %n ED 27 %n z80_zxn test a, %n ED 27 %n z80_zxn test %n ED 27 %n z80_zxn inc c 0C z80_zxn dec c 0D z80_zxn inc d 14 z80_zxn dec d 15 z80_zxn inc e 1C z80_zxn dec e 1D z80_zxn inc h 24 z80_zxn inc ixh DD 24 z80_zxn inc iyh FD 24 z80_zxn dec h 25 z80_zxn dec ixh DD 25 z80_zxn dec iyh FD 25 z80_zxn inc l 2C z80_zxn inc ixl DD 2C z80_zxn inc iyl FD 2C z80_zxn dec l 2D z80_zxn dec ixl DD 2D z80_zxn dec iyl FD 2D z80_zxn inc (hl) 34 z80_zxn inc (ix) DD 34 00 z80_zxn inc (ix+%d) DD 34 %d z80_zxn inc (iy) FD 34 00 z80_zxn inc (iy+%d) FD 34 %d z80_zxn dec (hl) 35 z80_zxn dec (ix) DD 35 00 z80_zxn dec (ix+%d) DD 35 %d z80_zxn dec (iy) FD 35 00 z80_zxn dec (iy+%d) FD 35 %d z80_zxn inc a 3C z80_zxn dec a 3D z80_zxn daa 27 z80_zxn rrd ED 67 z80_zxn rld ED 6F z80_zxn cpl 2F z80_zxn cpl a 2F z80_zxn neg ED 44 z80_zxn neg a ED 44 z80_zxn ccf 3F z80_zxn ccf f 3F z80_zxn scf 37 z80_zxn scf f 37 z80_zxn ld bc, %m 01 %m %m z80_zxn ld bc, (%m) ED 4B %m %m z80_zxn ld (%m), bc ED 43 %m %m z80_zxn ld de, %m 11 %m %m z80_zxn ld de, (%m) ED 5B %m %m z80_zxn ld (%m), de ED 53 %m %m z80_zxn ld hl, %m 21 %m %m z80_zxn ld hl, (%m) 2A %m %m z80_zxn ld (%m), hl 22 %m %m z80_zxn ld ix, %m DD 21 %m %m z80_zxn ld ix, (%m) DD 2A %m %m z80_zxn ld (%m), ix DD 22 %m %m z80_zxn ld iy, %m FD 21 %m %m z80_zxn ld iy, (%m) FD 2A %m %m z80_zxn ld (%m), iy FD 22 %m %m z80_zxn ld sp, %m 31 %m %m z80_zxn ld sp, (%m) ED 7B %m %m z80_zxn ld (%m), sp ED 73 %m %m z80_zxn ld sp, hl F9 z80_zxn ld sp, ix DD F9 z80_zxn ld sp, iy FD F9 z80_zxn push bc C5 z80_zxn pop bc C1 z80_zxn push de D5 z80_zxn pop de D1 z80_zxn push hl E5 z80_zxn pop hl E1 z80_zxn push ix DD E5 z80_zxn pop ix DD E1 z80_zxn push iy FD E5 z80_zxn pop iy FD E1 z80_zxn push af F5 z80_zxn pop af F1 z80_zxn ex af, af' 08 z80_zxn ex af, af 08 z80_zxn exx D9 z80_zxn ex (sp), hl E3 z80_zxn ex (sp), ix DD E3 z80_zxn ex (sp), iy FD E3 z80_zxn ex de, hl EB z80_zxn add hl, bc 09 z80_zxn sbc hl, bc ED 42 z80_zxn adc hl, bc ED 4A z80_zxn inc bc 03 z80_zxn dec bc 0B z80_zxn add hl, de 19 z80_zxn sbc hl, de ED 52 z80_zxn adc hl, de ED 5A z80_zxn inc de 13 z80_zxn dec de 1B z80_zxn add hl, hl 29 z80_zxn sbc hl, hl ED 62 z80_zxn adc hl, hl ED 6A z80_zxn inc hl 23 z80_zxn dec hl 2B z80_zxn add hl, sp 39 z80_zxn sbc hl, sp ED 72 z80_zxn adc hl, sp ED 7A z80_zxn inc sp 33 z80_zxn dec sp 3B z80_zxn add ix, bc DD 09 z80_zxn add ix, de DD 19 z80_zxn add ix, ix DD 29 z80_zxn add ix, sp DD 39 z80_zxn inc ix DD 23 z80_zxn dec ix DD 2B z80_zxn add iy, bc FD 09 z80_zxn add iy, de FD 19 z80_zxn add iy, iy FD 29 z80_zxn add iy, sp FD 39 z80_zxn inc iy FD 23 z80_zxn dec iy FD 2B z80_zxn mul d, e ED 30 z80_zxn mul de ED 30 z80_zxn mlt de ED 30 z80_zxn rlca 07 z80_zxn rrca 0F z80_zxn rla 17 z80_zxn rra 1F z80_zxn rlc b CB 00 z80_zxn rlc c CB 01 z80_zxn rlc d CB 02 z80_zxn rlc e CB 03 z80_zxn rlc h CB 04 z80_zxn rlc ixh DD CB 04 z80_zxn rlc iyh FD CB 04 z80_zxn rlc l CB 05 z80_zxn rlc ixl DD CB 05 z80_zxn rlc iyl FD CB 05 z80_zxn rlc (hl) CB 06 z80_zxn rlc (ix) DD CB 00 06 z80_zxn rlc (ix+%d) DD CB %d 06 z80_zxn rlc (iy) FD CB 00 06 z80_zxn rlc (iy+%d) FD CB %d 06 z80_zxn rlc a CB 07 z80_zxn rrc b CB 08 z80_zxn rrc c CB 09 z80_zxn rrc d CB 0A z80_zxn rrc e CB 0B z80_zxn rrc h CB 0C z80_zxn rrc ixh DD CB 0C z80_zxn rrc iyh FD CB 0C z80_zxn rrc l CB 0D z80_zxn rrc ixl DD CB 0D z80_zxn rrc iyl FD CB 0D z80_zxn rrc (hl) CB 0E z80_zxn rrc (ix) DD CB 00 0E z80_zxn rrc (ix+%d) DD CB %d 0E z80_zxn rrc (iy) FD CB 00 0E z80_zxn rrc (iy+%d) FD CB %d 0E z80_zxn rrc a CB 0F z80_zxn rl b CB 10 z80_zxn rl c CB 11 z80_zxn rl d CB 12 z80_zxn rl e CB 13 z80_zxn rl h CB 14 z80_zxn rl ixh DD CB 14 z80_zxn rl iyh FD CB 14 z80_zxn rl l CB 15 z80_zxn rl ixl DD CB 15 z80_zxn rl iyl FD CB 15 z80_zxn rl (hl) CB 16 z80_zxn rl (ix) DD CB 00 16 z80_zxn rl (ix+%d) DD CB %d 16 z80_zxn rl (iy) FD CB 00 16 z80_zxn rl (iy+%d) FD CB %d 16 z80_zxn rl a CB 17 z80_zxn rr b CB 18 z80_zxn rr c CB 19 z80_zxn rr d CB 1A z80_zxn rr e CB 1B z80_zxn rr h CB 1C z80_zxn rr ixh DD CB 1C z80_zxn rr iyh FD CB 1C z80_zxn rr l CB 1D z80_zxn rr ixl DD CB 1D z80_zxn rr iyl FD CB 1D z80_zxn rr (hl) CB 1E z80_zxn rr (ix) DD CB 00 1E z80_zxn rr (ix+%d) DD CB %d 1E z80_zxn rr (iy) FD CB 00 1E z80_zxn rr (iy+%d) FD CB %d 1E z80_zxn rr a CB 1F z80_zxn sla b CB 20 z80_zxn sla c CB 21 z80_zxn sla d CB 22 z80_zxn sla e CB 23 z80_zxn sla h CB 24 z80_zxn sla ixh DD CB 24 z80_zxn sla iyh FD CB 24 z80_zxn sla l CB 25 z80_zxn sla ixl DD CB 25 z80_zxn sla iyl FD CB 25 z80_zxn sla (hl) CB 26 z80_zxn sla (ix) DD CB 00 26 z80_zxn sla (ix+%d) DD CB %d 26 z80_zxn sla (iy) FD CB 00 26 z80_zxn sla (iy+%d) FD CB %d 26 z80_zxn sla a CB 27 z80_zxn sra b CB 28 z80_zxn sra c CB 29 z80_zxn sra d CB 2A z80_zxn sra e CB 2B z80_zxn sra h CB 2C z80_zxn sra ixh DD CB 2C z80_zxn sra iyh FD CB 2C z80_zxn sra l CB 2D z80_zxn sra ixl DD CB 2D z80_zxn sra iyl FD CB 2D z80_zxn sra (hl) CB 2E z80_zxn sra (ix) DD CB 00 2E z80_zxn sra (ix+%d) DD CB %d 2E z80_zxn sra (iy) FD CB 00 2E z80_zxn sra (iy+%d) FD CB %d 2E z80_zxn sra a CB 2F z80_zxn sll b CB 30 z80_zxn sll c CB 31 z80_zxn sll d CB 32 z80_zxn sll e CB 33 z80_zxn sll h CB 34 z80_zxn sll ixh DD CB 34 z80_zxn sll iyh FD CB 34 z80_zxn sll l CB 35 z80_zxn sll ixl DD CB 35 z80_zxn sll iyl FD CB 35 z80_zxn sll (hl) CB 36 z80_zxn sll (ix) DD CB 00 36 z80_zxn sll (ix+%d) DD CB %d 36 z80_zxn sll (iy) FD CB 00 36 z80_zxn sll (iy+%d) FD CB %d 36 z80_zxn sll a CB 37 z80_zxn sli b CB 30 z80_zxn sli c CB 31 z80_zxn sli d CB 32 z80_zxn sli e CB 33 z80_zxn sli h CB 34 z80_zxn sli ixh DD CB 34 z80_zxn sli iyh FD CB 34 z80_zxn sli l CB 35 z80_zxn sli ixl DD CB 35 z80_zxn sli iyl FD CB 35 z80_zxn sli (hl) CB 36 z80_zxn sli (ix) DD CB 00 36 z80_zxn sli (ix+%d) DD CB %d 36 z80_zxn sli (iy) FD CB 00 36 z80_zxn sli (iy+%d) FD CB %d 36 z80_zxn sli a CB 37 z80_zxn srl b CB 38 z80_zxn srl c CB 39 z80_zxn srl d CB 3A z80_zxn srl e CB 3B z80_zxn srl h CB 3C z80_zxn srl ixh DD CB 3C z80_zxn srl iyh FD CB 3C z80_zxn srl l CB 3D z80_zxn srl ixl DD CB 3D z80_zxn srl iyl FD CB 3D z80_zxn srl (hl) CB 3E z80_zxn srl (ix) DD CB 00 3E z80_zxn srl (ix+%d) DD CB %d 3E z80_zxn srl (iy) FD CB 00 3E z80_zxn srl (iy+%d) FD CB %d 3E z80_zxn srl a CB 3F z80_zxn rlc (ix), b DD CB 00 00 z80_zxn rlc (ix+%d), b DD CB %d 00 z80_zxn rlc (ix), c DD CB 00 01 z80_zxn rlc (ix+%d), c DD CB %d 01 z80_zxn rlc (ix), d DD CB 00 02 z80_zxn rlc (ix+%d), d DD CB %d 02 z80_zxn rlc (ix), e DD CB 00 03 z80_zxn rlc (ix+%d), e DD CB %d 03 z80_zxn rlc (ix), h DD CB 00 04 z80_zxn rlc (ix+%d), h DD CB %d 04 z80_zxn rlc (ix), l DD CB 00 05 z80_zxn rlc (ix+%d), l DD CB %d 05 z80_zxn rlc (ix), a DD CB 00 07 z80_zxn rlc (ix+%d), a DD CB %d 07 z80_zxn rlc (iy), b FD CB 00 00 z80_zxn rlc (iy+%d), b FD CB %d 00 z80_zxn rlc (iy), c FD CB 00 01 z80_zxn rlc (iy+%d), c FD CB %d 01 z80_zxn rlc (iy), d FD CB 00 02 z80_zxn rlc (iy+%d), d FD CB %d 02 z80_zxn rlc (iy), e FD CB 00 03 z80_zxn rlc (iy+%d), e FD CB %d 03 z80_zxn rlc (iy), h FD CB 00 04 z80_zxn rlc (iy+%d), h FD CB %d 04 z80_zxn rlc (iy), l FD CB 00 05 z80_zxn rlc (iy+%d), l FD CB %d 05 z80_zxn rlc (iy), a FD CB 00 07 z80_zxn rlc (iy+%d), a FD CB %d 07 z80_zxn rrc (ix), b DD CB 00 08 z80_zxn rrc (ix+%d), b DD CB %d 08 z80_zxn rrc (ix), c DD CB 00 09 z80_zxn rrc (ix+%d), c DD CB %d 09 z80_zxn rrc (ix), d DD CB 00 0A z80_zxn rrc (ix+%d), d DD CB %d 0A z80_zxn rrc (ix), e DD CB 00 0B z80_zxn rrc (ix+%d), e DD CB %d 0B z80_zxn rrc (ix), h DD CB 00 0C z80_zxn rrc (ix+%d), h DD CB %d 0C z80_zxn rrc (ix), l DD CB 00 0D z80_zxn rrc (ix+%d), l DD CB %d 0D z80_zxn rrc (ix), a DD CB 00 0F z80_zxn rrc (ix+%d), a DD CB %d 0F z80_zxn rrc (iy), b FD CB 00 08 z80_zxn rrc (iy+%d), b FD CB %d 08 z80_zxn rrc (iy), c FD CB 00 09 z80_zxn rrc (iy+%d), c FD CB %d 09 z80_zxn rrc (iy), d FD CB 00 0A z80_zxn rrc (iy+%d), d FD CB %d 0A z80_zxn rrc (iy), e FD CB 00 0B z80_zxn rrc (iy+%d), e FD CB %d 0B z80_zxn rrc (iy), h FD CB 00 0C z80_zxn rrc (iy+%d), h FD CB %d 0C z80_zxn rrc (iy), l FD CB 00 0D z80_zxn rrc (iy+%d), l FD CB %d 0D z80_zxn rrc (iy), a FD CB 00 0F z80_zxn rrc (iy+%d), a FD CB %d 0F z80_zxn rl (ix), b DD CB 00 10 z80_zxn rl (ix+%d), b DD CB %d 10 z80_zxn rl (ix), c DD CB 00 11 z80_zxn rl (ix+%d), c DD CB %d 11 z80_zxn rl (ix), d DD CB 00 12 z80_zxn rl (ix+%d), d DD CB %d 12 z80_zxn rl (ix), e DD CB 00 13 z80_zxn rl (ix+%d), e DD CB %d 13 z80_zxn rl (ix), h DD CB 00 14 z80_zxn rl (ix+%d), h DD CB %d 14 z80_zxn rl (ix), l DD CB 00 15 z80_zxn rl (ix+%d), l DD CB %d 15 z80_zxn rl (ix), a DD CB 00 17 z80_zxn rl (ix+%d), a DD CB %d 17 z80_zxn rl (iy), b FD CB 00 10 z80_zxn rl (iy+%d), b FD CB %d 10 z80_zxn rl (iy), c FD CB 00 11 z80_zxn rl (iy+%d), c FD CB %d 11 z80_zxn rl (iy), d FD CB 00 12 z80_zxn rl (iy+%d), d FD CB %d 12 z80_zxn rl (iy), e FD CB 00 13 z80_zxn rl (iy+%d), e FD CB %d 13 z80_zxn rl (iy), h FD CB 00 14 z80_zxn rl (iy+%d), h FD CB %d 14 z80_zxn rl (iy), l FD CB 00 15 z80_zxn rl (iy+%d), l FD CB %d 15 z80_zxn rl (iy), a FD CB 00 17 z80_zxn rl (iy+%d), a FD CB %d 17 z80_zxn rr (ix), b DD CB 00 18 z80_zxn rr (ix+%d), b DD CB %d 18 z80_zxn rr (ix), c DD CB 00 19 z80_zxn rr (ix+%d), c DD CB %d 19 z80_zxn rr (ix), d DD CB 00 1A z80_zxn rr (ix+%d), d DD CB %d 1A z80_zxn rr (ix), e DD CB 00 1B z80_zxn rr (ix+%d), e DD CB %d 1B z80_zxn rr (ix), h DD CB 00 1C z80_zxn rr (ix+%d), h DD CB %d 1C z80_zxn rr (ix), l DD CB 00 1D z80_zxn rr (ix+%d), l DD CB %d 1D z80_zxn rr (ix), a DD CB 00 1F z80_zxn rr (ix+%d), a DD CB %d 1F z80_zxn rr (iy), b FD CB 00 18 z80_zxn rr (iy+%d), b FD CB %d 18 z80_zxn rr (iy), c FD CB 00 19 z80_zxn rr (iy+%d), c FD CB %d 19 z80_zxn rr (iy), d FD CB 00 1A z80_zxn rr (iy+%d), d FD CB %d 1A z80_zxn rr (iy), e FD CB 00 1B z80_zxn rr (iy+%d), e FD CB %d 1B z80_zxn rr (iy), h FD CB 00 1C z80_zxn rr (iy+%d), h FD CB %d 1C z80_zxn rr (iy), l FD CB 00 1D z80_zxn rr (iy+%d), l FD CB %d 1D z80_zxn rr (iy), a FD CB 00 1F z80_zxn rr (iy+%d), a FD CB %d 1F z80_zxn sla (ix), b DD CB 00 20 z80_zxn sla (ix+%d), b DD CB %d 20 z80_zxn sla (ix), c DD CB 00 21 z80_zxn sla (ix+%d), c DD CB %d 21 z80_zxn sla (ix), d DD CB 00 22 z80_zxn sla (ix+%d), d DD CB %d 22 z80_zxn sla (ix), e DD CB 00 23 z80_zxn sla (ix+%d), e DD CB %d 23 z80_zxn sla (ix), h DD CB 00 24 z80_zxn sla (ix+%d), h DD CB %d 24 z80_zxn sla (ix), l DD CB 00 25 z80_zxn sla (ix+%d), l DD CB %d 25 z80_zxn sla (ix), a DD CB 00 27 z80_zxn sla (ix+%d), a DD CB %d 27 z80_zxn sla (iy), b FD CB 00 20 z80_zxn sla (iy+%d), b FD CB %d 20 z80_zxn sla (iy), c FD CB 00 21 z80_zxn sla (iy+%d), c FD CB %d 21 z80_zxn sla (iy), d FD CB 00 22 z80_zxn sla (iy+%d), d FD CB %d 22 z80_zxn sla (iy), e FD CB 00 23 z80_zxn sla (iy+%d), e FD CB %d 23 z80_zxn sla (iy), h FD CB 00 24 z80_zxn sla (iy+%d), h FD CB %d 24 z80_zxn sla (iy), l FD CB 00 25 z80_zxn sla (iy+%d), l FD CB %d 25 z80_zxn sla (iy), a FD CB 00 27 z80_zxn sla (iy+%d), a FD CB %d 27 z80_zxn sra (ix), b DD CB 00 28 z80_zxn sra (ix+%d), b DD CB %d 28 z80_zxn sra (ix), c DD CB 00 29 z80_zxn sra (ix+%d), c DD CB %d 29 z80_zxn sra (ix), d DD CB 00 2A z80_zxn sra (ix+%d), d DD CB %d 2A z80_zxn sra (ix), e DD CB 00 2B z80_zxn sra (ix+%d), e DD CB %d 2B z80_zxn sra (ix), h DD CB 00 2C z80_zxn sra (ix+%d), h DD CB %d 2C z80_zxn sra (ix), l DD CB 00 2D z80_zxn sra (ix+%d), l DD CB %d 2D z80_zxn sra (ix), a DD CB 00 2F z80_zxn sra (ix+%d), a DD CB %d 2F z80_zxn sra (iy), b FD CB 00 28 z80_zxn sra (iy+%d), b FD CB %d 28 z80_zxn sra (iy), c FD CB 00 29 z80_zxn sra (iy+%d), c FD CB %d 29 z80_zxn sra (iy), d FD CB 00 2A z80_zxn sra (iy+%d), d FD CB %d 2A z80_zxn sra (iy), e FD CB 00 2B z80_zxn sra (iy+%d), e FD CB %d 2B z80_zxn sra (iy), h FD CB 00 2C z80_zxn sra (iy+%d), h FD CB %d 2C z80_zxn sra (iy), l FD CB 00 2D z80_zxn sra (iy+%d), l FD CB %d 2D z80_zxn sra (iy), a FD CB 00 2F z80_zxn sra (iy+%d), a FD CB %d 2F z80_zxn sll (ix), b DD CB 00 30 z80_zxn sll (ix+%d), b DD CB %d 30 z80_zxn sll (ix), c DD CB 00 31 z80_zxn sll (ix+%d), c DD CB %d 31 z80_zxn sll (ix), d DD CB 00 32 z80_zxn sll (ix+%d), d DD CB %d 32 z80_zxn sll (ix), e DD CB 00 33 z80_zxn sll (ix+%d), e DD CB %d 33 z80_zxn sll (ix), h DD CB 00 34 z80_zxn sll (ix+%d), h DD CB %d 34 z80_zxn sll (ix), l DD CB 00 35 z80_zxn sll (ix+%d), l DD CB %d 35 z80_zxn sll (ix), a DD CB 00 37 z80_zxn sll (ix+%d), a DD CB %d 37 z80_zxn sll (iy), b FD CB 00 30 z80_zxn sll (iy+%d), b FD CB %d 30 z80_zxn sll (iy), c FD CB 00 31 z80_zxn sll (iy+%d), c FD CB %d 31 z80_zxn sll (iy), d FD CB 00 32 z80_zxn sll (iy+%d), d FD CB %d 32 z80_zxn sll (iy), e FD CB 00 33 z80_zxn sll (iy+%d), e FD CB %d 33 z80_zxn sll (iy), h FD CB 00 34 z80_zxn sll (iy+%d), h FD CB %d 34 z80_zxn sll (iy), l FD CB 00 35 z80_zxn sll (iy+%d), l FD CB %d 35 z80_zxn sll (iy), a FD CB 00 37 z80_zxn sll (iy+%d), a FD CB %d 37 z80_zxn sli (ix), b DD CB 00 30 z80_zxn sli (ix+%d), b DD CB %d 30 z80_zxn sli (ix), c DD CB 00 31 z80_zxn sli (ix+%d), c DD CB %d 31 z80_zxn sli (ix), d DD CB 00 32 z80_zxn sli (ix+%d), d DD CB %d 32 z80_zxn sli (ix), e DD CB 00 33 z80_zxn sli (ix+%d), e DD CB %d 33 z80_zxn sli (ix), h DD CB 00 34 z80_zxn sli (ix+%d), h DD CB %d 34 z80_zxn sli (ix), l DD CB 00 35 z80_zxn sli (ix+%d), l DD CB %d 35 z80_zxn sli (ix), a DD CB 00 37 z80_zxn sli (ix+%d), a DD CB %d 37 z80_zxn sli (iy), b FD CB 00 30 z80_zxn sli (iy+%d), b FD CB %d 30 z80_zxn sli (iy), c FD CB 00 31 z80_zxn sli (iy+%d), c FD CB %d 31 z80_zxn sli (iy), d FD CB 00 32 z80_zxn sli (iy+%d), d FD CB %d 32 z80_zxn sli (iy), e FD CB 00 33 z80_zxn sli (iy+%d), e FD CB %d 33 z80_zxn sli (iy), h FD CB 00 34 z80_zxn sli (iy+%d), h FD CB %d 34 z80_zxn sli (iy), l FD CB 00 35 z80_zxn sli (iy+%d), l FD CB %d 35 z80_zxn sli (iy), a FD CB 00 37 z80_zxn sli (iy+%d), a FD CB %d 37 z80_zxn srl (ix), b DD CB 00 38 z80_zxn srl (ix+%d), b DD CB %d 38 z80_zxn srl (ix), c DD CB 00 39 z80_zxn srl (ix+%d), c DD CB %d 39 z80_zxn srl (ix), d DD CB 00 3A z80_zxn srl (ix+%d), d DD CB %d 3A z80_zxn srl (ix), e DD CB 00 3B z80_zxn srl (ix+%d), e DD CB %d 3B z80_zxn srl (ix), h DD CB 00 3C z80_zxn srl (ix+%d), h DD CB %d 3C z80_zxn srl (ix), l DD CB 00 3D z80_zxn srl (ix+%d), l DD CB %d 3D z80_zxn srl (ix), a DD CB 00 3F z80_zxn srl (ix+%d), a DD CB %d 3F z80_zxn srl (iy), b FD CB 00 38 z80_zxn srl (iy+%d), b FD CB %d 38 z80_zxn srl (iy), c FD CB 00 39 z80_zxn srl (iy+%d), c FD CB %d 39 z80_zxn srl (iy), d FD CB 00 3A z80_zxn srl (iy+%d), d FD CB %d 3A z80_zxn srl (iy), e FD CB 00 3B z80_zxn srl (iy+%d), e FD CB %d 3B z80_zxn srl (iy), h FD CB 00 3C z80_zxn srl (iy+%d), h FD CB %d 3C z80_zxn srl (iy), l FD CB 00 3D z80_zxn srl (iy+%d), l FD CB %d 3D z80_zxn srl (iy), a FD CB 00 3F z80_zxn srl (iy+%d), a FD CB %d 3F z80_zxn bit %c, b CB 64+8*%c(0..7) z80_zxn bit %c, c CB 65+8*%c(0..7) z80_zxn bit %c, d CB 66+8*%c(0..7) z80_zxn bit %c, e CB 67+8*%c(0..7) z80_zxn bit %c, h CB 68+8*%c(0..7) z80_zxn bit %c, ixh DD CB 68+8*%c(0..7) z80_zxn bit %c, iyh FD CB 68+8*%c(0..7) z80_zxn bit %c, l CB 69+8*%c(0..7) z80_zxn bit %c, ixl DD CB 69+8*%c(0..7) z80_zxn bit %c, iyl FD CB 69+8*%c(0..7) z80_zxn bit %c, (hl) CB 70+8*%c(0..7) z80_zxn bit %c, (ix) DD CB 00 70+8*%c(0..7) z80_zxn bit %c, (ix+%d) DD CB %d 70+8*%c(0..7) z80_zxn bit %c, (iy) FD CB 00 70+8*%c(0..7) z80_zxn bit %c, (iy+%d) FD CB %d 70+8*%c(0..7) z80_zxn bit %c, a CB 71+8*%c(0..7) z80_zxn res %c, b CB 128+8*%c(0..7) z80_zxn res %c, c CB 129+8*%c(0..7) z80_zxn res %c, d CB 130+8*%c(0..7) z80_zxn res %c, e CB 131+8*%c(0..7) z80_zxn res %c, h CB 132+8*%c(0..7) z80_zxn res %c, ixh DD CB 132+8*%c(0..7) z80_zxn res %c, iyh FD CB 132+8*%c(0..7) z80_zxn res %c, l CB 133+8*%c(0..7) z80_zxn res %c, ixl DD CB 133+8*%c(0..7) z80_zxn res %c, iyl FD CB 133+8*%c(0..7) z80_zxn res %c, (hl) CB 134+8*%c(0..7) z80_zxn res %c, (ix) DD CB 00 134+8*%c(0..7) z80_zxn res %c, (ix+%d) DD CB %d 134+8*%c(0..7) z80_zxn res %c, (iy) FD CB 00 134+8*%c(0..7) z80_zxn res %c, (iy+%d) FD CB %d 134+8*%c(0..7) z80_zxn res %c, a CB 135+8*%c(0..7) z80_zxn set %c, b CB 192+8*%c(0..7) z80_zxn set %c, c CB 193+8*%c(0..7) z80_zxn set %c, d CB 194+8*%c(0..7) z80_zxn set %c, e CB 195+8*%c(0..7) z80_zxn set %c, h CB 196+8*%c(0..7) z80_zxn set %c, ixh DD CB 196+8*%c(0..7) z80_zxn set %c, iyh FD CB 196+8*%c(0..7) z80_zxn set %c, l CB 197+8*%c(0..7) z80_zxn set %c, ixl DD CB 197+8*%c(0..7) z80_zxn set %c, iyl FD CB 197+8*%c(0..7) z80_zxn set %c, (hl) CB 198+8*%c(0..7) z80_zxn set %c, (ix) DD CB 00 198+8*%c(0..7) z80_zxn set %c, (ix+%d) DD CB %d 198+8*%c(0..7) z80_zxn set %c, (iy) FD CB 00 198+8*%c(0..7) z80_zxn set %c, (iy+%d) FD CB %d 198+8*%c(0..7) z80_zxn set %c, a CB 199+8*%c(0..7) z80_zxn nop 00 z80_zxn halt 76 z80_zxn di F3 z80_zxn ei FB z80_zxn im %c ED %c(0..2)==0?0x46:%c==1?0x56:0x5E z80_zxn ld i, a ED 47 z80_zxn ld a, i ED 57 z80_zxn ld r, a ED 4F z80_zxn ld a, r ED 5F z80_zxn reti ED 4D z80_zxn retn ED 45 z80_zxn jr %j 18 %j z80_zxn jp %m C3 %m %m z80_zxn djnz %j 10 %j z80_zxn djnz b, %j 10 %j z80_zxn jr nz, %j 20 %j z80_zxn jp nz, %m C2 %m %m z80_zxn jr z, %j 28 %j z80_zxn jp z, %m CA %m %m z80_zxn jr nc, %j 30 %j z80_zxn jp nc, %m D2 %m %m z80_zxn jr c, %j 38 %j z80_zxn jp c, %m DA %m %m z80_zxn jp po, %m E2 %m %m z80_zxn jp pe, %m EA %m %m z80_zxn jp nv, %m E2 %m %m z80_zxn jp v, %m EA %m %m z80_zxn jp p, %m F2 %m %m z80_zxn jp m, %m FA %m %m z80_zxn jp (hl) E9 z80_zxn jp (ix) DD E9 z80_zxn jp (iy) FD E9 z80_zxn call %m CD %m %m z80_zxn ret C9 z80_zxn call nz, %m C4 %m %m z80_zxn ret nz C0 z80_zxn call z, %m CC %m %m z80_zxn ret z C8 z80_zxn call nc, %m D4 %m %m z80_zxn ret nc D0 z80_zxn call c, %m DC %m %m z80_zxn ret c D8 z80_zxn call po, %m E4 %m %m z80_zxn ret po E0 z80_zxn call pe, %m EC %m %m z80_zxn ret pe E8 z80_zxn call nv, %m E4 %m %m z80_zxn ret nv E0 z80_zxn call v, %m EC %m %m z80_zxn ret v E8 z80_zxn call p, %m F4 %m %m z80_zxn ret p F0 z80_zxn call m, %m FC %m %m z80_zxn ret m F8 z80_zxn rst %c 0xC7+%c z80_zxn ldi ED A0 z80_zxn ldir ED B0 z80_zxn ldd ED A8 z80_zxn lddr ED B8 z80_zxn cpi ED A1 z80_zxn cpir ED B1 z80_zxn cpd ED A9 z80_zxn cpdr ED B9 z80_zxn in a, (%n) DB %n z80_zxn in (c) ED 70 z80_zxn in b, (c) ED 40 z80_zxn in c, (c) ED 48 z80_zxn in d, (c) ED 50 z80_zxn in e, (c) ED 58 z80_zxn in h, (c) ED 60 z80_zxn in l, (c) ED 68 z80_zxn in f, (c) ED 70 z80_zxn in a, (c) ED 78 z80_zxn out (%n), a D3 %n z80_zxn out (c), %c ED 0x41+%c(0)+6*8 z80_zxn out (c), b ED 41 z80_zxn out (c), c ED 49 z80_zxn out (c), d ED 51 z80_zxn out (c), e ED 59 z80_zxn out (c), h ED 61 z80_zxn out (c), l ED 69 z80_zxn out (c), a ED 79 z80_zxn ini ED A2 z80_zxn inir ED B2 z80_zxn ind ED AA z80_zxn indr ED BA z80_zxn outi ED A3 z80_zxn otir ED B3 z80_zxn outd ED AB z80_zxn otdr ED BB z80_zxn swapnib ED 23 z80_zxn mirror a ED 24 z80_zxn bsla de,b ED 28 z80_zxn bsra de,b ED 29 z80_zxn bsrl de,b ED 2A z80_zxn bsrf de,b ED 2B z80_zxn brlc de,b ED 2C z80_zxn add hl, a ED 31 z80_zxn add de, a ED 32 z80_zxn add bc, a ED 33 z80_zxn add hl, %m ED 34 %m %m z80_zxn add de, %m ED 35 %m %m z80_zxn add bc, %m ED 36 %m %m z80_zxn push %M ED 8A %M %M z80_zxn outinb ED 90 z80_zxn mmu %c, %n ED 91 0x50+%c(0..7) %n z80_zxn mmu0 %n ED 91 50 %n z80_zxn mmu1 %n ED 91 51 %n z80_zxn mmu2 %n ED 91 52 %n z80_zxn mmu3 %n ED 91 53 %n z80_zxn mmu4 %n ED 91 54 %n z80_zxn mmu5 %n ED 91 55 %n z80_zxn mmu6 %n ED 91 56 %n z80_zxn mmu7 %n ED 91 57 %n z80_zxn mmu %c, a ED 92 0x50+%c(0..7) z80_zxn mmu0 a ED 92 50 z80_zxn mmu1 a ED 92 51 z80_zxn mmu2 a ED 92 52 z80_zxn mmu3 a ED 92 53 z80_zxn mmu4 a ED 92 54 z80_zxn mmu5 a ED 92 55 z80_zxn mmu6 a ED 92 56 z80_zxn mmu7 a ED 92 57 z80_zxn nextreg %n, %n ED 91 %n %n z80_zxn nextreg %n, a ED 92 %n z80_zxn pixeldn ED 93 z80_zxn pixelad ED 94 z80_zxn setae ED 95 z80_zxn jp (c) ED 98 z80_zxn ldix ED A4 z80_zxn ldws ED A5 z80_zxn lddx ED AC z80_zxn ldirx ED B4 z80_zxn ldpirx ED B7 z80_zxn lddrx ED BC z180 ld b, b 40 z180 ld b, c 41 z180 ld b, d 42 z180 ld b, e 43 z180 ld b, h 44 z180 ld b, l 45 z180 ld b, (hl) 46 z180 ld b, (ix) DD 46 00 z180 ld b, (ix+%d) DD 46 %d z180 ld b, (iy) FD 46 00 z180 ld b, (iy+%d) FD 46 %d z180 ld b, a 47 z180 ld b, %n 06 %n z180 ld c, b 48 z180 ld c, c 49 z180 ld c, d 4A z180 ld c, e 4B z180 ld c, h 4C z180 ld c, l 4D z180 ld c, (hl) 4E z180 ld c, (ix) DD 4E 00 z180 ld c, (ix+%d) DD 4E %d z180 ld c, (iy) FD 4E 00 z180 ld c, (iy+%d) FD 4E %d z180 ld c, a 4F z180 ld c, %n 0E %n z180 ld d, b 50 z180 ld d, c 51 z180 ld d, d 52 z180 ld d, e 53 z180 ld d, h 54 z180 ld d, l 55 z180 ld d, (hl) 56 z180 ld d, (ix) DD 56 00 z180 ld d, (ix+%d) DD 56 %d z180 ld d, (iy) FD 56 00 z180 ld d, (iy+%d) FD 56 %d z180 ld d, a 57 z180 ld d, %n 16 %n z180 ld e, b 58 z180 ld e, c 59 z180 ld e, d 5A z180 ld e, e 5B z180 ld e, h 5C z180 ld e, l 5D z180 ld e, (hl) 5E z180 ld e, (ix) DD 5E 00 z180 ld e, (ix+%d) DD 5E %d z180 ld e, (iy) FD 5E 00 z180 ld e, (iy+%d) FD 5E %d z180 ld e, a 5F z180 ld e, %n 1E %n z180 ld h, b 60 z180 ld h, c 61 z180 ld h, d 62 z180 ld h, e 63 z180 ld h, h 64 z180 ld h, l 65 z180 ld h, (hl) 66 z180 ld h, (ix) DD 66 00 z180 ld h, (ix+%d) DD 66 %d z180 ld h, (iy) FD 66 00 z180 ld h, (iy+%d) FD 66 %d z180 ld h, a 67 z180 ld h, %n 26 %n z180 ld l, b 68 z180 ld l, c 69 z180 ld l, d 6A z180 ld l, e 6B z180 ld l, h 6C z180 ld l, l 6D z180 ld l, (hl) 6E z180 ld l, (ix) DD 6E 00 z180 ld l, (ix+%d) DD 6E %d z180 ld l, (iy) FD 6E 00 z180 ld l, (iy+%d) FD 6E %d z180 ld l, a 6F z180 ld l, %n 2E %n z180 ld (hl), b 70 z180 ld (ix), b DD 70 00 z180 ld (ix+%d), b DD 70 %d z180 ld (iy), b FD 70 00 z180 ld (iy+%d), b FD 70 %d z180 ld (hl), c 71 z180 ld (ix), c DD 71 00 z180 ld (ix+%d), c DD 71 %d z180 ld (iy), c FD 71 00 z180 ld (iy+%d), c FD 71 %d z180 ld (hl), d 72 z180 ld (ix), d DD 72 00 z180 ld (ix+%d), d DD 72 %d z180 ld (iy), d FD 72 00 z180 ld (iy+%d), d FD 72 %d z180 ld (hl), e 73 z180 ld (ix), e DD 73 00 z180 ld (ix+%d), e DD 73 %d z180 ld (iy), e FD 73 00 z180 ld (iy+%d), e FD 73 %d z180 ld (hl), h 74 z180 ld (ix), h DD 74 00 z180 ld (ix+%d), h DD 74 %d z180 ld (iy), h FD 74 00 z180 ld (iy+%d), h FD 74 %d z180 ld (hl), l 75 z180 ld (ix), l DD 75 00 z180 ld (ix+%d), l DD 75 %d z180 ld (iy), l FD 75 00 z180 ld (iy+%d), l FD 75 %d z180 ld (hl), a 77 z180 ld (ix), a DD 77 00 z180 ld (ix+%d), a DD 77 %d z180 ld (iy), a FD 77 00 z180 ld (iy+%d), a FD 77 %d z180 ld (hl), %n 36 %n z180 ld (ix), %n DD 36 00 %n z180 ld (ix+%d), %n DD 36 %d %n z180 ld (iy), %n FD 36 00 %n z180 ld (iy+%d), %n FD 36 %d %n z180 ld a, b 78 z180 ld a, c 79 z180 ld a, d 7A z180 ld a, e 7B z180 ld a, h 7C z180 ld a, l 7D z180 ld a, (hl) 7E z180 ld a, (ix) DD 7E 00 z180 ld a, (ix+%d) DD 7E %d z180 ld a, (iy) FD 7E 00 z180 ld a, (iy+%d) FD 7E %d z180 ld a, a 7F z180 ld a, %n 3E %n z180 ld a, (%m) 3A %m %m z180 ld (%m), a 32 %m %m z180 ld (bc), a 02 z180 ld a, (bc) 0A z180 ld (de), a 12 z180 ld a, (de) 1A z180 add a, b 80 z180 add b 80 z180 add a, c 81 z180 add c 81 z180 add a, d 82 z180 add d 82 z180 add a, e 83 z180 add e 83 z180 add a, h 84 z180 add h 84 z180 add a, l 85 z180 add l 85 z180 add a, (hl) 86 z180 add a, (ix) DD 86 00 z180 add a, (ix+%d) DD 86 %d z180 add a, (iy) FD 86 00 z180 add a, (iy+%d) FD 86 %d z180 add (hl) 86 z180 add (ix) DD 86 00 z180 add (ix+%d) DD 86 %d z180 add (iy) FD 86 00 z180 add (iy+%d) FD 86 %d z180 add a, a 87 z180 add a 87 z180 add a, %n C6 %n z180 add %n C6 %n z180 adc a, b 88 z180 adc b 88 z180 adc a, c 89 z180 adc c 89 z180 adc a, d 8A z180 adc d 8A z180 adc a, e 8B z180 adc e 8B z180 adc a, h 8C z180 adc h 8C z180 adc a, l 8D z180 adc l 8D z180 adc a, (hl) 8E z180 adc a, (ix) DD 8E 00 z180 adc a, (ix+%d) DD 8E %d z180 adc a, (iy) FD 8E 00 z180 adc a, (iy+%d) FD 8E %d z180 adc (hl) 8E z180 adc (ix) DD 8E 00 z180 adc (ix+%d) DD 8E %d z180 adc (iy) FD 8E 00 z180 adc (iy+%d) FD 8E %d z180 adc a, a 8F z180 adc a 8F z180 adc a, %n CE %n z180 adc %n CE %n z180 sub a, b 90 z180 sub b 90 z180 sub a, c 91 z180 sub c 91 z180 sub a, d 92 z180 sub d 92 z180 sub a, e 93 z180 sub e 93 z180 sub a, h 94 z180 sub h 94 z180 sub a, l 95 z180 sub l 95 z180 sub a, (hl) 96 z180 sub a, (ix) DD 96 00 z180 sub a, (ix+%d) DD 96 %d z180 sub a, (iy) FD 96 00 z180 sub a, (iy+%d) FD 96 %d z180 sub (hl) 96 z180 sub (ix) DD 96 00 z180 sub (ix+%d) DD 96 %d z180 sub (iy) FD 96 00 z180 sub (iy+%d) FD 96 %d z180 sub a, a 97 z180 sub a 97 z180 sub a, %n D6 %n z180 sub %n D6 %n z180 sbc a, b 98 z180 sbc b 98 z180 sbc a, c 99 z180 sbc c 99 z180 sbc a, d 9A z180 sbc d 9A z180 sbc a, e 9B z180 sbc e 9B z180 sbc a, h 9C z180 sbc h 9C z180 sbc a, l 9D z180 sbc l 9D z180 sbc a, (hl) 9E z180 sbc a, (ix) DD 9E 00 z180 sbc a, (ix+%d) DD 9E %d z180 sbc a, (iy) FD 9E 00 z180 sbc a, (iy+%d) FD 9E %d z180 sbc (hl) 9E z180 sbc (ix) DD 9E 00 z180 sbc (ix+%d) DD 9E %d z180 sbc (iy) FD 9E 00 z180 sbc (iy+%d) FD 9E %d z180 sbc a, a 9F z180 sbc a 9F z180 sbc a, %n DE %n z180 sbc %n DE %n z180 and a, b A0 z180 and b A0 z180 and a, c A1 z180 and c A1 z180 and a, d A2 z180 and d A2 z180 and a, e A3 z180 and e A3 z180 and a, h A4 z180 and h A4 z180 and a, l A5 z180 and l A5 z180 and a, (hl) A6 z180 and a, (ix) DD A6 00 z180 and a, (ix+%d) DD A6 %d z180 and a, (iy) FD A6 00 z180 and a, (iy+%d) FD A6 %d z180 and (hl) A6 z180 and (ix) DD A6 00 z180 and (ix+%d) DD A6 %d z180 and (iy) FD A6 00 z180 and (iy+%d) FD A6 %d z180 and a, a A7 z180 and a A7 z180 and a, %n E6 %n z180 and %n E6 %n z180 xor a, b A8 z180 xor b A8 z180 xor a, c A9 z180 xor c A9 z180 xor a, d AA z180 xor d AA z180 xor a, e AB z180 xor e AB z180 xor a, h AC z180 xor h AC z180 xor a, l AD z180 xor l AD z180 xor a, (hl) AE z180 xor a, (ix) DD AE 00 z180 xor a, (ix+%d) DD AE %d z180 xor a, (iy) FD AE 00 z180 xor a, (iy+%d) FD AE %d z180 xor (hl) AE z180 xor (ix) DD AE 00 z180 xor (ix+%d) DD AE %d z180 xor (iy) FD AE 00 z180 xor (iy+%d) FD AE %d z180 xor a, a AF z180 xor a AF z180 xor a, %n EE %n z180 xor %n EE %n z180 or a, b B0 z180 or b B0 z180 or a, c B1 z180 or c B1 z180 or a, d B2 z180 or d B2 z180 or a, e B3 z180 or e B3 z180 or a, h B4 z180 or h B4 z180 or a, l B5 z180 or l B5 z180 or a, (hl) B6 z180 or a, (ix) DD B6 00 z180 or a, (ix+%d) DD B6 %d z180 or a, (iy) FD B6 00 z180 or a, (iy+%d) FD B6 %d z180 or (hl) B6 z180 or (ix) DD B6 00 z180 or (ix+%d) DD B6 %d z180 or (iy) FD B6 00 z180 or (iy+%d) FD B6 %d z180 or a, a B7 z180 or a B7 z180 or a, %n F6 %n z180 or %n F6 %n z180 cp a, b B8 z180 cp b B8 z180 cp a, c B9 z180 cp c B9 z180 cp a, d BA z180 cp d BA z180 cp a, e BB z180 cp e BB z180 cp a, h BC z180 cp h BC z180 cp a, l BD z180 cp l BD z180 cp a, (hl) BE z180 cp a, (ix) DD BE 00 z180 cp a, (ix+%d) DD BE %d z180 cp a, (iy) FD BE 00 z180 cp a, (iy+%d) FD BE %d z180 cp (hl) BE z180 cp (ix) DD BE 00 z180 cp (ix+%d) DD BE %d z180 cp (iy) FD BE 00 z180 cp (iy+%d) FD BE %d z180 cp a, a BF z180 cp a BF z180 cp a, %n FE %n z180 cp %n FE %n z180 inc b 04 z180 dec b 05 z180 tst a, b ED 04 z180 tst a, %n ED 64 %n z180 tst b ED 04 z180 tst %n ED 64 %n z180 test a, b ED 04 z180 test a, %n ED 64 %n z180 test b ED 04 z180 test %n ED 64 %n z180 inc c 0C z180 dec c 0D z180 tst a, c ED 0C z180 tst c ED 0C z180 test a, c ED 0C z180 test c ED 0C z180 inc d 14 z180 dec d 15 z180 tst a, d ED 14 z180 tst d ED 14 z180 test a, d ED 14 z180 test d ED 14 z180 inc e 1C z180 dec e 1D z180 tst a, e ED 1C z180 tst e ED 1C z180 test a, e ED 1C z180 test e ED 1C z180 inc h 24 z180 dec h 25 z180 tst a, h ED 24 z180 tst h ED 24 z180 test a, h ED 24 z180 test h ED 24 z180 inc l 2C z180 dec l 2D z180 tst a, l ED 2C z180 tst l ED 2C z180 test a, l ED 2C z180 test l ED 2C z180 inc (hl) 34 z180 inc (ix) DD 34 00 z180 inc (ix+%d) DD 34 %d z180 inc (iy) FD 34 00 z180 inc (iy+%d) FD 34 %d z180 dec (hl) 35 z180 dec (ix) DD 35 00 z180 dec (ix+%d) DD 35 %d z180 dec (iy) FD 35 00 z180 dec (iy+%d) FD 35 %d z180 tst a, (hl) ED 34 z180 tst a, (ix) DD ED 00 34 z180 tst a, (ix+%d) DD ED %d 34 z180 tst a, (iy) FD ED 00 34 z180 tst a, (iy+%d) FD ED %d 34 z180 tst (hl) ED 34 z180 tst (ix) DD ED 00 34 z180 tst (ix+%d) DD ED %d 34 z180 tst (iy) FD ED 00 34 z180 tst (iy+%d) FD ED %d 34 z180 test a, (hl) ED 34 z180 test a, (ix) DD ED 00 34 z180 test a, (ix+%d) DD ED %d 34 z180 test a, (iy) FD ED 00 34 z180 test a, (iy+%d) FD ED %d 34 z180 test (hl) ED 34 z180 test (ix) DD ED 00 34 z180 test (ix+%d) DD ED %d 34 z180 test (iy) FD ED 00 34 z180 test (iy+%d) FD ED %d 34 z180 inc a 3C z180 dec a 3D z180 tst a, a ED 3C z180 tst a ED 3C z180 test a, a ED 3C z180 test a ED 3C z180 daa 27 z180 rrd ED 67 z180 rld ED 6F z180 cpl 2F z180 cpl a 2F z180 neg ED 44 z180 neg a ED 44 z180 ccf 3F z180 ccf f 3F z180 scf 37 z180 scf f 37 z180 ld bc, %m 01 %m %m z180 ld bc, (%m) ED 4B %m %m z180 ld (%m), bc ED 43 %m %m z180 ld de, %m 11 %m %m z180 ld de, (%m) ED 5B %m %m z180 ld (%m), de ED 53 %m %m z180 ld hl, %m 21 %m %m z180 ld hl, (%m) 2A %m %m z180 ld (%m), hl 22 %m %m z180 ld ix, %m DD 21 %m %m z180 ld ix, (%m) DD 2A %m %m z180 ld (%m), ix DD 22 %m %m z180 ld iy, %m FD 21 %m %m z180 ld iy, (%m) FD 2A %m %m z180 ld (%m), iy FD 22 %m %m z180 ld sp, %m 31 %m %m z180 ld sp, (%m) ED 7B %m %m z180 ld (%m), sp ED 73 %m %m z180 ld sp, hl F9 z180 ld sp, ix DD F9 z180 ld sp, iy FD F9 z180 push bc C5 z180 pop bc C1 z180 push de D5 z180 pop de D1 z180 push hl E5 z180 pop hl E1 z180 push ix DD E5 z180 pop ix DD E1 z180 push iy FD E5 z180 pop iy FD E1 z180 push af F5 z180 pop af F1 z180 ex af, af' 08 z180 ex af, af 08 z180 exx D9 z180 ex (sp), hl E3 z180 ex (sp), ix DD E3 z180 ex (sp), iy FD E3 z180 ex de, hl EB z180 add hl, bc 09 z180 sbc hl, bc ED 42 z180 adc hl, bc ED 4A z180 inc bc 03 z180 dec bc 0B z180 add hl, de 19 z180 sbc hl, de ED 52 z180 adc hl, de ED 5A z180 inc de 13 z180 dec de 1B z180 add hl, hl 29 z180 sbc hl, hl ED 62 z180 adc hl, hl ED 6A z180 inc hl 23 z180 dec hl 2B z180 add hl, sp 39 z180 sbc hl, sp ED 72 z180 adc hl, sp ED 7A z180 inc sp 33 z180 dec sp 3B z180 add ix, bc DD 09 z180 add ix, de DD 19 z180 add ix, ix DD 29 z180 add ix, sp DD 39 z180 inc ix DD 23 z180 dec ix DD 2B z180 add iy, bc FD 09 z180 add iy, de FD 19 z180 add iy, iy FD 29 z180 add iy, sp FD 39 z180 inc iy FD 23 z180 dec iy FD 2B z180 mlt bc ED 4C z180 mlt de ED 5C z180 mlt hl ED 6C z180 mlt sp ED 7C z180 rlca 07 z180 rrca 0F z180 rla 17 z180 rra 1F z180 rlc b CB 00 z180 rlc c CB 01 z180 rlc d CB 02 z180 rlc e CB 03 z180 rlc h CB 04 z180 rlc l CB 05 z180 rlc (hl) CB 06 z180 rlc (ix) DD CB 00 06 z180 rlc (ix+%d) DD CB %d 06 z180 rlc (iy) FD CB 00 06 z180 rlc (iy+%d) FD CB %d 06 z180 rlc a CB 07 z180 rrc b CB 08 z180 rrc c CB 09 z180 rrc d CB 0A z180 rrc e CB 0B z180 rrc h CB 0C z180 rrc l CB 0D z180 rrc (hl) CB 0E z180 rrc (ix) DD CB 00 0E z180 rrc (ix+%d) DD CB %d 0E z180 rrc (iy) FD CB 00 0E z180 rrc (iy+%d) FD CB %d 0E z180 rrc a CB 0F z180 rl b CB 10 z180 rl c CB 11 z180 rl d CB 12 z180 rl e CB 13 z180 rl h CB 14 z180 rl l CB 15 z180 rl (hl) CB 16 z180 rl (ix) DD CB 00 16 z180 rl (ix+%d) DD CB %d 16 z180 rl (iy) FD CB 00 16 z180 rl (iy+%d) FD CB %d 16 z180 rl a CB 17 z180 rr b CB 18 z180 rr c CB 19 z180 rr d CB 1A z180 rr e CB 1B z180 rr h CB 1C z180 rr l CB 1D z180 rr (hl) CB 1E z180 rr (ix) DD CB 00 1E z180 rr (ix+%d) DD CB %d 1E z180 rr (iy) FD CB 00 1E z180 rr (iy+%d) FD CB %d 1E z180 rr a CB 1F z180 sla b CB 20 z180 sla c CB 21 z180 sla d CB 22 z180 sla e CB 23 z180 sla h CB 24 z180 sla l CB 25 z180 sla (hl) CB 26 z180 sla (ix) DD CB 00 26 z180 sla (ix+%d) DD CB %d 26 z180 sla (iy) FD CB 00 26 z180 sla (iy+%d) FD CB %d 26 z180 sla a CB 27 z180 sra b CB 28 z180 sra c CB 29 z180 sra d CB 2A z180 sra e CB 2B z180 sra h CB 2C z180 sra l CB 2D z180 sra (hl) CB 2E z180 sra (ix) DD CB 00 2E z180 sra (ix+%d) DD CB %d 2E z180 sra (iy) FD CB 00 2E z180 sra (iy+%d) FD CB %d 2E z180 sra a CB 2F z180 sll b CB 30 z180 sll c CB 31 z180 sll d CB 32 z180 sll e CB 33 z180 sll h CB 34 z180 sll l CB 35 z180 sll (hl) CB 36 z180 sll (ix) DD CB 00 36 z180 sll (ix+%d) DD CB %d 36 z180 sll (iy) FD CB 00 36 z180 sll (iy+%d) FD CB %d 36 z180 sll a CB 37 z180 sli b CB 30 z180 sli c CB 31 z180 sli d CB 32 z180 sli e CB 33 z180 sli h CB 34 z180 sli l CB 35 z180 sli (hl) CB 36 z180 sli (ix) DD CB 00 36 z180 sli (ix+%d) DD CB %d 36 z180 sli (iy) FD CB 00 36 z180 sli (iy+%d) FD CB %d 36 z180 sli a CB 37 z180 srl b CB 38 z180 srl c CB 39 z180 srl d CB 3A z180 srl e CB 3B z180 srl h CB 3C z180 srl l CB 3D z180 srl (hl) CB 3E z180 srl (ix) DD CB 00 3E z180 srl (ix+%d) DD CB %d 3E z180 srl (iy) FD CB 00 3E z180 srl (iy+%d) FD CB %d 3E z180 srl a CB 3F z180 bit %c, b CB 64+8*%c(0..7) z180 bit %c, c CB 65+8*%c(0..7) z180 bit %c, d CB 66+8*%c(0..7) z180 bit %c, e CB 67+8*%c(0..7) z180 bit %c, h CB 68+8*%c(0..7) z180 bit %c, l CB 69+8*%c(0..7) z180 bit %c, (hl) CB 70+8*%c(0..7) z180 bit %c, (ix) DD CB 00 70+8*%c(0..7) z180 bit %c, (ix+%d) DD CB %d 70+8*%c(0..7) z180 bit %c, (iy) FD CB 00 70+8*%c(0..7) z180 bit %c, (iy+%d) FD CB %d 70+8*%c(0..7) z180 bit %c, a CB 71+8*%c(0..7) z180 res %c, b CB 128+8*%c(0..7) z180 res %c, c CB 129+8*%c(0..7) z180 res %c, d CB 130+8*%c(0..7) z180 res %c, e CB 131+8*%c(0..7) z180 res %c, h CB 132+8*%c(0..7) z180 res %c, l CB 133+8*%c(0..7) z180 res %c, (hl) CB 134+8*%c(0..7) z180 res %c, (ix) DD CB 00 134+8*%c(0..7) z180 res %c, (ix+%d) DD CB %d 134+8*%c(0..7) z180 res %c, (iy) FD CB 00 134+8*%c(0..7) z180 res %c, (iy+%d) FD CB %d 134+8*%c(0..7) z180 res %c, a CB 135+8*%c(0..7) z180 set %c, b CB 192+8*%c(0..7) z180 set %c, c CB 193+8*%c(0..7) z180 set %c, d CB 194+8*%c(0..7) z180 set %c, e CB 195+8*%c(0..7) z180 set %c, h CB 196+8*%c(0..7) z180 set %c, l CB 197+8*%c(0..7) z180 set %c, (hl) CB 198+8*%c(0..7) z180 set %c, (ix) DD CB 00 198+8*%c(0..7) z180 set %c, (ix+%d) DD CB %d 198+8*%c(0..7) z180 set %c, (iy) FD CB 00 198+8*%c(0..7) z180 set %c, (iy+%d) FD CB %d 198+8*%c(0..7) z180 set %c, a CB 199+8*%c(0..7) z180 nop 00 z180 halt 76 z180 slp ED 76 z180 di F3 z180 ei FB z180 im %c ED %c(0..2)==0?0x46:%c==1?0x56:0x5E z180 ld i, a ED 47 z180 ld a, i ED 57 z180 ld r, a ED 4F z180 ld a, r ED 5F z180 reti ED 4D z180 retn ED 45 z180 jr %j 18 %j z180 jp %m C3 %m %m z180 djnz %j 10 %j z180 djnz b, %j 10 %j z180 jr nz, %j 20 %j z180 jp nz, %m C2 %m %m z180 jr z, %j 28 %j z180 jp z, %m CA %m %m z180 jr nc, %j 30 %j z180 jp nc, %m D2 %m %m z180 jr c, %j 38 %j z180 jp c, %m DA %m %m z180 jp po, %m E2 %m %m z180 jp pe, %m EA %m %m z180 jp nv, %m E2 %m %m z180 jp v, %m EA %m %m z180 jp p, %m F2 %m %m z180 jp m, %m FA %m %m z180 jp (hl) E9 z180 jp (ix) DD E9 z180 jp (iy) FD E9 z180 call %m CD %m %m z180 ret C9 z180 call nz, %m C4 %m %m z180 ret nz C0 z180 call z, %m CC %m %m z180 ret z C8 z180 call nc, %m D4 %m %m z180 ret nc D0 z180 call c, %m DC %m %m z180 ret c D8 z180 call po, %m E4 %m %m z180 ret po E0 z180 call pe, %m EC %m %m z180 ret pe E8 z180 call nv, %m E4 %m %m z180 ret nv E0 z180 call v, %m EC %m %m z180 ret v E8 z180 call p, %m F4 %m %m z180 ret p F0 z180 call m, %m FC %m %m z180 ret m F8 z180 rst %c 0xC7+%c z180 ldi ED A0 z180 ldir ED B0 z180 ldd ED A8 z180 lddr ED B8 z180 cpi ED A1 z180 cpir ED B1 z180 cpd ED A9 z180 cpdr ED B9 z180 in a, (%n) DB %n z180 in (c) ED 70 z180 in0 (%n) ED 30 %n z180 in b, (c) ED 40 z180 in0 b, (%n) ED 00 %n z180 in c, (c) ED 48 z180 in0 c, (%n) ED 08 %n z180 in d, (c) ED 50 z180 in0 d, (%n) ED 10 %n z180 in e, (c) ED 58 z180 in0 e, (%n) ED 18 %n z180 in h, (c) ED 60 z180 in0 h, (%n) ED 20 %n z180 in l, (c) ED 68 z180 in0 l, (%n) ED 28 %n z180 in f, (c) ED 70 z180 in0 f, (%n) ED 30 %n z180 in a, (c) ED 78 z180 in0 a, (%n) ED 38 %n z180 out (%n), a D3 %n z180 out (c), %c ED 0x41+%c(0)+6*8 z180 out (c), b ED 41 z180 out0 (%n), b ED 01 %n z180 out (c), c ED 49 z180 out0 (%n), c ED 09 %n z180 out (c), d ED 51 z180 out0 (%n), d ED 11 %n z180 out (c), e ED 59 z180 out0 (%n), e ED 19 %n z180 out (c), h ED 61 z180 out0 (%n), h ED 21 %n z180 out (c), l ED 69 z180 out0 (%n), l ED 29 %n z180 out (c), a ED 79 z180 out0 (%n), a ED 39 %n z180 tstio %n ED 74 %n z180 ini ED A2 z180 inir ED B2 z180 ind ED AA z180 indr ED BA z180 outi ED A3 z180 otir ED B3 z180 outd ED AB z180 otdr ED BB z180 otdm ED 8B z180 otdmr ED 9B z180 otim ED 83 z180 otimr ED 93 r2k ld b, b 40 r2k ld b', b 76 40 r2k altd ld b, b 76 40 r2k ld b, c 41 r2k ld b', c 76 41 r2k altd ld b, c 76 41 r2k ld b, d 42 r2k ld b', d 76 42 r2k altd ld b, d 76 42 r2k ld b, e 43 r2k ld b', e 76 43 r2k altd ld b, e 76 43 r2k ld b, h 44 r2k ld b', h 76 44 r2k altd ld b, h 76 44 r2k ld b, l 45 r2k ld b', l 76 45 r2k altd ld b, l 76 45 r2k ld b, (hl) 46 r2k ioi ld b, (hl) D3 46 r2k ioe ld b, (hl) DB 46 r2k ld b', (hl) 76 46 r2k ioi ld b', (hl) D3 76 46 r2k ioe ld b', (hl) DB 76 46 r2k altd ld b, (hl) 76 46 r2k altd ioi ld b, (hl) 76 D3 46 r2k altd ioe ld b, (hl) 76 DB 46 r2k ioi altd ld b, (hl) D3 76 46 r2k ioe altd ld b, (hl) DB 76 46 r2k ld b, (ix) DD 46 00 r2k ioi ld b, (ix) D3 DD 46 00 r2k ioe ld b, (ix) DB DD 46 00 r2k ld b', (ix) 76 DD 46 00 r2k ioi ld b', (ix) D3 76 DD 46 00 r2k ioe ld b', (ix) DB 76 DD 46 00 r2k altd ld b, (ix) 76 DD 46 00 r2k altd ioi ld b, (ix) 76 D3 DD 46 00 r2k altd ioe ld b, (ix) 76 DB DD 46 00 r2k ioi altd ld b, (ix) D3 76 DD 46 00 r2k ioe altd ld b, (ix) DB 76 DD 46 00 r2k ld b, (ix+%d) DD 46 %d r2k ioi ld b, (ix+%d) D3 DD 46 %d r2k ioe ld b, (ix+%d) DB DD 46 %d r2k ld b', (ix+%d) 76 DD 46 %d r2k ioi ld b', (ix+%d) D3 76 DD 46 %d r2k ioe ld b', (ix+%d) DB 76 DD 46 %d r2k altd ld b, (ix+%d) 76 DD 46 %d r2k altd ioi ld b, (ix+%d) 76 D3 DD 46 %d r2k altd ioe ld b, (ix+%d) 76 DB DD 46 %d r2k ioi altd ld b, (ix+%d) D3 76 DD 46 %d r2k ioe altd ld b, (ix+%d) DB 76 DD 46 %d r2k ld b, (iy) FD 46 00 r2k ioi ld b, (iy) D3 FD 46 00 r2k ioe ld b, (iy) DB FD 46 00 r2k ld b', (iy) 76 FD 46 00 r2k ioi ld b', (iy) D3 76 FD 46 00 r2k ioe ld b', (iy) DB 76 FD 46 00 r2k altd ld b, (iy) 76 FD 46 00 r2k altd ioi ld b, (iy) 76 D3 FD 46 00 r2k altd ioe ld b, (iy) 76 DB FD 46 00 r2k ioi altd ld b, (iy) D3 76 FD 46 00 r2k ioe altd ld b, (iy) DB 76 FD 46 00 r2k ld b, (iy+%d) FD 46 %d r2k ioi ld b, (iy+%d) D3 FD 46 %d r2k ioe ld b, (iy+%d) DB FD 46 %d r2k ld b', (iy+%d) 76 FD 46 %d r2k ioi ld b', (iy+%d) D3 76 FD 46 %d r2k ioe ld b', (iy+%d) DB 76 FD 46 %d r2k altd ld b, (iy+%d) 76 FD 46 %d r2k altd ioi ld b, (iy+%d) 76 D3 FD 46 %d r2k altd ioe ld b, (iy+%d) 76 DB FD 46 %d r2k ioi altd ld b, (iy+%d) D3 76 FD 46 %d r2k ioe altd ld b, (iy+%d) DB 76 FD 46 %d r2k ld b, a 47 r2k ld b', a 76 47 r2k altd ld b, a 76 47 r2k ld b, %n 06 %n r2k ld b', %n 76 06 %n r2k altd ld b, %n 76 06 %n r2k ld c, b 48 r2k ld c', b 76 48 r2k altd ld c, b 76 48 r2k ld c, c 49 r2k ld c', c 76 49 r2k altd ld c, c 76 49 r2k ld c, d 4A r2k ld c', d 76 4A r2k altd ld c, d 76 4A r2k ld c, e 4B r2k ld c', e 76 4B r2k altd ld c, e 76 4B r2k ld c, h 4C r2k ld c', h 76 4C r2k altd ld c, h 76 4C r2k ld c, l 4D r2k ld c', l 76 4D r2k altd ld c, l 76 4D r2k ld c, (hl) 4E r2k ioi ld c, (hl) D3 4E r2k ioe ld c, (hl) DB 4E r2k ld c', (hl) 76 4E r2k ioi ld c', (hl) D3 76 4E r2k ioe ld c', (hl) DB 76 4E r2k altd ld c, (hl) 76 4E r2k altd ioi ld c, (hl) 76 D3 4E r2k altd ioe ld c, (hl) 76 DB 4E r2k ioi altd ld c, (hl) D3 76 4E r2k ioe altd ld c, (hl) DB 76 4E r2k ld c, (ix) DD 4E 00 r2k ioi ld c, (ix) D3 DD 4E 00 r2k ioe ld c, (ix) DB DD 4E 00 r2k ld c', (ix) 76 DD 4E 00 r2k ioi ld c', (ix) D3 76 DD 4E 00 r2k ioe ld c', (ix) DB 76 DD 4E 00 r2k altd ld c, (ix) 76 DD 4E 00 r2k altd ioi ld c, (ix) 76 D3 DD 4E 00 r2k altd ioe ld c, (ix) 76 DB DD 4E 00 r2k ioi altd ld c, (ix) D3 76 DD 4E 00 r2k ioe altd ld c, (ix) DB 76 DD 4E 00 r2k ld c, (ix+%d) DD 4E %d r2k ioi ld c, (ix+%d) D3 DD 4E %d r2k ioe ld c, (ix+%d) DB DD 4E %d r2k ld c', (ix+%d) 76 DD 4E %d r2k ioi ld c', (ix+%d) D3 76 DD 4E %d r2k ioe ld c', (ix+%d) DB 76 DD 4E %d r2k altd ld c, (ix+%d) 76 DD 4E %d r2k altd ioi ld c, (ix+%d) 76 D3 DD 4E %d r2k altd ioe ld c, (ix+%d) 76 DB DD 4E %d r2k ioi altd ld c, (ix+%d) D3 76 DD 4E %d r2k ioe altd ld c, (ix+%d) DB 76 DD 4E %d r2k ld c, (iy) FD 4E 00 r2k ioi ld c, (iy) D3 FD 4E 00 r2k ioe ld c, (iy) DB FD 4E 00 r2k ld c', (iy) 76 FD 4E 00 r2k ioi ld c', (iy) D3 76 FD 4E 00 r2k ioe ld c', (iy) DB 76 FD 4E 00 r2k altd ld c, (iy) 76 FD 4E 00 r2k altd ioi ld c, (iy) 76 D3 FD 4E 00 r2k altd ioe ld c, (iy) 76 DB FD 4E 00 r2k ioi altd ld c, (iy) D3 76 FD 4E 00 r2k ioe altd ld c, (iy) DB 76 FD 4E 00 r2k ld c, (iy+%d) FD 4E %d r2k ioi ld c, (iy+%d) D3 FD 4E %d r2k ioe ld c, (iy+%d) DB FD 4E %d r2k ld c', (iy+%d) 76 FD 4E %d r2k ioi ld c', (iy+%d) D3 76 FD 4E %d r2k ioe ld c', (iy+%d) DB 76 FD 4E %d r2k altd ld c, (iy+%d) 76 FD 4E %d r2k altd ioi ld c, (iy+%d) 76 D3 FD 4E %d r2k altd ioe ld c, (iy+%d) 76 DB FD 4E %d r2k ioi altd ld c, (iy+%d) D3 76 FD 4E %d r2k ioe altd ld c, (iy+%d) DB 76 FD 4E %d r2k ld c, a 4F r2k ld c', a 76 4F r2k altd ld c, a 76 4F r2k ld c, %n 0E %n r2k ld c', %n 76 0E %n r2k altd ld c, %n 76 0E %n r2k ld d, b 50 r2k ld d', b 76 50 r2k altd ld d, b 76 50 r2k ld d, c 51 r2k ld d', c 76 51 r2k altd ld d, c 76 51 r2k ld d, d 52 r2k ld d', d 76 52 r2k altd ld d, d 76 52 r2k ld d, e 53 r2k ld d', e 76 53 r2k altd ld d, e 76 53 r2k ld d, h 54 r2k ld d', h 76 54 r2k altd ld d, h 76 54 r2k ld d, l 55 r2k ld d', l 76 55 r2k altd ld d, l 76 55 r2k ld d, (hl) 56 r2k ioi ld d, (hl) D3 56 r2k ioe ld d, (hl) DB 56 r2k ld d', (hl) 76 56 r2k ioi ld d', (hl) D3 76 56 r2k ioe ld d', (hl) DB 76 56 r2k altd ld d, (hl) 76 56 r2k altd ioi ld d, (hl) 76 D3 56 r2k altd ioe ld d, (hl) 76 DB 56 r2k ioi altd ld d, (hl) D3 76 56 r2k ioe altd ld d, (hl) DB 76 56 r2k ld d, (ix) DD 56 00 r2k ioi ld d, (ix) D3 DD 56 00 r2k ioe ld d, (ix) DB DD 56 00 r2k ld d', (ix) 76 DD 56 00 r2k ioi ld d', (ix) D3 76 DD 56 00 r2k ioe ld d', (ix) DB 76 DD 56 00 r2k altd ld d, (ix) 76 DD 56 00 r2k altd ioi ld d, (ix) 76 D3 DD 56 00 r2k altd ioe ld d, (ix) 76 DB DD 56 00 r2k ioi altd ld d, (ix) D3 76 DD 56 00 r2k ioe altd ld d, (ix) DB 76 DD 56 00 r2k ld d, (ix+%d) DD 56 %d r2k ioi ld d, (ix+%d) D3 DD 56 %d r2k ioe ld d, (ix+%d) DB DD 56 %d r2k ld d', (ix+%d) 76 DD 56 %d r2k ioi ld d', (ix+%d) D3 76 DD 56 %d r2k ioe ld d', (ix+%d) DB 76 DD 56 %d r2k altd ld d, (ix+%d) 76 DD 56 %d r2k altd ioi ld d, (ix+%d) 76 D3 DD 56 %d r2k altd ioe ld d, (ix+%d) 76 DB DD 56 %d r2k ioi altd ld d, (ix+%d) D3 76 DD 56 %d r2k ioe altd ld d, (ix+%d) DB 76 DD 56 %d r2k ld d, (iy) FD 56 00 r2k ioi ld d, (iy) D3 FD 56 00 r2k ioe ld d, (iy) DB FD 56 00 r2k ld d', (iy) 76 FD 56 00 r2k ioi ld d', (iy) D3 76 FD 56 00 r2k ioe ld d', (iy) DB 76 FD 56 00 r2k altd ld d, (iy) 76 FD 56 00 r2k altd ioi ld d, (iy) 76 D3 FD 56 00 r2k altd ioe ld d, (iy) 76 DB FD 56 00 r2k ioi altd ld d, (iy) D3 76 FD 56 00 r2k ioe altd ld d, (iy) DB 76 FD 56 00 r2k ld d, (iy+%d) FD 56 %d r2k ioi ld d, (iy+%d) D3 FD 56 %d r2k ioe ld d, (iy+%d) DB FD 56 %d r2k ld d', (iy+%d) 76 FD 56 %d r2k ioi ld d', (iy+%d) D3 76 FD 56 %d r2k ioe ld d', (iy+%d) DB 76 FD 56 %d r2k altd ld d, (iy+%d) 76 FD 56 %d r2k altd ioi ld d, (iy+%d) 76 D3 FD 56 %d r2k altd ioe ld d, (iy+%d) 76 DB FD 56 %d r2k ioi altd ld d, (iy+%d) D3 76 FD 56 %d r2k ioe altd ld d, (iy+%d) DB 76 FD 56 %d r2k ld d, a 57 r2k ld d', a 76 57 r2k altd ld d, a 76 57 r2k ld d, %n 16 %n r2k ld d', %n 76 16 %n r2k altd ld d, %n 76 16 %n r2k ld e, b 58 r2k ld e', b 76 58 r2k altd ld e, b 76 58 r2k ld e, c 59 r2k ld e', c 76 59 r2k altd ld e, c 76 59 r2k ld e, d 5A r2k ld e', d 76 5A r2k altd ld e, d 76 5A r2k ld e, e 5B r2k ld e', e 76 5B r2k altd ld e, e 76 5B r2k ld e, h 5C r2k ld e', h 76 5C r2k altd ld e, h 76 5C r2k ld e, l 5D r2k ld e', l 76 5D r2k altd ld e, l 76 5D r2k ld e, (hl) 5E r2k ioi ld e, (hl) D3 5E r2k ioe ld e, (hl) DB 5E r2k ld e', (hl) 76 5E r2k ioi ld e', (hl) D3 76 5E r2k ioe ld e', (hl) DB 76 5E r2k altd ld e, (hl) 76 5E r2k altd ioi ld e, (hl) 76 D3 5E r2k altd ioe ld e, (hl) 76 DB 5E r2k ioi altd ld e, (hl) D3 76 5E r2k ioe altd ld e, (hl) DB 76 5E r2k ld e, (ix) DD 5E 00 r2k ioi ld e, (ix) D3 DD 5E 00 r2k ioe ld e, (ix) DB DD 5E 00 r2k ld e', (ix) 76 DD 5E 00 r2k ioi ld e', (ix) D3 76 DD 5E 00 r2k ioe ld e', (ix) DB 76 DD 5E 00 r2k altd ld e, (ix) 76 DD 5E 00 r2k altd ioi ld e, (ix) 76 D3 DD 5E 00 r2k altd ioe ld e, (ix) 76 DB DD 5E 00 r2k ioi altd ld e, (ix) D3 76 DD 5E 00 r2k ioe altd ld e, (ix) DB 76 DD 5E 00 r2k ld e, (ix+%d) DD 5E %d r2k ioi ld e, (ix+%d) D3 DD 5E %d r2k ioe ld e, (ix+%d) DB DD 5E %d r2k ld e', (ix+%d) 76 DD 5E %d r2k ioi ld e', (ix+%d) D3 76 DD 5E %d r2k ioe ld e', (ix+%d) DB 76 DD 5E %d r2k altd ld e, (ix+%d) 76 DD 5E %d r2k altd ioi ld e, (ix+%d) 76 D3 DD 5E %d r2k altd ioe ld e, (ix+%d) 76 DB DD 5E %d r2k ioi altd ld e, (ix+%d) D3 76 DD 5E %d r2k ioe altd ld e, (ix+%d) DB 76 DD 5E %d r2k ld e, (iy) FD 5E 00 r2k ioi ld e, (iy) D3 FD 5E 00 r2k ioe ld e, (iy) DB FD 5E 00 r2k ld e', (iy) 76 FD 5E 00 r2k ioi ld e', (iy) D3 76 FD 5E 00 r2k ioe ld e', (iy) DB 76 FD 5E 00 r2k altd ld e, (iy) 76 FD 5E 00 r2k altd ioi ld e, (iy) 76 D3 FD 5E 00 r2k altd ioe ld e, (iy) 76 DB FD 5E 00 r2k ioi altd ld e, (iy) D3 76 FD 5E 00 r2k ioe altd ld e, (iy) DB 76 FD 5E 00 r2k ld e, (iy+%d) FD 5E %d r2k ioi ld e, (iy+%d) D3 FD 5E %d r2k ioe ld e, (iy+%d) DB FD 5E %d r2k ld e', (iy+%d) 76 FD 5E %d r2k ioi ld e', (iy+%d) D3 76 FD 5E %d r2k ioe ld e', (iy+%d) DB 76 FD 5E %d r2k altd ld e, (iy+%d) 76 FD 5E %d r2k altd ioi ld e, (iy+%d) 76 D3 FD 5E %d r2k altd ioe ld e, (iy+%d) 76 DB FD 5E %d r2k ioi altd ld e, (iy+%d) D3 76 FD 5E %d r2k ioe altd ld e, (iy+%d) DB 76 FD 5E %d r2k ld e, a 5F r2k ld e', a 76 5F r2k altd ld e, a 76 5F r2k ld e, %n 1E %n r2k ld e', %n 76 1E %n r2k altd ld e, %n 76 1E %n r2k ld h, b 60 r2k ld h', b 76 60 r2k altd ld h, b 76 60 r2k ld h, c 61 r2k ld h', c 76 61 r2k altd ld h, c 76 61 r2k ld h, d 62 r2k ld h', d 76 62 r2k altd ld h, d 76 62 r2k ld h, e 63 r2k ld h', e 76 63 r2k altd ld h, e 76 63 r2k ld h, h 64 r2k ld h', h 76 64 r2k altd ld h, h 76 64 r2k ld h, l 65 r2k ld h', l 76 65 r2k altd ld h, l 76 65 r2k ld h, (hl) 66 r2k ioi ld h, (hl) D3 66 r2k ioe ld h, (hl) DB 66 r2k ld h', (hl) 76 66 r2k ioi ld h', (hl) D3 76 66 r2k ioe ld h', (hl) DB 76 66 r2k altd ld h, (hl) 76 66 r2k altd ioi ld h, (hl) 76 D3 66 r2k altd ioe ld h, (hl) 76 DB 66 r2k ioi altd ld h, (hl) D3 76 66 r2k ioe altd ld h, (hl) DB 76 66 r2k ld h, (ix) DD 66 00 r2k ioi ld h, (ix) D3 DD 66 00 r2k ioe ld h, (ix) DB DD 66 00 r2k ld h', (ix) 76 DD 66 00 r2k ioi ld h', (ix) D3 76 DD 66 00 r2k ioe ld h', (ix) DB 76 DD 66 00 r2k altd ld h, (ix) 76 DD 66 00 r2k altd ioi ld h, (ix) 76 D3 DD 66 00 r2k altd ioe ld h, (ix) 76 DB DD 66 00 r2k ioi altd ld h, (ix) D3 76 DD 66 00 r2k ioe altd ld h, (ix) DB 76 DD 66 00 r2k ld h, (ix+%d) DD 66 %d r2k ioi ld h, (ix+%d) D3 DD 66 %d r2k ioe ld h, (ix+%d) DB DD 66 %d r2k ld h', (ix+%d) 76 DD 66 %d r2k ioi ld h', (ix+%d) D3 76 DD 66 %d r2k ioe ld h', (ix+%d) DB 76 DD 66 %d r2k altd ld h, (ix+%d) 76 DD 66 %d r2k altd ioi ld h, (ix+%d) 76 D3 DD 66 %d r2k altd ioe ld h, (ix+%d) 76 DB DD 66 %d r2k ioi altd ld h, (ix+%d) D3 76 DD 66 %d r2k ioe altd ld h, (ix+%d) DB 76 DD 66 %d r2k ld h, (iy) FD 66 00 r2k ioi ld h, (iy) D3 FD 66 00 r2k ioe ld h, (iy) DB FD 66 00 r2k ld h', (iy) 76 FD 66 00 r2k ioi ld h', (iy) D3 76 FD 66 00 r2k ioe ld h', (iy) DB 76 FD 66 00 r2k altd ld h, (iy) 76 FD 66 00 r2k altd ioi ld h, (iy) 76 D3 FD 66 00 r2k altd ioe ld h, (iy) 76 DB FD 66 00 r2k ioi altd ld h, (iy) D3 76 FD 66 00 r2k ioe altd ld h, (iy) DB 76 FD 66 00 r2k ld h, (iy+%d) FD 66 %d r2k ioi ld h, (iy+%d) D3 FD 66 %d r2k ioe ld h, (iy+%d) DB FD 66 %d r2k ld h', (iy+%d) 76 FD 66 %d r2k ioi ld h', (iy+%d) D3 76 FD 66 %d r2k ioe ld h', (iy+%d) DB 76 FD 66 %d r2k altd ld h, (iy+%d) 76 FD 66 %d r2k altd ioi ld h, (iy+%d) 76 D3 FD 66 %d r2k altd ioe ld h, (iy+%d) 76 DB FD 66 %d r2k ioi altd ld h, (iy+%d) D3 76 FD 66 %d r2k ioe altd ld h, (iy+%d) DB 76 FD 66 %d r2k ld h, a 67 r2k ld h', a 76 67 r2k altd ld h, a 76 67 r2k ld h, %n 26 %n r2k ld h', %n 76 26 %n r2k altd ld h, %n 76 26 %n r2k ld l, b 68 r2k ld l', b 76 68 r2k altd ld l, b 76 68 r2k ld l, c 69 r2k ld l', c 76 69 r2k altd ld l, c 76 69 r2k ld l, d 6A r2k ld l', d 76 6A r2k altd ld l, d 76 6A r2k ld l, e 6B r2k ld l', e 76 6B r2k altd ld l, e 76 6B r2k ld l, h 6C r2k ld l', h 76 6C r2k altd ld l, h 76 6C r2k ld l, l 6D r2k ld l', l 76 6D r2k altd ld l, l 76 6D r2k ld l, (hl) 6E r2k ioi ld l, (hl) D3 6E r2k ioe ld l, (hl) DB 6E r2k ld l', (hl) 76 6E r2k ioi ld l', (hl) D3 76 6E r2k ioe ld l', (hl) DB 76 6E r2k altd ld l, (hl) 76 6E r2k altd ioi ld l, (hl) 76 D3 6E r2k altd ioe ld l, (hl) 76 DB 6E r2k ioi altd ld l, (hl) D3 76 6E r2k ioe altd ld l, (hl) DB 76 6E r2k ld l, (ix) DD 6E 00 r2k ioi ld l, (ix) D3 DD 6E 00 r2k ioe ld l, (ix) DB DD 6E 00 r2k ld l', (ix) 76 DD 6E 00 r2k ioi ld l', (ix) D3 76 DD 6E 00 r2k ioe ld l', (ix) DB 76 DD 6E 00 r2k altd ld l, (ix) 76 DD 6E 00 r2k altd ioi ld l, (ix) 76 D3 DD 6E 00 r2k altd ioe ld l, (ix) 76 DB DD 6E 00 r2k ioi altd ld l, (ix) D3 76 DD 6E 00 r2k ioe altd ld l, (ix) DB 76 DD 6E 00 r2k ld l, (ix+%d) DD 6E %d r2k ioi ld l, (ix+%d) D3 DD 6E %d r2k ioe ld l, (ix+%d) DB DD 6E %d r2k ld l', (ix+%d) 76 DD 6E %d r2k ioi ld l', (ix+%d) D3 76 DD 6E %d r2k ioe ld l', (ix+%d) DB 76 DD 6E %d r2k altd ld l, (ix+%d) 76 DD 6E %d r2k altd ioi ld l, (ix+%d) 76 D3 DD 6E %d r2k altd ioe ld l, (ix+%d) 76 DB DD 6E %d r2k ioi altd ld l, (ix+%d) D3 76 DD 6E %d r2k ioe altd ld l, (ix+%d) DB 76 DD 6E %d r2k ld l, (iy) FD 6E 00 r2k ioi ld l, (iy) D3 FD 6E 00 r2k ioe ld l, (iy) DB FD 6E 00 r2k ld l', (iy) 76 FD 6E 00 r2k ioi ld l', (iy) D3 76 FD 6E 00 r2k ioe ld l', (iy) DB 76 FD 6E 00 r2k altd ld l, (iy) 76 FD 6E 00 r2k altd ioi ld l, (iy) 76 D3 FD 6E 00 r2k altd ioe ld l, (iy) 76 DB FD 6E 00 r2k ioi altd ld l, (iy) D3 76 FD 6E 00 r2k ioe altd ld l, (iy) DB 76 FD 6E 00 r2k ld l, (iy+%d) FD 6E %d r2k ioi ld l, (iy+%d) D3 FD 6E %d r2k ioe ld l, (iy+%d) DB FD 6E %d r2k ld l', (iy+%d) 76 FD 6E %d r2k ioi ld l', (iy+%d) D3 76 FD 6E %d r2k ioe ld l', (iy+%d) DB 76 FD 6E %d r2k altd ld l, (iy+%d) 76 FD 6E %d r2k altd ioi ld l, (iy+%d) 76 D3 FD 6E %d r2k altd ioe ld l, (iy+%d) 76 DB FD 6E %d r2k ioi altd ld l, (iy+%d) D3 76 FD 6E %d r2k ioe altd ld l, (iy+%d) DB 76 FD 6E %d r2k ld l, a 6F r2k ld l', a 76 6F r2k altd ld l, a 76 6F r2k ld l, %n 2E %n r2k ld l', %n 76 2E %n r2k altd ld l, %n 76 2E %n r2k ld (hl), b 70 r2k ioi ld (hl), b D3 70 r2k ioe ld (hl), b DB 70 r2k ld (ix), b DD 70 00 r2k ioi ld (ix), b D3 DD 70 00 r2k ioe ld (ix), b DB DD 70 00 r2k ld (ix+%d), b DD 70 %d r2k ioi ld (ix+%d), b D3 DD 70 %d r2k ioe ld (ix+%d), b DB DD 70 %d r2k ld (iy), b FD 70 00 r2k ioi ld (iy), b D3 FD 70 00 r2k ioe ld (iy), b DB FD 70 00 r2k ld (iy+%d), b FD 70 %d r2k ioi ld (iy+%d), b D3 FD 70 %d r2k ioe ld (iy+%d), b DB FD 70 %d r2k ld (hl), c 71 r2k ioi ld (hl), c D3 71 r2k ioe ld (hl), c DB 71 r2k ld (ix), c DD 71 00 r2k ioi ld (ix), c D3 DD 71 00 r2k ioe ld (ix), c DB DD 71 00 r2k ld (ix+%d), c DD 71 %d r2k ioi ld (ix+%d), c D3 DD 71 %d r2k ioe ld (ix+%d), c DB DD 71 %d r2k ld (iy), c FD 71 00 r2k ioi ld (iy), c D3 FD 71 00 r2k ioe ld (iy), c DB FD 71 00 r2k ld (iy+%d), c FD 71 %d r2k ioi ld (iy+%d), c D3 FD 71 %d r2k ioe ld (iy+%d), c DB FD 71 %d r2k ld (hl), d 72 r2k ioi ld (hl), d D3 72 r2k ioe ld (hl), d DB 72 r2k ld (ix), d DD 72 00 r2k ioi ld (ix), d D3 DD 72 00 r2k ioe ld (ix), d DB DD 72 00 r2k ld (ix+%d), d DD 72 %d r2k ioi ld (ix+%d), d D3 DD 72 %d r2k ioe ld (ix+%d), d DB DD 72 %d r2k ld (iy), d FD 72 00 r2k ioi ld (iy), d D3 FD 72 00 r2k ioe ld (iy), d DB FD 72 00 r2k ld (iy+%d), d FD 72 %d r2k ioi ld (iy+%d), d D3 FD 72 %d r2k ioe ld (iy+%d), d DB FD 72 %d r2k ld (hl), e 73 r2k ioi ld (hl), e D3 73 r2k ioe ld (hl), e DB 73 r2k ld (ix), e DD 73 00 r2k ioi ld (ix), e D3 DD 73 00 r2k ioe ld (ix), e DB DD 73 00 r2k ld (ix+%d), e DD 73 %d r2k ioi ld (ix+%d), e D3 DD 73 %d r2k ioe ld (ix+%d), e DB DD 73 %d r2k ld (iy), e FD 73 00 r2k ioi ld (iy), e D3 FD 73 00 r2k ioe ld (iy), e DB FD 73 00 r2k ld (iy+%d), e FD 73 %d r2k ioi ld (iy+%d), e D3 FD 73 %d r2k ioe ld (iy+%d), e DB FD 73 %d r2k ld (hl), h 74 r2k ioi ld (hl), h D3 74 r2k ioe ld (hl), h DB 74 r2k ld (ix), h DD 74 00 r2k ioi ld (ix), h D3 DD 74 00 r2k ioe ld (ix), h DB DD 74 00 r2k ld (ix+%d), h DD 74 %d r2k ioi ld (ix+%d), h D3 DD 74 %d r2k ioe ld (ix+%d), h DB DD 74 %d r2k ld (iy), h FD 74 00 r2k ioi ld (iy), h D3 FD 74 00 r2k ioe ld (iy), h DB FD 74 00 r2k ld (iy+%d), h FD 74 %d r2k ioi ld (iy+%d), h D3 FD 74 %d r2k ioe ld (iy+%d), h DB FD 74 %d r2k ld (hl), l 75 r2k ioi ld (hl), l D3 75 r2k ioe ld (hl), l DB 75 r2k ld (ix), l DD 75 00 r2k ioi ld (ix), l D3 DD 75 00 r2k ioe ld (ix), l DB DD 75 00 r2k ld (ix+%d), l DD 75 %d r2k ioi ld (ix+%d), l D3 DD 75 %d r2k ioe ld (ix+%d), l DB DD 75 %d r2k ld (iy), l FD 75 00 r2k ioi ld (iy), l D3 FD 75 00 r2k ioe ld (iy), l DB FD 75 00 r2k ld (iy+%d), l FD 75 %d r2k ioi ld (iy+%d), l D3 FD 75 %d r2k ioe ld (iy+%d), l DB FD 75 %d r2k ld (hl), a 77 r2k ioi ld (hl), a D3 77 r2k ioe ld (hl), a DB 77 r2k ld (ix), a DD 77 00 r2k ioi ld (ix), a D3 DD 77 00 r2k ioe ld (ix), a DB DD 77 00 r2k ld (ix+%d), a DD 77 %d r2k ioi ld (ix+%d), a D3 DD 77 %d r2k ioe ld (ix+%d), a DB DD 77 %d r2k ld (iy), a FD 77 00 r2k ioi ld (iy), a D3 FD 77 00 r2k ioe ld (iy), a DB FD 77 00 r2k ld (iy+%d), a FD 77 %d r2k ioi ld (iy+%d), a D3 FD 77 %d r2k ioe ld (iy+%d), a DB FD 77 %d r2k ld (hl), %n 36 %n r2k ioi ld (hl), %n D3 36 %n r2k ioe ld (hl), %n DB 36 %n r2k ld (ix), %n DD 36 00 %n r2k ioi ld (ix), %n D3 DD 36 00 %n r2k ioe ld (ix), %n DB DD 36 00 %n r2k ld (ix+%d), %n DD 36 %d %n r2k ioi ld (ix+%d), %n D3 DD 36 %d %n r2k ioe ld (ix+%d), %n DB DD 36 %d %n r2k ld (iy), %n FD 36 00 %n r2k ioi ld (iy), %n D3 FD 36 00 %n r2k ioe ld (iy), %n DB FD 36 00 %n r2k ld (iy+%d), %n FD 36 %d %n r2k ioi ld (iy+%d), %n D3 FD 36 %d %n r2k ioe ld (iy+%d), %n DB FD 36 %d %n r2k ld a, b 78 r2k ld a', b 76 78 r2k altd ld a, b 76 78 r2k ld a, c 79 r2k ld a', c 76 79 r2k altd ld a, c 76 79 r2k ld a, d 7A r2k ld a', d 76 7A r2k altd ld a, d 76 7A r2k ld a, e 7B r2k ld a', e 76 7B r2k altd ld a, e 76 7B r2k ld a, h 7C r2k ld a', h 76 7C r2k altd ld a, h 76 7C r2k ld a, l 7D r2k ld a', l 76 7D r2k altd ld a, l 76 7D r2k ld a, (hl) 7E r2k ioi ld a, (hl) D3 7E r2k ioe ld a, (hl) DB 7E r2k ld a', (hl) 76 7E r2k ioi ld a', (hl) D3 76 7E r2k ioe ld a', (hl) DB 76 7E r2k altd ld a, (hl) 76 7E r2k altd ioi ld a, (hl) 76 D3 7E r2k altd ioe ld a, (hl) 76 DB 7E r2k ioi altd ld a, (hl) D3 76 7E r2k ioe altd ld a, (hl) DB 76 7E r2k ld a, (ix) DD 7E 00 r2k ioi ld a, (ix) D3 DD 7E 00 r2k ioe ld a, (ix) DB DD 7E 00 r2k ld a', (ix) 76 DD 7E 00 r2k ioi ld a', (ix) D3 76 DD 7E 00 r2k ioe ld a', (ix) DB 76 DD 7E 00 r2k altd ld a, (ix) 76 DD 7E 00 r2k altd ioi ld a, (ix) 76 D3 DD 7E 00 r2k altd ioe ld a, (ix) 76 DB DD 7E 00 r2k ioi altd ld a, (ix) D3 76 DD 7E 00 r2k ioe altd ld a, (ix) DB 76 DD 7E 00 r2k ld a, (ix+%d) DD 7E %d r2k ioi ld a, (ix+%d) D3 DD 7E %d r2k ioe ld a, (ix+%d) DB DD 7E %d r2k ld a', (ix+%d) 76 DD 7E %d r2k ioi ld a', (ix+%d) D3 76 DD 7E %d r2k ioe ld a', (ix+%d) DB 76 DD 7E %d r2k altd ld a, (ix+%d) 76 DD 7E %d r2k altd ioi ld a, (ix+%d) 76 D3 DD 7E %d r2k altd ioe ld a, (ix+%d) 76 DB DD 7E %d r2k ioi altd ld a, (ix+%d) D3 76 DD 7E %d r2k ioe altd ld a, (ix+%d) DB 76 DD 7E %d r2k ld a, (iy) FD 7E 00 r2k ioi ld a, (iy) D3 FD 7E 00 r2k ioe ld a, (iy) DB FD 7E 00 r2k ld a', (iy) 76 FD 7E 00 r2k ioi ld a', (iy) D3 76 FD 7E 00 r2k ioe ld a', (iy) DB 76 FD 7E 00 r2k altd ld a, (iy) 76 FD 7E 00 r2k altd ioi ld a, (iy) 76 D3 FD 7E 00 r2k altd ioe ld a, (iy) 76 DB FD 7E 00 r2k ioi altd ld a, (iy) D3 76 FD 7E 00 r2k ioe altd ld a, (iy) DB 76 FD 7E 00 r2k ld a, (iy+%d) FD 7E %d r2k ioi ld a, (iy+%d) D3 FD 7E %d r2k ioe ld a, (iy+%d) DB FD 7E %d r2k ld a', (iy+%d) 76 FD 7E %d r2k ioi ld a', (iy+%d) D3 76 FD 7E %d r2k ioe ld a', (iy+%d) DB 76 FD 7E %d r2k altd ld a, (iy+%d) 76 FD 7E %d r2k altd ioi ld a, (iy+%d) 76 D3 FD 7E %d r2k altd ioe ld a, (iy+%d) 76 DB FD 7E %d r2k ioi altd ld a, (iy+%d) D3 76 FD 7E %d r2k ioe altd ld a, (iy+%d) DB 76 FD 7E %d r2k ld a, a 7F r2k ld a', a 76 7F r2k altd ld a, a 76 7F r2k ld a, %n 3E %n r2k ld a', %n 76 3E %n r2k altd ld a, %n 76 3E %n r2k ld a, (%m) 3A %m %m r2k ioi ld a, (%m) D3 3A %m %m r2k ioe ld a, (%m) DB 3A %m %m r2k ld a', (%m) 76 3A %m %m r2k ioi ld a', (%m) D3 76 3A %m %m r2k ioe ld a', (%m) DB 76 3A %m %m r2k altd ld a, (%m) 76 3A %m %m r2k altd ioi ld a, (%m) 76 D3 3A %m %m r2k altd ioe ld a, (%m) 76 DB 3A %m %m r2k ioi altd ld a, (%m) D3 76 3A %m %m r2k ioe altd ld a, (%m) DB 76 3A %m %m r2k ld (%m), a 32 %m %m r2k ioi ld (%m), a D3 32 %m %m r2k ioe ld (%m), a DB 32 %m %m r2k ld (bc), a 02 r2k ioi ld (bc), a D3 02 r2k ioe ld (bc), a DB 02 r2k ld a, (bc) 0A r2k ioi ld a, (bc) D3 0A r2k ioe ld a, (bc) DB 0A r2k ld a', (bc) 76 0A r2k ioi ld a', (bc) D3 76 0A r2k ioe ld a', (bc) DB 76 0A r2k altd ld a, (bc) 76 0A r2k altd ioi ld a, (bc) 76 D3 0A r2k altd ioe ld a, (bc) 76 DB 0A r2k ioi altd ld a, (bc) D3 76 0A r2k ioe altd ld a, (bc) DB 76 0A r2k ld (de), a 12 r2k ioi ld (de), a D3 12 r2k ioe ld (de), a DB 12 r2k ld a, (de) 1A r2k ioi ld a, (de) D3 1A r2k ioe ld a, (de) DB 1A r2k ld a', (de) 76 1A r2k ioi ld a', (de) D3 76 1A r2k ioe ld a', (de) DB 76 1A r2k altd ld a, (de) 76 1A r2k altd ioi ld a, (de) 76 D3 1A r2k altd ioe ld a, (de) 76 DB 1A r2k ioi altd ld a, (de) D3 76 1A r2k ioe altd ld a, (de) DB 76 1A r2k add a, b 80 r2k add a', b 76 80 r2k altd add a, b 76 80 r2k add b 80 r2k altd add b 76 80 r2k add a, c 81 r2k add a', c 76 81 r2k altd add a, c 76 81 r2k add c 81 r2k altd add c 76 81 r2k add a, d 82 r2k add a', d 76 82 r2k altd add a, d 76 82 r2k add d 82 r2k altd add d 76 82 r2k add a, e 83 r2k add a', e 76 83 r2k altd add a, e 76 83 r2k add e 83 r2k altd add e 76 83 r2k add a, h 84 r2k add a', h 76 84 r2k altd add a, h 76 84 r2k add h 84 r2k altd add h 76 84 r2k add a, l 85 r2k add a', l 76 85 r2k altd add a, l 76 85 r2k add l 85 r2k altd add l 76 85 r2k add a, (hl) 86 r2k ioi add a, (hl) D3 86 r2k ioe add a, (hl) DB 86 r2k add a', (hl) 76 86 r2k ioi add a', (hl) D3 76 86 r2k ioe add a', (hl) DB 76 86 r2k altd add a, (hl) 76 86 r2k altd ioi add a, (hl) 76 D3 86 r2k altd ioe add a, (hl) 76 DB 86 r2k ioi altd add a, (hl) D3 76 86 r2k ioe altd add a, (hl) DB 76 86 r2k add a, (ix) DD 86 00 r2k ioi add a, (ix) D3 DD 86 00 r2k ioe add a, (ix) DB DD 86 00 r2k add a', (ix) 76 DD 86 00 r2k ioi add a', (ix) D3 76 DD 86 00 r2k ioe add a', (ix) DB 76 DD 86 00 r2k altd add a, (ix) 76 DD 86 00 r2k altd ioi add a, (ix) 76 D3 DD 86 00 r2k altd ioe add a, (ix) 76 DB DD 86 00 r2k ioi altd add a, (ix) D3 76 DD 86 00 r2k ioe altd add a, (ix) DB 76 DD 86 00 r2k add a, (ix+%d) DD 86 %d r2k ioi add a, (ix+%d) D3 DD 86 %d r2k ioe add a, (ix+%d) DB DD 86 %d r2k add a', (ix+%d) 76 DD 86 %d r2k ioi add a', (ix+%d) D3 76 DD 86 %d r2k ioe add a', (ix+%d) DB 76 DD 86 %d r2k altd add a, (ix+%d) 76 DD 86 %d r2k altd ioi add a, (ix+%d) 76 D3 DD 86 %d r2k altd ioe add a, (ix+%d) 76 DB DD 86 %d r2k ioi altd add a, (ix+%d) D3 76 DD 86 %d r2k ioe altd add a, (ix+%d) DB 76 DD 86 %d r2k add a, (iy) FD 86 00 r2k ioi add a, (iy) D3 FD 86 00 r2k ioe add a, (iy) DB FD 86 00 r2k add a', (iy) 76 FD 86 00 r2k ioi add a', (iy) D3 76 FD 86 00 r2k ioe add a', (iy) DB 76 FD 86 00 r2k altd add a, (iy) 76 FD 86 00 r2k altd ioi add a, (iy) 76 D3 FD 86 00 r2k altd ioe add a, (iy) 76 DB FD 86 00 r2k ioi altd add a, (iy) D3 76 FD 86 00 r2k ioe altd add a, (iy) DB 76 FD 86 00 r2k add a, (iy+%d) FD 86 %d r2k ioi add a, (iy+%d) D3 FD 86 %d r2k ioe add a, (iy+%d) DB FD 86 %d r2k add a', (iy+%d) 76 FD 86 %d r2k ioi add a', (iy+%d) D3 76 FD 86 %d r2k ioe add a', (iy+%d) DB 76 FD 86 %d r2k altd add a, (iy+%d) 76 FD 86 %d r2k altd ioi add a, (iy+%d) 76 D3 FD 86 %d r2k altd ioe add a, (iy+%d) 76 DB FD 86 %d r2k ioi altd add a, (iy+%d) D3 76 FD 86 %d r2k ioe altd add a, (iy+%d) DB 76 FD 86 %d r2k add (hl) 86 r2k ioi add (hl) D3 86 r2k ioe add (hl) DB 86 r2k altd add (hl) 76 86 r2k altd ioi add (hl) 76 D3 86 r2k altd ioe add (hl) 76 DB 86 r2k ioi altd add (hl) D3 76 86 r2k ioe altd add (hl) DB 76 86 r2k add (ix) DD 86 00 r2k ioi add (ix) D3 DD 86 00 r2k ioe add (ix) DB DD 86 00 r2k altd add (ix) 76 DD 86 00 r2k altd ioi add (ix) 76 D3 DD 86 00 r2k altd ioe add (ix) 76 DB DD 86 00 r2k ioi altd add (ix) D3 76 DD 86 00 r2k ioe altd add (ix) DB 76 DD 86 00 r2k add (ix+%d) DD 86 %d r2k ioi add (ix+%d) D3 DD 86 %d r2k ioe add (ix+%d) DB DD 86 %d r2k altd add (ix+%d) 76 DD 86 %d r2k altd ioi add (ix+%d) 76 D3 DD 86 %d r2k altd ioe add (ix+%d) 76 DB DD 86 %d r2k ioi altd add (ix+%d) D3 76 DD 86 %d r2k ioe altd add (ix+%d) DB 76 DD 86 %d r2k add (iy) FD 86 00 r2k ioi add (iy) D3 FD 86 00 r2k ioe add (iy) DB FD 86 00 r2k altd add (iy) 76 FD 86 00 r2k altd ioi add (iy) 76 D3 FD 86 00 r2k altd ioe add (iy) 76 DB FD 86 00 r2k ioi altd add (iy) D3 76 FD 86 00 r2k ioe altd add (iy) DB 76 FD 86 00 r2k add (iy+%d) FD 86 %d r2k ioi add (iy+%d) D3 FD 86 %d r2k ioe add (iy+%d) DB FD 86 %d r2k altd add (iy+%d) 76 FD 86 %d r2k altd ioi add (iy+%d) 76 D3 FD 86 %d r2k altd ioe add (iy+%d) 76 DB FD 86 %d r2k ioi altd add (iy+%d) D3 76 FD 86 %d r2k ioe altd add (iy+%d) DB 76 FD 86 %d r2k add a, a 87 r2k add a', a 76 87 r2k altd add a, a 76 87 r2k add a 87 r2k altd add a 76 87 r2k add a, %n C6 %n r2k add a', %n 76 C6 %n r2k altd add a, %n 76 C6 %n r2k add %n C6 %n r2k altd add %n 76 C6 %n r2k adc a, b 88 r2k adc a', b 76 88 r2k altd adc a, b 76 88 r2k adc b 88 r2k altd adc b 76 88 r2k adc a, c 89 r2k adc a', c 76 89 r2k altd adc a, c 76 89 r2k adc c 89 r2k altd adc c 76 89 r2k adc a, d 8A r2k adc a', d 76 8A r2k altd adc a, d 76 8A r2k adc d 8A r2k altd adc d 76 8A r2k adc a, e 8B r2k adc a', e 76 8B r2k altd adc a, e 76 8B r2k adc e 8B r2k altd adc e 76 8B r2k adc a, h 8C r2k adc a', h 76 8C r2k altd adc a, h 76 8C r2k adc h 8C r2k altd adc h 76 8C r2k adc a, l 8D r2k adc a', l 76 8D r2k altd adc a, l 76 8D r2k adc l 8D r2k altd adc l 76 8D r2k adc a, (hl) 8E r2k ioi adc a, (hl) D3 8E r2k ioe adc a, (hl) DB 8E r2k adc a', (hl) 76 8E r2k ioi adc a', (hl) D3 76 8E r2k ioe adc a', (hl) DB 76 8E r2k altd adc a, (hl) 76 8E r2k altd ioi adc a, (hl) 76 D3 8E r2k altd ioe adc a, (hl) 76 DB 8E r2k ioi altd adc a, (hl) D3 76 8E r2k ioe altd adc a, (hl) DB 76 8E r2k adc a, (ix) DD 8E 00 r2k ioi adc a, (ix) D3 DD 8E 00 r2k ioe adc a, (ix) DB DD 8E 00 r2k adc a', (ix) 76 DD 8E 00 r2k ioi adc a', (ix) D3 76 DD 8E 00 r2k ioe adc a', (ix) DB 76 DD 8E 00 r2k altd adc a, (ix) 76 DD 8E 00 r2k altd ioi adc a, (ix) 76 D3 DD 8E 00 r2k altd ioe adc a, (ix) 76 DB DD 8E 00 r2k ioi altd adc a, (ix) D3 76 DD 8E 00 r2k ioe altd adc a, (ix) DB 76 DD 8E 00 r2k adc a, (ix+%d) DD 8E %d r2k ioi adc a, (ix+%d) D3 DD 8E %d r2k ioe adc a, (ix+%d) DB DD 8E %d r2k adc a', (ix+%d) 76 DD 8E %d r2k ioi adc a', (ix+%d) D3 76 DD 8E %d r2k ioe adc a', (ix+%d) DB 76 DD 8E %d r2k altd adc a, (ix+%d) 76 DD 8E %d r2k altd ioi adc a, (ix+%d) 76 D3 DD 8E %d r2k altd ioe adc a, (ix+%d) 76 DB DD 8E %d r2k ioi altd adc a, (ix+%d) D3 76 DD 8E %d r2k ioe altd adc a, (ix+%d) DB 76 DD 8E %d r2k adc a, (iy) FD 8E 00 r2k ioi adc a, (iy) D3 FD 8E 00 r2k ioe adc a, (iy) DB FD 8E 00 r2k adc a', (iy) 76 FD 8E 00 r2k ioi adc a', (iy) D3 76 FD 8E 00 r2k ioe adc a', (iy) DB 76 FD 8E 00 r2k altd adc a, (iy) 76 FD 8E 00 r2k altd ioi adc a, (iy) 76 D3 FD 8E 00 r2k altd ioe adc a, (iy) 76 DB FD 8E 00 r2k ioi altd adc a, (iy) D3 76 FD 8E 00 r2k ioe altd adc a, (iy) DB 76 FD 8E 00 r2k adc a, (iy+%d) FD 8E %d r2k ioi adc a, (iy+%d) D3 FD 8E %d r2k ioe adc a, (iy+%d) DB FD 8E %d r2k adc a', (iy+%d) 76 FD 8E %d r2k ioi adc a', (iy+%d) D3 76 FD 8E %d r2k ioe adc a', (iy+%d) DB 76 FD 8E %d r2k altd adc a, (iy+%d) 76 FD 8E %d r2k altd ioi adc a, (iy+%d) 76 D3 FD 8E %d r2k altd ioe adc a, (iy+%d) 76 DB FD 8E %d r2k ioi altd adc a, (iy+%d) D3 76 FD 8E %d r2k ioe altd adc a, (iy+%d) DB 76 FD 8E %d r2k adc (hl) 8E r2k ioi adc (hl) D3 8E r2k ioe adc (hl) DB 8E r2k altd adc (hl) 76 8E r2k altd ioi adc (hl) 76 D3 8E r2k altd ioe adc (hl) 76 DB 8E r2k ioi altd adc (hl) D3 76 8E r2k ioe altd adc (hl) DB 76 8E r2k adc (ix) DD 8E 00 r2k ioi adc (ix) D3 DD 8E 00 r2k ioe adc (ix) DB DD 8E 00 r2k altd adc (ix) 76 DD 8E 00 r2k altd ioi adc (ix) 76 D3 DD 8E 00 r2k altd ioe adc (ix) 76 DB DD 8E 00 r2k ioi altd adc (ix) D3 76 DD 8E 00 r2k ioe altd adc (ix) DB 76 DD 8E 00 r2k adc (ix+%d) DD 8E %d r2k ioi adc (ix+%d) D3 DD 8E %d r2k ioe adc (ix+%d) DB DD 8E %d r2k altd adc (ix+%d) 76 DD 8E %d r2k altd ioi adc (ix+%d) 76 D3 DD 8E %d r2k altd ioe adc (ix+%d) 76 DB DD 8E %d r2k ioi altd adc (ix+%d) D3 76 DD 8E %d r2k ioe altd adc (ix+%d) DB 76 DD 8E %d r2k adc (iy) FD 8E 00 r2k ioi adc (iy) D3 FD 8E 00 r2k ioe adc (iy) DB FD 8E 00 r2k altd adc (iy) 76 FD 8E 00 r2k altd ioi adc (iy) 76 D3 FD 8E 00 r2k altd ioe adc (iy) 76 DB FD 8E 00 r2k ioi altd adc (iy) D3 76 FD 8E 00 r2k ioe altd adc (iy) DB 76 FD 8E 00 r2k adc (iy+%d) FD 8E %d r2k ioi adc (iy+%d) D3 FD 8E %d r2k ioe adc (iy+%d) DB FD 8E %d r2k altd adc (iy+%d) 76 FD 8E %d r2k altd ioi adc (iy+%d) 76 D3 FD 8E %d r2k altd ioe adc (iy+%d) 76 DB FD 8E %d r2k ioi altd adc (iy+%d) D3 76 FD 8E %d r2k ioe altd adc (iy+%d) DB 76 FD 8E %d r2k adc a, a 8F r2k adc a', a 76 8F r2k altd adc a, a 76 8F r2k adc a 8F r2k altd adc a 76 8F r2k adc a, %n CE %n r2k adc a', %n 76 CE %n r2k altd adc a, %n 76 CE %n r2k adc %n CE %n r2k altd adc %n 76 CE %n r2k sub a, b 90 r2k sub a', b 76 90 r2k altd sub a, b 76 90 r2k sub b 90 r2k altd sub b 76 90 r2k sub a, c 91 r2k sub a', c 76 91 r2k altd sub a, c 76 91 r2k sub c 91 r2k altd sub c 76 91 r2k sub a, d 92 r2k sub a', d 76 92 r2k altd sub a, d 76 92 r2k sub d 92 r2k altd sub d 76 92 r2k sub a, e 93 r2k sub a', e 76 93 r2k altd sub a, e 76 93 r2k sub e 93 r2k altd sub e 76 93 r2k sub a, h 94 r2k sub a', h 76 94 r2k altd sub a, h 76 94 r2k sub h 94 r2k altd sub h 76 94 r2k sub a, l 95 r2k sub a', l 76 95 r2k altd sub a, l 76 95 r2k sub l 95 r2k altd sub l 76 95 r2k sub a, (hl) 96 r2k ioi sub a, (hl) D3 96 r2k ioe sub a, (hl) DB 96 r2k sub a', (hl) 76 96 r2k ioi sub a', (hl) D3 76 96 r2k ioe sub a', (hl) DB 76 96 r2k altd sub a, (hl) 76 96 r2k altd ioi sub a, (hl) 76 D3 96 r2k altd ioe sub a, (hl) 76 DB 96 r2k ioi altd sub a, (hl) D3 76 96 r2k ioe altd sub a, (hl) DB 76 96 r2k sub a, (ix) DD 96 00 r2k ioi sub a, (ix) D3 DD 96 00 r2k ioe sub a, (ix) DB DD 96 00 r2k sub a', (ix) 76 DD 96 00 r2k ioi sub a', (ix) D3 76 DD 96 00 r2k ioe sub a', (ix) DB 76 DD 96 00 r2k altd sub a, (ix) 76 DD 96 00 r2k altd ioi sub a, (ix) 76 D3 DD 96 00 r2k altd ioe sub a, (ix) 76 DB DD 96 00 r2k ioi altd sub a, (ix) D3 76 DD 96 00 r2k ioe altd sub a, (ix) DB 76 DD 96 00 r2k sub a, (ix+%d) DD 96 %d r2k ioi sub a, (ix+%d) D3 DD 96 %d r2k ioe sub a, (ix+%d) DB DD 96 %d r2k sub a', (ix+%d) 76 DD 96 %d r2k ioi sub a', (ix+%d) D3 76 DD 96 %d r2k ioe sub a', (ix+%d) DB 76 DD 96 %d r2k altd sub a, (ix+%d) 76 DD 96 %d r2k altd ioi sub a, (ix+%d) 76 D3 DD 96 %d r2k altd ioe sub a, (ix+%d) 76 DB DD 96 %d r2k ioi altd sub a, (ix+%d) D3 76 DD 96 %d r2k ioe altd sub a, (ix+%d) DB 76 DD 96 %d r2k sub a, (iy) FD 96 00 r2k ioi sub a, (iy) D3 FD 96 00 r2k ioe sub a, (iy) DB FD 96 00 r2k sub a', (iy) 76 FD 96 00 r2k ioi sub a', (iy) D3 76 FD 96 00 r2k ioe sub a', (iy) DB 76 FD 96 00 r2k altd sub a, (iy) 76 FD 96 00 r2k altd ioi sub a, (iy) 76 D3 FD 96 00 r2k altd ioe sub a, (iy) 76 DB FD 96 00 r2k ioi altd sub a, (iy) D3 76 FD 96 00 r2k ioe altd sub a, (iy) DB 76 FD 96 00 r2k sub a, (iy+%d) FD 96 %d r2k ioi sub a, (iy+%d) D3 FD 96 %d r2k ioe sub a, (iy+%d) DB FD 96 %d r2k sub a', (iy+%d) 76 FD 96 %d r2k ioi sub a', (iy+%d) D3 76 FD 96 %d r2k ioe sub a', (iy+%d) DB 76 FD 96 %d r2k altd sub a, (iy+%d) 76 FD 96 %d r2k altd ioi sub a, (iy+%d) 76 D3 FD 96 %d r2k altd ioe sub a, (iy+%d) 76 DB FD 96 %d r2k ioi altd sub a, (iy+%d) D3 76 FD 96 %d r2k ioe altd sub a, (iy+%d) DB 76 FD 96 %d r2k sub (hl) 96 r2k ioi sub (hl) D3 96 r2k ioe sub (hl) DB 96 r2k altd sub (hl) 76 96 r2k altd ioi sub (hl) 76 D3 96 r2k altd ioe sub (hl) 76 DB 96 r2k ioi altd sub (hl) D3 76 96 r2k ioe altd sub (hl) DB 76 96 r2k sub (ix) DD 96 00 r2k ioi sub (ix) D3 DD 96 00 r2k ioe sub (ix) DB DD 96 00 r2k altd sub (ix) 76 DD 96 00 r2k altd ioi sub (ix) 76 D3 DD 96 00 r2k altd ioe sub (ix) 76 DB DD 96 00 r2k ioi altd sub (ix) D3 76 DD 96 00 r2k ioe altd sub (ix) DB 76 DD 96 00 r2k sub (ix+%d) DD 96 %d r2k ioi sub (ix+%d) D3 DD 96 %d r2k ioe sub (ix+%d) DB DD 96 %d r2k altd sub (ix+%d) 76 DD 96 %d r2k altd ioi sub (ix+%d) 76 D3 DD 96 %d r2k altd ioe sub (ix+%d) 76 DB DD 96 %d r2k ioi altd sub (ix+%d) D3 76 DD 96 %d r2k ioe altd sub (ix+%d) DB 76 DD 96 %d r2k sub (iy) FD 96 00 r2k ioi sub (iy) D3 FD 96 00 r2k ioe sub (iy) DB FD 96 00 r2k altd sub (iy) 76 FD 96 00 r2k altd ioi sub (iy) 76 D3 FD 96 00 r2k altd ioe sub (iy) 76 DB FD 96 00 r2k ioi altd sub (iy) D3 76 FD 96 00 r2k ioe altd sub (iy) DB 76 FD 96 00 r2k sub (iy+%d) FD 96 %d r2k ioi sub (iy+%d) D3 FD 96 %d r2k ioe sub (iy+%d) DB FD 96 %d r2k altd sub (iy+%d) 76 FD 96 %d r2k altd ioi sub (iy+%d) 76 D3 FD 96 %d r2k altd ioe sub (iy+%d) 76 DB FD 96 %d r2k ioi altd sub (iy+%d) D3 76 FD 96 %d r2k ioe altd sub (iy+%d) DB 76 FD 96 %d r2k sub a, a 97 r2k sub a', a 76 97 r2k altd sub a, a 76 97 r2k sub a 97 r2k altd sub a 76 97 r2k sub a, %n D6 %n r2k sub a', %n 76 D6 %n r2k altd sub a, %n 76 D6 %n r2k sub %n D6 %n r2k altd sub %n 76 D6 %n r2k sbc a, b 98 r2k sbc a', b 76 98 r2k altd sbc a, b 76 98 r2k sbc b 98 r2k altd sbc b 76 98 r2k sbc a, c 99 r2k sbc a', c 76 99 r2k altd sbc a, c 76 99 r2k sbc c 99 r2k altd sbc c 76 99 r2k sbc a, d 9A r2k sbc a', d 76 9A r2k altd sbc a, d 76 9A r2k sbc d 9A r2k altd sbc d 76 9A r2k sbc a, e 9B r2k sbc a', e 76 9B r2k altd sbc a, e 76 9B r2k sbc e 9B r2k altd sbc e 76 9B r2k sbc a, h 9C r2k sbc a', h 76 9C r2k altd sbc a, h 76 9C r2k sbc h 9C r2k altd sbc h 76 9C r2k sbc a, l 9D r2k sbc a', l 76 9D r2k altd sbc a, l 76 9D r2k sbc l 9D r2k altd sbc l 76 9D r2k sbc a, (hl) 9E r2k ioi sbc a, (hl) D3 9E r2k ioe sbc a, (hl) DB 9E r2k sbc a', (hl) 76 9E r2k ioi sbc a', (hl) D3 76 9E r2k ioe sbc a', (hl) DB 76 9E r2k altd sbc a, (hl) 76 9E r2k altd ioi sbc a, (hl) 76 D3 9E r2k altd ioe sbc a, (hl) 76 DB 9E r2k ioi altd sbc a, (hl) D3 76 9E r2k ioe altd sbc a, (hl) DB 76 9E r2k sbc a, (ix) DD 9E 00 r2k ioi sbc a, (ix) D3 DD 9E 00 r2k ioe sbc a, (ix) DB DD 9E 00 r2k sbc a', (ix) 76 DD 9E 00 r2k ioi sbc a', (ix) D3 76 DD 9E 00 r2k ioe sbc a', (ix) DB 76 DD 9E 00 r2k altd sbc a, (ix) 76 DD 9E 00 r2k altd ioi sbc a, (ix) 76 D3 DD 9E 00 r2k altd ioe sbc a, (ix) 76 DB DD 9E 00 r2k ioi altd sbc a, (ix) D3 76 DD 9E 00 r2k ioe altd sbc a, (ix) DB 76 DD 9E 00 r2k sbc a, (ix+%d) DD 9E %d r2k ioi sbc a, (ix+%d) D3 DD 9E %d r2k ioe sbc a, (ix+%d) DB DD 9E %d r2k sbc a', (ix+%d) 76 DD 9E %d r2k ioi sbc a', (ix+%d) D3 76 DD 9E %d r2k ioe sbc a', (ix+%d) DB 76 DD 9E %d r2k altd sbc a, (ix+%d) 76 DD 9E %d r2k altd ioi sbc a, (ix+%d) 76 D3 DD 9E %d r2k altd ioe sbc a, (ix+%d) 76 DB DD 9E %d r2k ioi altd sbc a, (ix+%d) D3 76 DD 9E %d r2k ioe altd sbc a, (ix+%d) DB 76 DD 9E %d r2k sbc a, (iy) FD 9E 00 r2k ioi sbc a, (iy) D3 FD 9E 00 r2k ioe sbc a, (iy) DB FD 9E 00 r2k sbc a', (iy) 76 FD 9E 00 r2k ioi sbc a', (iy) D3 76 FD 9E 00 r2k ioe sbc a', (iy) DB 76 FD 9E 00 r2k altd sbc a, (iy) 76 FD 9E 00 r2k altd ioi sbc a, (iy) 76 D3 FD 9E 00 r2k altd ioe sbc a, (iy) 76 DB FD 9E 00 r2k ioi altd sbc a, (iy) D3 76 FD 9E 00 r2k ioe altd sbc a, (iy) DB 76 FD 9E 00 r2k sbc a, (iy+%d) FD 9E %d r2k ioi sbc a, (iy+%d) D3 FD 9E %d r2k ioe sbc a, (iy+%d) DB FD 9E %d r2k sbc a', (iy+%d) 76 FD 9E %d r2k ioi sbc a', (iy+%d) D3 76 FD 9E %d r2k ioe sbc a', (iy+%d) DB 76 FD 9E %d r2k altd sbc a, (iy+%d) 76 FD 9E %d r2k altd ioi sbc a, (iy+%d) 76 D3 FD 9E %d r2k altd ioe sbc a, (iy+%d) 76 DB FD 9E %d r2k ioi altd sbc a, (iy+%d) D3 76 FD 9E %d r2k ioe altd sbc a, (iy+%d) DB 76 FD 9E %d r2k sbc (hl) 9E r2k ioi sbc (hl) D3 9E r2k ioe sbc (hl) DB 9E r2k altd sbc (hl) 76 9E r2k altd ioi sbc (hl) 76 D3 9E r2k altd ioe sbc (hl) 76 DB 9E r2k ioi altd sbc (hl) D3 76 9E r2k ioe altd sbc (hl) DB 76 9E r2k sbc (ix) DD 9E 00 r2k ioi sbc (ix) D3 DD 9E 00 r2k ioe sbc (ix) DB DD 9E 00 r2k altd sbc (ix) 76 DD 9E 00 r2k altd ioi sbc (ix) 76 D3 DD 9E 00 r2k altd ioe sbc (ix) 76 DB DD 9E 00 r2k ioi altd sbc (ix) D3 76 DD 9E 00 r2k ioe altd sbc (ix) DB 76 DD 9E 00 r2k sbc (ix+%d) DD 9E %d r2k ioi sbc (ix+%d) D3 DD 9E %d r2k ioe sbc (ix+%d) DB DD 9E %d r2k altd sbc (ix+%d) 76 DD 9E %d r2k altd ioi sbc (ix+%d) 76 D3 DD 9E %d r2k altd ioe sbc (ix+%d) 76 DB DD 9E %d r2k ioi altd sbc (ix+%d) D3 76 DD 9E %d r2k ioe altd sbc (ix+%d) DB 76 DD 9E %d r2k sbc (iy) FD 9E 00 r2k ioi sbc (iy) D3 FD 9E 00 r2k ioe sbc (iy) DB FD 9E 00 r2k altd sbc (iy) 76 FD 9E 00 r2k altd ioi sbc (iy) 76 D3 FD 9E 00 r2k altd ioe sbc (iy) 76 DB FD 9E 00 r2k ioi altd sbc (iy) D3 76 FD 9E 00 r2k ioe altd sbc (iy) DB 76 FD 9E 00 r2k sbc (iy+%d) FD 9E %d r2k ioi sbc (iy+%d) D3 FD 9E %d r2k ioe sbc (iy+%d) DB FD 9E %d r2k altd sbc (iy+%d) 76 FD 9E %d r2k altd ioi sbc (iy+%d) 76 D3 FD 9E %d r2k altd ioe sbc (iy+%d) 76 DB FD 9E %d r2k ioi altd sbc (iy+%d) D3 76 FD 9E %d r2k ioe altd sbc (iy+%d) DB 76 FD 9E %d r2k sbc a, a 9F r2k sbc a', a 76 9F r2k altd sbc a, a 76 9F r2k sbc a 9F r2k altd sbc a 76 9F r2k sbc a, %n DE %n r2k sbc a', %n 76 DE %n r2k altd sbc a, %n 76 DE %n r2k sbc %n DE %n r2k altd sbc %n 76 DE %n r2k and a, b A0 r2k and a', b 76 A0 r2k altd and a, b 76 A0 r2k and b A0 r2k altd and b 76 A0 r2k and a, c A1 r2k and a', c 76 A1 r2k altd and a, c 76 A1 r2k and c A1 r2k altd and c 76 A1 r2k and a, d A2 r2k and a', d 76 A2 r2k altd and a, d 76 A2 r2k and d A2 r2k altd and d 76 A2 r2k and a, e A3 r2k and a', e 76 A3 r2k altd and a, e 76 A3 r2k and e A3 r2k altd and e 76 A3 r2k and a, h A4 r2k and a', h 76 A4 r2k altd and a, h 76 A4 r2k and h A4 r2k altd and h 76 A4 r2k and a, l A5 r2k and a', l 76 A5 r2k altd and a, l 76 A5 r2k and l A5 r2k altd and l 76 A5 r2k and a, (hl) A6 r2k ioi and a, (hl) D3 A6 r2k ioe and a, (hl) DB A6 r2k and a', (hl) 76 A6 r2k ioi and a', (hl) D3 76 A6 r2k ioe and a', (hl) DB 76 A6 r2k altd and a, (hl) 76 A6 r2k altd ioi and a, (hl) 76 D3 A6 r2k altd ioe and a, (hl) 76 DB A6 r2k ioi altd and a, (hl) D3 76 A6 r2k ioe altd and a, (hl) DB 76 A6 r2k and a, (ix) DD A6 00 r2k ioi and a, (ix) D3 DD A6 00 r2k ioe and a, (ix) DB DD A6 00 r2k and a', (ix) 76 DD A6 00 r2k ioi and a', (ix) D3 76 DD A6 00 r2k ioe and a', (ix) DB 76 DD A6 00 r2k altd and a, (ix) 76 DD A6 00 r2k altd ioi and a, (ix) 76 D3 DD A6 00 r2k altd ioe and a, (ix) 76 DB DD A6 00 r2k ioi altd and a, (ix) D3 76 DD A6 00 r2k ioe altd and a, (ix) DB 76 DD A6 00 r2k and a, (ix+%d) DD A6 %d r2k ioi and a, (ix+%d) D3 DD A6 %d r2k ioe and a, (ix+%d) DB DD A6 %d r2k and a', (ix+%d) 76 DD A6 %d r2k ioi and a', (ix+%d) D3 76 DD A6 %d r2k ioe and a', (ix+%d) DB 76 DD A6 %d r2k altd and a, (ix+%d) 76 DD A6 %d r2k altd ioi and a, (ix+%d) 76 D3 DD A6 %d r2k altd ioe and a, (ix+%d) 76 DB DD A6 %d r2k ioi altd and a, (ix+%d) D3 76 DD A6 %d r2k ioe altd and a, (ix+%d) DB 76 DD A6 %d r2k and a, (iy) FD A6 00 r2k ioi and a, (iy) D3 FD A6 00 r2k ioe and a, (iy) DB FD A6 00 r2k and a', (iy) 76 FD A6 00 r2k ioi and a', (iy) D3 76 FD A6 00 r2k ioe and a', (iy) DB 76 FD A6 00 r2k altd and a, (iy) 76 FD A6 00 r2k altd ioi and a, (iy) 76 D3 FD A6 00 r2k altd ioe and a, (iy) 76 DB FD A6 00 r2k ioi altd and a, (iy) D3 76 FD A6 00 r2k ioe altd and a, (iy) DB 76 FD A6 00 r2k and a, (iy+%d) FD A6 %d r2k ioi and a, (iy+%d) D3 FD A6 %d r2k ioe and a, (iy+%d) DB FD A6 %d r2k and a', (iy+%d) 76 FD A6 %d r2k ioi and a', (iy+%d) D3 76 FD A6 %d r2k ioe and a', (iy+%d) DB 76 FD A6 %d r2k altd and a, (iy+%d) 76 FD A6 %d r2k altd ioi and a, (iy+%d) 76 D3 FD A6 %d r2k altd ioe and a, (iy+%d) 76 DB FD A6 %d r2k ioi altd and a, (iy+%d) D3 76 FD A6 %d r2k ioe altd and a, (iy+%d) DB 76 FD A6 %d r2k and (hl) A6 r2k ioi and (hl) D3 A6 r2k ioe and (hl) DB A6 r2k altd and (hl) 76 A6 r2k altd ioi and (hl) 76 D3 A6 r2k altd ioe and (hl) 76 DB A6 r2k ioi altd and (hl) D3 76 A6 r2k ioe altd and (hl) DB 76 A6 r2k and (ix) DD A6 00 r2k ioi and (ix) D3 DD A6 00 r2k ioe and (ix) DB DD A6 00 r2k altd and (ix) 76 DD A6 00 r2k altd ioi and (ix) 76 D3 DD A6 00 r2k altd ioe and (ix) 76 DB DD A6 00 r2k ioi altd and (ix) D3 76 DD A6 00 r2k ioe altd and (ix) DB 76 DD A6 00 r2k and (ix+%d) DD A6 %d r2k ioi and (ix+%d) D3 DD A6 %d r2k ioe and (ix+%d) DB DD A6 %d r2k altd and (ix+%d) 76 DD A6 %d r2k altd ioi and (ix+%d) 76 D3 DD A6 %d r2k altd ioe and (ix+%d) 76 DB DD A6 %d r2k ioi altd and (ix+%d) D3 76 DD A6 %d r2k ioe altd and (ix+%d) DB 76 DD A6 %d r2k and (iy) FD A6 00 r2k ioi and (iy) D3 FD A6 00 r2k ioe and (iy) DB FD A6 00 r2k altd and (iy) 76 FD A6 00 r2k altd ioi and (iy) 76 D3 FD A6 00 r2k altd ioe and (iy) 76 DB FD A6 00 r2k ioi altd and (iy) D3 76 FD A6 00 r2k ioe altd and (iy) DB 76 FD A6 00 r2k and (iy+%d) FD A6 %d r2k ioi and (iy+%d) D3 FD A6 %d r2k ioe and (iy+%d) DB FD A6 %d r2k altd and (iy+%d) 76 FD A6 %d r2k altd ioi and (iy+%d) 76 D3 FD A6 %d r2k altd ioe and (iy+%d) 76 DB FD A6 %d r2k ioi altd and (iy+%d) D3 76 FD A6 %d r2k ioe altd and (iy+%d) DB 76 FD A6 %d r2k and a, a A7 r2k and a', a 76 A7 r2k altd and a, a 76 A7 r2k and a A7 r2k altd and a 76 A7 r2k and a, %n E6 %n r2k and a', %n 76 E6 %n r2k altd and a, %n 76 E6 %n r2k and %n E6 %n r2k altd and %n 76 E6 %n r2k xor a, b A8 r2k xor a', b 76 A8 r2k altd xor a, b 76 A8 r2k xor b A8 r2k altd xor b 76 A8 r2k xor a, c A9 r2k xor a', c 76 A9 r2k altd xor a, c 76 A9 r2k xor c A9 r2k altd xor c 76 A9 r2k xor a, d AA r2k xor a', d 76 AA r2k altd xor a, d 76 AA r2k xor d AA r2k altd xor d 76 AA r2k xor a, e AB r2k xor a', e 76 AB r2k altd xor a, e 76 AB r2k xor e AB r2k altd xor e 76 AB r2k xor a, h AC r2k xor a', h 76 AC r2k altd xor a, h 76 AC r2k xor h AC r2k altd xor h 76 AC r2k xor a, l AD r2k xor a', l 76 AD r2k altd xor a, l 76 AD r2k xor l AD r2k altd xor l 76 AD r2k xor a, (hl) AE r2k ioi xor a, (hl) D3 AE r2k ioe xor a, (hl) DB AE r2k xor a', (hl) 76 AE r2k ioi xor a', (hl) D3 76 AE r2k ioe xor a', (hl) DB 76 AE r2k altd xor a, (hl) 76 AE r2k altd ioi xor a, (hl) 76 D3 AE r2k altd ioe xor a, (hl) 76 DB AE r2k ioi altd xor a, (hl) D3 76 AE r2k ioe altd xor a, (hl) DB 76 AE r2k xor a, (ix) DD AE 00 r2k ioi xor a, (ix) D3 DD AE 00 r2k ioe xor a, (ix) DB DD AE 00 r2k xor a', (ix) 76 DD AE 00 r2k ioi xor a', (ix) D3 76 DD AE 00 r2k ioe xor a', (ix) DB 76 DD AE 00 r2k altd xor a, (ix) 76 DD AE 00 r2k altd ioi xor a, (ix) 76 D3 DD AE 00 r2k altd ioe xor a, (ix) 76 DB DD AE 00 r2k ioi altd xor a, (ix) D3 76 DD AE 00 r2k ioe altd xor a, (ix) DB 76 DD AE 00 r2k xor a, (ix+%d) DD AE %d r2k ioi xor a, (ix+%d) D3 DD AE %d r2k ioe xor a, (ix+%d) DB DD AE %d r2k xor a', (ix+%d) 76 DD AE %d r2k ioi xor a', (ix+%d) D3 76 DD AE %d r2k ioe xor a', (ix+%d) DB 76 DD AE %d r2k altd xor a, (ix+%d) 76 DD AE %d r2k altd ioi xor a, (ix+%d) 76 D3 DD AE %d r2k altd ioe xor a, (ix+%d) 76 DB DD AE %d r2k ioi altd xor a, (ix+%d) D3 76 DD AE %d r2k ioe altd xor a, (ix+%d) DB 76 DD AE %d r2k xor a, (iy) FD AE 00 r2k ioi xor a, (iy) D3 FD AE 00 r2k ioe xor a, (iy) DB FD AE 00 r2k xor a', (iy) 76 FD AE 00 r2k ioi xor a', (iy) D3 76 FD AE 00 r2k ioe xor a', (iy) DB 76 FD AE 00 r2k altd xor a, (iy) 76 FD AE 00 r2k altd ioi xor a, (iy) 76 D3 FD AE 00 r2k altd ioe xor a, (iy) 76 DB FD AE 00 r2k ioi altd xor a, (iy) D3 76 FD AE 00 r2k ioe altd xor a, (iy) DB 76 FD AE 00 r2k xor a, (iy+%d) FD AE %d r2k ioi xor a, (iy+%d) D3 FD AE %d r2k ioe xor a, (iy+%d) DB FD AE %d r2k xor a', (iy+%d) 76 FD AE %d r2k ioi xor a', (iy+%d) D3 76 FD AE %d r2k ioe xor a', (iy+%d) DB 76 FD AE %d r2k altd xor a, (iy+%d) 76 FD AE %d r2k altd ioi xor a, (iy+%d) 76 D3 FD AE %d r2k altd ioe xor a, (iy+%d) 76 DB FD AE %d r2k ioi altd xor a, (iy+%d) D3 76 FD AE %d r2k ioe altd xor a, (iy+%d) DB 76 FD AE %d r2k xor (hl) AE r2k ioi xor (hl) D3 AE r2k ioe xor (hl) DB AE r2k altd xor (hl) 76 AE r2k altd ioi xor (hl) 76 D3 AE r2k altd ioe xor (hl) 76 DB AE r2k ioi altd xor (hl) D3 76 AE r2k ioe altd xor (hl) DB 76 AE r2k xor (ix) DD AE 00 r2k ioi xor (ix) D3 DD AE 00 r2k ioe xor (ix) DB DD AE 00 r2k altd xor (ix) 76 DD AE 00 r2k altd ioi xor (ix) 76 D3 DD AE 00 r2k altd ioe xor (ix) 76 DB DD AE 00 r2k ioi altd xor (ix) D3 76 DD AE 00 r2k ioe altd xor (ix) DB 76 DD AE 00 r2k xor (ix+%d) DD AE %d r2k ioi xor (ix+%d) D3 DD AE %d r2k ioe xor (ix+%d) DB DD AE %d r2k altd xor (ix+%d) 76 DD AE %d r2k altd ioi xor (ix+%d) 76 D3 DD AE %d r2k altd ioe xor (ix+%d) 76 DB DD AE %d r2k ioi altd xor (ix+%d) D3 76 DD AE %d r2k ioe altd xor (ix+%d) DB 76 DD AE %d r2k xor (iy) FD AE 00 r2k ioi xor (iy) D3 FD AE 00 r2k ioe xor (iy) DB FD AE 00 r2k altd xor (iy) 76 FD AE 00 r2k altd ioi xor (iy) 76 D3 FD AE 00 r2k altd ioe xor (iy) 76 DB FD AE 00 r2k ioi altd xor (iy) D3 76 FD AE 00 r2k ioe altd xor (iy) DB 76 FD AE 00 r2k xor (iy+%d) FD AE %d r2k ioi xor (iy+%d) D3 FD AE %d r2k ioe xor (iy+%d) DB FD AE %d r2k altd xor (iy+%d) 76 FD AE %d r2k altd ioi xor (iy+%d) 76 D3 FD AE %d r2k altd ioe xor (iy+%d) 76 DB FD AE %d r2k ioi altd xor (iy+%d) D3 76 FD AE %d r2k ioe altd xor (iy+%d) DB 76 FD AE %d r2k xor a, a AF r2k xor a', a 76 AF r2k altd xor a, a 76 AF r2k xor a AF r2k altd xor a 76 AF r2k xor a, %n EE %n r2k xor a', %n 76 EE %n r2k altd xor a, %n 76 EE %n r2k xor %n EE %n r2k altd xor %n 76 EE %n r2k or a, b B0 r2k or a', b 76 B0 r2k altd or a, b 76 B0 r2k or b B0 r2k altd or b 76 B0 r2k or a, c B1 r2k or a', c 76 B1 r2k altd or a, c 76 B1 r2k or c B1 r2k altd or c 76 B1 r2k or a, d B2 r2k or a', d 76 B2 r2k altd or a, d 76 B2 r2k or d B2 r2k altd or d 76 B2 r2k or a, e B3 r2k or a', e 76 B3 r2k altd or a, e 76 B3 r2k or e B3 r2k altd or e 76 B3 r2k or a, h B4 r2k or a', h 76 B4 r2k altd or a, h 76 B4 r2k or h B4 r2k altd or h 76 B4 r2k or a, l B5 r2k or a', l 76 B5 r2k altd or a, l 76 B5 r2k or l B5 r2k altd or l 76 B5 r2k or a, (hl) B6 r2k ioi or a, (hl) D3 B6 r2k ioe or a, (hl) DB B6 r2k or a', (hl) 76 B6 r2k ioi or a', (hl) D3 76 B6 r2k ioe or a', (hl) DB 76 B6 r2k altd or a, (hl) 76 B6 r2k altd ioi or a, (hl) 76 D3 B6 r2k altd ioe or a, (hl) 76 DB B6 r2k ioi altd or a, (hl) D3 76 B6 r2k ioe altd or a, (hl) DB 76 B6 r2k or a, (ix) DD B6 00 r2k ioi or a, (ix) D3 DD B6 00 r2k ioe or a, (ix) DB DD B6 00 r2k or a', (ix) 76 DD B6 00 r2k ioi or a', (ix) D3 76 DD B6 00 r2k ioe or a', (ix) DB 76 DD B6 00 r2k altd or a, (ix) 76 DD B6 00 r2k altd ioi or a, (ix) 76 D3 DD B6 00 r2k altd ioe or a, (ix) 76 DB DD B6 00 r2k ioi altd or a, (ix) D3 76 DD B6 00 r2k ioe altd or a, (ix) DB 76 DD B6 00 r2k or a, (ix+%d) DD B6 %d r2k ioi or a, (ix+%d) D3 DD B6 %d r2k ioe or a, (ix+%d) DB DD B6 %d r2k or a', (ix+%d) 76 DD B6 %d r2k ioi or a', (ix+%d) D3 76 DD B6 %d r2k ioe or a', (ix+%d) DB 76 DD B6 %d r2k altd or a, (ix+%d) 76 DD B6 %d r2k altd ioi or a, (ix+%d) 76 D3 DD B6 %d r2k altd ioe or a, (ix+%d) 76 DB DD B6 %d r2k ioi altd or a, (ix+%d) D3 76 DD B6 %d r2k ioe altd or a, (ix+%d) DB 76 DD B6 %d r2k or a, (iy) FD B6 00 r2k ioi or a, (iy) D3 FD B6 00 r2k ioe or a, (iy) DB FD B6 00 r2k or a', (iy) 76 FD B6 00 r2k ioi or a', (iy) D3 76 FD B6 00 r2k ioe or a', (iy) DB 76 FD B6 00 r2k altd or a, (iy) 76 FD B6 00 r2k altd ioi or a, (iy) 76 D3 FD B6 00 r2k altd ioe or a, (iy) 76 DB FD B6 00 r2k ioi altd or a, (iy) D3 76 FD B6 00 r2k ioe altd or a, (iy) DB 76 FD B6 00 r2k or a, (iy+%d) FD B6 %d r2k ioi or a, (iy+%d) D3 FD B6 %d r2k ioe or a, (iy+%d) DB FD B6 %d r2k or a', (iy+%d) 76 FD B6 %d r2k ioi or a', (iy+%d) D3 76 FD B6 %d r2k ioe or a', (iy+%d) DB 76 FD B6 %d r2k altd or a, (iy+%d) 76 FD B6 %d r2k altd ioi or a, (iy+%d) 76 D3 FD B6 %d r2k altd ioe or a, (iy+%d) 76 DB FD B6 %d r2k ioi altd or a, (iy+%d) D3 76 FD B6 %d r2k ioe altd or a, (iy+%d) DB 76 FD B6 %d r2k or (hl) B6 r2k ioi or (hl) D3 B6 r2k ioe or (hl) DB B6 r2k altd or (hl) 76 B6 r2k altd ioi or (hl) 76 D3 B6 r2k altd ioe or (hl) 76 DB B6 r2k ioi altd or (hl) D3 76 B6 r2k ioe altd or (hl) DB 76 B6 r2k or (ix) DD B6 00 r2k ioi or (ix) D3 DD B6 00 r2k ioe or (ix) DB DD B6 00 r2k altd or (ix) 76 DD B6 00 r2k altd ioi or (ix) 76 D3 DD B6 00 r2k altd ioe or (ix) 76 DB DD B6 00 r2k ioi altd or (ix) D3 76 DD B6 00 r2k ioe altd or (ix) DB 76 DD B6 00 r2k or (ix+%d) DD B6 %d r2k ioi or (ix+%d) D3 DD B6 %d r2k ioe or (ix+%d) DB DD B6 %d r2k altd or (ix+%d) 76 DD B6 %d r2k altd ioi or (ix+%d) 76 D3 DD B6 %d r2k altd ioe or (ix+%d) 76 DB DD B6 %d r2k ioi altd or (ix+%d) D3 76 DD B6 %d r2k ioe altd or (ix+%d) DB 76 DD B6 %d r2k or (iy) FD B6 00 r2k ioi or (iy) D3 FD B6 00 r2k ioe or (iy) DB FD B6 00 r2k altd or (iy) 76 FD B6 00 r2k altd ioi or (iy) 76 D3 FD B6 00 r2k altd ioe or (iy) 76 DB FD B6 00 r2k ioi altd or (iy) D3 76 FD B6 00 r2k ioe altd or (iy) DB 76 FD B6 00 r2k or (iy+%d) FD B6 %d r2k ioi or (iy+%d) D3 FD B6 %d r2k ioe or (iy+%d) DB FD B6 %d r2k altd or (iy+%d) 76 FD B6 %d r2k altd ioi or (iy+%d) 76 D3 FD B6 %d r2k altd ioe or (iy+%d) 76 DB FD B6 %d r2k ioi altd or (iy+%d) D3 76 FD B6 %d r2k ioe altd or (iy+%d) DB 76 FD B6 %d r2k or a, a B7 r2k or a', a 76 B7 r2k altd or a, a 76 B7 r2k or a B7 r2k altd or a 76 B7 r2k or a, %n F6 %n r2k or a', %n 76 F6 %n r2k altd or a, %n 76 F6 %n r2k or %n F6 %n r2k altd or %n 76 F6 %n r2k cp a, b B8 r2k altd cp a, b 76 B8 r2k cp b B8 r2k altd cp b 76 B8 r2k cp a, c B9 r2k altd cp a, c 76 B9 r2k cp c B9 r2k altd cp c 76 B9 r2k cp a, d BA r2k altd cp a, d 76 BA r2k cp d BA r2k altd cp d 76 BA r2k cp a, e BB r2k altd cp a, e 76 BB r2k cp e BB r2k altd cp e 76 BB r2k cp a, h BC r2k altd cp a, h 76 BC r2k cp h BC r2k altd cp h 76 BC r2k cp a, l BD r2k altd cp a, l 76 BD r2k cp l BD r2k altd cp l 76 BD r2k cp a, (hl) BE r2k ioi cp a, (hl) D3 BE r2k ioe cp a, (hl) DB BE r2k altd cp a, (hl) 76 BE r2k altd ioi cp a, (hl) 76 D3 BE r2k altd ioe cp a, (hl) 76 DB BE r2k ioi altd cp a, (hl) D3 76 BE r2k ioe altd cp a, (hl) DB 76 BE r2k cp a, (ix) DD BE 00 r2k ioi cp a, (ix) D3 DD BE 00 r2k ioe cp a, (ix) DB DD BE 00 r2k altd cp a, (ix) 76 DD BE 00 r2k altd ioi cp a, (ix) 76 D3 DD BE 00 r2k altd ioe cp a, (ix) 76 DB DD BE 00 r2k ioi altd cp a, (ix) D3 76 DD BE 00 r2k ioe altd cp a, (ix) DB 76 DD BE 00 r2k cp a, (ix+%d) DD BE %d r2k ioi cp a, (ix+%d) D3 DD BE %d r2k ioe cp a, (ix+%d) DB DD BE %d r2k altd cp a, (ix+%d) 76 DD BE %d r2k altd ioi cp a, (ix+%d) 76 D3 DD BE %d r2k altd ioe cp a, (ix+%d) 76 DB DD BE %d r2k ioi altd cp a, (ix+%d) D3 76 DD BE %d r2k ioe altd cp a, (ix+%d) DB 76 DD BE %d r2k cp a, (iy) FD BE 00 r2k ioi cp a, (iy) D3 FD BE 00 r2k ioe cp a, (iy) DB FD BE 00 r2k altd cp a, (iy) 76 FD BE 00 r2k altd ioi cp a, (iy) 76 D3 FD BE 00 r2k altd ioe cp a, (iy) 76 DB FD BE 00 r2k ioi altd cp a, (iy) D3 76 FD BE 00 r2k ioe altd cp a, (iy) DB 76 FD BE 00 r2k cp a, (iy+%d) FD BE %d r2k ioi cp a, (iy+%d) D3 FD BE %d r2k ioe cp a, (iy+%d) DB FD BE %d r2k altd cp a, (iy+%d) 76 FD BE %d r2k altd ioi cp a, (iy+%d) 76 D3 FD BE %d r2k altd ioe cp a, (iy+%d) 76 DB FD BE %d r2k ioi altd cp a, (iy+%d) D3 76 FD BE %d r2k ioe altd cp a, (iy+%d) DB 76 FD BE %d r2k cp (hl) BE r2k ioi cp (hl) D3 BE r2k ioe cp (hl) DB BE r2k altd cp (hl) 76 BE r2k altd ioi cp (hl) 76 D3 BE r2k altd ioe cp (hl) 76 DB BE r2k ioi altd cp (hl) D3 76 BE r2k ioe altd cp (hl) DB 76 BE r2k cp (ix) DD BE 00 r2k ioi cp (ix) D3 DD BE 00 r2k ioe cp (ix) DB DD BE 00 r2k altd cp (ix) 76 DD BE 00 r2k altd ioi cp (ix) 76 D3 DD BE 00 r2k altd ioe cp (ix) 76 DB DD BE 00 r2k ioi altd cp (ix) D3 76 DD BE 00 r2k ioe altd cp (ix) DB 76 DD BE 00 r2k cp (ix+%d) DD BE %d r2k ioi cp (ix+%d) D3 DD BE %d r2k ioe cp (ix+%d) DB DD BE %d r2k altd cp (ix+%d) 76 DD BE %d r2k altd ioi cp (ix+%d) 76 D3 DD BE %d r2k altd ioe cp (ix+%d) 76 DB DD BE %d r2k ioi altd cp (ix+%d) D3 76 DD BE %d r2k ioe altd cp (ix+%d) DB 76 DD BE %d r2k cp (iy) FD BE 00 r2k ioi cp (iy) D3 FD BE 00 r2k ioe cp (iy) DB FD BE 00 r2k altd cp (iy) 76 FD BE 00 r2k altd ioi cp (iy) 76 D3 FD BE 00 r2k altd ioe cp (iy) 76 DB FD BE 00 r2k ioi altd cp (iy) D3 76 FD BE 00 r2k ioe altd cp (iy) DB 76 FD BE 00 r2k cp (iy+%d) FD BE %d r2k ioi cp (iy+%d) D3 FD BE %d r2k ioe cp (iy+%d) DB FD BE %d r2k altd cp (iy+%d) 76 FD BE %d r2k altd ioi cp (iy+%d) 76 D3 FD BE %d r2k altd ioe cp (iy+%d) 76 DB FD BE %d r2k ioi altd cp (iy+%d) D3 76 FD BE %d r2k ioe altd cp (iy+%d) DB 76 FD BE %d r2k cp a, a BF r2k altd cp a, a 76 BF r2k cp a BF r2k altd cp a 76 BF r2k cp a, %n FE %n r2k altd cp a, %n 76 FE %n r2k cp %n FE %n r2k altd cp %n 76 FE %n r2k inc b 04 r2k inc b' 76 04 r2k altd inc b 76 04 r2k dec b 05 r2k dec b' 76 05 r2k altd dec b 76 05 r2k inc c 0C r2k inc c' 76 0C r2k altd inc c 76 0C r2k dec c 0D r2k dec c' 76 0D r2k altd dec c 76 0D r2k inc d 14 r2k inc d' 76 14 r2k altd inc d 76 14 r2k dec d 15 r2k dec d' 76 15 r2k altd dec d 76 15 r2k inc e 1C r2k inc e' 76 1C r2k altd inc e 76 1C r2k dec e 1D r2k dec e' 76 1D r2k altd dec e 76 1D r2k inc h 24 r2k inc h' 76 24 r2k altd inc h 76 24 r2k dec h 25 r2k dec h' 76 25 r2k altd dec h 76 25 r2k inc l 2C r2k inc l' 76 2C r2k altd inc l 76 2C r2k dec l 2D r2k dec l' 76 2D r2k altd dec l 76 2D r2k inc (hl) 34 r2k ioi inc (hl) D3 34 r2k ioe inc (hl) DB 34 r2k altd inc (hl) 76 34 r2k altd ioi inc (hl) 76 D3 34 r2k altd ioe inc (hl) 76 DB 34 r2k ioi altd inc (hl) D3 76 34 r2k ioe altd inc (hl) DB 76 34 r2k inc (ix) DD 34 00 r2k ioi inc (ix) D3 DD 34 00 r2k ioe inc (ix) DB DD 34 00 r2k altd inc (ix) 76 DD 34 00 r2k altd ioi inc (ix) 76 D3 DD 34 00 r2k altd ioe inc (ix) 76 DB DD 34 00 r2k ioi altd inc (ix) D3 76 DD 34 00 r2k ioe altd inc (ix) DB 76 DD 34 00 r2k inc (ix+%d) DD 34 %d r2k ioi inc (ix+%d) D3 DD 34 %d r2k ioe inc (ix+%d) DB DD 34 %d r2k altd inc (ix+%d) 76 DD 34 %d r2k altd ioi inc (ix+%d) 76 D3 DD 34 %d r2k altd ioe inc (ix+%d) 76 DB DD 34 %d r2k ioi altd inc (ix+%d) D3 76 DD 34 %d r2k ioe altd inc (ix+%d) DB 76 DD 34 %d r2k inc (iy) FD 34 00 r2k ioi inc (iy) D3 FD 34 00 r2k ioe inc (iy) DB FD 34 00 r2k altd inc (iy) 76 FD 34 00 r2k altd ioi inc (iy) 76 D3 FD 34 00 r2k altd ioe inc (iy) 76 DB FD 34 00 r2k ioi altd inc (iy) D3 76 FD 34 00 r2k ioe altd inc (iy) DB 76 FD 34 00 r2k inc (iy+%d) FD 34 %d r2k ioi inc (iy+%d) D3 FD 34 %d r2k ioe inc (iy+%d) DB FD 34 %d r2k altd inc (iy+%d) 76 FD 34 %d r2k altd ioi inc (iy+%d) 76 D3 FD 34 %d r2k altd ioe inc (iy+%d) 76 DB FD 34 %d r2k ioi altd inc (iy+%d) D3 76 FD 34 %d r2k ioe altd inc (iy+%d) DB 76 FD 34 %d r2k dec (hl) 35 r2k ioi dec (hl) D3 35 r2k ioe dec (hl) DB 35 r2k altd dec (hl) 76 35 r2k altd ioi dec (hl) 76 D3 35 r2k altd ioe dec (hl) 76 DB 35 r2k ioi altd dec (hl) D3 76 35 r2k ioe altd dec (hl) DB 76 35 r2k dec (ix) DD 35 00 r2k ioi dec (ix) D3 DD 35 00 r2k ioe dec (ix) DB DD 35 00 r2k altd dec (ix) 76 DD 35 00 r2k altd ioi dec (ix) 76 D3 DD 35 00 r2k altd ioe dec (ix) 76 DB DD 35 00 r2k ioi altd dec (ix) D3 76 DD 35 00 r2k ioe altd dec (ix) DB 76 DD 35 00 r2k dec (ix+%d) DD 35 %d r2k ioi dec (ix+%d) D3 DD 35 %d r2k ioe dec (ix+%d) DB DD 35 %d r2k altd dec (ix+%d) 76 DD 35 %d r2k altd ioi dec (ix+%d) 76 D3 DD 35 %d r2k altd ioe dec (ix+%d) 76 DB DD 35 %d r2k ioi altd dec (ix+%d) D3 76 DD 35 %d r2k ioe altd dec (ix+%d) DB 76 DD 35 %d r2k dec (iy) FD 35 00 r2k ioi dec (iy) D3 FD 35 00 r2k ioe dec (iy) DB FD 35 00 r2k altd dec (iy) 76 FD 35 00 r2k altd ioi dec (iy) 76 D3 FD 35 00 r2k altd ioe dec (iy) 76 DB FD 35 00 r2k ioi altd dec (iy) D3 76 FD 35 00 r2k ioe altd dec (iy) DB 76 FD 35 00 r2k dec (iy+%d) FD 35 %d r2k ioi dec (iy+%d) D3 FD 35 %d r2k ioe dec (iy+%d) DB FD 35 %d r2k altd dec (iy+%d) 76 FD 35 %d r2k altd ioi dec (iy+%d) 76 D3 FD 35 %d r2k altd ioe dec (iy+%d) 76 DB FD 35 %d r2k ioi altd dec (iy+%d) D3 76 FD 35 %d r2k ioe altd dec (iy+%d) DB 76 FD 35 %d r2k inc a 3C r2k inc a' 76 3C r2k altd inc a 76 3C r2k dec a 3D r2k dec a' 76 3D r2k altd dec a 76 3D r2k daa CD @__z80asm__daa r2k rrd CD @__z80asm__rrd r2k rld CD @__z80asm__rld r2k cpl 2F r2k cpl a 2F r2k altd cpl a 76 2F r2k cpl a' 76 2F r2k altd cpl a' 76 76 2F r2k altd cpl 76 2F r2k neg ED 44 r2k neg a ED 44 r2k neg a' 76 ED 44 r2k altd neg 76 ED 44 r2k altd neg a 76 ED 44 r2k ccf 3F r2k ccf f 3F r2k ccf' 76 3F r2k ccf f' 76 3F r2k altd ccf 76 3F r2k altd ccf f 76 3F r2k scf 37 r2k scf f 37 r2k scf' 76 37 r2k scf f' 76 37 r2k altd scf 76 37 r2k altd scf f 76 37 r2k ld bc, %m 01 %m %m r2k ld bc', %m 76 01 %m %m r2k altd ld bc, %m 76 01 %m %m r2k ld bc, (%m) ED 4B %m %m r2k ioi ld bc, (%m) D3 ED 4B %m %m r2k ioe ld bc, (%m) DB ED 4B %m %m r2k ld bc', (%m) 76 ED 4B %m %m r2k ioi ld bc', (%m) D3 76 ED 4B %m %m r2k ioe ld bc', (%m) DB 76 ED 4B %m %m r2k altd ld bc, (%m) 76 ED 4B %m %m r2k altd ioi ld bc, (%m) 76 D3 ED 4B %m %m r2k altd ioe ld bc, (%m) 76 DB ED 4B %m %m r2k ioi altd ld bc, (%m) D3 76 ED 4B %m %m r2k ioe altd ld bc, (%m) DB 76 ED 4B %m %m r2k ld (%m), bc ED 43 %m %m r2k ioi ld (%m), bc D3 ED 43 %m %m r2k ioe ld (%m), bc DB ED 43 %m %m r2k ld de, %m 11 %m %m r2k ld de', %m 76 11 %m %m r2k altd ld de, %m 76 11 %m %m r2k ld de, (%m) ED 5B %m %m r2k ioi ld de, (%m) D3 ED 5B %m %m r2k ioe ld de, (%m) DB ED 5B %m %m r2k ld de', (%m) 76 ED 5B %m %m r2k ioi ld de', (%m) D3 76 ED 5B %m %m r2k ioe ld de', (%m) DB 76 ED 5B %m %m r2k altd ld de, (%m) 76 ED 5B %m %m r2k altd ioi ld de, (%m) 76 D3 ED 5B %m %m r2k altd ioe ld de, (%m) 76 DB ED 5B %m %m r2k ioi altd ld de, (%m) D3 76 ED 5B %m %m r2k ioe altd ld de, (%m) DB 76 ED 5B %m %m r2k ld (%m), de ED 53 %m %m r2k ioi ld (%m), de D3 ED 53 %m %m r2k ioe ld (%m), de DB ED 53 %m %m r2k ld hl, %m 21 %m %m r2k ld hl', %m 76 21 %m %m r2k altd ld hl, %m 76 21 %m %m r2k ld hl, (%m) 2A %m %m r2k ioi ld hl, (%m) D3 2A %m %m r2k ioe ld hl, (%m) DB 2A %m %m r2k ld hl', (%m) 76 2A %m %m r2k ioi ld hl', (%m) D3 76 2A %m %m r2k ioe ld hl', (%m) DB 76 2A %m %m r2k altd ld hl, (%m) 76 2A %m %m r2k altd ioi ld hl, (%m) 76 D3 2A %m %m r2k altd ioe ld hl, (%m) 76 DB 2A %m %m r2k ioi altd ld hl, (%m) D3 76 2A %m %m r2k ioe altd ld hl, (%m) DB 76 2A %m %m r2k ld (%m), hl 22 %m %m r2k ioi ld (%m), hl D3 22 %m %m r2k ioe ld (%m), hl DB 22 %m %m r2k ld ix, %m DD 21 %m %m r2k ld ix, (%m) DD 2A %m %m r2k ioi ld ix, (%m) D3 DD 2A %m %m r2k ioe ld ix, (%m) DB DD 2A %m %m r2k ld (%m), ix DD 22 %m %m r2k ioi ld (%m), ix D3 DD 22 %m %m r2k ioe ld (%m), ix DB DD 22 %m %m r2k ld iy, %m FD 21 %m %m r2k ld iy, (%m) FD 2A %m %m r2k ioi ld iy, (%m) D3 FD 2A %m %m r2k ioe ld iy, (%m) DB FD 2A %m %m r2k ld (%m), iy FD 22 %m %m r2k ioi ld (%m), iy D3 FD 22 %m %m r2k ioe ld (%m), iy DB FD 22 %m %m r2k ld sp, %m 31 %m %m r2k ld sp, (%m) ED 7B %m %m r2k ioi ld sp, (%m) D3 ED 7B %m %m r2k ioe ld sp, (%m) DB ED 7B %m %m r2k ld (%m), sp ED 73 %m %m r2k ioi ld (%m), sp D3 ED 73 %m %m r2k ioe ld (%m), sp DB ED 73 %m %m r2k ld sp, hl F9 r2k ld sp, ix DD F9 r2k ld sp, iy FD F9 r2k push bc C5 r2k pop bc C1 r2k pop bc' 76 C1 r2k altd pop bc 76 C1 r2k push de D5 r2k pop de D1 r2k pop de' 76 D1 r2k altd pop de 76 D1 r2k push hl E5 r2k pop hl E1 r2k pop hl' 76 E1 r2k altd pop hl 76 E1 r2k push ix DD E5 r2k pop ix DD E1 r2k push iy FD E5 r2k pop iy FD E1 r2k push af F5 r2k pop af F1 r2k pop af' 76 F1 r2k altd pop af 76 F1 r2k push ip ED 76 r2k pop ip ED 7E r2k ld hl, ix DD 7C r2k ld hl', ix 76 DD 7C r2k altd ld hl, ix 76 DD 7C r2k ld ix, hl DD 7D r2k ld hl, iy FD 7C r2k ld hl', iy 76 FD 7C r2k altd ld hl, iy 76 FD 7C r2k ld iy, hl FD 7D r2k ld hl, (hl) DD E4 00 r2k ioi ld hl, (hl) D3 DD E4 00 r2k ioe ld hl, (hl) DB DD E4 00 r2k ld hl', (hl) 76 DD E4 00 r2k ioi ld hl', (hl) D3 76 DD E4 00 r2k ioe ld hl', (hl) DB 76 DD E4 00 r2k altd ld hl, (hl) 76 DD E4 00 r2k altd ioi ld hl, (hl) 76 D3 DD E4 00 r2k altd ioe ld hl, (hl) 76 DB DD E4 00 r2k ioi altd ld hl, (hl) D3 76 DD E4 00 r2k ioe altd ld hl, (hl) DB 76 DD E4 00 r2k ld hl, (hl+%d) DD E4 %d r2k ioi ld hl, (hl+%d) D3 DD E4 %d r2k ioe ld hl, (hl+%d) DB DD E4 %d r2k ld hl', (hl+%d) 76 DD E4 %d r2k ioi ld hl', (hl+%d) D3 76 DD E4 %d r2k ioe ld hl', (hl+%d) DB 76 DD E4 %d r2k altd ld hl, (hl+%d) 76 DD E4 %d r2k altd ioi ld hl, (hl+%d) 76 D3 DD E4 %d r2k altd ioe ld hl, (hl+%d) 76 DB DD E4 %d r2k ioi altd ld hl, (hl+%d) D3 76 DD E4 %d r2k ioe altd ld hl, (hl+%d) DB 76 DD E4 %d r2k ld (hl), hl DD F4 00 r2k ioi ld (hl), hl D3 DD F4 00 r2k ioe ld (hl), hl DB DD F4 00 r2k ld (hl+%d), hl DD F4 %d r2k ioi ld (hl+%d), hl D3 DD F4 %d r2k ioe ld (hl+%d), hl DB DD F4 %d r2k ld hl, (ix) E4 00 r2k ioi ld hl, (ix) D3 E4 00 r2k ioe ld hl, (ix) DB E4 00 r2k ld hl', (ix) 76 E4 00 r2k ioi ld hl', (ix) D3 76 E4 00 r2k ioe ld hl', (ix) DB 76 E4 00 r2k altd ld hl, (ix) 76 E4 00 r2k altd ioi ld hl, (ix) 76 D3 E4 00 r2k altd ioe ld hl, (ix) 76 DB E4 00 r2k ioi altd ld hl, (ix) D3 76 E4 00 r2k ioe altd ld hl, (ix) DB 76 E4 00 r2k ld hl, (ix+%d) E4 %d r2k ioi ld hl, (ix+%d) D3 E4 %d r2k ioe ld hl, (ix+%d) DB E4 %d r2k ld hl', (ix+%d) 76 E4 %d r2k ioi ld hl', (ix+%d) D3 76 E4 %d r2k ioe ld hl', (ix+%d) DB 76 E4 %d r2k altd ld hl, (ix+%d) 76 E4 %d r2k altd ioi ld hl, (ix+%d) 76 D3 E4 %d r2k altd ioe ld hl, (ix+%d) 76 DB E4 %d r2k ioi altd ld hl, (ix+%d) D3 76 E4 %d r2k ioe altd ld hl, (ix+%d) DB 76 E4 %d r2k ld (ix), hl F4 00 r2k ioi ld (ix), hl D3 F4 00 r2k ioe ld (ix), hl DB F4 00 r2k ld (ix+%d), hl F4 %d r2k ioi ld (ix+%d), hl D3 F4 %d r2k ioe ld (ix+%d), hl DB F4 %d r2k ld hl, (iy) FD E4 00 r2k ioi ld hl, (iy) D3 FD E4 00 r2k ioe ld hl, (iy) DB FD E4 00 r2k ld hl', (iy) 76 FD E4 00 r2k ioi ld hl', (iy) D3 76 FD E4 00 r2k ioe ld hl', (iy) DB 76 FD E4 00 r2k altd ld hl, (iy) 76 FD E4 00 r2k altd ioi ld hl, (iy) 76 D3 FD E4 00 r2k altd ioe ld hl, (iy) 76 DB FD E4 00 r2k ioi altd ld hl, (iy) D3 76 FD E4 00 r2k ioe altd ld hl, (iy) DB 76 FD E4 00 r2k ld hl, (iy+%d) FD E4 %d r2k ioi ld hl, (iy+%d) D3 FD E4 %d r2k ioe ld hl, (iy+%d) DB FD E4 %d r2k ld hl', (iy+%d) 76 FD E4 %d r2k ioi ld hl', (iy+%d) D3 76 FD E4 %d r2k ioe ld hl', (iy+%d) DB 76 FD E4 %d r2k altd ld hl, (iy+%d) 76 FD E4 %d r2k altd ioi ld hl, (iy+%d) 76 D3 FD E4 %d r2k altd ioe ld hl, (iy+%d) 76 DB FD E4 %d r2k ioi altd ld hl, (iy+%d) D3 76 FD E4 %d r2k ioe altd ld hl, (iy+%d) DB 76 FD E4 %d r2k ld (iy), hl FD F4 00 r2k ioi ld (iy), hl D3 FD F4 00 r2k ioe ld (iy), hl DB FD F4 00 r2k ld (iy+%d), hl FD F4 %d r2k ioi ld (iy+%d), hl D3 FD F4 %d r2k ioe ld (iy+%d), hl DB FD F4 %d r2k ld (sp), hl D4 00 r2k ld (sp+%u), hl D4 %u r2k ld hl, (sp) C4 00 r2k ld hl', (sp) 76 C4 00 r2k altd ld hl, (sp) 76 C4 00 r2k ld hl, (sp+%u) C4 %u r2k ld hl', (sp+%u) 76 C4 %u r2k altd ld hl, (sp+%u) 76 C4 %u r2k ld (sp), ix DD D4 00 r2k ld (sp+%u), ix DD D4 %u r2k ld ix, (sp) DD C4 00 r2k ld ix, (sp+%u) DD C4 %u r2k ld (sp), iy FD D4 00 r2k ld (sp+%u), iy FD D4 %u r2k ld iy, (sp) FD C4 00 r2k ld iy, (sp+%u) FD C4 %u r2k ld bc', bc ED 49 r2k altd ld bc, bc ED 49 r2k ld bc', de ED 41 r2k altd ld bc, de ED 41 r2k ld de', bc ED 59 r2k altd ld de, bc ED 59 r2k ld de', de ED 51 r2k altd ld de, de ED 51 r2k ld hl', bc ED 69 r2k altd ld hl, bc ED 69 r2k ld hl', de ED 61 r2k altd ld hl, de ED 61 r2k ldp (%m), hl ED 65 %m %m r2k ldp hl, (%m) ED 6D %m %m r2k ldp (hl), hl ED 64 r2k ldp hl, (hl) ED 6C r2k ldp (%m), ix DD 65 %m %m r2k ldp ix, (%m) DD 6D %m %m r2k ldp (ix), hl DD 64 r2k ldp hl, (ix) DD 6C r2k ldp (%m), iy FD 65 %m %m r2k ldp iy, (%m) FD 6D %m %m r2k ldp (iy), hl FD 64 r2k ldp hl, (iy) FD 6C r2k ex af, af' 08 r2k ex af, af 08 r2k exx D9 r2k ex (sp), hl ED 54 r2k ex (sp), hl' 76 ED 54 r2k altd ex (sp), hl 76 ED 54 r2k ex (sp), ix DD E3 r2k ex (sp), iy FD E3 r2k ex de, hl EB r2k ex de', hl E3 r2k ex de, hl' 76 EB r2k ex de', hl' 76 E3 r2k altd ex de, hl 76 EB r2k altd ex de', hl 76 E3 r2k add hl, bc 09 r2k add hl', bc 76 09 r2k altd add hl, bc 76 09 r2k sbc hl, bc ED 42 r2k sbc hl', bc 76 ED 42 r2k altd sbc hl, bc 76 ED 42 r2k adc hl, bc ED 4A r2k adc hl', bc 76 ED 4A r2k altd adc hl, bc 76 ED 4A r2k inc bc 03 r2k inc bc' 76 03 r2k altd inc bc 76 03 r2k dec bc 0B r2k dec bc' 76 0B r2k altd dec bc 76 0B r2k add hl, de 19 r2k add hl', de 76 19 r2k altd add hl, de 76 19 r2k sbc hl, de ED 52 r2k sbc hl', de 76 ED 52 r2k altd sbc hl, de 76 ED 52 r2k adc hl, de ED 5A r2k adc hl', de 76 ED 5A r2k altd adc hl, de 76 ED 5A r2k inc de 13 r2k inc de' 76 13 r2k altd inc de 76 13 r2k dec de 1B r2k dec de' 76 1B r2k altd dec de 76 1B r2k add hl, hl 29 r2k add hl', hl 76 29 r2k altd add hl, hl 76 29 r2k sbc hl, hl ED 62 r2k sbc hl', hl 76 ED 62 r2k altd sbc hl, hl 76 ED 62 r2k adc hl, hl ED 6A r2k adc hl', hl 76 ED 6A r2k altd adc hl, hl 76 ED 6A r2k inc hl 23 r2k inc hl' 76 23 r2k altd inc hl 76 23 r2k dec hl 2B r2k dec hl' 76 2B r2k altd dec hl 76 2B r2k add hl, sp 39 r2k add hl', sp 76 39 r2k altd add hl, sp 76 39 r2k sbc hl, sp ED 72 r2k sbc hl', sp 76 ED 72 r2k altd sbc hl, sp 76 ED 72 r2k adc hl, sp ED 7A r2k adc hl', sp 76 ED 7A r2k altd adc hl, sp 76 ED 7A r2k inc sp 33 r2k dec sp 3B r2k add ix, bc DD 09 r2k add ix, de DD 19 r2k add ix, ix DD 29 r2k add ix, sp DD 39 r2k inc ix DD 23 r2k dec ix DD 2B r2k add iy, bc FD 09 r2k add iy, de FD 19 r2k add iy, iy FD 29 r2k add iy, sp FD 39 r2k inc iy FD 23 r2k dec iy FD 2B r2k add sp, %s 27 %s r2k and hl, de DC r2k and hl', de 76 DC r2k altd and hl, de 76 DC r2k or hl, de EC r2k or hl', de 76 EC r2k altd or hl, de 76 EC r2k bool hl CC r2k bool hl' 76 CC r2k altd bool hl 76 CC r2k and ix, de DD DC r2k altd and ix, de 76 DD DC r2k or ix, de DD EC r2k altd or ix, de 76 DD EC r2k bool ix DD CC r2k altd bool ix 76 DD CC r2k and iy, de FD DC r2k altd and iy, de 76 FD DC r2k or iy, de FD EC r2k altd or iy, de 76 FD EC r2k bool iy FD CC r2k altd bool iy 76 FD CC r2k mul F7 r2k rlca 07 r2k rlca' 76 07 r2k altd rlca 76 07 r2k rrca 0F r2k rrca' 76 0F r2k altd rrca 76 0F r2k rla 17 r2k rla' 76 17 r2k altd rla 76 17 r2k rra 1F r2k rra' 76 1F r2k altd rra 76 1F r2k rlc b CB 00 r2k rlc b' 76 CB 00 r2k altd rlc b 76 CB 00 r2k rlc c CB 01 r2k rlc c' 76 CB 01 r2k altd rlc c 76 CB 01 r2k rlc d CB 02 r2k rlc d' 76 CB 02 r2k altd rlc d 76 CB 02 r2k rlc e CB 03 r2k rlc e' 76 CB 03 r2k altd rlc e 76 CB 03 r2k rlc h CB 04 r2k rlc h' 76 CB 04 r2k altd rlc h 76 CB 04 r2k rlc l CB 05 r2k rlc l' 76 CB 05 r2k altd rlc l 76 CB 05 r2k rlc (hl) CB 06 r2k ioi rlc (hl) D3 CB 06 r2k ioe rlc (hl) DB CB 06 r2k altd rlc (hl) 76 CB 06 r2k altd ioi rlc (hl) 76 D3 CB 06 r2k altd ioe rlc (hl) 76 DB CB 06 r2k ioi altd rlc (hl) D3 76 CB 06 r2k ioe altd rlc (hl) DB 76 CB 06 r2k rlc (ix) DD CB 00 06 r2k ioi rlc (ix) D3 DD CB 00 06 r2k ioe rlc (ix) DB DD CB 00 06 r2k altd rlc (ix) 76 DD CB 00 06 r2k altd ioi rlc (ix) 76 D3 DD CB 00 06 r2k altd ioe rlc (ix) 76 DB DD CB 00 06 r2k ioi altd rlc (ix) D3 76 DD CB 00 06 r2k ioe altd rlc (ix) DB 76 DD CB 00 06 r2k rlc (ix+%d) DD CB %d 06 r2k ioi rlc (ix+%d) D3 DD CB %d 06 r2k ioe rlc (ix+%d) DB DD CB %d 06 r2k altd rlc (ix+%d) 76 DD CB %d 06 r2k altd ioi rlc (ix+%d) 76 D3 DD CB %d 06 r2k altd ioe rlc (ix+%d) 76 DB DD CB %d 06 r2k ioi altd rlc (ix+%d) D3 76 DD CB %d 06 r2k ioe altd rlc (ix+%d) DB 76 DD CB %d 06 r2k rlc (iy) FD CB 00 06 r2k ioi rlc (iy) D3 FD CB 00 06 r2k ioe rlc (iy) DB FD CB 00 06 r2k altd rlc (iy) 76 FD CB 00 06 r2k altd ioi rlc (iy) 76 D3 FD CB 00 06 r2k altd ioe rlc (iy) 76 DB FD CB 00 06 r2k ioi altd rlc (iy) D3 76 FD CB 00 06 r2k ioe altd rlc (iy) DB 76 FD CB 00 06 r2k rlc (iy+%d) FD CB %d 06 r2k ioi rlc (iy+%d) D3 FD CB %d 06 r2k ioe rlc (iy+%d) DB FD CB %d 06 r2k altd rlc (iy+%d) 76 FD CB %d 06 r2k altd ioi rlc (iy+%d) 76 D3 FD CB %d 06 r2k altd ioe rlc (iy+%d) 76 DB FD CB %d 06 r2k ioi altd rlc (iy+%d) D3 76 FD CB %d 06 r2k ioe altd rlc (iy+%d) DB 76 FD CB %d 06 r2k rlc a CB 07 r2k rlc a' 76 CB 07 r2k altd rlc a 76 CB 07 r2k rrc b CB 08 r2k rrc b' 76 CB 08 r2k altd rrc b 76 CB 08 r2k rrc c CB 09 r2k rrc c' 76 CB 09 r2k altd rrc c 76 CB 09 r2k rrc d CB 0A r2k rrc d' 76 CB 0A r2k altd rrc d 76 CB 0A r2k rrc e CB 0B r2k rrc e' 76 CB 0B r2k altd rrc e 76 CB 0B r2k rrc h CB 0C r2k rrc h' 76 CB 0C r2k altd rrc h 76 CB 0C r2k rrc l CB 0D r2k rrc l' 76 CB 0D r2k altd rrc l 76 CB 0D r2k rrc (hl) CB 0E r2k ioi rrc (hl) D3 CB 0E r2k ioe rrc (hl) DB CB 0E r2k altd rrc (hl) 76 CB 0E r2k altd ioi rrc (hl) 76 D3 CB 0E r2k altd ioe rrc (hl) 76 DB CB 0E r2k ioi altd rrc (hl) D3 76 CB 0E r2k ioe altd rrc (hl) DB 76 CB 0E r2k rrc (ix) DD CB 00 0E r2k ioi rrc (ix) D3 DD CB 00 0E r2k ioe rrc (ix) DB DD CB 00 0E r2k altd rrc (ix) 76 DD CB 00 0E r2k altd ioi rrc (ix) 76 D3 DD CB 00 0E r2k altd ioe rrc (ix) 76 DB DD CB 00 0E r2k ioi altd rrc (ix) D3 76 DD CB 00 0E r2k ioe altd rrc (ix) DB 76 DD CB 00 0E r2k rrc (ix+%d) DD CB %d 0E r2k ioi rrc (ix+%d) D3 DD CB %d 0E r2k ioe rrc (ix+%d) DB DD CB %d 0E r2k altd rrc (ix+%d) 76 DD CB %d 0E r2k altd ioi rrc (ix+%d) 76 D3 DD CB %d 0E r2k altd ioe rrc (ix+%d) 76 DB DD CB %d 0E r2k ioi altd rrc (ix+%d) D3 76 DD CB %d 0E r2k ioe altd rrc (ix+%d) DB 76 DD CB %d 0E r2k rrc (iy) FD CB 00 0E r2k ioi rrc (iy) D3 FD CB 00 0E r2k ioe rrc (iy) DB FD CB 00 0E r2k altd rrc (iy) 76 FD CB 00 0E r2k altd ioi rrc (iy) 76 D3 FD CB 00 0E r2k altd ioe rrc (iy) 76 DB FD CB 00 0E r2k ioi altd rrc (iy) D3 76 FD CB 00 0E r2k ioe altd rrc (iy) DB 76 FD CB 00 0E r2k rrc (iy+%d) FD CB %d 0E r2k ioi rrc (iy+%d) D3 FD CB %d 0E r2k ioe rrc (iy+%d) DB FD CB %d 0E r2k altd rrc (iy+%d) 76 FD CB %d 0E r2k altd ioi rrc (iy+%d) 76 D3 FD CB %d 0E r2k altd ioe rrc (iy+%d) 76 DB FD CB %d 0E r2k ioi altd rrc (iy+%d) D3 76 FD CB %d 0E r2k ioe altd rrc (iy+%d) DB 76 FD CB %d 0E r2k rrc a CB 0F r2k rrc a' 76 CB 0F r2k altd rrc a 76 CB 0F r2k rl b CB 10 r2k rl b' 76 CB 10 r2k altd rl b 76 CB 10 r2k rl c CB 11 r2k rl c' 76 CB 11 r2k altd rl c 76 CB 11 r2k rl d CB 12 r2k rl d' 76 CB 12 r2k altd rl d 76 CB 12 r2k rl e CB 13 r2k rl e' 76 CB 13 r2k altd rl e 76 CB 13 r2k rl h CB 14 r2k rl h' 76 CB 14 r2k altd rl h 76 CB 14 r2k rl l CB 15 r2k rl l' 76 CB 15 r2k altd rl l 76 CB 15 r2k rl (hl) CB 16 r2k ioi rl (hl) D3 CB 16 r2k ioe rl (hl) DB CB 16 r2k altd rl (hl) 76 CB 16 r2k altd ioi rl (hl) 76 D3 CB 16 r2k altd ioe rl (hl) 76 DB CB 16 r2k ioi altd rl (hl) D3 76 CB 16 r2k ioe altd rl (hl) DB 76 CB 16 r2k rl (ix) DD CB 00 16 r2k ioi rl (ix) D3 DD CB 00 16 r2k ioe rl (ix) DB DD CB 00 16 r2k altd rl (ix) 76 DD CB 00 16 r2k altd ioi rl (ix) 76 D3 DD CB 00 16 r2k altd ioe rl (ix) 76 DB DD CB 00 16 r2k ioi altd rl (ix) D3 76 DD CB 00 16 r2k ioe altd rl (ix) DB 76 DD CB 00 16 r2k rl (ix+%d) DD CB %d 16 r2k ioi rl (ix+%d) D3 DD CB %d 16 r2k ioe rl (ix+%d) DB DD CB %d 16 r2k altd rl (ix+%d) 76 DD CB %d 16 r2k altd ioi rl (ix+%d) 76 D3 DD CB %d 16 r2k altd ioe rl (ix+%d) 76 DB DD CB %d 16 r2k ioi altd rl (ix+%d) D3 76 DD CB %d 16 r2k ioe altd rl (ix+%d) DB 76 DD CB %d 16 r2k rl (iy) FD CB 00 16 r2k ioi rl (iy) D3 FD CB 00 16 r2k ioe rl (iy) DB FD CB 00 16 r2k altd rl (iy) 76 FD CB 00 16 r2k altd ioi rl (iy) 76 D3 FD CB 00 16 r2k altd ioe rl (iy) 76 DB FD CB 00 16 r2k ioi altd rl (iy) D3 76 FD CB 00 16 r2k ioe altd rl (iy) DB 76 FD CB 00 16 r2k rl (iy+%d) FD CB %d 16 r2k ioi rl (iy+%d) D3 FD CB %d 16 r2k ioe rl (iy+%d) DB FD CB %d 16 r2k altd rl (iy+%d) 76 FD CB %d 16 r2k altd ioi rl (iy+%d) 76 D3 FD CB %d 16 r2k altd ioe rl (iy+%d) 76 DB FD CB %d 16 r2k ioi altd rl (iy+%d) D3 76 FD CB %d 16 r2k ioe altd rl (iy+%d) DB 76 FD CB %d 16 r2k rl a CB 17 r2k rl a' 76 CB 17 r2k altd rl a 76 CB 17 r2k rr b CB 18 r2k rr b' 76 CB 18 r2k altd rr b 76 CB 18 r2k rr c CB 19 r2k rr c' 76 CB 19 r2k altd rr c 76 CB 19 r2k rr d CB 1A r2k rr d' 76 CB 1A r2k altd rr d 76 CB 1A r2k rr e CB 1B r2k rr e' 76 CB 1B r2k altd rr e 76 CB 1B r2k rr h CB 1C r2k rr h' 76 CB 1C r2k altd rr h 76 CB 1C r2k rr l CB 1D r2k rr l' 76 CB 1D r2k altd rr l 76 CB 1D r2k rr (hl) CB 1E r2k ioi rr (hl) D3 CB 1E r2k ioe rr (hl) DB CB 1E r2k altd rr (hl) 76 CB 1E r2k altd ioi rr (hl) 76 D3 CB 1E r2k altd ioe rr (hl) 76 DB CB 1E r2k ioi altd rr (hl) D3 76 CB 1E r2k ioe altd rr (hl) DB 76 CB 1E r2k rr (ix) DD CB 00 1E r2k ioi rr (ix) D3 DD CB 00 1E r2k ioe rr (ix) DB DD CB 00 1E r2k altd rr (ix) 76 DD CB 00 1E r2k altd ioi rr (ix) 76 D3 DD CB 00 1E r2k altd ioe rr (ix) 76 DB DD CB 00 1E r2k ioi altd rr (ix) D3 76 DD CB 00 1E r2k ioe altd rr (ix) DB 76 DD CB 00 1E r2k rr (ix+%d) DD CB %d 1E r2k ioi rr (ix+%d) D3 DD CB %d 1E r2k ioe rr (ix+%d) DB DD CB %d 1E r2k altd rr (ix+%d) 76 DD CB %d 1E r2k altd ioi rr (ix+%d) 76 D3 DD CB %d 1E r2k altd ioe rr (ix+%d) 76 DB DD CB %d 1E r2k ioi altd rr (ix+%d) D3 76 DD CB %d 1E r2k ioe altd rr (ix+%d) DB 76 DD CB %d 1E r2k rr (iy) FD CB 00 1E r2k ioi rr (iy) D3 FD CB 00 1E r2k ioe rr (iy) DB FD CB 00 1E r2k altd rr (iy) 76 FD CB 00 1E r2k altd ioi rr (iy) 76 D3 FD CB 00 1E r2k altd ioe rr (iy) 76 DB FD CB 00 1E r2k ioi altd rr (iy) D3 76 FD CB 00 1E r2k ioe altd rr (iy) DB 76 FD CB 00 1E r2k rr (iy+%d) FD CB %d 1E r2k ioi rr (iy+%d) D3 FD CB %d 1E r2k ioe rr (iy+%d) DB FD CB %d 1E r2k altd rr (iy+%d) 76 FD CB %d 1E r2k altd ioi rr (iy+%d) 76 D3 FD CB %d 1E r2k altd ioe rr (iy+%d) 76 DB FD CB %d 1E r2k ioi altd rr (iy+%d) D3 76 FD CB %d 1E r2k ioe altd rr (iy+%d) DB 76 FD CB %d 1E r2k rr a CB 1F r2k rr a' 76 CB 1F r2k altd rr a 76 CB 1F r2k sla b CB 20 r2k sla b' 76 CB 20 r2k altd sla b 76 CB 20 r2k sla c CB 21 r2k sla c' 76 CB 21 r2k altd sla c 76 CB 21 r2k sla d CB 22 r2k sla d' 76 CB 22 r2k altd sla d 76 CB 22 r2k sla e CB 23 r2k sla e' 76 CB 23 r2k altd sla e 76 CB 23 r2k sla h CB 24 r2k sla h' 76 CB 24 r2k altd sla h 76 CB 24 r2k sla l CB 25 r2k sla l' 76 CB 25 r2k altd sla l 76 CB 25 r2k sla (hl) CB 26 r2k ioi sla (hl) D3 CB 26 r2k ioe sla (hl) DB CB 26 r2k altd sla (hl) 76 CB 26 r2k altd ioi sla (hl) 76 D3 CB 26 r2k altd ioe sla (hl) 76 DB CB 26 r2k ioi altd sla (hl) D3 76 CB 26 r2k ioe altd sla (hl) DB 76 CB 26 r2k sla (ix) DD CB 00 26 r2k ioi sla (ix) D3 DD CB 00 26 r2k ioe sla (ix) DB DD CB 00 26 r2k altd sla (ix) 76 DD CB 00 26 r2k altd ioi sla (ix) 76 D3 DD CB 00 26 r2k altd ioe sla (ix) 76 DB DD CB 00 26 r2k ioi altd sla (ix) D3 76 DD CB 00 26 r2k ioe altd sla (ix) DB 76 DD CB 00 26 r2k sla (ix+%d) DD CB %d 26 r2k ioi sla (ix+%d) D3 DD CB %d 26 r2k ioe sla (ix+%d) DB DD CB %d 26 r2k altd sla (ix+%d) 76 DD CB %d 26 r2k altd ioi sla (ix+%d) 76 D3 DD CB %d 26 r2k altd ioe sla (ix+%d) 76 DB DD CB %d 26 r2k ioi altd sla (ix+%d) D3 76 DD CB %d 26 r2k ioe altd sla (ix+%d) DB 76 DD CB %d 26 r2k sla (iy) FD CB 00 26 r2k ioi sla (iy) D3 FD CB 00 26 r2k ioe sla (iy) DB FD CB 00 26 r2k altd sla (iy) 76 FD CB 00 26 r2k altd ioi sla (iy) 76 D3 FD CB 00 26 r2k altd ioe sla (iy) 76 DB FD CB 00 26 r2k ioi altd sla (iy) D3 76 FD CB 00 26 r2k ioe altd sla (iy) DB 76 FD CB 00 26 r2k sla (iy+%d) FD CB %d 26 r2k ioi sla (iy+%d) D3 FD CB %d 26 r2k ioe sla (iy+%d) DB FD CB %d 26 r2k altd sla (iy+%d) 76 FD CB %d 26 r2k altd ioi sla (iy+%d) 76 D3 FD CB %d 26 r2k altd ioe sla (iy+%d) 76 DB FD CB %d 26 r2k ioi altd sla (iy+%d) D3 76 FD CB %d 26 r2k ioe altd sla (iy+%d) DB 76 FD CB %d 26 r2k sla a CB 27 r2k sla a' 76 CB 27 r2k altd sla a 76 CB 27 r2k sra b CB 28 r2k sra b' 76 CB 28 r2k altd sra b 76 CB 28 r2k sra c CB 29 r2k sra c' 76 CB 29 r2k altd sra c 76 CB 29 r2k sra d CB 2A r2k sra d' 76 CB 2A r2k altd sra d 76 CB 2A r2k sra e CB 2B r2k sra e' 76 CB 2B r2k altd sra e 76 CB 2B r2k sra h CB 2C r2k sra h' 76 CB 2C r2k altd sra h 76 CB 2C r2k sra l CB 2D r2k sra l' 76 CB 2D r2k altd sra l 76 CB 2D r2k sra (hl) CB 2E r2k ioi sra (hl) D3 CB 2E r2k ioe sra (hl) DB CB 2E r2k altd sra (hl) 76 CB 2E r2k altd ioi sra (hl) 76 D3 CB 2E r2k altd ioe sra (hl) 76 DB CB 2E r2k ioi altd sra (hl) D3 76 CB 2E r2k ioe altd sra (hl) DB 76 CB 2E r2k sra (ix) DD CB 00 2E r2k ioi sra (ix) D3 DD CB 00 2E r2k ioe sra (ix) DB DD CB 00 2E r2k altd sra (ix) 76 DD CB 00 2E r2k altd ioi sra (ix) 76 D3 DD CB 00 2E r2k altd ioe sra (ix) 76 DB DD CB 00 2E r2k ioi altd sra (ix) D3 76 DD CB 00 2E r2k ioe altd sra (ix) DB 76 DD CB 00 2E r2k sra (ix+%d) DD CB %d 2E r2k ioi sra (ix+%d) D3 DD CB %d 2E r2k ioe sra (ix+%d) DB DD CB %d 2E r2k altd sra (ix+%d) 76 DD CB %d 2E r2k altd ioi sra (ix+%d) 76 D3 DD CB %d 2E r2k altd ioe sra (ix+%d) 76 DB DD CB %d 2E r2k ioi altd sra (ix+%d) D3 76 DD CB %d 2E r2k ioe altd sra (ix+%d) DB 76 DD CB %d 2E r2k sra (iy) FD CB 00 2E r2k ioi sra (iy) D3 FD CB 00 2E r2k ioe sra (iy) DB FD CB 00 2E r2k altd sra (iy) 76 FD CB 00 2E r2k altd ioi sra (iy) 76 D3 FD CB 00 2E r2k altd ioe sra (iy) 76 DB FD CB 00 2E r2k ioi altd sra (iy) D3 76 FD CB 00 2E r2k ioe altd sra (iy) DB 76 FD CB 00 2E r2k sra (iy+%d) FD CB %d 2E r2k ioi sra (iy+%d) D3 FD CB %d 2E r2k ioe sra (iy+%d) DB FD CB %d 2E r2k altd sra (iy+%d) 76 FD CB %d 2E r2k altd ioi sra (iy+%d) 76 D3 FD CB %d 2E r2k altd ioe sra (iy+%d) 76 DB FD CB %d 2E r2k ioi altd sra (iy+%d) D3 76 FD CB %d 2E r2k ioe altd sra (iy+%d) DB 76 FD CB %d 2E r2k sra a CB 2F r2k sra a' 76 CB 2F r2k altd sra a 76 CB 2F r2k srl b CB 38 r2k srl b' 76 CB 38 r2k altd srl b 76 CB 38 r2k srl c CB 39 r2k srl c' 76 CB 39 r2k altd srl c 76 CB 39 r2k srl d CB 3A r2k srl d' 76 CB 3A r2k altd srl d 76 CB 3A r2k srl e CB 3B r2k srl e' 76 CB 3B r2k altd srl e 76 CB 3B r2k srl h CB 3C r2k srl h' 76 CB 3C r2k altd srl h 76 CB 3C r2k srl l CB 3D r2k srl l' 76 CB 3D r2k altd srl l 76 CB 3D r2k srl (hl) CB 3E r2k ioi srl (hl) D3 CB 3E r2k ioe srl (hl) DB CB 3E r2k altd srl (hl) 76 CB 3E r2k altd ioi srl (hl) 76 D3 CB 3E r2k altd ioe srl (hl) 76 DB CB 3E r2k ioi altd srl (hl) D3 76 CB 3E r2k ioe altd srl (hl) DB 76 CB 3E r2k srl (ix) DD CB 00 3E r2k ioi srl (ix) D3 DD CB 00 3E r2k ioe srl (ix) DB DD CB 00 3E r2k altd srl (ix) 76 DD CB 00 3E r2k altd ioi srl (ix) 76 D3 DD CB 00 3E r2k altd ioe srl (ix) 76 DB DD CB 00 3E r2k ioi altd srl (ix) D3 76 DD CB 00 3E r2k ioe altd srl (ix) DB 76 DD CB 00 3E r2k srl (ix+%d) DD CB %d 3E r2k ioi srl (ix+%d) D3 DD CB %d 3E r2k ioe srl (ix+%d) DB DD CB %d 3E r2k altd srl (ix+%d) 76 DD CB %d 3E r2k altd ioi srl (ix+%d) 76 D3 DD CB %d 3E r2k altd ioe srl (ix+%d) 76 DB DD CB %d 3E r2k ioi altd srl (ix+%d) D3 76 DD CB %d 3E r2k ioe altd srl (ix+%d) DB 76 DD CB %d 3E r2k srl (iy) FD CB 00 3E r2k ioi srl (iy) D3 FD CB 00 3E r2k ioe srl (iy) DB FD CB 00 3E r2k altd srl (iy) 76 FD CB 00 3E r2k altd ioi srl (iy) 76 D3 FD CB 00 3E r2k altd ioe srl (iy) 76 DB FD CB 00 3E r2k ioi altd srl (iy) D3 76 FD CB 00 3E r2k ioe altd srl (iy) DB 76 FD CB 00 3E r2k srl (iy+%d) FD CB %d 3E r2k ioi srl (iy+%d) D3 FD CB %d 3E r2k ioe srl (iy+%d) DB FD CB %d 3E r2k altd srl (iy+%d) 76 FD CB %d 3E r2k altd ioi srl (iy+%d) 76 D3 FD CB %d 3E r2k altd ioe srl (iy+%d) 76 DB FD CB %d 3E r2k ioi altd srl (iy+%d) D3 76 FD CB %d 3E r2k ioe altd srl (iy+%d) DB 76 FD CB %d 3E r2k srl a CB 3F r2k srl a' 76 CB 3F r2k altd srl a 76 CB 3F r2k bit %c, b CB 64+8*%c(0..7) r2k altd bit %c, b 76 CB 64+8*%c(0..7) r2k bit %c, c CB 65+8*%c(0..7) r2k altd bit %c, c 76 CB 65+8*%c(0..7) r2k bit %c, d CB 66+8*%c(0..7) r2k altd bit %c, d 76 CB 66+8*%c(0..7) r2k bit %c, e CB 67+8*%c(0..7) r2k altd bit %c, e 76 CB 67+8*%c(0..7) r2k bit %c, h CB 68+8*%c(0..7) r2k altd bit %c, h 76 CB 68+8*%c(0..7) r2k bit %c, l CB 69+8*%c(0..7) r2k altd bit %c, l 76 CB 69+8*%c(0..7) r2k bit %c, (hl) CB 70+8*%c(0..7) r2k ioi bit %c, (hl) D3 CB 70+8*%c(0..7) r2k ioe bit %c, (hl) DB CB 70+8*%c(0..7) r2k altd bit %c, (hl) 76 CB 70+8*%c(0..7) r2k altd ioi bit %c, (hl) 76 D3 CB 70+8*%c(0..7) r2k altd ioe bit %c, (hl) 76 DB CB 70+8*%c(0..7) r2k ioi altd bit %c, (hl) D3 76 CB 70+8*%c(0..7) r2k ioe altd bit %c, (hl) DB 76 CB 70+8*%c(0..7) r2k bit %c, (ix) DD CB 00 70+8*%c(0..7) r2k ioi bit %c, (ix) D3 DD CB 00 70+8*%c(0..7) r2k ioe bit %c, (ix) DB DD CB 00 70+8*%c(0..7) r2k altd bit %c, (ix) 76 DD CB 00 70+8*%c(0..7) r2k altd ioi bit %c, (ix) 76 D3 DD CB 00 70+8*%c(0..7) r2k altd ioe bit %c, (ix) 76 DB DD CB 00 70+8*%c(0..7) r2k ioi altd bit %c, (ix) D3 76 DD CB 00 70+8*%c(0..7) r2k ioe altd bit %c, (ix) DB 76 DD CB 00 70+8*%c(0..7) r2k bit %c, (ix+%d) DD CB %d 70+8*%c(0..7) r2k ioi bit %c, (ix+%d) D3 DD CB %d 70+8*%c(0..7) r2k ioe bit %c, (ix+%d) DB DD CB %d 70+8*%c(0..7) r2k altd bit %c, (ix+%d) 76 DD CB %d 70+8*%c(0..7) r2k altd ioi bit %c, (ix+%d)76 D3 DD CB %d 70+8*%c(0..7) r2k altd ioe bit %c, (ix+%d)76 DB DD CB %d 70+8*%c(0..7) r2k ioi altd bit %c, (ix+%d)D3 76 DD CB %d 70+8*%c(0..7) r2k ioe altd bit %c, (ix+%d)DB 76 DD CB %d 70+8*%c(0..7) r2k bit %c, (iy) FD CB 00 70+8*%c(0..7) r2k ioi bit %c, (iy) D3 FD CB 00 70+8*%c(0..7) r2k ioe bit %c, (iy) DB FD CB 00 70+8*%c(0..7) r2k altd bit %c, (iy) 76 FD CB 00 70+8*%c(0..7) r2k altd ioi bit %c, (iy) 76 D3 FD CB 00 70+8*%c(0..7) r2k altd ioe bit %c, (iy) 76 DB FD CB 00 70+8*%c(0..7) r2k ioi altd bit %c, (iy) D3 76 FD CB 00 70+8*%c(0..7) r2k ioe altd bit %c, (iy) DB 76 FD CB 00 70+8*%c(0..7) r2k bit %c, (iy+%d) FD CB %d 70+8*%c(0..7) r2k ioi bit %c, (iy+%d) D3 FD CB %d 70+8*%c(0..7) r2k ioe bit %c, (iy+%d) DB FD CB %d 70+8*%c(0..7) r2k altd bit %c, (iy+%d) 76 FD CB %d 70+8*%c(0..7) r2k altd ioi bit %c, (iy+%d)76 D3 FD CB %d 70+8*%c(0..7) r2k altd ioe bit %c, (iy+%d)76 DB FD CB %d 70+8*%c(0..7) r2k ioi altd bit %c, (iy+%d)D3 76 FD CB %d 70+8*%c(0..7) r2k ioe altd bit %c, (iy+%d)DB 76 FD CB %d 70+8*%c(0..7) r2k bit %c, a CB 71+8*%c(0..7) r2k altd bit %c, a 76 CB 71+8*%c(0..7) r2k res %c, b CB 128+8*%c(0..7) r2k res %c, b' 76 CB 128+8*%c(0..7) r2k altd res %c, b 76 CB 128+8*%c(0..7) r2k res %c, c CB 129+8*%c(0..7) r2k res %c, c' 76 CB 129+8*%c(0..7) r2k altd res %c, c 76 CB 129+8*%c(0..7) r2k res %c, d CB 130+8*%c(0..7) r2k res %c, d' 76 CB 130+8*%c(0..7) r2k altd res %c, d 76 CB 130+8*%c(0..7) r2k res %c, e CB 131+8*%c(0..7) r2k res %c, e' 76 CB 131+8*%c(0..7) r2k altd res %c, e 76 CB 131+8*%c(0..7) r2k res %c, h CB 132+8*%c(0..7) r2k res %c, h' 76 CB 132+8*%c(0..7) r2k altd res %c, h 76 CB 132+8*%c(0..7) r2k res %c, l CB 133+8*%c(0..7) r2k res %c, l' 76 CB 133+8*%c(0..7) r2k altd res %c, l 76 CB 133+8*%c(0..7) r2k res %c, (hl) CB 134+8*%c(0..7) r2k ioi res %c, (hl) D3 CB 134+8*%c(0..7) r2k ioe res %c, (hl) DB CB 134+8*%c(0..7) r2k res %c, (ix) DD CB 00 134+8*%c(0..7) r2k ioi res %c, (ix) D3 DD CB 00 134+8*%c(0..7) r2k ioe res %c, (ix) DB DD CB 00 134+8*%c(0..7) r2k res %c, (ix+%d) DD CB %d 134+8*%c(0..7) r2k ioi res %c, (ix+%d) D3 DD CB %d 134+8*%c(0..7) r2k ioe res %c, (ix+%d) DB DD CB %d 134+8*%c(0..7) r2k res %c, (iy) FD CB 00 134+8*%c(0..7) r2k ioi res %c, (iy) D3 FD CB 00 134+8*%c(0..7) r2k ioe res %c, (iy) DB FD CB 00 134+8*%c(0..7) r2k res %c, (iy+%d) FD CB %d 134+8*%c(0..7) r2k ioi res %c, (iy+%d) D3 FD CB %d 134+8*%c(0..7) r2k ioe res %c, (iy+%d) DB FD CB %d 134+8*%c(0..7) r2k res %c, a CB 135+8*%c(0..7) r2k res %c, a' 76 CB 135+8*%c(0..7) r2k altd res %c, a 76 CB 135+8*%c(0..7) r2k set %c, b CB 192+8*%c(0..7) r2k set %c, b' 76 CB 192+8*%c(0..7) r2k altd set %c, b 76 CB 192+8*%c(0..7) r2k set %c, c CB 193+8*%c(0..7) r2k set %c, c' 76 CB 193+8*%c(0..7) r2k altd set %c, c 76 CB 193+8*%c(0..7) r2k set %c, d CB 194+8*%c(0..7) r2k set %c, d' 76 CB 194+8*%c(0..7) r2k altd set %c, d 76 CB 194+8*%c(0..7) r2k set %c, e CB 195+8*%c(0..7) r2k set %c, e' 76 CB 195+8*%c(0..7) r2k altd set %c, e 76 CB 195+8*%c(0..7) r2k set %c, h CB 196+8*%c(0..7) r2k set %c, h' 76 CB 196+8*%c(0..7) r2k altd set %c, h 76 CB 196+8*%c(0..7) r2k set %c, l CB 197+8*%c(0..7) r2k set %c, l' 76 CB 197+8*%c(0..7) r2k altd set %c, l 76 CB 197+8*%c(0..7) r2k set %c, (hl) CB 198+8*%c(0..7) r2k ioi set %c, (hl) D3 CB 198+8*%c(0..7) r2k ioe set %c, (hl) DB CB 198+8*%c(0..7) r2k set %c, (ix) DD CB 00 198+8*%c(0..7) r2k ioi set %c, (ix) D3 DD CB 00 198+8*%c(0..7) r2k ioe set %c, (ix) DB DD CB 00 198+8*%c(0..7) r2k set %c, (ix+%d) DD CB %d 198+8*%c(0..7) r2k ioi set %c, (ix+%d) D3 DD CB %d 198+8*%c(0..7) r2k ioe set %c, (ix+%d) DB DD CB %d 198+8*%c(0..7) r2k set %c, (iy) FD CB 00 198+8*%c(0..7) r2k ioi set %c, (iy) D3 FD CB 00 198+8*%c(0..7) r2k ioe set %c, (iy) DB FD CB 00 198+8*%c(0..7) r2k set %c, (iy+%d) FD CB %d 198+8*%c(0..7) r2k ioi set %c, (iy+%d) D3 FD CB %d 198+8*%c(0..7) r2k ioe set %c, (iy+%d) DB FD CB %d 198+8*%c(0..7) r2k set %c, a CB 199+8*%c(0..7) r2k set %c, a' 76 CB 199+8*%c(0..7) r2k altd set %c, a 76 CB 199+8*%c(0..7) r2k rl de F3 r2k rl de' 76 F3 r2k altd rl de 76 F3 r2k rr de FB r2k rr de' 76 FB r2k altd rr de 76 FB r2k rr hl FC r2k rr hl' 76 FC r2k altd rr hl 76 FC r2k rr ix DD FC r2k altd rr ix 76 DD FC r2k rr iy FD FC r2k altd rr iy 76 FD FC r2k nop 00 r2k ld eir, a ED 47 r2k ld a, eir ED 57 r2k ld a', eir 76 ED 57 r2k altd ld a, eir 76 ED 57 r2k ld iir, a ED 4F r2k ld a, iir ED 5F r2k ld a', iir 76 ED 5F r2k altd ld a, iir 76 ED 5F r2k ipset %c ED %c(0..3)==0?0x46:%c==1?0x56:%c==2?0x4E:0x5E r2k ipres ED 5D r2k reti ED 4D r2k jr %j 18 %j r2k jp %m C3 %m %m r2k djnz %j 10 %j r2k altd djnz %j 76 10 %j r2k djnz b, %j 10 %j r2k djnz b', %j 76 10 %j r2k altd djnz b, %j 76 10 %j r2k jr nz, %j 20 %j r2k jp nz, %m C2 %m %m r2k jr z, %j 28 %j r2k jp z, %m CA %m %m r2k jr nc, %j 30 %j r2k jp nc, %m D2 %m %m r2k jr c, %j 38 %j r2k jp c, %m DA %m %m r2k jp po, %m E2 %m %m r2k jp pe, %m EA %m %m r2k jp nv, %m E2 %m %m r2k jp v, %m EA %m %m r2k jp lz, %m E2 %m %m r2k jp lo, %m EA %m %m r2k jp p, %m F2 %m %m r2k jp m, %m FA %m %m r2k jp (hl) E9 r2k jp (ix) DD E9 r2k jp (iy) FD E9 r2k ld xpc, a ED 67 r2k ld a, xpc ED 77 r2k ld a', xpc 76 ED 77 r2k altd ld a, xpc 76 ED 77 r2k call %m CD %m %m r2k ret C9 r2k call nz, %m 28 03 CD %m %m r2k ret nz C0 r2k call z, %m 20 03 CD %m %m r2k ret z C8 r2k call nc, %m 38 03 CD %m %m r2k ret nc D0 r2k call c, %m 30 03 CD %m %m r2k ret c D8 r2k call po, %m EA %t %t CD %m %m r2k ret po E0 r2k call pe, %m E2 %t %t CD %m %m r2k ret pe E8 r2k call nv, %m EA %t %t CD %m %m r2k ret nv E0 r2k call v, %m E2 %t %t CD %m %m r2k ret v E8 r2k call lz, %m EA %t %t CD %m %m r2k ret lz E0 r2k call lo, %m E2 %t %t CD %m %m r2k ret lo E8 r2k call p, %m FA %t %t CD %m %m r2k ret p F0 r2k call m, %m F2 %t %t CD %m %m r2k ret m F8 r2k rst %c 0xC7+%c r2k ldi ED A0 r2k ioi ldi D3 ED A0 r2k ioe ldi DB ED A0 r2k ldir ED B0 r2k ioi ldir D3 ED B0 r2k ioe ldir DB ED B0 r2k ldd ED A8 r2k ioi ldd D3 ED A8 r2k ioe ldd DB ED A8 r2k lddr ED B8 r2k ioi lddr D3 ED B8 r2k ioe lddr DB ED B8 r2k cpi CD @__z80asm__cpi r2k cpir CD @__z80asm__cpir r2k cpd CD @__z80asm__cpd r2k cpdr CD @__z80asm__cpdr r3k ld b, b 40 r3k ld b', b 76 40 r3k altd ld b, b 76 40 r3k ld b, c 41 r3k ld b', c 76 41 r3k altd ld b, c 76 41 r3k ld b, d 42 r3k ld b', d 76 42 r3k altd ld b, d 76 42 r3k ld b, e 43 r3k ld b', e 76 43 r3k altd ld b, e 76 43 r3k ld b, h 44 r3k ld b', h 76 44 r3k altd ld b, h 76 44 r3k ld b, l 45 r3k ld b', l 76 45 r3k altd ld b, l 76 45 r3k ld b, (hl) 46 r3k ioi ld b, (hl) D3 46 r3k ioe ld b, (hl) DB 46 r3k ld b', (hl) 76 46 r3k ioi ld b', (hl) D3 76 46 r3k ioe ld b', (hl) DB 76 46 r3k altd ld b, (hl) 76 46 r3k altd ioi ld b, (hl) 76 D3 46 r3k altd ioe ld b, (hl) 76 DB 46 r3k ioi altd ld b, (hl) D3 76 46 r3k ioe altd ld b, (hl) DB 76 46 r3k ld b, (ix) DD 46 00 r3k ioi ld b, (ix) D3 DD 46 00 r3k ioe ld b, (ix) DB DD 46 00 r3k ld b', (ix) 76 DD 46 00 r3k ioi ld b', (ix) D3 76 DD 46 00 r3k ioe ld b', (ix) DB 76 DD 46 00 r3k altd ld b, (ix) 76 DD 46 00 r3k altd ioi ld b, (ix) 76 D3 DD 46 00 r3k altd ioe ld b, (ix) 76 DB DD 46 00 r3k ioi altd ld b, (ix) D3 76 DD 46 00 r3k ioe altd ld b, (ix) DB 76 DD 46 00 r3k ld b, (ix+%d) DD 46 %d r3k ioi ld b, (ix+%d) D3 DD 46 %d r3k ioe ld b, (ix+%d) DB DD 46 %d r3k ld b', (ix+%d) 76 DD 46 %d r3k ioi ld b', (ix+%d) D3 76 DD 46 %d r3k ioe ld b', (ix+%d) DB 76 DD 46 %d r3k altd ld b, (ix+%d) 76 DD 46 %d r3k altd ioi ld b, (ix+%d) 76 D3 DD 46 %d r3k altd ioe ld b, (ix+%d) 76 DB DD 46 %d r3k ioi altd ld b, (ix+%d) D3 76 DD 46 %d r3k ioe altd ld b, (ix+%d) DB 76 DD 46 %d r3k ld b, (iy) FD 46 00 r3k ioi ld b, (iy) D3 FD 46 00 r3k ioe ld b, (iy) DB FD 46 00 r3k ld b', (iy) 76 FD 46 00 r3k ioi ld b', (iy) D3 76 FD 46 00 r3k ioe ld b', (iy) DB 76 FD 46 00 r3k altd ld b, (iy) 76 FD 46 00 r3k altd ioi ld b, (iy) 76 D3 FD 46 00 r3k altd ioe ld b, (iy) 76 DB FD 46 00 r3k ioi altd ld b, (iy) D3 76 FD 46 00 r3k ioe altd ld b, (iy) DB 76 FD 46 00 r3k ld b, (iy+%d) FD 46 %d r3k ioi ld b, (iy+%d) D3 FD 46 %d r3k ioe ld b, (iy+%d) DB FD 46 %d r3k ld b', (iy+%d) 76 FD 46 %d r3k ioi ld b', (iy+%d) D3 76 FD 46 %d r3k ioe ld b', (iy+%d) DB 76 FD 46 %d r3k altd ld b, (iy+%d) 76 FD 46 %d r3k altd ioi ld b, (iy+%d) 76 D3 FD 46 %d r3k altd ioe ld b, (iy+%d) 76 DB FD 46 %d r3k ioi altd ld b, (iy+%d) D3 76 FD 46 %d r3k ioe altd ld b, (iy+%d) DB 76 FD 46 %d r3k ld b, a 47 r3k ld b', a 76 47 r3k altd ld b, a 76 47 r3k ld b, %n 06 %n r3k ld b', %n 76 06 %n r3k altd ld b, %n 76 06 %n r3k ld c, b 48 r3k ld c', b 76 48 r3k altd ld c, b 76 48 r3k ld c, c 49 r3k ld c', c 76 49 r3k altd ld c, c 76 49 r3k ld c, d 4A r3k ld c', d 76 4A r3k altd ld c, d 76 4A r3k ld c, e 4B r3k ld c', e 76 4B r3k altd ld c, e 76 4B r3k ld c, h 4C r3k ld c', h 76 4C r3k altd ld c, h 76 4C r3k ld c, l 4D r3k ld c', l 76 4D r3k altd ld c, l 76 4D r3k ld c, (hl) 4E r3k ioi ld c, (hl) D3 4E r3k ioe ld c, (hl) DB 4E r3k ld c', (hl) 76 4E r3k ioi ld c', (hl) D3 76 4E r3k ioe ld c', (hl) DB 76 4E r3k altd ld c, (hl) 76 4E r3k altd ioi ld c, (hl) 76 D3 4E r3k altd ioe ld c, (hl) 76 DB 4E r3k ioi altd ld c, (hl) D3 76 4E r3k ioe altd ld c, (hl) DB 76 4E r3k ld c, (ix) DD 4E 00 r3k ioi ld c, (ix) D3 DD 4E 00 r3k ioe ld c, (ix) DB DD 4E 00 r3k ld c', (ix) 76 DD 4E 00 r3k ioi ld c', (ix) D3 76 DD 4E 00 r3k ioe ld c', (ix) DB 76 DD 4E 00 r3k altd ld c, (ix) 76 DD 4E 00 r3k altd ioi ld c, (ix) 76 D3 DD 4E 00 r3k altd ioe ld c, (ix) 76 DB DD 4E 00 r3k ioi altd ld c, (ix) D3 76 DD 4E 00 r3k ioe altd ld c, (ix) DB 76 DD 4E 00 r3k ld c, (ix+%d) DD 4E %d r3k ioi ld c, (ix+%d) D3 DD 4E %d r3k ioe ld c, (ix+%d) DB DD 4E %d r3k ld c', (ix+%d) 76 DD 4E %d r3k ioi ld c', (ix+%d) D3 76 DD 4E %d r3k ioe ld c', (ix+%d) DB 76 DD 4E %d r3k altd ld c, (ix+%d) 76 DD 4E %d r3k altd ioi ld c, (ix+%d) 76 D3 DD 4E %d r3k altd ioe ld c, (ix+%d) 76 DB DD 4E %d r3k ioi altd ld c, (ix+%d) D3 76 DD 4E %d r3k ioe altd ld c, (ix+%d) DB 76 DD 4E %d r3k ld c, (iy) FD 4E 00 r3k ioi ld c, (iy) D3 FD 4E 00 r3k ioe ld c, (iy) DB FD 4E 00 r3k ld c', (iy) 76 FD 4E 00 r3k ioi ld c', (iy) D3 76 FD 4E 00 r3k ioe ld c', (iy) DB 76 FD 4E 00 r3k altd ld c, (iy) 76 FD 4E 00 r3k altd ioi ld c, (iy) 76 D3 FD 4E 00 r3k altd ioe ld c, (iy) 76 DB FD 4E 00 r3k ioi altd ld c, (iy) D3 76 FD 4E 00 r3k ioe altd ld c, (iy) DB 76 FD 4E 00 r3k ld c, (iy+%d) FD 4E %d r3k ioi ld c, (iy+%d) D3 FD 4E %d r3k ioe ld c, (iy+%d) DB FD 4E %d r3k ld c', (iy+%d) 76 FD 4E %d r3k ioi ld c', (iy+%d) D3 76 FD 4E %d r3k ioe ld c', (iy+%d) DB 76 FD 4E %d r3k altd ld c, (iy+%d) 76 FD 4E %d r3k altd ioi ld c, (iy+%d) 76 D3 FD 4E %d r3k altd ioe ld c, (iy+%d) 76 DB FD 4E %d r3k ioi altd ld c, (iy+%d) D3 76 FD 4E %d r3k ioe altd ld c, (iy+%d) DB 76 FD 4E %d r3k ld c, a 4F r3k ld c', a 76 4F r3k altd ld c, a 76 4F r3k ld c, %n 0E %n r3k ld c', %n 76 0E %n r3k altd ld c, %n 76 0E %n r3k ld d, b 50 r3k ld d', b 76 50 r3k altd ld d, b 76 50 r3k ld d, c 51 r3k ld d', c 76 51 r3k altd ld d, c 76 51 r3k ld d, d 52 r3k ld d', d 76 52 r3k altd ld d, d 76 52 r3k ld d, e 53 r3k ld d', e 76 53 r3k altd ld d, e 76 53 r3k ld d, h 54 r3k ld d', h 76 54 r3k altd ld d, h 76 54 r3k ld d, l 55 r3k ld d', l 76 55 r3k altd ld d, l 76 55 r3k ld d, (hl) 56 r3k ioi ld d, (hl) D3 56 r3k ioe ld d, (hl) DB 56 r3k ld d', (hl) 76 56 r3k ioi ld d', (hl) D3 76 56 r3k ioe ld d', (hl) DB 76 56 r3k altd ld d, (hl) 76 56 r3k altd ioi ld d, (hl) 76 D3 56 r3k altd ioe ld d, (hl) 76 DB 56 r3k ioi altd ld d, (hl) D3 76 56 r3k ioe altd ld d, (hl) DB 76 56 r3k ld d, (ix) DD 56 00 r3k ioi ld d, (ix) D3 DD 56 00 r3k ioe ld d, (ix) DB DD 56 00 r3k ld d', (ix) 76 DD 56 00 r3k ioi ld d', (ix) D3 76 DD 56 00 r3k ioe ld d', (ix) DB 76 DD 56 00 r3k altd ld d, (ix) 76 DD 56 00 r3k altd ioi ld d, (ix) 76 D3 DD 56 00 r3k altd ioe ld d, (ix) 76 DB DD 56 00 r3k ioi altd ld d, (ix) D3 76 DD 56 00 r3k ioe altd ld d, (ix) DB 76 DD 56 00 r3k ld d, (ix+%d) DD 56 %d r3k ioi ld d, (ix+%d) D3 DD 56 %d r3k ioe ld d, (ix+%d) DB DD 56 %d r3k ld d', (ix+%d) 76 DD 56 %d r3k ioi ld d', (ix+%d) D3 76 DD 56 %d r3k ioe ld d', (ix+%d) DB 76 DD 56 %d r3k altd ld d, (ix+%d) 76 DD 56 %d r3k altd ioi ld d, (ix+%d) 76 D3 DD 56 %d r3k altd ioe ld d, (ix+%d) 76 DB DD 56 %d r3k ioi altd ld d, (ix+%d) D3 76 DD 56 %d r3k ioe altd ld d, (ix+%d) DB 76 DD 56 %d r3k ld d, (iy) FD 56 00 r3k ioi ld d, (iy) D3 FD 56 00 r3k ioe ld d, (iy) DB FD 56 00 r3k ld d', (iy) 76 FD 56 00 r3k ioi ld d', (iy) D3 76 FD 56 00 r3k ioe ld d', (iy) DB 76 FD 56 00 r3k altd ld d, (iy) 76 FD 56 00 r3k altd ioi ld d, (iy) 76 D3 FD 56 00 r3k altd ioe ld d, (iy) 76 DB FD 56 00 r3k ioi altd ld d, (iy) D3 76 FD 56 00 r3k ioe altd ld d, (iy) DB 76 FD 56 00 r3k ld d, (iy+%d) FD 56 %d r3k ioi ld d, (iy+%d) D3 FD 56 %d r3k ioe ld d, (iy+%d) DB FD 56 %d r3k ld d', (iy+%d) 76 FD 56 %d r3k ioi ld d', (iy+%d) D3 76 FD 56 %d r3k ioe ld d', (iy+%d) DB 76 FD 56 %d r3k altd ld d, (iy+%d) 76 FD 56 %d r3k altd ioi ld d, (iy+%d) 76 D3 FD 56 %d r3k altd ioe ld d, (iy+%d) 76 DB FD 56 %d r3k ioi altd ld d, (iy+%d) D3 76 FD 56 %d r3k ioe altd ld d, (iy+%d) DB 76 FD 56 %d r3k ld d, a 57 r3k ld d', a 76 57 r3k altd ld d, a 76 57 r3k ld d, %n 16 %n r3k ld d', %n 76 16 %n r3k altd ld d, %n 76 16 %n r3k ld e, b 58 r3k ld e', b 76 58 r3k altd ld e, b 76 58 r3k ld e, c 59 r3k ld e', c 76 59 r3k altd ld e, c 76 59 r3k ld e, d 5A r3k ld e', d 76 5A r3k altd ld e, d 76 5A r3k ld e, e 5B r3k ld e', e 76 5B r3k altd ld e, e 76 5B r3k ld e, h 5C r3k ld e', h 76 5C r3k altd ld e, h 76 5C r3k ld e, l 5D r3k ld e', l 76 5D r3k altd ld e, l 76 5D r3k ld e, (hl) 5E r3k ioi ld e, (hl) D3 5E r3k ioe ld e, (hl) DB 5E r3k ld e', (hl) 76 5E r3k ioi ld e', (hl) D3 76 5E r3k ioe ld e', (hl) DB 76 5E r3k altd ld e, (hl) 76 5E r3k altd ioi ld e, (hl) 76 D3 5E r3k altd ioe ld e, (hl) 76 DB 5E r3k ioi altd ld e, (hl) D3 76 5E r3k ioe altd ld e, (hl) DB 76 5E r3k ld e, (ix) DD 5E 00 r3k ioi ld e, (ix) D3 DD 5E 00 r3k ioe ld e, (ix) DB DD 5E 00 r3k ld e', (ix) 76 DD 5E 00 r3k ioi ld e', (ix) D3 76 DD 5E 00 r3k ioe ld e', (ix) DB 76 DD 5E 00 r3k altd ld e, (ix) 76 DD 5E 00 r3k altd ioi ld e, (ix) 76 D3 DD 5E 00 r3k altd ioe ld e, (ix) 76 DB DD 5E 00 r3k ioi altd ld e, (ix) D3 76 DD 5E 00 r3k ioe altd ld e, (ix) DB 76 DD 5E 00 r3k ld e, (ix+%d) DD 5E %d r3k ioi ld e, (ix+%d) D3 DD 5E %d r3k ioe ld e, (ix+%d) DB DD 5E %d r3k ld e', (ix+%d) 76 DD 5E %d r3k ioi ld e', (ix+%d) D3 76 DD 5E %d r3k ioe ld e', (ix+%d) DB 76 DD 5E %d r3k altd ld e, (ix+%d) 76 DD 5E %d r3k altd ioi ld e, (ix+%d) 76 D3 DD 5E %d r3k altd ioe ld e, (ix+%d) 76 DB DD 5E %d r3k ioi altd ld e, (ix+%d) D3 76 DD 5E %d r3k ioe altd ld e, (ix+%d) DB 76 DD 5E %d r3k ld e, (iy) FD 5E 00 r3k ioi ld e, (iy) D3 FD 5E 00 r3k ioe ld e, (iy) DB FD 5E 00 r3k ld e', (iy) 76 FD 5E 00 r3k ioi ld e', (iy) D3 76 FD 5E 00 r3k ioe ld e', (iy) DB 76 FD 5E 00 r3k altd ld e, (iy) 76 FD 5E 00 r3k altd ioi ld e, (iy) 76 D3 FD 5E 00 r3k altd ioe ld e, (iy) 76 DB FD 5E 00 r3k ioi altd ld e, (iy) D3 76 FD 5E 00 r3k ioe altd ld e, (iy) DB 76 FD 5E 00 r3k ld e, (iy+%d) FD 5E %d r3k ioi ld e, (iy+%d) D3 FD 5E %d r3k ioe ld e, (iy+%d) DB FD 5E %d r3k ld e', (iy+%d) 76 FD 5E %d r3k ioi ld e', (iy+%d) D3 76 FD 5E %d r3k ioe ld e', (iy+%d) DB 76 FD 5E %d r3k altd ld e, (iy+%d) 76 FD 5E %d r3k altd ioi ld e, (iy+%d) 76 D3 FD 5E %d r3k altd ioe ld e, (iy+%d) 76 DB FD 5E %d r3k ioi altd ld e, (iy+%d) D3 76 FD 5E %d r3k ioe altd ld e, (iy+%d) DB 76 FD 5E %d r3k ld e, a 5F r3k ld e', a 76 5F r3k altd ld e, a 76 5F r3k ld e, %n 1E %n r3k ld e', %n 76 1E %n r3k altd ld e, %n 76 1E %n r3k ld h, b 60 r3k ld h', b 76 60 r3k altd ld h, b 76 60 r3k ld h, c 61 r3k ld h', c 76 61 r3k altd ld h, c 76 61 r3k ld h, d 62 r3k ld h', d 76 62 r3k altd ld h, d 76 62 r3k ld h, e 63 r3k ld h', e 76 63 r3k altd ld h, e 76 63 r3k ld h, h 64 r3k ld h', h 76 64 r3k altd ld h, h 76 64 r3k ld h, l 65 r3k ld h', l 76 65 r3k altd ld h, l 76 65 r3k ld h, (hl) 66 r3k ioi ld h, (hl) D3 66 r3k ioe ld h, (hl) DB 66 r3k ld h', (hl) 76 66 r3k ioi ld h', (hl) D3 76 66 r3k ioe ld h', (hl) DB 76 66 r3k altd ld h, (hl) 76 66 r3k altd ioi ld h, (hl) 76 D3 66 r3k altd ioe ld h, (hl) 76 DB 66 r3k ioi altd ld h, (hl) D3 76 66 r3k ioe altd ld h, (hl) DB 76 66 r3k ld h, (ix) DD 66 00 r3k ioi ld h, (ix) D3 DD 66 00 r3k ioe ld h, (ix) DB DD 66 00 r3k ld h', (ix) 76 DD 66 00 r3k ioi ld h', (ix) D3 76 DD 66 00 r3k ioe ld h', (ix) DB 76 DD 66 00 r3k altd ld h, (ix) 76 DD 66 00 r3k altd ioi ld h, (ix) 76 D3 DD 66 00 r3k altd ioe ld h, (ix) 76 DB DD 66 00 r3k ioi altd ld h, (ix) D3 76 DD 66 00 r3k ioe altd ld h, (ix) DB 76 DD 66 00 r3k ld h, (ix+%d) DD 66 %d r3k ioi ld h, (ix+%d) D3 DD 66 %d r3k ioe ld h, (ix+%d) DB DD 66 %d r3k ld h', (ix+%d) 76 DD 66 %d r3k ioi ld h', (ix+%d) D3 76 DD 66 %d r3k ioe ld h', (ix+%d) DB 76 DD 66 %d r3k altd ld h, (ix+%d) 76 DD 66 %d r3k altd ioi ld h, (ix+%d) 76 D3 DD 66 %d r3k altd ioe ld h, (ix+%d) 76 DB DD 66 %d r3k ioi altd ld h, (ix+%d) D3 76 DD 66 %d r3k ioe altd ld h, (ix+%d) DB 76 DD 66 %d r3k ld h, (iy) FD 66 00 r3k ioi ld h, (iy) D3 FD 66 00 r3k ioe ld h, (iy) DB FD 66 00 r3k ld h', (iy) 76 FD 66 00 r3k ioi ld h', (iy) D3 76 FD 66 00 r3k ioe ld h', (iy) DB 76 FD 66 00 r3k altd ld h, (iy) 76 FD 66 00 r3k altd ioi ld h, (iy) 76 D3 FD 66 00 r3k altd ioe ld h, (iy) 76 DB FD 66 00 r3k ioi altd ld h, (iy) D3 76 FD 66 00 r3k ioe altd ld h, (iy) DB 76 FD 66 00 r3k ld h, (iy+%d) FD 66 %d r3k ioi ld h, (iy+%d) D3 FD 66 %d r3k ioe ld h, (iy+%d) DB FD 66 %d r3k ld h', (iy+%d) 76 FD 66 %d r3k ioi ld h', (iy+%d) D3 76 FD 66 %d r3k ioe ld h', (iy+%d) DB 76 FD 66 %d r3k altd ld h, (iy+%d) 76 FD 66 %d r3k altd ioi ld h, (iy+%d) 76 D3 FD 66 %d r3k altd ioe ld h, (iy+%d) 76 DB FD 66 %d r3k ioi altd ld h, (iy+%d) D3 76 FD 66 %d r3k ioe altd ld h, (iy+%d) DB 76 FD 66 %d r3k ld h, a 67 r3k ld h', a 76 67 r3k altd ld h, a 76 67 r3k ld h, %n 26 %n r3k ld h', %n 76 26 %n r3k altd ld h, %n 76 26 %n r3k ld l, b 68 r3k ld l', b 76 68 r3k altd ld l, b 76 68 r3k ld l, c 69 r3k ld l', c 76 69 r3k altd ld l, c 76 69 r3k ld l, d 6A r3k ld l', d 76 6A r3k altd ld l, d 76 6A r3k ld l, e 6B r3k ld l', e 76 6B r3k altd ld l, e 76 6B r3k ld l, h 6C r3k ld l', h 76 6C r3k altd ld l, h 76 6C r3k ld l, l 6D r3k ld l', l 76 6D r3k altd ld l, l 76 6D r3k ld l, (hl) 6E r3k ioi ld l, (hl) D3 6E r3k ioe ld l, (hl) DB 6E r3k ld l', (hl) 76 6E r3k ioi ld l', (hl) D3 76 6E r3k ioe ld l', (hl) DB 76 6E r3k altd ld l, (hl) 76 6E r3k altd ioi ld l, (hl) 76 D3 6E r3k altd ioe ld l, (hl) 76 DB 6E r3k ioi altd ld l, (hl) D3 76 6E r3k ioe altd ld l, (hl) DB 76 6E r3k ld l, (ix) DD 6E 00 r3k ioi ld l, (ix) D3 DD 6E 00 r3k ioe ld l, (ix) DB DD 6E 00 r3k ld l', (ix) 76 DD 6E 00 r3k ioi ld l', (ix) D3 76 DD 6E 00 r3k ioe ld l', (ix) DB 76 DD 6E 00 r3k altd ld l, (ix) 76 DD 6E 00 r3k altd ioi ld l, (ix) 76 D3 DD 6E 00 r3k altd ioe ld l, (ix) 76 DB DD 6E 00 r3k ioi altd ld l, (ix) D3 76 DD 6E 00 r3k ioe altd ld l, (ix) DB 76 DD 6E 00 r3k ld l, (ix+%d) DD 6E %d r3k ioi ld l, (ix+%d) D3 DD 6E %d r3k ioe ld l, (ix+%d) DB DD 6E %d r3k ld l', (ix+%d) 76 DD 6E %d r3k ioi ld l', (ix+%d) D3 76 DD 6E %d r3k ioe ld l', (ix+%d) DB 76 DD 6E %d r3k altd ld l, (ix+%d) 76 DD 6E %d r3k altd ioi ld l, (ix+%d) 76 D3 DD 6E %d r3k altd ioe ld l, (ix+%d) 76 DB DD 6E %d r3k ioi altd ld l, (ix+%d) D3 76 DD 6E %d r3k ioe altd ld l, (ix+%d) DB 76 DD 6E %d r3k ld l, (iy) FD 6E 00 r3k ioi ld l, (iy) D3 FD 6E 00 r3k ioe ld l, (iy) DB FD 6E 00 r3k ld l', (iy) 76 FD 6E 00 r3k ioi ld l', (iy) D3 76 FD 6E 00 r3k ioe ld l', (iy) DB 76 FD 6E 00 r3k altd ld l, (iy) 76 FD 6E 00 r3k altd ioi ld l, (iy) 76 D3 FD 6E 00 r3k altd ioe ld l, (iy) 76 DB FD 6E 00 r3k ioi altd ld l, (iy) D3 76 FD 6E 00 r3k ioe altd ld l, (iy) DB 76 FD 6E 00 r3k ld l, (iy+%d) FD 6E %d r3k ioi ld l, (iy+%d) D3 FD 6E %d r3k ioe ld l, (iy+%d) DB FD 6E %d r3k ld l', (iy+%d) 76 FD 6E %d r3k ioi ld l', (iy+%d) D3 76 FD 6E %d r3k ioe ld l', (iy+%d) DB 76 FD 6E %d r3k altd ld l, (iy+%d) 76 FD 6E %d r3k altd ioi ld l, (iy+%d) 76 D3 FD 6E %d r3k altd ioe ld l, (iy+%d) 76 DB FD 6E %d r3k ioi altd ld l, (iy+%d) D3 76 FD 6E %d r3k ioe altd ld l, (iy+%d) DB 76 FD 6E %d r3k ld l, a 6F r3k ld l', a 76 6F r3k altd ld l, a 76 6F r3k ld l, %n 2E %n r3k ld l', %n 76 2E %n r3k altd ld l, %n 76 2E %n r3k ld (hl), b 70 r3k ioi ld (hl), b D3 70 r3k ioe ld (hl), b DB 70 r3k ld (ix), b DD 70 00 r3k ioi ld (ix), b D3 DD 70 00 r3k ioe ld (ix), b DB DD 70 00 r3k ld (ix+%d), b DD 70 %d r3k ioi ld (ix+%d), b D3 DD 70 %d r3k ioe ld (ix+%d), b DB DD 70 %d r3k ld (iy), b FD 70 00 r3k ioi ld (iy), b D3 FD 70 00 r3k ioe ld (iy), b DB FD 70 00 r3k ld (iy+%d), b FD 70 %d r3k ioi ld (iy+%d), b D3 FD 70 %d r3k ioe ld (iy+%d), b DB FD 70 %d r3k ld (hl), c 71 r3k ioi ld (hl), c D3 71 r3k ioe ld (hl), c DB 71 r3k ld (ix), c DD 71 00 r3k ioi ld (ix), c D3 DD 71 00 r3k ioe ld (ix), c DB DD 71 00 r3k ld (ix+%d), c DD 71 %d r3k ioi ld (ix+%d), c D3 DD 71 %d r3k ioe ld (ix+%d), c DB DD 71 %d r3k ld (iy), c FD 71 00 r3k ioi ld (iy), c D3 FD 71 00 r3k ioe ld (iy), c DB FD 71 00 r3k ld (iy+%d), c FD 71 %d r3k ioi ld (iy+%d), c D3 FD 71 %d r3k ioe ld (iy+%d), c DB FD 71 %d r3k ld (hl), d 72 r3k ioi ld (hl), d D3 72 r3k ioe ld (hl), d DB 72 r3k ld (ix), d DD 72 00 r3k ioi ld (ix), d D3 DD 72 00 r3k ioe ld (ix), d DB DD 72 00 r3k ld (ix+%d), d DD 72 %d r3k ioi ld (ix+%d), d D3 DD 72 %d r3k ioe ld (ix+%d), d DB DD 72 %d r3k ld (iy), d FD 72 00 r3k ioi ld (iy), d D3 FD 72 00 r3k ioe ld (iy), d DB FD 72 00 r3k ld (iy+%d), d FD 72 %d r3k ioi ld (iy+%d), d D3 FD 72 %d r3k ioe ld (iy+%d), d DB FD 72 %d r3k ld (hl), e 73 r3k ioi ld (hl), e D3 73 r3k ioe ld (hl), e DB 73 r3k ld (ix), e DD 73 00 r3k ioi ld (ix), e D3 DD 73 00 r3k ioe ld (ix), e DB DD 73 00 r3k ld (ix+%d), e DD 73 %d r3k ioi ld (ix+%d), e D3 DD 73 %d r3k ioe ld (ix+%d), e DB DD 73 %d r3k ld (iy), e FD 73 00 r3k ioi ld (iy), e D3 FD 73 00 r3k ioe ld (iy), e DB FD 73 00 r3k ld (iy+%d), e FD 73 %d r3k ioi ld (iy+%d), e D3 FD 73 %d r3k ioe ld (iy+%d), e DB FD 73 %d r3k ld (hl), h 74 r3k ioi ld (hl), h D3 74 r3k ioe ld (hl), h DB 74 r3k ld (ix), h DD 74 00 r3k ioi ld (ix), h D3 DD 74 00 r3k ioe ld (ix), h DB DD 74 00 r3k ld (ix+%d), h DD 74 %d r3k ioi ld (ix+%d), h D3 DD 74 %d r3k ioe ld (ix+%d), h DB DD 74 %d r3k ld (iy), h FD 74 00 r3k ioi ld (iy), h D3 FD 74 00 r3k ioe ld (iy), h DB FD 74 00 r3k ld (iy+%d), h FD 74 %d r3k ioi ld (iy+%d), h D3 FD 74 %d r3k ioe ld (iy+%d), h DB FD 74 %d r3k ld (hl), l 75 r3k ioi ld (hl), l D3 75 r3k ioe ld (hl), l DB 75 r3k ld (ix), l DD 75 00 r3k ioi ld (ix), l D3 DD 75 00 r3k ioe ld (ix), l DB DD 75 00 r3k ld (ix+%d), l DD 75 %d r3k ioi ld (ix+%d), l D3 DD 75 %d r3k ioe ld (ix+%d), l DB DD 75 %d r3k ld (iy), l FD 75 00 r3k ioi ld (iy), l D3 FD 75 00 r3k ioe ld (iy), l DB FD 75 00 r3k ld (iy+%d), l FD 75 %d r3k ioi ld (iy+%d), l D3 FD 75 %d r3k ioe ld (iy+%d), l DB FD 75 %d r3k ld (hl), a 77 r3k ioi ld (hl), a D3 77 r3k ioe ld (hl), a DB 77 r3k ld (ix), a DD 77 00 r3k ioi ld (ix), a D3 DD 77 00 r3k ioe ld (ix), a DB DD 77 00 r3k ld (ix+%d), a DD 77 %d r3k ioi ld (ix+%d), a D3 DD 77 %d r3k ioe ld (ix+%d), a DB DD 77 %d r3k ld (iy), a FD 77 00 r3k ioi ld (iy), a D3 FD 77 00 r3k ioe ld (iy), a DB FD 77 00 r3k ld (iy+%d), a FD 77 %d r3k ioi ld (iy+%d), a D3 FD 77 %d r3k ioe ld (iy+%d), a DB FD 77 %d r3k ld (hl), %n 36 %n r3k ioi ld (hl), %n D3 36 %n r3k ioe ld (hl), %n DB 36 %n r3k ld (ix), %n DD 36 00 %n r3k ioi ld (ix), %n D3 DD 36 00 %n r3k ioe ld (ix), %n DB DD 36 00 %n r3k ld (ix+%d), %n DD 36 %d %n r3k ioi ld (ix+%d), %n D3 DD 36 %d %n r3k ioe ld (ix+%d), %n DB DD 36 %d %n r3k ld (iy), %n FD 36 00 %n r3k ioi ld (iy), %n D3 FD 36 00 %n r3k ioe ld (iy), %n DB FD 36 00 %n r3k ld (iy+%d), %n FD 36 %d %n r3k ioi ld (iy+%d), %n D3 FD 36 %d %n r3k ioe ld (iy+%d), %n DB FD 36 %d %n r3k ld a, b 78 r3k ld a', b 76 78 r3k altd ld a, b 76 78 r3k ld a, c 79 r3k ld a', c 76 79 r3k altd ld a, c 76 79 r3k ld a, d 7A r3k ld a', d 76 7A r3k altd ld a, d 76 7A r3k ld a, e 7B r3k ld a', e 76 7B r3k altd ld a, e 76 7B r3k ld a, h 7C r3k ld a', h 76 7C r3k altd ld a, h 76 7C r3k ld a, l 7D r3k ld a', l 76 7D r3k altd ld a, l 76 7D r3k ld a, (hl) 7E r3k ioi ld a, (hl) D3 7E r3k ioe ld a, (hl) DB 7E r3k ld a', (hl) 76 7E r3k ioi ld a', (hl) D3 76 7E r3k ioe ld a', (hl) DB 76 7E r3k altd ld a, (hl) 76 7E r3k altd ioi ld a, (hl) 76 D3 7E r3k altd ioe ld a, (hl) 76 DB 7E r3k ioi altd ld a, (hl) D3 76 7E r3k ioe altd ld a, (hl) DB 76 7E r3k ld a, (ix) DD 7E 00 r3k ioi ld a, (ix) D3 DD 7E 00 r3k ioe ld a, (ix) DB DD 7E 00 r3k ld a', (ix) 76 DD 7E 00 r3k ioi ld a', (ix) D3 76 DD 7E 00 r3k ioe ld a', (ix) DB 76 DD 7E 00 r3k altd ld a, (ix) 76 DD 7E 00 r3k altd ioi ld a, (ix) 76 D3 DD 7E 00 r3k altd ioe ld a, (ix) 76 DB DD 7E 00 r3k ioi altd ld a, (ix) D3 76 DD 7E 00 r3k ioe altd ld a, (ix) DB 76 DD 7E 00 r3k ld a, (ix+%d) DD 7E %d r3k ioi ld a, (ix+%d) D3 DD 7E %d r3k ioe ld a, (ix+%d) DB DD 7E %d r3k ld a', (ix+%d) 76 DD 7E %d r3k ioi ld a', (ix+%d) D3 76 DD 7E %d r3k ioe ld a', (ix+%d) DB 76 DD 7E %d r3k altd ld a, (ix+%d) 76 DD 7E %d r3k altd ioi ld a, (ix+%d) 76 D3 DD 7E %d r3k altd ioe ld a, (ix+%d) 76 DB DD 7E %d r3k ioi altd ld a, (ix+%d) D3 76 DD 7E %d r3k ioe altd ld a, (ix+%d) DB 76 DD 7E %d r3k ld a, (iy) FD 7E 00 r3k ioi ld a, (iy) D3 FD 7E 00 r3k ioe ld a, (iy) DB FD 7E 00 r3k ld a', (iy) 76 FD 7E 00 r3k ioi ld a', (iy) D3 76 FD 7E 00 r3k ioe ld a', (iy) DB 76 FD 7E 00 r3k altd ld a, (iy) 76 FD 7E 00 r3k altd ioi ld a, (iy) 76 D3 FD 7E 00 r3k altd ioe ld a, (iy) 76 DB FD 7E 00 r3k ioi altd ld a, (iy) D3 76 FD 7E 00 r3k ioe altd ld a, (iy) DB 76 FD 7E 00 r3k ld a, (iy+%d) FD 7E %d r3k ioi ld a, (iy+%d) D3 FD 7E %d r3k ioe ld a, (iy+%d) DB FD 7E %d r3k ld a', (iy+%d) 76 FD 7E %d r3k ioi ld a', (iy+%d) D3 76 FD 7E %d r3k ioe ld a', (iy+%d) DB 76 FD 7E %d r3k altd ld a, (iy+%d) 76 FD 7E %d r3k altd ioi ld a, (iy+%d) 76 D3 FD 7E %d r3k altd ioe ld a, (iy+%d) 76 DB FD 7E %d r3k ioi altd ld a, (iy+%d) D3 76 FD 7E %d r3k ioe altd ld a, (iy+%d) DB 76 FD 7E %d r3k ld a, a 7F r3k ld a', a 76 7F r3k altd ld a, a 76 7F r3k ld a, %n 3E %n r3k ld a', %n 76 3E %n r3k altd ld a, %n 76 3E %n r3k ld a, (%m) 3A %m %m r3k ioi ld a, (%m) D3 3A %m %m r3k ioe ld a, (%m) DB 3A %m %m r3k ld a', (%m) 76 3A %m %m r3k ioi ld a', (%m) D3 76 3A %m %m r3k ioe ld a', (%m) DB 76 3A %m %m r3k altd ld a, (%m) 76 3A %m %m r3k altd ioi ld a, (%m) 76 D3 3A %m %m r3k altd ioe ld a, (%m) 76 DB 3A %m %m r3k ioi altd ld a, (%m) D3 76 3A %m %m r3k ioe altd ld a, (%m) DB 76 3A %m %m r3k ld (%m), a 32 %m %m r3k ioi ld (%m), a D3 32 %m %m r3k ioe ld (%m), a DB 32 %m %m r3k ld (bc), a 02 r3k ioi ld (bc), a D3 02 r3k ioe ld (bc), a DB 02 r3k ld a, (bc) 0A r3k ioi ld a, (bc) D3 0A r3k ioe ld a, (bc) DB 0A r3k ld a', (bc) 76 0A r3k ioi ld a', (bc) D3 76 0A r3k ioe ld a', (bc) DB 76 0A r3k altd ld a, (bc) 76 0A r3k altd ioi ld a, (bc) 76 D3 0A r3k altd ioe ld a, (bc) 76 DB 0A r3k ioi altd ld a, (bc) D3 76 0A r3k ioe altd ld a, (bc) DB 76 0A r3k ld (de), a 12 r3k ioi ld (de), a D3 12 r3k ioe ld (de), a DB 12 r3k ld a, (de) 1A r3k ioi ld a, (de) D3 1A r3k ioe ld a, (de) DB 1A r3k ld a', (de) 76 1A r3k ioi ld a', (de) D3 76 1A r3k ioe ld a', (de) DB 76 1A r3k altd ld a, (de) 76 1A r3k altd ioi ld a, (de) 76 D3 1A r3k altd ioe ld a, (de) 76 DB 1A r3k ioi altd ld a, (de) D3 76 1A r3k ioe altd ld a, (de) DB 76 1A r3k add a, b 80 r3k add a', b 76 80 r3k altd add a, b 76 80 r3k add b 80 r3k altd add b 76 80 r3k add a, c 81 r3k add a', c 76 81 r3k altd add a, c 76 81 r3k add c 81 r3k altd add c 76 81 r3k add a, d 82 r3k add a', d 76 82 r3k altd add a, d 76 82 r3k add d 82 r3k altd add d 76 82 r3k add a, e 83 r3k add a', e 76 83 r3k altd add a, e 76 83 r3k add e 83 r3k altd add e 76 83 r3k add a, h 84 r3k add a', h 76 84 r3k altd add a, h 76 84 r3k add h 84 r3k altd add h 76 84 r3k add a, l 85 r3k add a', l 76 85 r3k altd add a, l 76 85 r3k add l 85 r3k altd add l 76 85 r3k add a, (hl) 86 r3k ioi add a, (hl) D3 86 r3k ioe add a, (hl) DB 86 r3k add a', (hl) 76 86 r3k ioi add a', (hl) D3 76 86 r3k ioe add a', (hl) DB 76 86 r3k altd add a, (hl) 76 86 r3k altd ioi add a, (hl) 76 D3 86 r3k altd ioe add a, (hl) 76 DB 86 r3k ioi altd add a, (hl) D3 76 86 r3k ioe altd add a, (hl) DB 76 86 r3k add a, (ix) DD 86 00 r3k ioi add a, (ix) D3 DD 86 00 r3k ioe add a, (ix) DB DD 86 00 r3k add a', (ix) 76 DD 86 00 r3k ioi add a', (ix) D3 76 DD 86 00 r3k ioe add a', (ix) DB 76 DD 86 00 r3k altd add a, (ix) 76 DD 86 00 r3k altd ioi add a, (ix) 76 D3 DD 86 00 r3k altd ioe add a, (ix) 76 DB DD 86 00 r3k ioi altd add a, (ix) D3 76 DD 86 00 r3k ioe altd add a, (ix) DB 76 DD 86 00 r3k add a, (ix+%d) DD 86 %d r3k ioi add a, (ix+%d) D3 DD 86 %d r3k ioe add a, (ix+%d) DB DD 86 %d r3k add a', (ix+%d) 76 DD 86 %d r3k ioi add a', (ix+%d) D3 76 DD 86 %d r3k ioe add a', (ix+%d) DB 76 DD 86 %d r3k altd add a, (ix+%d) 76 DD 86 %d r3k altd ioi add a, (ix+%d) 76 D3 DD 86 %d r3k altd ioe add a, (ix+%d) 76 DB DD 86 %d r3k ioi altd add a, (ix+%d) D3 76 DD 86 %d r3k ioe altd add a, (ix+%d) DB 76 DD 86 %d r3k add a, (iy) FD 86 00 r3k ioi add a, (iy) D3 FD 86 00 r3k ioe add a, (iy) DB FD 86 00 r3k add a', (iy) 76 FD 86 00 r3k ioi add a', (iy) D3 76 FD 86 00 r3k ioe add a', (iy) DB 76 FD 86 00 r3k altd add a, (iy) 76 FD 86 00 r3k altd ioi add a, (iy) 76 D3 FD 86 00 r3k altd ioe add a, (iy) 76 DB FD 86 00 r3k ioi altd add a, (iy) D3 76 FD 86 00 r3k ioe altd add a, (iy) DB 76 FD 86 00 r3k add a, (iy+%d) FD 86 %d r3k ioi add a, (iy+%d) D3 FD 86 %d r3k ioe add a, (iy+%d) DB FD 86 %d r3k add a', (iy+%d) 76 FD 86 %d r3k ioi add a', (iy+%d) D3 76 FD 86 %d r3k ioe add a', (iy+%d) DB 76 FD 86 %d r3k altd add a, (iy+%d) 76 FD 86 %d r3k altd ioi add a, (iy+%d) 76 D3 FD 86 %d r3k altd ioe add a, (iy+%d) 76 DB FD 86 %d r3k ioi altd add a, (iy+%d) D3 76 FD 86 %d r3k ioe altd add a, (iy+%d) DB 76 FD 86 %d r3k add (hl) 86 r3k ioi add (hl) D3 86 r3k ioe add (hl) DB 86 r3k altd add (hl) 76 86 r3k altd ioi add (hl) 76 D3 86 r3k altd ioe add (hl) 76 DB 86 r3k ioi altd add (hl) D3 76 86 r3k ioe altd add (hl) DB 76 86 r3k add (ix) DD 86 00 r3k ioi add (ix) D3 DD 86 00 r3k ioe add (ix) DB DD 86 00 r3k altd add (ix) 76 DD 86 00 r3k altd ioi add (ix) 76 D3 DD 86 00 r3k altd ioe add (ix) 76 DB DD 86 00 r3k ioi altd add (ix) D3 76 DD 86 00 r3k ioe altd add (ix) DB 76 DD 86 00 r3k add (ix+%d) DD 86 %d r3k ioi add (ix+%d) D3 DD 86 %d r3k ioe add (ix+%d) DB DD 86 %d r3k altd add (ix+%d) 76 DD 86 %d r3k altd ioi add (ix+%d) 76 D3 DD 86 %d r3k altd ioe add (ix+%d) 76 DB DD 86 %d r3k ioi altd add (ix+%d) D3 76 DD 86 %d r3k ioe altd add (ix+%d) DB 76 DD 86 %d r3k add (iy) FD 86 00 r3k ioi add (iy) D3 FD 86 00 r3k ioe add (iy) DB FD 86 00 r3k altd add (iy) 76 FD 86 00 r3k altd ioi add (iy) 76 D3 FD 86 00 r3k altd ioe add (iy) 76 DB FD 86 00 r3k ioi altd add (iy) D3 76 FD 86 00 r3k ioe altd add (iy) DB 76 FD 86 00 r3k add (iy+%d) FD 86 %d r3k ioi add (iy+%d) D3 FD 86 %d r3k ioe add (iy+%d) DB FD 86 %d r3k altd add (iy+%d) 76 FD 86 %d r3k altd ioi add (iy+%d) 76 D3 FD 86 %d r3k altd ioe add (iy+%d) 76 DB FD 86 %d r3k ioi altd add (iy+%d) D3 76 FD 86 %d r3k ioe altd add (iy+%d) DB 76 FD 86 %d r3k add a, a 87 r3k add a', a 76 87 r3k altd add a, a 76 87 r3k add a 87 r3k altd add a 76 87 r3k add a, %n C6 %n r3k add a', %n 76 C6 %n r3k altd add a, %n 76 C6 %n r3k add %n C6 %n r3k altd add %n 76 C6 %n r3k adc a, b 88 r3k adc a', b 76 88 r3k altd adc a, b 76 88 r3k adc b 88 r3k altd adc b 76 88 r3k adc a, c 89 r3k adc a', c 76 89 r3k altd adc a, c 76 89 r3k adc c 89 r3k altd adc c 76 89 r3k adc a, d 8A r3k adc a', d 76 8A r3k altd adc a, d 76 8A r3k adc d 8A r3k altd adc d 76 8A r3k adc a, e 8B r3k adc a', e 76 8B r3k altd adc a, e 76 8B r3k adc e 8B r3k altd adc e 76 8B r3k adc a, h 8C r3k adc a', h 76 8C r3k altd adc a, h 76 8C r3k adc h 8C r3k altd adc h 76 8C r3k adc a, l 8D r3k adc a', l 76 8D r3k altd adc a, l 76 8D r3k adc l 8D r3k altd adc l 76 8D r3k adc a, (hl) 8E r3k ioi adc a, (hl) D3 8E r3k ioe adc a, (hl) DB 8E r3k adc a', (hl) 76 8E r3k ioi adc a', (hl) D3 76 8E r3k ioe adc a', (hl) DB 76 8E r3k altd adc a, (hl) 76 8E r3k altd ioi adc a, (hl) 76 D3 8E r3k altd ioe adc a, (hl) 76 DB 8E r3k ioi altd adc a, (hl) D3 76 8E r3k ioe altd adc a, (hl) DB 76 8E r3k adc a, (ix) DD 8E 00 r3k ioi adc a, (ix) D3 DD 8E 00 r3k ioe adc a, (ix) DB DD 8E 00 r3k adc a', (ix) 76 DD 8E 00 r3k ioi adc a', (ix) D3 76 DD 8E 00 r3k ioe adc a', (ix) DB 76 DD 8E 00 r3k altd adc a, (ix) 76 DD 8E 00 r3k altd ioi adc a, (ix) 76 D3 DD 8E 00 r3k altd ioe adc a, (ix) 76 DB DD 8E 00 r3k ioi altd adc a, (ix) D3 76 DD 8E 00 r3k ioe altd adc a, (ix) DB 76 DD 8E 00 r3k adc a, (ix+%d) DD 8E %d r3k ioi adc a, (ix+%d) D3 DD 8E %d r3k ioe adc a, (ix+%d) DB DD 8E %d r3k adc a', (ix+%d) 76 DD 8E %d r3k ioi adc a', (ix+%d) D3 76 DD 8E %d r3k ioe adc a', (ix+%d) DB 76 DD 8E %d r3k altd adc a, (ix+%d) 76 DD 8E %d r3k altd ioi adc a, (ix+%d) 76 D3 DD 8E %d r3k altd ioe adc a, (ix+%d) 76 DB DD 8E %d r3k ioi altd adc a, (ix+%d) D3 76 DD 8E %d r3k ioe altd adc a, (ix+%d) DB 76 DD 8E %d r3k adc a, (iy) FD 8E 00 r3k ioi adc a, (iy) D3 FD 8E 00 r3k ioe adc a, (iy) DB FD 8E 00 r3k adc a', (iy) 76 FD 8E 00 r3k ioi adc a', (iy) D3 76 FD 8E 00 r3k ioe adc a', (iy) DB 76 FD 8E 00 r3k altd adc a, (iy) 76 FD 8E 00 r3k altd ioi adc a, (iy) 76 D3 FD 8E 00 r3k altd ioe adc a, (iy) 76 DB FD 8E 00 r3k ioi altd adc a, (iy) D3 76 FD 8E 00 r3k ioe altd adc a, (iy) DB 76 FD 8E 00 r3k adc a, (iy+%d) FD 8E %d r3k ioi adc a, (iy+%d) D3 FD 8E %d r3k ioe adc a, (iy+%d) DB FD 8E %d r3k adc a', (iy+%d) 76 FD 8E %d r3k ioi adc a', (iy+%d) D3 76 FD 8E %d r3k ioe adc a', (iy+%d) DB 76 FD 8E %d r3k altd adc a, (iy+%d) 76 FD 8E %d r3k altd ioi adc a, (iy+%d) 76 D3 FD 8E %d r3k altd ioe adc a, (iy+%d) 76 DB FD 8E %d r3k ioi altd adc a, (iy+%d) D3 76 FD 8E %d r3k ioe altd adc a, (iy+%d) DB 76 FD 8E %d r3k adc (hl) 8E r3k ioi adc (hl) D3 8E r3k ioe adc (hl) DB 8E r3k altd adc (hl) 76 8E r3k altd ioi adc (hl) 76 D3 8E r3k altd ioe adc (hl) 76 DB 8E r3k ioi altd adc (hl) D3 76 8E r3k ioe altd adc (hl) DB 76 8E r3k adc (ix) DD 8E 00 r3k ioi adc (ix) D3 DD 8E 00 r3k ioe adc (ix) DB DD 8E 00 r3k altd adc (ix) 76 DD 8E 00 r3k altd ioi adc (ix) 76 D3 DD 8E 00 r3k altd ioe adc (ix) 76 DB DD 8E 00 r3k ioi altd adc (ix) D3 76 DD 8E 00 r3k ioe altd adc (ix) DB 76 DD 8E 00 r3k adc (ix+%d) DD 8E %d r3k ioi adc (ix+%d) D3 DD 8E %d r3k ioe adc (ix+%d) DB DD 8E %d r3k altd adc (ix+%d) 76 DD 8E %d r3k altd ioi adc (ix+%d) 76 D3 DD 8E %d r3k altd ioe adc (ix+%d) 76 DB DD 8E %d r3k ioi altd adc (ix+%d) D3 76 DD 8E %d r3k ioe altd adc (ix+%d) DB 76 DD 8E %d r3k adc (iy) FD 8E 00 r3k ioi adc (iy) D3 FD 8E 00 r3k ioe adc (iy) DB FD 8E 00 r3k altd adc (iy) 76 FD 8E 00 r3k altd ioi adc (iy) 76 D3 FD 8E 00 r3k altd ioe adc (iy) 76 DB FD 8E 00 r3k ioi altd adc (iy) D3 76 FD 8E 00 r3k ioe altd adc (iy) DB 76 FD 8E 00 r3k adc (iy+%d) FD 8E %d r3k ioi adc (iy+%d) D3 FD 8E %d r3k ioe adc (iy+%d) DB FD 8E %d r3k altd adc (iy+%d) 76 FD 8E %d r3k altd ioi adc (iy+%d) 76 D3 FD 8E %d r3k altd ioe adc (iy+%d) 76 DB FD 8E %d r3k ioi altd adc (iy+%d) D3 76 FD 8E %d r3k ioe altd adc (iy+%d) DB 76 FD 8E %d r3k adc a, a 8F r3k adc a', a 76 8F r3k altd adc a, a 76 8F r3k adc a 8F r3k altd adc a 76 8F r3k adc a, %n CE %n r3k adc a', %n 76 CE %n r3k altd adc a, %n 76 CE %n r3k adc %n CE %n r3k altd adc %n 76 CE %n r3k sub a, b 90 r3k sub a', b 76 90 r3k altd sub a, b 76 90 r3k sub b 90 r3k altd sub b 76 90 r3k sub a, c 91 r3k sub a', c 76 91 r3k altd sub a, c 76 91 r3k sub c 91 r3k altd sub c 76 91 r3k sub a, d 92 r3k sub a', d 76 92 r3k altd sub a, d 76 92 r3k sub d 92 r3k altd sub d 76 92 r3k sub a, e 93 r3k sub a', e 76 93 r3k altd sub a, e 76 93 r3k sub e 93 r3k altd sub e 76 93 r3k sub a, h 94 r3k sub a', h 76 94 r3k altd sub a, h 76 94 r3k sub h 94 r3k altd sub h 76 94 r3k sub a, l 95 r3k sub a', l 76 95 r3k altd sub a, l 76 95 r3k sub l 95 r3k altd sub l 76 95 r3k sub a, (hl) 96 r3k ioi sub a, (hl) D3 96 r3k ioe sub a, (hl) DB 96 r3k sub a', (hl) 76 96 r3k ioi sub a', (hl) D3 76 96 r3k ioe sub a', (hl) DB 76 96 r3k altd sub a, (hl) 76 96 r3k altd ioi sub a, (hl) 76 D3 96 r3k altd ioe sub a, (hl) 76 DB 96 r3k ioi altd sub a, (hl) D3 76 96 r3k ioe altd sub a, (hl) DB 76 96 r3k sub a, (ix) DD 96 00 r3k ioi sub a, (ix) D3 DD 96 00 r3k ioe sub a, (ix) DB DD 96 00 r3k sub a', (ix) 76 DD 96 00 r3k ioi sub a', (ix) D3 76 DD 96 00 r3k ioe sub a', (ix) DB 76 DD 96 00 r3k altd sub a, (ix) 76 DD 96 00 r3k altd ioi sub a, (ix) 76 D3 DD 96 00 r3k altd ioe sub a, (ix) 76 DB DD 96 00 r3k ioi altd sub a, (ix) D3 76 DD 96 00 r3k ioe altd sub a, (ix) DB 76 DD 96 00 r3k sub a, (ix+%d) DD 96 %d r3k ioi sub a, (ix+%d) D3 DD 96 %d r3k ioe sub a, (ix+%d) DB DD 96 %d r3k sub a', (ix+%d) 76 DD 96 %d r3k ioi sub a', (ix+%d) D3 76 DD 96 %d r3k ioe sub a', (ix+%d) DB 76 DD 96 %d r3k altd sub a, (ix+%d) 76 DD 96 %d r3k altd ioi sub a, (ix+%d) 76 D3 DD 96 %d r3k altd ioe sub a, (ix+%d) 76 DB DD 96 %d r3k ioi altd sub a, (ix+%d) D3 76 DD 96 %d r3k ioe altd sub a, (ix+%d) DB 76 DD 96 %d r3k sub a, (iy) FD 96 00 r3k ioi sub a, (iy) D3 FD 96 00 r3k ioe sub a, (iy) DB FD 96 00 r3k sub a', (iy) 76 FD 96 00 r3k ioi sub a', (iy) D3 76 FD 96 00 r3k ioe sub a', (iy) DB 76 FD 96 00 r3k altd sub a, (iy) 76 FD 96 00 r3k altd ioi sub a, (iy) 76 D3 FD 96 00 r3k altd ioe sub a, (iy) 76 DB FD 96 00 r3k ioi altd sub a, (iy) D3 76 FD 96 00 r3k ioe altd sub a, (iy) DB 76 FD 96 00 r3k sub a, (iy+%d) FD 96 %d r3k ioi sub a, (iy+%d) D3 FD 96 %d r3k ioe sub a, (iy+%d) DB FD 96 %d r3k sub a', (iy+%d) 76 FD 96 %d r3k ioi sub a', (iy+%d) D3 76 FD 96 %d r3k ioe sub a', (iy+%d) DB 76 FD 96 %d r3k altd sub a, (iy+%d) 76 FD 96 %d r3k altd ioi sub a, (iy+%d) 76 D3 FD 96 %d r3k altd ioe sub a, (iy+%d) 76 DB FD 96 %d r3k ioi altd sub a, (iy+%d) D3 76 FD 96 %d r3k ioe altd sub a, (iy+%d) DB 76 FD 96 %d r3k sub (hl) 96 r3k ioi sub (hl) D3 96 r3k ioe sub (hl) DB 96 r3k altd sub (hl) 76 96 r3k altd ioi sub (hl) 76 D3 96 r3k altd ioe sub (hl) 76 DB 96 r3k ioi altd sub (hl) D3 76 96 r3k ioe altd sub (hl) DB 76 96 r3k sub (ix) DD 96 00 r3k ioi sub (ix) D3 DD 96 00 r3k ioe sub (ix) DB DD 96 00 r3k altd sub (ix) 76 DD 96 00 r3k altd ioi sub (ix) 76 D3 DD 96 00 r3k altd ioe sub (ix) 76 DB DD 96 00 r3k ioi altd sub (ix) D3 76 DD 96 00 r3k ioe altd sub (ix) DB 76 DD 96 00 r3k sub (ix+%d) DD 96 %d r3k ioi sub (ix+%d) D3 DD 96 %d r3k ioe sub (ix+%d) DB DD 96 %d r3k altd sub (ix+%d) 76 DD 96 %d r3k altd ioi sub (ix+%d) 76 D3 DD 96 %d r3k altd ioe sub (ix+%d) 76 DB DD 96 %d r3k ioi altd sub (ix+%d) D3 76 DD 96 %d r3k ioe altd sub (ix+%d) DB 76 DD 96 %d r3k sub (iy) FD 96 00 r3k ioi sub (iy) D3 FD 96 00 r3k ioe sub (iy) DB FD 96 00 r3k altd sub (iy) 76 FD 96 00 r3k altd ioi sub (iy) 76 D3 FD 96 00 r3k altd ioe sub (iy) 76 DB FD 96 00 r3k ioi altd sub (iy) D3 76 FD 96 00 r3k ioe altd sub (iy) DB 76 FD 96 00 r3k sub (iy+%d) FD 96 %d r3k ioi sub (iy+%d) D3 FD 96 %d r3k ioe sub (iy+%d) DB FD 96 %d r3k altd sub (iy+%d) 76 FD 96 %d r3k altd ioi sub (iy+%d) 76 D3 FD 96 %d r3k altd ioe sub (iy+%d) 76 DB FD 96 %d r3k ioi altd sub (iy+%d) D3 76 FD 96 %d r3k ioe altd sub (iy+%d) DB 76 FD 96 %d r3k sub a, a 97 r3k sub a', a 76 97 r3k altd sub a, a 76 97 r3k sub a 97 r3k altd sub a 76 97 r3k sub a, %n D6 %n r3k sub a', %n 76 D6 %n r3k altd sub a, %n 76 D6 %n r3k sub %n D6 %n r3k altd sub %n 76 D6 %n r3k sbc a, b 98 r3k sbc a', b 76 98 r3k altd sbc a, b 76 98 r3k sbc b 98 r3k altd sbc b 76 98 r3k sbc a, c 99 r3k sbc a', c 76 99 r3k altd sbc a, c 76 99 r3k sbc c 99 r3k altd sbc c 76 99 r3k sbc a, d 9A r3k sbc a', d 76 9A r3k altd sbc a, d 76 9A r3k sbc d 9A r3k altd sbc d 76 9A r3k sbc a, e 9B r3k sbc a', e 76 9B r3k altd sbc a, e 76 9B r3k sbc e 9B r3k altd sbc e 76 9B r3k sbc a, h 9C r3k sbc a', h 76 9C r3k altd sbc a, h 76 9C r3k sbc h 9C r3k altd sbc h 76 9C r3k sbc a, l 9D r3k sbc a', l 76 9D r3k altd sbc a, l 76 9D r3k sbc l 9D r3k altd sbc l 76 9D r3k sbc a, (hl) 9E r3k ioi sbc a, (hl) D3 9E r3k ioe sbc a, (hl) DB 9E r3k sbc a', (hl) 76 9E r3k ioi sbc a', (hl) D3 76 9E r3k ioe sbc a', (hl) DB 76 9E r3k altd sbc a, (hl) 76 9E r3k altd ioi sbc a, (hl) 76 D3 9E r3k altd ioe sbc a, (hl) 76 DB 9E r3k ioi altd sbc a, (hl) D3 76 9E r3k ioe altd sbc a, (hl) DB 76 9E r3k sbc a, (ix) DD 9E 00 r3k ioi sbc a, (ix) D3 DD 9E 00 r3k ioe sbc a, (ix) DB DD 9E 00 r3k sbc a', (ix) 76 DD 9E 00 r3k ioi sbc a', (ix) D3 76 DD 9E 00 r3k ioe sbc a', (ix) DB 76 DD 9E 00 r3k altd sbc a, (ix) 76 DD 9E 00 r3k altd ioi sbc a, (ix) 76 D3 DD 9E 00 r3k altd ioe sbc a, (ix) 76 DB DD 9E 00 r3k ioi altd sbc a, (ix) D3 76 DD 9E 00 r3k ioe altd sbc a, (ix) DB 76 DD 9E 00 r3k sbc a, (ix+%d) DD 9E %d r3k ioi sbc a, (ix+%d) D3 DD 9E %d r3k ioe sbc a, (ix+%d) DB DD 9E %d r3k sbc a', (ix+%d) 76 DD 9E %d r3k ioi sbc a', (ix+%d) D3 76 DD 9E %d r3k ioe sbc a', (ix+%d) DB 76 DD 9E %d r3k altd sbc a, (ix+%d) 76 DD 9E %d r3k altd ioi sbc a, (ix+%d) 76 D3 DD 9E %d r3k altd ioe sbc a, (ix+%d) 76 DB DD 9E %d r3k ioi altd sbc a, (ix+%d) D3 76 DD 9E %d r3k ioe altd sbc a, (ix+%d) DB 76 DD 9E %d r3k sbc a, (iy) FD 9E 00 r3k ioi sbc a, (iy) D3 FD 9E 00 r3k ioe sbc a, (iy) DB FD 9E 00 r3k sbc a', (iy) 76 FD 9E 00 r3k ioi sbc a', (iy) D3 76 FD 9E 00 r3k ioe sbc a', (iy) DB 76 FD 9E 00 r3k altd sbc a, (iy) 76 FD 9E 00 r3k altd ioi sbc a, (iy) 76 D3 FD 9E 00 r3k altd ioe sbc a, (iy) 76 DB FD 9E 00 r3k ioi altd sbc a, (iy) D3 76 FD 9E 00 r3k ioe altd sbc a, (iy) DB 76 FD 9E 00 r3k sbc a, (iy+%d) FD 9E %d r3k ioi sbc a, (iy+%d) D3 FD 9E %d r3k ioe sbc a, (iy+%d) DB FD 9E %d r3k sbc a', (iy+%d) 76 FD 9E %d r3k ioi sbc a', (iy+%d) D3 76 FD 9E %d r3k ioe sbc a', (iy+%d) DB 76 FD 9E %d r3k altd sbc a, (iy+%d) 76 FD 9E %d r3k altd ioi sbc a, (iy+%d) 76 D3 FD 9E %d r3k altd ioe sbc a, (iy+%d) 76 DB FD 9E %d r3k ioi altd sbc a, (iy+%d) D3 76 FD 9E %d r3k ioe altd sbc a, (iy+%d) DB 76 FD 9E %d r3k sbc (hl) 9E r3k ioi sbc (hl) D3 9E r3k ioe sbc (hl) DB 9E r3k altd sbc (hl) 76 9E r3k altd ioi sbc (hl) 76 D3 9E r3k altd ioe sbc (hl) 76 DB 9E r3k ioi altd sbc (hl) D3 76 9E r3k ioe altd sbc (hl) DB 76 9E r3k sbc (ix) DD 9E 00 r3k ioi sbc (ix) D3 DD 9E 00 r3k ioe sbc (ix) DB DD 9E 00 r3k altd sbc (ix) 76 DD 9E 00 r3k altd ioi sbc (ix) 76 D3 DD 9E 00 r3k altd ioe sbc (ix) 76 DB DD 9E 00 r3k ioi altd sbc (ix) D3 76 DD 9E 00 r3k ioe altd sbc (ix) DB 76 DD 9E 00 r3k sbc (ix+%d) DD 9E %d r3k ioi sbc (ix+%d) D3 DD 9E %d r3k ioe sbc (ix+%d) DB DD 9E %d r3k altd sbc (ix+%d) 76 DD 9E %d r3k altd ioi sbc (ix+%d) 76 D3 DD 9E %d r3k altd ioe sbc (ix+%d) 76 DB DD 9E %d r3k ioi altd sbc (ix+%d) D3 76 DD 9E %d r3k ioe altd sbc (ix+%d) DB 76 DD 9E %d r3k sbc (iy) FD 9E 00 r3k ioi sbc (iy) D3 FD 9E 00 r3k ioe sbc (iy) DB FD 9E 00 r3k altd sbc (iy) 76 FD 9E 00 r3k altd ioi sbc (iy) 76 D3 FD 9E 00 r3k altd ioe sbc (iy) 76 DB FD 9E 00 r3k ioi altd sbc (iy) D3 76 FD 9E 00 r3k ioe altd sbc (iy) DB 76 FD 9E 00 r3k sbc (iy+%d) FD 9E %d r3k ioi sbc (iy+%d) D3 FD 9E %d r3k ioe sbc (iy+%d) DB FD 9E %d r3k altd sbc (iy+%d) 76 FD 9E %d r3k altd ioi sbc (iy+%d) 76 D3 FD 9E %d r3k altd ioe sbc (iy+%d) 76 DB FD 9E %d r3k ioi altd sbc (iy+%d) D3 76 FD 9E %d r3k ioe altd sbc (iy+%d) DB 76 FD 9E %d r3k sbc a, a 9F r3k sbc a', a 76 9F r3k altd sbc a, a 76 9F r3k sbc a 9F r3k altd sbc a 76 9F r3k sbc a, %n DE %n r3k sbc a', %n 76 DE %n r3k altd sbc a, %n 76 DE %n r3k sbc %n DE %n r3k altd sbc %n 76 DE %n r3k and a, b A0 r3k and a', b 76 A0 r3k altd and a, b 76 A0 r3k and b A0 r3k altd and b 76 A0 r3k and a, c A1 r3k and a', c 76 A1 r3k altd and a, c 76 A1 r3k and c A1 r3k altd and c 76 A1 r3k and a, d A2 r3k and a', d 76 A2 r3k altd and a, d 76 A2 r3k and d A2 r3k altd and d 76 A2 r3k and a, e A3 r3k and a', e 76 A3 r3k altd and a, e 76 A3 r3k and e A3 r3k altd and e 76 A3 r3k and a, h A4 r3k and a', h 76 A4 r3k altd and a, h 76 A4 r3k and h A4 r3k altd and h 76 A4 r3k and a, l A5 r3k and a', l 76 A5 r3k altd and a, l 76 A5 r3k and l A5 r3k altd and l 76 A5 r3k and a, (hl) A6 r3k ioi and a, (hl) D3 A6 r3k ioe and a, (hl) DB A6 r3k and a', (hl) 76 A6 r3k ioi and a', (hl) D3 76 A6 r3k ioe and a', (hl) DB 76 A6 r3k altd and a, (hl) 76 A6 r3k altd ioi and a, (hl) 76 D3 A6 r3k altd ioe and a, (hl) 76 DB A6 r3k ioi altd and a, (hl) D3 76 A6 r3k ioe altd and a, (hl) DB 76 A6 r3k and a, (ix) DD A6 00 r3k ioi and a, (ix) D3 DD A6 00 r3k ioe and a, (ix) DB DD A6 00 r3k and a', (ix) 76 DD A6 00 r3k ioi and a', (ix) D3 76 DD A6 00 r3k ioe and a', (ix) DB 76 DD A6 00 r3k altd and a, (ix) 76 DD A6 00 r3k altd ioi and a, (ix) 76 D3 DD A6 00 r3k altd ioe and a, (ix) 76 DB DD A6 00 r3k ioi altd and a, (ix) D3 76 DD A6 00 r3k ioe altd and a, (ix) DB 76 DD A6 00 r3k and a, (ix+%d) DD A6 %d r3k ioi and a, (ix+%d) D3 DD A6 %d r3k ioe and a, (ix+%d) DB DD A6 %d r3k and a', (ix+%d) 76 DD A6 %d r3k ioi and a', (ix+%d) D3 76 DD A6 %d r3k ioe and a', (ix+%d) DB 76 DD A6 %d r3k altd and a, (ix+%d) 76 DD A6 %d r3k altd ioi and a, (ix+%d) 76 D3 DD A6 %d r3k altd ioe and a, (ix+%d) 76 DB DD A6 %d r3k ioi altd and a, (ix+%d) D3 76 DD A6 %d r3k ioe altd and a, (ix+%d) DB 76 DD A6 %d r3k and a, (iy) FD A6 00 r3k ioi and a, (iy) D3 FD A6 00 r3k ioe and a, (iy) DB FD A6 00 r3k and a', (iy) 76 FD A6 00 r3k ioi and a', (iy) D3 76 FD A6 00 r3k ioe and a', (iy) DB 76 FD A6 00 r3k altd and a, (iy) 76 FD A6 00 r3k altd ioi and a, (iy) 76 D3 FD A6 00 r3k altd ioe and a, (iy) 76 DB FD A6 00 r3k ioi altd and a, (iy) D3 76 FD A6 00 r3k ioe altd and a, (iy) DB 76 FD A6 00 r3k and a, (iy+%d) FD A6 %d r3k ioi and a, (iy+%d) D3 FD A6 %d r3k ioe and a, (iy+%d) DB FD A6 %d r3k and a', (iy+%d) 76 FD A6 %d r3k ioi and a', (iy+%d) D3 76 FD A6 %d r3k ioe and a', (iy+%d) DB 76 FD A6 %d r3k altd and a, (iy+%d) 76 FD A6 %d r3k altd ioi and a, (iy+%d) 76 D3 FD A6 %d r3k altd ioe and a, (iy+%d) 76 DB FD A6 %d r3k ioi altd and a, (iy+%d) D3 76 FD A6 %d r3k ioe altd and a, (iy+%d) DB 76 FD A6 %d r3k and (hl) A6 r3k ioi and (hl) D3 A6 r3k ioe and (hl) DB A6 r3k altd and (hl) 76 A6 r3k altd ioi and (hl) 76 D3 A6 r3k altd ioe and (hl) 76 DB A6 r3k ioi altd and (hl) D3 76 A6 r3k ioe altd and (hl) DB 76 A6 r3k and (ix) DD A6 00 r3k ioi and (ix) D3 DD A6 00 r3k ioe and (ix) DB DD A6 00 r3k altd and (ix) 76 DD A6 00 r3k altd ioi and (ix) 76 D3 DD A6 00 r3k altd ioe and (ix) 76 DB DD A6 00 r3k ioi altd and (ix) D3 76 DD A6 00 r3k ioe altd and (ix) DB 76 DD A6 00 r3k and (ix+%d) DD A6 %d r3k ioi and (ix+%d) D3 DD A6 %d r3k ioe and (ix+%d) DB DD A6 %d r3k altd and (ix+%d) 76 DD A6 %d r3k altd ioi and (ix+%d) 76 D3 DD A6 %d r3k altd ioe and (ix+%d) 76 DB DD A6 %d r3k ioi altd and (ix+%d) D3 76 DD A6 %d r3k ioe altd and (ix+%d) DB 76 DD A6 %d r3k and (iy) FD A6 00 r3k ioi and (iy) D3 FD A6 00 r3k ioe and (iy) DB FD A6 00 r3k altd and (iy) 76 FD A6 00 r3k altd ioi and (iy) 76 D3 FD A6 00 r3k altd ioe and (iy) 76 DB FD A6 00 r3k ioi altd and (iy) D3 76 FD A6 00 r3k ioe altd and (iy) DB 76 FD A6 00 r3k and (iy+%d) FD A6 %d r3k ioi and (iy+%d) D3 FD A6 %d r3k ioe and (iy+%d) DB FD A6 %d r3k altd and (iy+%d) 76 FD A6 %d r3k altd ioi and (iy+%d) 76 D3 FD A6 %d r3k altd ioe and (iy+%d) 76 DB FD A6 %d r3k ioi altd and (iy+%d) D3 76 FD A6 %d r3k ioe altd and (iy+%d) DB 76 FD A6 %d r3k and a, a A7 r3k and a', a 76 A7 r3k altd and a, a 76 A7 r3k and a A7 r3k altd and a 76 A7 r3k and a, %n E6 %n r3k and a', %n 76 E6 %n r3k altd and a, %n 76 E6 %n r3k and %n E6 %n r3k altd and %n 76 E6 %n r3k xor a, b A8 r3k xor a', b 76 A8 r3k altd xor a, b 76 A8 r3k xor b A8 r3k altd xor b 76 A8 r3k xor a, c A9 r3k xor a', c 76 A9 r3k altd xor a, c 76 A9 r3k xor c A9 r3k altd xor c 76 A9 r3k xor a, d AA r3k xor a', d 76 AA r3k altd xor a, d 76 AA r3k xor d AA r3k altd xor d 76 AA r3k xor a, e AB r3k xor a', e 76 AB r3k altd xor a, e 76 AB r3k xor e AB r3k altd xor e 76 AB r3k xor a, h AC r3k xor a', h 76 AC r3k altd xor a, h 76 AC r3k xor h AC r3k altd xor h 76 AC r3k xor a, l AD r3k xor a', l 76 AD r3k altd xor a, l 76 AD r3k xor l AD r3k altd xor l 76 AD r3k xor a, (hl) AE r3k ioi xor a, (hl) D3 AE r3k ioe xor a, (hl) DB AE r3k xor a', (hl) 76 AE r3k ioi xor a', (hl) D3 76 AE r3k ioe xor a', (hl) DB 76 AE r3k altd xor a, (hl) 76 AE r3k altd ioi xor a, (hl) 76 D3 AE r3k altd ioe xor a, (hl) 76 DB AE r3k ioi altd xor a, (hl) D3 76 AE r3k ioe altd xor a, (hl) DB 76 AE r3k xor a, (ix) DD AE 00 r3k ioi xor a, (ix) D3 DD AE 00 r3k ioe xor a, (ix) DB DD AE 00 r3k xor a', (ix) 76 DD AE 00 r3k ioi xor a', (ix) D3 76 DD AE 00 r3k ioe xor a', (ix) DB 76 DD AE 00 r3k altd xor a, (ix) 76 DD AE 00 r3k altd ioi xor a, (ix) 76 D3 DD AE 00 r3k altd ioe xor a, (ix) 76 DB DD AE 00 r3k ioi altd xor a, (ix) D3 76 DD AE 00 r3k ioe altd xor a, (ix) DB 76 DD AE 00 r3k xor a, (ix+%d) DD AE %d r3k ioi xor a, (ix+%d) D3 DD AE %d r3k ioe xor a, (ix+%d) DB DD AE %d r3k xor a', (ix+%d) 76 DD AE %d r3k ioi xor a', (ix+%d) D3 76 DD AE %d r3k ioe xor a', (ix+%d) DB 76 DD AE %d r3k altd xor a, (ix+%d) 76 DD AE %d r3k altd ioi xor a, (ix+%d) 76 D3 DD AE %d r3k altd ioe xor a, (ix+%d) 76 DB DD AE %d r3k ioi altd xor a, (ix+%d) D3 76 DD AE %d r3k ioe altd xor a, (ix+%d) DB 76 DD AE %d r3k xor a, (iy) FD AE 00 r3k ioi xor a, (iy) D3 FD AE 00 r3k ioe xor a, (iy) DB FD AE 00 r3k xor a', (iy) 76 FD AE 00 r3k ioi xor a', (iy) D3 76 FD AE 00 r3k ioe xor a', (iy) DB 76 FD AE 00 r3k altd xor a, (iy) 76 FD AE 00 r3k altd ioi xor a, (iy) 76 D3 FD AE 00 r3k altd ioe xor a, (iy) 76 DB FD AE 00 r3k ioi altd xor a, (iy) D3 76 FD AE 00 r3k ioe altd xor a, (iy) DB 76 FD AE 00 r3k xor a, (iy+%d) FD AE %d r3k ioi xor a, (iy+%d) D3 FD AE %d r3k ioe xor a, (iy+%d) DB FD AE %d r3k xor a', (iy+%d) 76 FD AE %d r3k ioi xor a', (iy+%d) D3 76 FD AE %d r3k ioe xor a', (iy+%d) DB 76 FD AE %d r3k altd xor a, (iy+%d) 76 FD AE %d r3k altd ioi xor a, (iy+%d) 76 D3 FD AE %d r3k altd ioe xor a, (iy+%d) 76 DB FD AE %d r3k ioi altd xor a, (iy+%d) D3 76 FD AE %d r3k ioe altd xor a, (iy+%d) DB 76 FD AE %d r3k xor (hl) AE r3k ioi xor (hl) D3 AE r3k ioe xor (hl) DB AE r3k altd xor (hl) 76 AE r3k altd ioi xor (hl) 76 D3 AE r3k altd ioe xor (hl) 76 DB AE r3k ioi altd xor (hl) D3 76 AE r3k ioe altd xor (hl) DB 76 AE r3k xor (ix) DD AE 00 r3k ioi xor (ix) D3 DD AE 00 r3k ioe xor (ix) DB DD AE 00 r3k altd xor (ix) 76 DD AE 00 r3k altd ioi xor (ix) 76 D3 DD AE 00 r3k altd ioe xor (ix) 76 DB DD AE 00 r3k ioi altd xor (ix) D3 76 DD AE 00 r3k ioe altd xor (ix) DB 76 DD AE 00 r3k xor (ix+%d) DD AE %d r3k ioi xor (ix+%d) D3 DD AE %d r3k ioe xor (ix+%d) DB DD AE %d r3k altd xor (ix+%d) 76 DD AE %d r3k altd ioi xor (ix+%d) 76 D3 DD AE %d r3k altd ioe xor (ix+%d) 76 DB DD AE %d r3k ioi altd xor (ix+%d) D3 76 DD AE %d r3k ioe altd xor (ix+%d) DB 76 DD AE %d r3k xor (iy) FD AE 00 r3k ioi xor (iy) D3 FD AE 00 r3k ioe xor (iy) DB FD AE 00 r3k altd xor (iy) 76 FD AE 00 r3k altd ioi xor (iy) 76 D3 FD AE 00 r3k altd ioe xor (iy) 76 DB FD AE 00 r3k ioi altd xor (iy) D3 76 FD AE 00 r3k ioe altd xor (iy) DB 76 FD AE 00 r3k xor (iy+%d) FD AE %d r3k ioi xor (iy+%d) D3 FD AE %d r3k ioe xor (iy+%d) DB FD AE %d r3k altd xor (iy+%d) 76 FD AE %d r3k altd ioi xor (iy+%d) 76 D3 FD AE %d r3k altd ioe xor (iy+%d) 76 DB FD AE %d r3k ioi altd xor (iy+%d) D3 76 FD AE %d r3k ioe altd xor (iy+%d) DB 76 FD AE %d r3k xor a, a AF r3k xor a', a 76 AF r3k altd xor a, a 76 AF r3k xor a AF r3k altd xor a 76 AF r3k xor a, %n EE %n r3k xor a', %n 76 EE %n r3k altd xor a, %n 76 EE %n r3k xor %n EE %n r3k altd xor %n 76 EE %n r3k or a, b B0 r3k or a', b 76 B0 r3k altd or a, b 76 B0 r3k or b B0 r3k altd or b 76 B0 r3k or a, c B1 r3k or a', c 76 B1 r3k altd or a, c 76 B1 r3k or c B1 r3k altd or c 76 B1 r3k or a, d B2 r3k or a', d 76 B2 r3k altd or a, d 76 B2 r3k or d B2 r3k altd or d 76 B2 r3k or a, e B3 r3k or a', e 76 B3 r3k altd or a, e 76 B3 r3k or e B3 r3k altd or e 76 B3 r3k or a, h B4 r3k or a', h 76 B4 r3k altd or a, h 76 B4 r3k or h B4 r3k altd or h 76 B4 r3k or a, l B5 r3k or a', l 76 B5 r3k altd or a, l 76 B5 r3k or l B5 r3k altd or l 76 B5 r3k or a, (hl) B6 r3k ioi or a, (hl) D3 B6 r3k ioe or a, (hl) DB B6 r3k or a', (hl) 76 B6 r3k ioi or a', (hl) D3 76 B6 r3k ioe or a', (hl) DB 76 B6 r3k altd or a, (hl) 76 B6 r3k altd ioi or a, (hl) 76 D3 B6 r3k altd ioe or a, (hl) 76 DB B6 r3k ioi altd or a, (hl) D3 76 B6 r3k ioe altd or a, (hl) DB 76 B6 r3k or a, (ix) DD B6 00 r3k ioi or a, (ix) D3 DD B6 00 r3k ioe or a, (ix) DB DD B6 00 r3k or a', (ix) 76 DD B6 00 r3k ioi or a', (ix) D3 76 DD B6 00 r3k ioe or a', (ix) DB 76 DD B6 00 r3k altd or a, (ix) 76 DD B6 00 r3k altd ioi or a, (ix) 76 D3 DD B6 00 r3k altd ioe or a, (ix) 76 DB DD B6 00 r3k ioi altd or a, (ix) D3 76 DD B6 00 r3k ioe altd or a, (ix) DB 76 DD B6 00 r3k or a, (ix+%d) DD B6 %d r3k ioi or a, (ix+%d) D3 DD B6 %d r3k ioe or a, (ix+%d) DB DD B6 %d r3k or a', (ix+%d) 76 DD B6 %d r3k ioi or a', (ix+%d) D3 76 DD B6 %d r3k ioe or a', (ix+%d) DB 76 DD B6 %d r3k altd or a, (ix+%d) 76 DD B6 %d r3k altd ioi or a, (ix+%d) 76 D3 DD B6 %d r3k altd ioe or a, (ix+%d) 76 DB DD B6 %d r3k ioi altd or a, (ix+%d) D3 76 DD B6 %d r3k ioe altd or a, (ix+%d) DB 76 DD B6 %d r3k or a, (iy) FD B6 00 r3k ioi or a, (iy) D3 FD B6 00 r3k ioe or a, (iy) DB FD B6 00 r3k or a', (iy) 76 FD B6 00 r3k ioi or a', (iy) D3 76 FD B6 00 r3k ioe or a', (iy) DB 76 FD B6 00 r3k altd or a, (iy) 76 FD B6 00 r3k altd ioi or a, (iy) 76 D3 FD B6 00 r3k altd ioe or a, (iy) 76 DB FD B6 00 r3k ioi altd or a, (iy) D3 76 FD B6 00 r3k ioe altd or a, (iy) DB 76 FD B6 00 r3k or a, (iy+%d) FD B6 %d r3k ioi or a, (iy+%d) D3 FD B6 %d r3k ioe or a, (iy+%d) DB FD B6 %d r3k or a', (iy+%d) 76 FD B6 %d r3k ioi or a', (iy+%d) D3 76 FD B6 %d r3k ioe or a', (iy+%d) DB 76 FD B6 %d r3k altd or a, (iy+%d) 76 FD B6 %d r3k altd ioi or a, (iy+%d) 76 D3 FD B6 %d r3k altd ioe or a, (iy+%d) 76 DB FD B6 %d r3k ioi altd or a, (iy+%d) D3 76 FD B6 %d r3k ioe altd or a, (iy+%d) DB 76 FD B6 %d r3k or (hl) B6 r3k ioi or (hl) D3 B6 r3k ioe or (hl) DB B6 r3k altd or (hl) 76 B6 r3k altd ioi or (hl) 76 D3 B6 r3k altd ioe or (hl) 76 DB B6 r3k ioi altd or (hl) D3 76 B6 r3k ioe altd or (hl) DB 76 B6 r3k or (ix) DD B6 00 r3k ioi or (ix) D3 DD B6 00 r3k ioe or (ix) DB DD B6 00 r3k altd or (ix) 76 DD B6 00 r3k altd ioi or (ix) 76 D3 DD B6 00 r3k altd ioe or (ix) 76 DB DD B6 00 r3k ioi altd or (ix) D3 76 DD B6 00 r3k ioe altd or (ix) DB 76 DD B6 00 r3k or (ix+%d) DD B6 %d r3k ioi or (ix+%d) D3 DD B6 %d r3k ioe or (ix+%d) DB DD B6 %d r3k altd or (ix+%d) 76 DD B6 %d r3k altd ioi or (ix+%d) 76 D3 DD B6 %d r3k altd ioe or (ix+%d) 76 DB DD B6 %d r3k ioi altd or (ix+%d) D3 76 DD B6 %d r3k ioe altd or (ix+%d) DB 76 DD B6 %d r3k or (iy) FD B6 00 r3k ioi or (iy) D3 FD B6 00 r3k ioe or (iy) DB FD B6 00 r3k altd or (iy) 76 FD B6 00 r3k altd ioi or (iy) 76 D3 FD B6 00 r3k altd ioe or (iy) 76 DB FD B6 00 r3k ioi altd or (iy) D3 76 FD B6 00 r3k ioe altd or (iy) DB 76 FD B6 00 r3k or (iy+%d) FD B6 %d r3k ioi or (iy+%d) D3 FD B6 %d r3k ioe or (iy+%d) DB FD B6 %d r3k altd or (iy+%d) 76 FD B6 %d r3k altd ioi or (iy+%d) 76 D3 FD B6 %d r3k altd ioe or (iy+%d) 76 DB FD B6 %d r3k ioi altd or (iy+%d) D3 76 FD B6 %d r3k ioe altd or (iy+%d) DB 76 FD B6 %d r3k or a, a B7 r3k or a', a 76 B7 r3k altd or a, a 76 B7 r3k or a B7 r3k altd or a 76 B7 r3k or a, %n F6 %n r3k or a', %n 76 F6 %n r3k altd or a, %n 76 F6 %n r3k or %n F6 %n r3k altd or %n 76 F6 %n r3k cp a, b B8 r3k altd cp a, b 76 B8 r3k cp b B8 r3k altd cp b 76 B8 r3k cp a, c B9 r3k altd cp a, c 76 B9 r3k cp c B9 r3k altd cp c 76 B9 r3k cp a, d BA r3k altd cp a, d 76 BA r3k cp d BA r3k altd cp d 76 BA r3k cp a, e BB r3k altd cp a, e 76 BB r3k cp e BB r3k altd cp e 76 BB r3k cp a, h BC r3k altd cp a, h 76 BC r3k cp h BC r3k altd cp h 76 BC r3k cp a, l BD r3k altd cp a, l 76 BD r3k cp l BD r3k altd cp l 76 BD r3k cp a, (hl) BE r3k ioi cp a, (hl) D3 BE r3k ioe cp a, (hl) DB BE r3k altd cp a, (hl) 76 BE r3k altd ioi cp a, (hl) 76 D3 BE r3k altd ioe cp a, (hl) 76 DB BE r3k ioi altd cp a, (hl) D3 76 BE r3k ioe altd cp a, (hl) DB 76 BE r3k cp a, (ix) DD BE 00 r3k ioi cp a, (ix) D3 DD BE 00 r3k ioe cp a, (ix) DB DD BE 00 r3k altd cp a, (ix) 76 DD BE 00 r3k altd ioi cp a, (ix) 76 D3 DD BE 00 r3k altd ioe cp a, (ix) 76 DB DD BE 00 r3k ioi altd cp a, (ix) D3 76 DD BE 00 r3k ioe altd cp a, (ix) DB 76 DD BE 00 r3k cp a, (ix+%d) DD BE %d r3k ioi cp a, (ix+%d) D3 DD BE %d r3k ioe cp a, (ix+%d) DB DD BE %d r3k altd cp a, (ix+%d) 76 DD BE %d r3k altd ioi cp a, (ix+%d) 76 D3 DD BE %d r3k altd ioe cp a, (ix+%d) 76 DB DD BE %d r3k ioi altd cp a, (ix+%d) D3 76 DD BE %d r3k ioe altd cp a, (ix+%d) DB 76 DD BE %d r3k cp a, (iy) FD BE 00 r3k ioi cp a, (iy) D3 FD BE 00 r3k ioe cp a, (iy) DB FD BE 00 r3k altd cp a, (iy) 76 FD BE 00 r3k altd ioi cp a, (iy) 76 D3 FD BE 00 r3k altd ioe cp a, (iy) 76 DB FD BE 00 r3k ioi altd cp a, (iy) D3 76 FD BE 00 r3k ioe altd cp a, (iy) DB 76 FD BE 00 r3k cp a, (iy+%d) FD BE %d r3k ioi cp a, (iy+%d) D3 FD BE %d r3k ioe cp a, (iy+%d) DB FD BE %d r3k altd cp a, (iy+%d) 76 FD BE %d r3k altd ioi cp a, (iy+%d) 76 D3 FD BE %d r3k altd ioe cp a, (iy+%d) 76 DB FD BE %d r3k ioi altd cp a, (iy+%d) D3 76 FD BE %d r3k ioe altd cp a, (iy+%d) DB 76 FD BE %d r3k cp (hl) BE r3k ioi cp (hl) D3 BE r3k ioe cp (hl) DB BE r3k altd cp (hl) 76 BE r3k altd ioi cp (hl) 76 D3 BE r3k altd ioe cp (hl) 76 DB BE r3k ioi altd cp (hl) D3 76 BE r3k ioe altd cp (hl) DB 76 BE r3k cp (ix) DD BE 00 r3k ioi cp (ix) D3 DD BE 00 r3k ioe cp (ix) DB DD BE 00 r3k altd cp (ix) 76 DD BE 00 r3k altd ioi cp (ix) 76 D3 DD BE 00 r3k altd ioe cp (ix) 76 DB DD BE 00 r3k ioi altd cp (ix) D3 76 DD BE 00 r3k ioe altd cp (ix) DB 76 DD BE 00 r3k cp (ix+%d) DD BE %d r3k ioi cp (ix+%d) D3 DD BE %d r3k ioe cp (ix+%d) DB DD BE %d r3k altd cp (ix+%d) 76 DD BE %d r3k altd ioi cp (ix+%d) 76 D3 DD BE %d r3k altd ioe cp (ix+%d) 76 DB DD BE %d r3k ioi altd cp (ix+%d) D3 76 DD BE %d r3k ioe altd cp (ix+%d) DB 76 DD BE %d r3k cp (iy) FD BE 00 r3k ioi cp (iy) D3 FD BE 00 r3k ioe cp (iy) DB FD BE 00 r3k altd cp (iy) 76 FD BE 00 r3k altd ioi cp (iy) 76 D3 FD BE 00 r3k altd ioe cp (iy) 76 DB FD BE 00 r3k ioi altd cp (iy) D3 76 FD BE 00 r3k ioe altd cp (iy) DB 76 FD BE 00 r3k cp (iy+%d) FD BE %d r3k ioi cp (iy+%d) D3 FD BE %d r3k ioe cp (iy+%d) DB FD BE %d r3k altd cp (iy+%d) 76 FD BE %d r3k altd ioi cp (iy+%d) 76 D3 FD BE %d r3k altd ioe cp (iy+%d) 76 DB FD BE %d r3k ioi altd cp (iy+%d) D3 76 FD BE %d r3k ioe altd cp (iy+%d) DB 76 FD BE %d r3k cp a, a BF r3k altd cp a, a 76 BF r3k cp a BF r3k altd cp a 76 BF r3k cp a, %n FE %n r3k altd cp a, %n 76 FE %n r3k cp %n FE %n r3k altd cp %n 76 FE %n r3k inc b 04 r3k inc b' 76 04 r3k altd inc b 76 04 r3k dec b 05 r3k dec b' 76 05 r3k altd dec b 76 05 r3k inc c 0C r3k inc c' 76 0C r3k altd inc c 76 0C r3k dec c 0D r3k dec c' 76 0D r3k altd dec c 76 0D r3k inc d 14 r3k inc d' 76 14 r3k altd inc d 76 14 r3k dec d 15 r3k dec d' 76 15 r3k altd dec d 76 15 r3k inc e 1C r3k inc e' 76 1C r3k altd inc e 76 1C r3k dec e 1D r3k dec e' 76 1D r3k altd dec e 76 1D r3k inc h 24 r3k inc h' 76 24 r3k altd inc h 76 24 r3k dec h 25 r3k dec h' 76 25 r3k altd dec h 76 25 r3k inc l 2C r3k inc l' 76 2C r3k altd inc l 76 2C r3k dec l 2D r3k dec l' 76 2D r3k altd dec l 76 2D r3k inc (hl) 34 r3k ioi inc (hl) D3 34 r3k ioe inc (hl) DB 34 r3k altd inc (hl) 76 34 r3k altd ioi inc (hl) 76 D3 34 r3k altd ioe inc (hl) 76 DB 34 r3k ioi altd inc (hl) D3 76 34 r3k ioe altd inc (hl) DB 76 34 r3k inc (ix) DD 34 00 r3k ioi inc (ix) D3 DD 34 00 r3k ioe inc (ix) DB DD 34 00 r3k altd inc (ix) 76 DD 34 00 r3k altd ioi inc (ix) 76 D3 DD 34 00 r3k altd ioe inc (ix) 76 DB DD 34 00 r3k ioi altd inc (ix) D3 76 DD 34 00 r3k ioe altd inc (ix) DB 76 DD 34 00 r3k inc (ix+%d) DD 34 %d r3k ioi inc (ix+%d) D3 DD 34 %d r3k ioe inc (ix+%d) DB DD 34 %d r3k altd inc (ix+%d) 76 DD 34 %d r3k altd ioi inc (ix+%d) 76 D3 DD 34 %d r3k altd ioe inc (ix+%d) 76 DB DD 34 %d r3k ioi altd inc (ix+%d) D3 76 DD 34 %d r3k ioe altd inc (ix+%d) DB 76 DD 34 %d r3k inc (iy) FD 34 00 r3k ioi inc (iy) D3 FD 34 00 r3k ioe inc (iy) DB FD 34 00 r3k altd inc (iy) 76 FD 34 00 r3k altd ioi inc (iy) 76 D3 FD 34 00 r3k altd ioe inc (iy) 76 DB FD 34 00 r3k ioi altd inc (iy) D3 76 FD 34 00 r3k ioe altd inc (iy) DB 76 FD 34 00 r3k inc (iy+%d) FD 34 %d r3k ioi inc (iy+%d) D3 FD 34 %d r3k ioe inc (iy+%d) DB FD 34 %d r3k altd inc (iy+%d) 76 FD 34 %d r3k altd ioi inc (iy+%d) 76 D3 FD 34 %d r3k altd ioe inc (iy+%d) 76 DB FD 34 %d r3k ioi altd inc (iy+%d) D3 76 FD 34 %d r3k ioe altd inc (iy+%d) DB 76 FD 34 %d r3k dec (hl) 35 r3k ioi dec (hl) D3 35 r3k ioe dec (hl) DB 35 r3k altd dec (hl) 76 35 r3k altd ioi dec (hl) 76 D3 35 r3k altd ioe dec (hl) 76 DB 35 r3k ioi altd dec (hl) D3 76 35 r3k ioe altd dec (hl) DB 76 35 r3k dec (ix) DD 35 00 r3k ioi dec (ix) D3 DD 35 00 r3k ioe dec (ix) DB DD 35 00 r3k altd dec (ix) 76 DD 35 00 r3k altd ioi dec (ix) 76 D3 DD 35 00 r3k altd ioe dec (ix) 76 DB DD 35 00 r3k ioi altd dec (ix) D3 76 DD 35 00 r3k ioe altd dec (ix) DB 76 DD 35 00 r3k dec (ix+%d) DD 35 %d r3k ioi dec (ix+%d) D3 DD 35 %d r3k ioe dec (ix+%d) DB DD 35 %d r3k altd dec (ix+%d) 76 DD 35 %d r3k altd ioi dec (ix+%d) 76 D3 DD 35 %d r3k altd ioe dec (ix+%d) 76 DB DD 35 %d r3k ioi altd dec (ix+%d) D3 76 DD 35 %d r3k ioe altd dec (ix+%d) DB 76 DD 35 %d r3k dec (iy) FD 35 00 r3k ioi dec (iy) D3 FD 35 00 r3k ioe dec (iy) DB FD 35 00 r3k altd dec (iy) 76 FD 35 00 r3k altd ioi dec (iy) 76 D3 FD 35 00 r3k altd ioe dec (iy) 76 DB FD 35 00 r3k ioi altd dec (iy) D3 76 FD 35 00 r3k ioe altd dec (iy) DB 76 FD 35 00 r3k dec (iy+%d) FD 35 %d r3k ioi dec (iy+%d) D3 FD 35 %d r3k ioe dec (iy+%d) DB FD 35 %d r3k altd dec (iy+%d) 76 FD 35 %d r3k altd ioi dec (iy+%d) 76 D3 FD 35 %d r3k altd ioe dec (iy+%d) 76 DB FD 35 %d r3k ioi altd dec (iy+%d) D3 76 FD 35 %d r3k ioe altd dec (iy+%d) DB 76 FD 35 %d r3k inc a 3C r3k inc a' 76 3C r3k altd inc a 76 3C r3k dec a 3D r3k dec a' 76 3D r3k altd dec a 76 3D r3k daa CD @__z80asm__daa r3k rrd CD @__z80asm__rrd r3k rld CD @__z80asm__rld r3k cpl 2F r3k cpl a 2F r3k altd cpl a 76 2F r3k cpl a' 76 2F r3k altd cpl a' 76 76 2F r3k altd cpl 76 2F r3k neg ED 44 r3k neg a ED 44 r3k neg a' 76 ED 44 r3k altd neg 76 ED 44 r3k altd neg a 76 ED 44 r3k ccf 3F r3k ccf f 3F r3k ccf' 76 3F r3k ccf f' 76 3F r3k altd ccf 76 3F r3k altd ccf f 76 3F r3k scf 37 r3k scf f 37 r3k scf' 76 37 r3k scf f' 76 37 r3k altd scf 76 37 r3k altd scf f 76 37 r3k ld bc, %m 01 %m %m r3k ld bc', %m 76 01 %m %m r3k altd ld bc, %m 76 01 %m %m r3k ld bc, (%m) ED 4B %m %m r3k ioi ld bc, (%m) D3 ED 4B %m %m r3k ioe ld bc, (%m) DB ED 4B %m %m r3k ld bc', (%m) 76 ED 4B %m %m r3k ioi ld bc', (%m) D3 76 ED 4B %m %m r3k ioe ld bc', (%m) DB 76 ED 4B %m %m r3k altd ld bc, (%m) 76 ED 4B %m %m r3k altd ioi ld bc, (%m) 76 D3 ED 4B %m %m r3k altd ioe ld bc, (%m) 76 DB ED 4B %m %m r3k ioi altd ld bc, (%m) D3 76 ED 4B %m %m r3k ioe altd ld bc, (%m) DB 76 ED 4B %m %m r3k ld (%m), bc ED 43 %m %m r3k ioi ld (%m), bc D3 ED 43 %m %m r3k ioe ld (%m), bc DB ED 43 %m %m r3k ld de, %m 11 %m %m r3k ld de', %m 76 11 %m %m r3k altd ld de, %m 76 11 %m %m r3k ld de, (%m) ED 5B %m %m r3k ioi ld de, (%m) D3 ED 5B %m %m r3k ioe ld de, (%m) DB ED 5B %m %m r3k ld de', (%m) 76 ED 5B %m %m r3k ioi ld de', (%m) D3 76 ED 5B %m %m r3k ioe ld de', (%m) DB 76 ED 5B %m %m r3k altd ld de, (%m) 76 ED 5B %m %m r3k altd ioi ld de, (%m) 76 D3 ED 5B %m %m r3k altd ioe ld de, (%m) 76 DB ED 5B %m %m r3k ioi altd ld de, (%m) D3 76 ED 5B %m %m r3k ioe altd ld de, (%m) DB 76 ED 5B %m %m r3k ld (%m), de ED 53 %m %m r3k ioi ld (%m), de D3 ED 53 %m %m r3k ioe ld (%m), de DB ED 53 %m %m r3k ld hl, %m 21 %m %m r3k ld hl', %m 76 21 %m %m r3k altd ld hl, %m 76 21 %m %m r3k ld hl, (%m) 2A %m %m r3k ioi ld hl, (%m) D3 2A %m %m r3k ioe ld hl, (%m) DB 2A %m %m r3k ld hl', (%m) 76 2A %m %m r3k ioi ld hl', (%m) D3 76 2A %m %m r3k ioe ld hl', (%m) DB 76 2A %m %m r3k altd ld hl, (%m) 76 2A %m %m r3k altd ioi ld hl, (%m) 76 D3 2A %m %m r3k altd ioe ld hl, (%m) 76 DB 2A %m %m r3k ioi altd ld hl, (%m) D3 76 2A %m %m r3k ioe altd ld hl, (%m) DB 76 2A %m %m r3k ld (%m), hl 22 %m %m r3k ioi ld (%m), hl D3 22 %m %m r3k ioe ld (%m), hl DB 22 %m %m r3k ld ix, %m DD 21 %m %m r3k ld ix, (%m) DD 2A %m %m r3k ioi ld ix, (%m) D3 DD 2A %m %m r3k ioe ld ix, (%m) DB DD 2A %m %m r3k ld (%m), ix DD 22 %m %m r3k ioi ld (%m), ix D3 DD 22 %m %m r3k ioe ld (%m), ix DB DD 22 %m %m r3k ld iy, %m FD 21 %m %m r3k ld iy, (%m) FD 2A %m %m r3k ioi ld iy, (%m) D3 FD 2A %m %m r3k ioe ld iy, (%m) DB FD 2A %m %m r3k ld (%m), iy FD 22 %m %m r3k ioi ld (%m), iy D3 FD 22 %m %m r3k ioe ld (%m), iy DB FD 22 %m %m r3k ld sp, %m 31 %m %m r3k ld sp, (%m) ED 7B %m %m r3k ioi ld sp, (%m) D3 ED 7B %m %m r3k ioe ld sp, (%m) DB ED 7B %m %m r3k ld (%m), sp ED 73 %m %m r3k ioi ld (%m), sp D3 ED 73 %m %m r3k ioe ld (%m), sp DB ED 73 %m %m r3k ld sp, hl F9 r3k ld sp, ix DD F9 r3k ld sp, iy FD F9 r3k push bc C5 r3k pop bc C1 r3k pop bc' 76 C1 r3k altd pop bc 76 C1 r3k push de D5 r3k pop de D1 r3k pop de' 76 D1 r3k altd pop de 76 D1 r3k push hl E5 r3k pop hl E1 r3k pop hl' 76 E1 r3k altd pop hl 76 E1 r3k push ix DD E5 r3k pop ix DD E1 r3k push iy FD E5 r3k pop iy FD E1 r3k push af F5 r3k pop af F1 r3k pop af' 76 F1 r3k altd pop af 76 F1 r3k push ip ED 76 r3k pop ip ED 7E r3k push su ED 66 r3k pop su ED 6E r3k ld hl, ix DD 7C r3k ld hl', ix 76 DD 7C r3k altd ld hl, ix 76 DD 7C r3k ld ix, hl DD 7D r3k ld hl, iy FD 7C r3k ld hl', iy 76 FD 7C r3k altd ld hl, iy 76 FD 7C r3k ld iy, hl FD 7D r3k ld hl, (hl) DD E4 00 r3k ioi ld hl, (hl) D3 DD E4 00 r3k ioe ld hl, (hl) DB DD E4 00 r3k ld hl', (hl) 76 DD E4 00 r3k ioi ld hl', (hl) D3 76 DD E4 00 r3k ioe ld hl', (hl) DB 76 DD E4 00 r3k altd ld hl, (hl) 76 DD E4 00 r3k altd ioi ld hl, (hl) 76 D3 DD E4 00 r3k altd ioe ld hl, (hl) 76 DB DD E4 00 r3k ioi altd ld hl, (hl) D3 76 DD E4 00 r3k ioe altd ld hl, (hl) DB 76 DD E4 00 r3k ld hl, (hl+%d) DD E4 %d r3k ioi ld hl, (hl+%d) D3 DD E4 %d r3k ioe ld hl, (hl+%d) DB DD E4 %d r3k ld hl', (hl+%d) 76 DD E4 %d r3k ioi ld hl', (hl+%d) D3 76 DD E4 %d r3k ioe ld hl', (hl+%d) DB 76 DD E4 %d r3k altd ld hl, (hl+%d) 76 DD E4 %d r3k altd ioi ld hl, (hl+%d) 76 D3 DD E4 %d r3k altd ioe ld hl, (hl+%d) 76 DB DD E4 %d r3k ioi altd ld hl, (hl+%d) D3 76 DD E4 %d r3k ioe altd ld hl, (hl+%d) DB 76 DD E4 %d r3k ld (hl), hl DD F4 00 r3k ioi ld (hl), hl D3 DD F4 00 r3k ioe ld (hl), hl DB DD F4 00 r3k ld (hl+%d), hl DD F4 %d r3k ioi ld (hl+%d), hl D3 DD F4 %d r3k ioe ld (hl+%d), hl DB DD F4 %d r3k ld hl, (ix) E4 00 r3k ioi ld hl, (ix) D3 E4 00 r3k ioe ld hl, (ix) DB E4 00 r3k ld hl', (ix) 76 E4 00 r3k ioi ld hl', (ix) D3 76 E4 00 r3k ioe ld hl', (ix) DB 76 E4 00 r3k altd ld hl, (ix) 76 E4 00 r3k altd ioi ld hl, (ix) 76 D3 E4 00 r3k altd ioe ld hl, (ix) 76 DB E4 00 r3k ioi altd ld hl, (ix) D3 76 E4 00 r3k ioe altd ld hl, (ix) DB 76 E4 00 r3k ld hl, (ix+%d) E4 %d r3k ioi ld hl, (ix+%d) D3 E4 %d r3k ioe ld hl, (ix+%d) DB E4 %d r3k ld hl', (ix+%d) 76 E4 %d r3k ioi ld hl', (ix+%d) D3 76 E4 %d r3k ioe ld hl', (ix+%d) DB 76 E4 %d r3k altd ld hl, (ix+%d) 76 E4 %d r3k altd ioi ld hl, (ix+%d) 76 D3 E4 %d r3k altd ioe ld hl, (ix+%d) 76 DB E4 %d r3k ioi altd ld hl, (ix+%d) D3 76 E4 %d r3k ioe altd ld hl, (ix+%d) DB 76 E4 %d r3k ld (ix), hl F4 00 r3k ioi ld (ix), hl D3 F4 00 r3k ioe ld (ix), hl DB F4 00 r3k ld (ix+%d), hl F4 %d r3k ioi ld (ix+%d), hl D3 F4 %d r3k ioe ld (ix+%d), hl DB F4 %d r3k ld hl, (iy) FD E4 00 r3k ioi ld hl, (iy) D3 FD E4 00 r3k ioe ld hl, (iy) DB FD E4 00 r3k ld hl', (iy) 76 FD E4 00 r3k ioi ld hl', (iy) D3 76 FD E4 00 r3k ioe ld hl', (iy) DB 76 FD E4 00 r3k altd ld hl, (iy) 76 FD E4 00 r3k altd ioi ld hl, (iy) 76 D3 FD E4 00 r3k altd ioe ld hl, (iy) 76 DB FD E4 00 r3k ioi altd ld hl, (iy) D3 76 FD E4 00 r3k ioe altd ld hl, (iy) DB 76 FD E4 00 r3k ld hl, (iy+%d) FD E4 %d r3k ioi ld hl, (iy+%d) D3 FD E4 %d r3k ioe ld hl, (iy+%d) DB FD E4 %d r3k ld hl', (iy+%d) 76 FD E4 %d r3k ioi ld hl', (iy+%d) D3 76 FD E4 %d r3k ioe ld hl', (iy+%d) DB 76 FD E4 %d r3k altd ld hl, (iy+%d) 76 FD E4 %d r3k altd ioi ld hl, (iy+%d) 76 D3 FD E4 %d r3k altd ioe ld hl, (iy+%d) 76 DB FD E4 %d r3k ioi altd ld hl, (iy+%d) D3 76 FD E4 %d r3k ioe altd ld hl, (iy+%d) DB 76 FD E4 %d r3k ld (iy), hl FD F4 00 r3k ioi ld (iy), hl D3 FD F4 00 r3k ioe ld (iy), hl DB FD F4 00 r3k ld (iy+%d), hl FD F4 %d r3k ioi ld (iy+%d), hl D3 FD F4 %d r3k ioe ld (iy+%d), hl DB FD F4 %d r3k ld (sp), hl D4 00 r3k ld (sp+%u), hl D4 %u r3k ld hl, (sp) C4 00 r3k ld hl', (sp) 76 C4 00 r3k altd ld hl, (sp) 76 C4 00 r3k ld hl, (sp+%u) C4 %u r3k ld hl', (sp+%u) 76 C4 %u r3k altd ld hl, (sp+%u) 76 C4 %u r3k ld (sp), ix DD D4 00 r3k ld (sp+%u), ix DD D4 %u r3k ld ix, (sp) DD C4 00 r3k ld ix, (sp+%u) DD C4 %u r3k ld (sp), iy FD D4 00 r3k ld (sp+%u), iy FD D4 %u r3k ld iy, (sp) FD C4 00 r3k ld iy, (sp+%u) FD C4 %u r3k ld bc', bc ED 49 r3k altd ld bc, bc ED 49 r3k ld bc', de ED 41 r3k altd ld bc, de ED 41 r3k ld de', bc ED 59 r3k altd ld de, bc ED 59 r3k ld de', de ED 51 r3k altd ld de, de ED 51 r3k ld hl', bc ED 69 r3k altd ld hl, bc ED 69 r3k ld hl', de ED 61 r3k altd ld hl, de ED 61 r3k ldp (%m), hl ED 65 %m %m r3k ldp hl, (%m) ED 6D %m %m r3k ldp (hl), hl ED 64 r3k ldp hl, (hl) ED 6C r3k ldp (%m), ix DD 65 %m %m r3k ldp ix, (%m) DD 6D %m %m r3k ldp (ix), hl DD 64 r3k ldp hl, (ix) DD 6C r3k ldp (%m), iy FD 65 %m %m r3k ldp iy, (%m) FD 6D %m %m r3k ldp (iy), hl FD 64 r3k ldp hl, (iy) FD 6C r3k ex af, af' 08 r3k ex af, af 08 r3k exx D9 r3k ex (sp), hl ED 54 r3k ex (sp), hl' 76 ED 54 r3k altd ex (sp), hl 76 ED 54 r3k ex (sp), ix DD E3 r3k ex (sp), iy FD E3 r3k ex de, hl EB r3k ex de', hl E3 r3k ex de, hl' 76 EB r3k ex de', hl' 76 E3 r3k altd ex de, hl 76 EB r3k altd ex de', hl 76 E3 r3k add hl, bc 09 r3k add hl', bc 76 09 r3k altd add hl, bc 76 09 r3k sbc hl, bc ED 42 r3k sbc hl', bc 76 ED 42 r3k altd sbc hl, bc 76 ED 42 r3k adc hl, bc ED 4A r3k adc hl', bc 76 ED 4A r3k altd adc hl, bc 76 ED 4A r3k inc bc 03 r3k inc bc' 76 03 r3k altd inc bc 76 03 r3k dec bc 0B r3k dec bc' 76 0B r3k altd dec bc 76 0B r3k add hl, de 19 r3k add hl', de 76 19 r3k altd add hl, de 76 19 r3k sbc hl, de ED 52 r3k sbc hl', de 76 ED 52 r3k altd sbc hl, de 76 ED 52 r3k adc hl, de ED 5A r3k adc hl', de 76 ED 5A r3k altd adc hl, de 76 ED 5A r3k inc de 13 r3k inc de' 76 13 r3k altd inc de 76 13 r3k dec de 1B r3k dec de' 76 1B r3k altd dec de 76 1B r3k add hl, hl 29 r3k add hl', hl 76 29 r3k altd add hl, hl 76 29 r3k sbc hl, hl ED 62 r3k sbc hl', hl 76 ED 62 r3k altd sbc hl, hl 76 ED 62 r3k adc hl, hl ED 6A r3k adc hl', hl 76 ED 6A r3k altd adc hl, hl 76 ED 6A r3k inc hl 23 r3k inc hl' 76 23 r3k altd inc hl 76 23 r3k dec hl 2B r3k dec hl' 76 2B r3k altd dec hl 76 2B r3k add hl, sp 39 r3k add hl', sp 76 39 r3k altd add hl, sp 76 39 r3k sbc hl, sp ED 72 r3k sbc hl', sp 76 ED 72 r3k altd sbc hl, sp 76 ED 72 r3k adc hl, sp ED 7A r3k adc hl', sp 76 ED 7A r3k altd adc hl, sp 76 ED 7A r3k inc sp 33 r3k dec sp 3B r3k add ix, bc DD 09 r3k add ix, de DD 19 r3k add ix, ix DD 29 r3k add ix, sp DD 39 r3k inc ix DD 23 r3k dec ix DD 2B r3k add iy, bc FD 09 r3k add iy, de FD 19 r3k add iy, iy FD 29 r3k add iy, sp FD 39 r3k inc iy FD 23 r3k dec iy FD 2B r3k add sp, %s 27 %s r3k and hl, de DC r3k and hl', de 76 DC r3k altd and hl, de 76 DC r3k or hl, de EC r3k or hl', de 76 EC r3k altd or hl, de 76 EC r3k bool hl CC r3k bool hl' 76 CC r3k altd bool hl 76 CC r3k and ix, de DD DC r3k altd and ix, de 76 DD DC r3k or ix, de DD EC r3k altd or ix, de 76 DD EC r3k bool ix DD CC r3k altd bool ix 76 DD CC r3k and iy, de FD DC r3k altd and iy, de 76 FD DC r3k or iy, de FD EC r3k altd or iy, de 76 FD EC r3k bool iy FD CC r3k altd bool iy 76 FD CC r3k mul F7 r3k uma ED C0 r3k ums ED C8 r3k rlca 07 r3k rlca' 76 07 r3k altd rlca 76 07 r3k rrca 0F r3k rrca' 76 0F r3k altd rrca 76 0F r3k rla 17 r3k rla' 76 17 r3k altd rla 76 17 r3k rra 1F r3k rra' 76 1F r3k altd rra 76 1F r3k rlc b CB 00 r3k rlc b' 76 CB 00 r3k altd rlc b 76 CB 00 r3k rlc c CB 01 r3k rlc c' 76 CB 01 r3k altd rlc c 76 CB 01 r3k rlc d CB 02 r3k rlc d' 76 CB 02 r3k altd rlc d 76 CB 02 r3k rlc e CB 03 r3k rlc e' 76 CB 03 r3k altd rlc e 76 CB 03 r3k rlc h CB 04 r3k rlc h' 76 CB 04 r3k altd rlc h 76 CB 04 r3k rlc l CB 05 r3k rlc l' 76 CB 05 r3k altd rlc l 76 CB 05 r3k rlc (hl) CB 06 r3k ioi rlc (hl) D3 CB 06 r3k ioe rlc (hl) DB CB 06 r3k altd rlc (hl) 76 CB 06 r3k altd ioi rlc (hl) 76 D3 CB 06 r3k altd ioe rlc (hl) 76 DB CB 06 r3k ioi altd rlc (hl) D3 76 CB 06 r3k ioe altd rlc (hl) DB 76 CB 06 r3k rlc (ix) DD CB 00 06 r3k ioi rlc (ix) D3 DD CB 00 06 r3k ioe rlc (ix) DB DD CB 00 06 r3k altd rlc (ix) 76 DD CB 00 06 r3k altd ioi rlc (ix) 76 D3 DD CB 00 06 r3k altd ioe rlc (ix) 76 DB DD CB 00 06 r3k ioi altd rlc (ix) D3 76 DD CB 00 06 r3k ioe altd rlc (ix) DB 76 DD CB 00 06 r3k rlc (ix+%d) DD CB %d 06 r3k ioi rlc (ix+%d) D3 DD CB %d 06 r3k ioe rlc (ix+%d) DB DD CB %d 06 r3k altd rlc (ix+%d) 76 DD CB %d 06 r3k altd ioi rlc (ix+%d) 76 D3 DD CB %d 06 r3k altd ioe rlc (ix+%d) 76 DB DD CB %d 06 r3k ioi altd rlc (ix+%d) D3 76 DD CB %d 06 r3k ioe altd rlc (ix+%d) DB 76 DD CB %d 06 r3k rlc (iy) FD CB 00 06 r3k ioi rlc (iy) D3 FD CB 00 06 r3k ioe rlc (iy) DB FD CB 00 06 r3k altd rlc (iy) 76 FD CB 00 06 r3k altd ioi rlc (iy) 76 D3 FD CB 00 06 r3k altd ioe rlc (iy) 76 DB FD CB 00 06 r3k ioi altd rlc (iy) D3 76 FD CB 00 06 r3k ioe altd rlc (iy) DB 76 FD CB 00 06 r3k rlc (iy+%d) FD CB %d 06 r3k ioi rlc (iy+%d) D3 FD CB %d 06 r3k ioe rlc (iy+%d) DB FD CB %d 06 r3k altd rlc (iy+%d) 76 FD CB %d 06 r3k altd ioi rlc (iy+%d) 76 D3 FD CB %d 06 r3k altd ioe rlc (iy+%d) 76 DB FD CB %d 06 r3k ioi altd rlc (iy+%d) D3 76 FD CB %d 06 r3k ioe altd rlc (iy+%d) DB 76 FD CB %d 06 r3k rlc a CB 07 r3k rlc a' 76 CB 07 r3k altd rlc a 76 CB 07 r3k rrc b CB 08 r3k rrc b' 76 CB 08 r3k altd rrc b 76 CB 08 r3k rrc c CB 09 r3k rrc c' 76 CB 09 r3k altd rrc c 76 CB 09 r3k rrc d CB 0A r3k rrc d' 76 CB 0A r3k altd rrc d 76 CB 0A r3k rrc e CB 0B r3k rrc e' 76 CB 0B r3k altd rrc e 76 CB 0B r3k rrc h CB 0C r3k rrc h' 76 CB 0C r3k altd rrc h 76 CB 0C r3k rrc l CB 0D r3k rrc l' 76 CB 0D r3k altd rrc l 76 CB 0D r3k rrc (hl) CB 0E r3k ioi rrc (hl) D3 CB 0E r3k ioe rrc (hl) DB CB 0E r3k altd rrc (hl) 76 CB 0E r3k altd ioi rrc (hl) 76 D3 CB 0E r3k altd ioe rrc (hl) 76 DB CB 0E r3k ioi altd rrc (hl) D3 76 CB 0E r3k ioe altd rrc (hl) DB 76 CB 0E r3k rrc (ix) DD CB 00 0E r3k ioi rrc (ix) D3 DD CB 00 0E r3k ioe rrc (ix) DB DD CB 00 0E r3k altd rrc (ix) 76 DD CB 00 0E r3k altd ioi rrc (ix) 76 D3 DD CB 00 0E r3k altd ioe rrc (ix) 76 DB DD CB 00 0E r3k ioi altd rrc (ix) D3 76 DD CB 00 0E r3k ioe altd rrc (ix) DB 76 DD CB 00 0E r3k rrc (ix+%d) DD CB %d 0E r3k ioi rrc (ix+%d) D3 DD CB %d 0E r3k ioe rrc (ix+%d) DB DD CB %d 0E r3k altd rrc (ix+%d) 76 DD CB %d 0E r3k altd ioi rrc (ix+%d) 76 D3 DD CB %d 0E r3k altd ioe rrc (ix+%d) 76 DB DD CB %d 0E r3k ioi altd rrc (ix+%d) D3 76 DD CB %d 0E r3k ioe altd rrc (ix+%d) DB 76 DD CB %d 0E r3k rrc (iy) FD CB 00 0E r3k ioi rrc (iy) D3 FD CB 00 0E r3k ioe rrc (iy) DB FD CB 00 0E r3k altd rrc (iy) 76 FD CB 00 0E r3k altd ioi rrc (iy) 76 D3 FD CB 00 0E r3k altd ioe rrc (iy) 76 DB FD CB 00 0E r3k ioi altd rrc (iy) D3 76 FD CB 00 0E r3k ioe altd rrc (iy) DB 76 FD CB 00 0E r3k rrc (iy+%d) FD CB %d 0E r3k ioi rrc (iy+%d) D3 FD CB %d 0E r3k ioe rrc (iy+%d) DB FD CB %d 0E r3k altd rrc (iy+%d) 76 FD CB %d 0E r3k altd ioi rrc (iy+%d) 76 D3 FD CB %d 0E r3k altd ioe rrc (iy+%d) 76 DB FD CB %d 0E r3k ioi altd rrc (iy+%d) D3 76 FD CB %d 0E r3k ioe altd rrc (iy+%d) DB 76 FD CB %d 0E r3k rrc a CB 0F r3k rrc a' 76 CB 0F r3k altd rrc a 76 CB 0F r3k rl b CB 10 r3k rl b' 76 CB 10 r3k altd rl b 76 CB 10 r3k rl c CB 11 r3k rl c' 76 CB 11 r3k altd rl c 76 CB 11 r3k rl d CB 12 r3k rl d' 76 CB 12 r3k altd rl d 76 CB 12 r3k rl e CB 13 r3k rl e' 76 CB 13 r3k altd rl e 76 CB 13 r3k rl h CB 14 r3k rl h' 76 CB 14 r3k altd rl h 76 CB 14 r3k rl l CB 15 r3k rl l' 76 CB 15 r3k altd rl l 76 CB 15 r3k rl (hl) CB 16 r3k ioi rl (hl) D3 CB 16 r3k ioe rl (hl) DB CB 16 r3k altd rl (hl) 76 CB 16 r3k altd ioi rl (hl) 76 D3 CB 16 r3k altd ioe rl (hl) 76 DB CB 16 r3k ioi altd rl (hl) D3 76 CB 16 r3k ioe altd rl (hl) DB 76 CB 16 r3k rl (ix) DD CB 00 16 r3k ioi rl (ix) D3 DD CB 00 16 r3k ioe rl (ix) DB DD CB 00 16 r3k altd rl (ix) 76 DD CB 00 16 r3k altd ioi rl (ix) 76 D3 DD CB 00 16 r3k altd ioe rl (ix) 76 DB DD CB 00 16 r3k ioi altd rl (ix) D3 76 DD CB 00 16 r3k ioe altd rl (ix) DB 76 DD CB 00 16 r3k rl (ix+%d) DD CB %d 16 r3k ioi rl (ix+%d) D3 DD CB %d 16 r3k ioe rl (ix+%d) DB DD CB %d 16 r3k altd rl (ix+%d) 76 DD CB %d 16 r3k altd ioi rl (ix+%d) 76 D3 DD CB %d 16 r3k altd ioe rl (ix+%d) 76 DB DD CB %d 16 r3k ioi altd rl (ix+%d) D3 76 DD CB %d 16 r3k ioe altd rl (ix+%d) DB 76 DD CB %d 16 r3k rl (iy) FD CB 00 16 r3k ioi rl (iy) D3 FD CB 00 16 r3k ioe rl (iy) DB FD CB 00 16 r3k altd rl (iy) 76 FD CB 00 16 r3k altd ioi rl (iy) 76 D3 FD CB 00 16 r3k altd ioe rl (iy) 76 DB FD CB 00 16 r3k ioi altd rl (iy) D3 76 FD CB 00 16 r3k ioe altd rl (iy) DB 76 FD CB 00 16 r3k rl (iy+%d) FD CB %d 16 r3k ioi rl (iy+%d) D3 FD CB %d 16 r3k ioe rl (iy+%d) DB FD CB %d 16 r3k altd rl (iy+%d) 76 FD CB %d 16 r3k altd ioi rl (iy+%d) 76 D3 FD CB %d 16 r3k altd ioe rl (iy+%d) 76 DB FD CB %d 16 r3k ioi altd rl (iy+%d) D3 76 FD CB %d 16 r3k ioe altd rl (iy+%d) DB 76 FD CB %d 16 r3k rl a CB 17 r3k rl a' 76 CB 17 r3k altd rl a 76 CB 17 r3k rr b CB 18 r3k rr b' 76 CB 18 r3k altd rr b 76 CB 18 r3k rr c CB 19 r3k rr c' 76 CB 19 r3k altd rr c 76 CB 19 r3k rr d CB 1A r3k rr d' 76 CB 1A r3k altd rr d 76 CB 1A r3k rr e CB 1B r3k rr e' 76 CB 1B r3k altd rr e 76 CB 1B r3k rr h CB 1C r3k rr h' 76 CB 1C r3k altd rr h 76 CB 1C r3k rr l CB 1D r3k rr l' 76 CB 1D r3k altd rr l 76 CB 1D r3k rr (hl) CB 1E r3k ioi rr (hl) D3 CB 1E r3k ioe rr (hl) DB CB 1E r3k altd rr (hl) 76 CB 1E r3k altd ioi rr (hl) 76 D3 CB 1E r3k altd ioe rr (hl) 76 DB CB 1E r3k ioi altd rr (hl) D3 76 CB 1E r3k ioe altd rr (hl) DB 76 CB 1E r3k rr (ix) DD CB 00 1E r3k ioi rr (ix) D3 DD CB 00 1E r3k ioe rr (ix) DB DD CB 00 1E r3k altd rr (ix) 76 DD CB 00 1E r3k altd ioi rr (ix) 76 D3 DD CB 00 1E r3k altd ioe rr (ix) 76 DB DD CB 00 1E r3k ioi altd rr (ix) D3 76 DD CB 00 1E r3k ioe altd rr (ix) DB 76 DD CB 00 1E r3k rr (ix+%d) DD CB %d 1E r3k ioi rr (ix+%d) D3 DD CB %d 1E r3k ioe rr (ix+%d) DB DD CB %d 1E r3k altd rr (ix+%d) 76 DD CB %d 1E r3k altd ioi rr (ix+%d) 76 D3 DD CB %d 1E r3k altd ioe rr (ix+%d) 76 DB DD CB %d 1E r3k ioi altd rr (ix+%d) D3 76 DD CB %d 1E r3k ioe altd rr (ix+%d) DB 76 DD CB %d 1E r3k rr (iy) FD CB 00 1E r3k ioi rr (iy) D3 FD CB 00 1E r3k ioe rr (iy) DB FD CB 00 1E r3k altd rr (iy) 76 FD CB 00 1E r3k altd ioi rr (iy) 76 D3 FD CB 00 1E r3k altd ioe rr (iy) 76 DB FD CB 00 1E r3k ioi altd rr (iy) D3 76 FD CB 00 1E r3k ioe altd rr (iy) DB 76 FD CB 00 1E r3k rr (iy+%d) FD CB %d 1E r3k ioi rr (iy+%d) D3 FD CB %d 1E r3k ioe rr (iy+%d) DB FD CB %d 1E r3k altd rr (iy+%d) 76 FD CB %d 1E r3k altd ioi rr (iy+%d) 76 D3 FD CB %d 1E r3k altd ioe rr (iy+%d) 76 DB FD CB %d 1E r3k ioi altd rr (iy+%d) D3 76 FD CB %d 1E r3k ioe altd rr (iy+%d) DB 76 FD CB %d 1E r3k rr a CB 1F r3k rr a' 76 CB 1F r3k altd rr a 76 CB 1F r3k sla b CB 20 r3k sla b' 76 CB 20 r3k altd sla b 76 CB 20 r3k sla c CB 21 r3k sla c' 76 CB 21 r3k altd sla c 76 CB 21 r3k sla d CB 22 r3k sla d' 76 CB 22 r3k altd sla d 76 CB 22 r3k sla e CB 23 r3k sla e' 76 CB 23 r3k altd sla e 76 CB 23 r3k sla h CB 24 r3k sla h' 76 CB 24 r3k altd sla h 76 CB 24 r3k sla l CB 25 r3k sla l' 76 CB 25 r3k altd sla l 76 CB 25 r3k sla (hl) CB 26 r3k ioi sla (hl) D3 CB 26 r3k ioe sla (hl) DB CB 26 r3k altd sla (hl) 76 CB 26 r3k altd ioi sla (hl) 76 D3 CB 26 r3k altd ioe sla (hl) 76 DB CB 26 r3k ioi altd sla (hl) D3 76 CB 26 r3k ioe altd sla (hl) DB 76 CB 26 r3k sla (ix) DD CB 00 26 r3k ioi sla (ix) D3 DD CB 00 26 r3k ioe sla (ix) DB DD CB 00 26 r3k altd sla (ix) 76 DD CB 00 26 r3k altd ioi sla (ix) 76 D3 DD CB 00 26 r3k altd ioe sla (ix) 76 DB DD CB 00 26 r3k ioi altd sla (ix) D3 76 DD CB 00 26 r3k ioe altd sla (ix) DB 76 DD CB 00 26 r3k sla (ix+%d) DD CB %d 26 r3k ioi sla (ix+%d) D3 DD CB %d 26 r3k ioe sla (ix+%d) DB DD CB %d 26 r3k altd sla (ix+%d) 76 DD CB %d 26 r3k altd ioi sla (ix+%d) 76 D3 DD CB %d 26 r3k altd ioe sla (ix+%d) 76 DB DD CB %d 26 r3k ioi altd sla (ix+%d) D3 76 DD CB %d 26 r3k ioe altd sla (ix+%d) DB 76 DD CB %d 26 r3k sla (iy) FD CB 00 26 r3k ioi sla (iy) D3 FD CB 00 26 r3k ioe sla (iy) DB FD CB 00 26 r3k altd sla (iy) 76 FD CB 00 26 r3k altd ioi sla (iy) 76 D3 FD CB 00 26 r3k altd ioe sla (iy) 76 DB FD CB 00 26 r3k ioi altd sla (iy) D3 76 FD CB 00 26 r3k ioe altd sla (iy) DB 76 FD CB 00 26 r3k sla (iy+%d) FD CB %d 26 r3k ioi sla (iy+%d) D3 FD CB %d 26 r3k ioe sla (iy+%d) DB FD CB %d 26 r3k altd sla (iy+%d) 76 FD CB %d 26 r3k altd ioi sla (iy+%d) 76 D3 FD CB %d 26 r3k altd ioe sla (iy+%d) 76 DB FD CB %d 26 r3k ioi altd sla (iy+%d) D3 76 FD CB %d 26 r3k ioe altd sla (iy+%d) DB 76 FD CB %d 26 r3k sla a CB 27 r3k sla a' 76 CB 27 r3k altd sla a 76 CB 27 r3k sra b CB 28 r3k sra b' 76 CB 28 r3k altd sra b 76 CB 28 r3k sra c CB 29 r3k sra c' 76 CB 29 r3k altd sra c 76 CB 29 r3k sra d CB 2A r3k sra d' 76 CB 2A r3k altd sra d 76 CB 2A r3k sra e CB 2B r3k sra e' 76 CB 2B r3k altd sra e 76 CB 2B r3k sra h CB 2C r3k sra h' 76 CB 2C r3k altd sra h 76 CB 2C r3k sra l CB 2D r3k sra l' 76 CB 2D r3k altd sra l 76 CB 2D r3k sra (hl) CB 2E r3k ioi sra (hl) D3 CB 2E r3k ioe sra (hl) DB CB 2E r3k altd sra (hl) 76 CB 2E r3k altd ioi sra (hl) 76 D3 CB 2E r3k altd ioe sra (hl) 76 DB CB 2E r3k ioi altd sra (hl) D3 76 CB 2E r3k ioe altd sra (hl) DB 76 CB 2E r3k sra (ix) DD CB 00 2E r3k ioi sra (ix) D3 DD CB 00 2E r3k ioe sra (ix) DB DD CB 00 2E r3k altd sra (ix) 76 DD CB 00 2E r3k altd ioi sra (ix) 76 D3 DD CB 00 2E r3k altd ioe sra (ix) 76 DB DD CB 00 2E r3k ioi altd sra (ix) D3 76 DD CB 00 2E r3k ioe altd sra (ix) DB 76 DD CB 00 2E r3k sra (ix+%d) DD CB %d 2E r3k ioi sra (ix+%d) D3 DD CB %d 2E r3k ioe sra (ix+%d) DB DD CB %d 2E r3k altd sra (ix+%d) 76 DD CB %d 2E r3k altd ioi sra (ix+%d) 76 D3 DD CB %d 2E r3k altd ioe sra (ix+%d) 76 DB DD CB %d 2E r3k ioi altd sra (ix+%d) D3 76 DD CB %d 2E r3k ioe altd sra (ix+%d) DB 76 DD CB %d 2E r3k sra (iy) FD CB 00 2E r3k ioi sra (iy) D3 FD CB 00 2E r3k ioe sra (iy) DB FD CB 00 2E r3k altd sra (iy) 76 FD CB 00 2E r3k altd ioi sra (iy) 76 D3 FD CB 00 2E r3k altd ioe sra (iy) 76 DB FD CB 00 2E r3k ioi altd sra (iy) D3 76 FD CB 00 2E r3k ioe altd sra (iy) DB 76 FD CB 00 2E r3k sra (iy+%d) FD CB %d 2E r3k ioi sra (iy+%d) D3 FD CB %d 2E r3k ioe sra (iy+%d) DB FD CB %d 2E r3k altd sra (iy+%d) 76 FD CB %d 2E r3k altd ioi sra (iy+%d) 76 D3 FD CB %d 2E r3k altd ioe sra (iy+%d) 76 DB FD CB %d 2E r3k ioi altd sra (iy+%d) D3 76 FD CB %d 2E r3k ioe altd sra (iy+%d) DB 76 FD CB %d 2E r3k sra a CB 2F r3k sra a' 76 CB 2F r3k altd sra a 76 CB 2F r3k srl b CB 38 r3k srl b' 76 CB 38 r3k altd srl b 76 CB 38 r3k srl c CB 39 r3k srl c' 76 CB 39 r3k altd srl c 76 CB 39 r3k srl d CB 3A r3k srl d' 76 CB 3A r3k altd srl d 76 CB 3A r3k srl e CB 3B r3k srl e' 76 CB 3B r3k altd srl e 76 CB 3B r3k srl h CB 3C r3k srl h' 76 CB 3C r3k altd srl h 76 CB 3C r3k srl l CB 3D r3k srl l' 76 CB 3D r3k altd srl l 76 CB 3D r3k srl (hl) CB 3E r3k ioi srl (hl) D3 CB 3E r3k ioe srl (hl) DB CB 3E r3k altd srl (hl) 76 CB 3E r3k altd ioi srl (hl) 76 D3 CB 3E r3k altd ioe srl (hl) 76 DB CB 3E r3k ioi altd srl (hl) D3 76 CB 3E r3k ioe altd srl (hl) DB 76 CB 3E r3k srl (ix) DD CB 00 3E r3k ioi srl (ix) D3 DD CB 00 3E r3k ioe srl (ix) DB DD CB 00 3E r3k altd srl (ix) 76 DD CB 00 3E r3k altd ioi srl (ix) 76 D3 DD CB 00 3E r3k altd ioe srl (ix) 76 DB DD CB 00 3E r3k ioi altd srl (ix) D3 76 DD CB 00 3E r3k ioe altd srl (ix) DB 76 DD CB 00 3E r3k srl (ix+%d) DD CB %d 3E r3k ioi srl (ix+%d) D3 DD CB %d 3E r3k ioe srl (ix+%d) DB DD CB %d 3E r3k altd srl (ix+%d) 76 DD CB %d 3E r3k altd ioi srl (ix+%d) 76 D3 DD CB %d 3E r3k altd ioe srl (ix+%d) 76 DB DD CB %d 3E r3k ioi altd srl (ix+%d) D3 76 DD CB %d 3E r3k ioe altd srl (ix+%d) DB 76 DD CB %d 3E r3k srl (iy) FD CB 00 3E r3k ioi srl (iy) D3 FD CB 00 3E r3k ioe srl (iy) DB FD CB 00 3E r3k altd srl (iy) 76 FD CB 00 3E r3k altd ioi srl (iy) 76 D3 FD CB 00 3E r3k altd ioe srl (iy) 76 DB FD CB 00 3E r3k ioi altd srl (iy) D3 76 FD CB 00 3E r3k ioe altd srl (iy) DB 76 FD CB 00 3E r3k srl (iy+%d) FD CB %d 3E r3k ioi srl (iy+%d) D3 FD CB %d 3E r3k ioe srl (iy+%d) DB FD CB %d 3E r3k altd srl (iy+%d) 76 FD CB %d 3E r3k altd ioi srl (iy+%d) 76 D3 FD CB %d 3E r3k altd ioe srl (iy+%d) 76 DB FD CB %d 3E r3k ioi altd srl (iy+%d) D3 76 FD CB %d 3E r3k ioe altd srl (iy+%d) DB 76 FD CB %d 3E r3k srl a CB 3F r3k srl a' 76 CB 3F r3k altd srl a 76 CB 3F r3k bit %c, b CB 64+8*%c(0..7) r3k altd bit %c, b 76 CB 64+8*%c(0..7) r3k bit %c, c CB 65+8*%c(0..7) r3k altd bit %c, c 76 CB 65+8*%c(0..7) r3k bit %c, d CB 66+8*%c(0..7) r3k altd bit %c, d 76 CB 66+8*%c(0..7) r3k bit %c, e CB 67+8*%c(0..7) r3k altd bit %c, e 76 CB 67+8*%c(0..7) r3k bit %c, h CB 68+8*%c(0..7) r3k altd bit %c, h 76 CB 68+8*%c(0..7) r3k bit %c, l CB 69+8*%c(0..7) r3k altd bit %c, l 76 CB 69+8*%c(0..7) r3k bit %c, (hl) CB 70+8*%c(0..7) r3k ioi bit %c, (hl) D3 CB 70+8*%c(0..7) r3k ioe bit %c, (hl) DB CB 70+8*%c(0..7) r3k altd bit %c, (hl) 76 CB 70+8*%c(0..7) r3k altd ioi bit %c, (hl) 76 D3 CB 70+8*%c(0..7) r3k altd ioe bit %c, (hl) 76 DB CB 70+8*%c(0..7) r3k ioi altd bit %c, (hl) D3 76 CB 70+8*%c(0..7) r3k ioe altd bit %c, (hl) DB 76 CB 70+8*%c(0..7) r3k bit %c, (ix) DD CB 00 70+8*%c(0..7) r3k ioi bit %c, (ix) D3 DD CB 00 70+8*%c(0..7) r3k ioe bit %c, (ix) DB DD CB 00 70+8*%c(0..7) r3k altd bit %c, (ix) 76 DD CB 00 70+8*%c(0..7) r3k altd ioi bit %c, (ix) 76 D3 DD CB 00 70+8*%c(0..7) r3k altd ioe bit %c, (ix) 76 DB DD CB 00 70+8*%c(0..7) r3k ioi altd bit %c, (ix) D3 76 DD CB 00 70+8*%c(0..7) r3k ioe altd bit %c, (ix) DB 76 DD CB 00 70+8*%c(0..7) r3k bit %c, (ix+%d) DD CB %d 70+8*%c(0..7) r3k ioi bit %c, (ix+%d) D3 DD CB %d 70+8*%c(0..7) r3k ioe bit %c, (ix+%d) DB DD CB %d 70+8*%c(0..7) r3k altd bit %c, (ix+%d) 76 DD CB %d 70+8*%c(0..7) r3k altd ioi bit %c, (ix+%d)76 D3 DD CB %d 70+8*%c(0..7) r3k altd ioe bit %c, (ix+%d)76 DB DD CB %d 70+8*%c(0..7) r3k ioi altd bit %c, (ix+%d)D3 76 DD CB %d 70+8*%c(0..7) r3k ioe altd bit %c, (ix+%d)DB 76 DD CB %d 70+8*%c(0..7) r3k bit %c, (iy) FD CB 00 70+8*%c(0..7) r3k ioi bit %c, (iy) D3 FD CB 00 70+8*%c(0..7) r3k ioe bit %c, (iy) DB FD CB 00 70+8*%c(0..7) r3k altd bit %c, (iy) 76 FD CB 00 70+8*%c(0..7) r3k altd ioi bit %c, (iy) 76 D3 FD CB 00 70+8*%c(0..7) r3k altd ioe bit %c, (iy) 76 DB FD CB 00 70+8*%c(0..7) r3k ioi altd bit %c, (iy) D3 76 FD CB 00 70+8*%c(0..7) r3k ioe altd bit %c, (iy) DB 76 FD CB 00 70+8*%c(0..7) r3k bit %c, (iy+%d) FD CB %d 70+8*%c(0..7) r3k ioi bit %c, (iy+%d) D3 FD CB %d 70+8*%c(0..7) r3k ioe bit %c, (iy+%d) DB FD CB %d 70+8*%c(0..7) r3k altd bit %c, (iy+%d) 76 FD CB %d 70+8*%c(0..7) r3k altd ioi bit %c, (iy+%d)76 D3 FD CB %d 70+8*%c(0..7) r3k altd ioe bit %c, (iy+%d)76 DB FD CB %d 70+8*%c(0..7) r3k ioi altd bit %c, (iy+%d)D3 76 FD CB %d 70+8*%c(0..7) r3k ioe altd bit %c, (iy+%d)DB 76 FD CB %d 70+8*%c(0..7) r3k bit %c, a CB 71+8*%c(0..7) r3k altd bit %c, a 76 CB 71+8*%c(0..7) r3k res %c, b CB 128+8*%c(0..7) r3k res %c, b' 76 CB 128+8*%c(0..7) r3k altd res %c, b 76 CB 128+8*%c(0..7) r3k res %c, c CB 129+8*%c(0..7) r3k res %c, c' 76 CB 129+8*%c(0..7) r3k altd res %c, c 76 CB 129+8*%c(0..7) r3k res %c, d CB 130+8*%c(0..7) r3k res %c, d' 76 CB 130+8*%c(0..7) r3k altd res %c, d 76 CB 130+8*%c(0..7) r3k res %c, e CB 131+8*%c(0..7) r3k res %c, e' 76 CB 131+8*%c(0..7) r3k altd res %c, e 76 CB 131+8*%c(0..7) r3k res %c, h CB 132+8*%c(0..7) r3k res %c, h' 76 CB 132+8*%c(0..7) r3k altd res %c, h 76 CB 132+8*%c(0..7) r3k res %c, l CB 133+8*%c(0..7) r3k res %c, l' 76 CB 133+8*%c(0..7) r3k altd res %c, l 76 CB 133+8*%c(0..7) r3k res %c, (hl) CB 134+8*%c(0..7) r3k ioi res %c, (hl) D3 CB 134+8*%c(0..7) r3k ioe res %c, (hl) DB CB 134+8*%c(0..7) r3k res %c, (ix) DD CB 00 134+8*%c(0..7) r3k ioi res %c, (ix) D3 DD CB 00 134+8*%c(0..7) r3k ioe res %c, (ix) DB DD CB 00 134+8*%c(0..7) r3k res %c, (ix+%d) DD CB %d 134+8*%c(0..7) r3k ioi res %c, (ix+%d) D3 DD CB %d 134+8*%c(0..7) r3k ioe res %c, (ix+%d) DB DD CB %d 134+8*%c(0..7) r3k res %c, (iy) FD CB 00 134+8*%c(0..7) r3k ioi res %c, (iy) D3 FD CB 00 134+8*%c(0..7) r3k ioe res %c, (iy) DB FD CB 00 134+8*%c(0..7) r3k res %c, (iy+%d) FD CB %d 134+8*%c(0..7) r3k ioi res %c, (iy+%d) D3 FD CB %d 134+8*%c(0..7) r3k ioe res %c, (iy+%d) DB FD CB %d 134+8*%c(0..7) r3k res %c, a CB 135+8*%c(0..7) r3k res %c, a' 76 CB 135+8*%c(0..7) r3k altd res %c, a 76 CB 135+8*%c(0..7) r3k set %c, b CB 192+8*%c(0..7) r3k set %c, b' 76 CB 192+8*%c(0..7) r3k altd set %c, b 76 CB 192+8*%c(0..7) r3k set %c, c CB 193+8*%c(0..7) r3k set %c, c' 76 CB 193+8*%c(0..7) r3k altd set %c, c 76 CB 193+8*%c(0..7) r3k set %c, d CB 194+8*%c(0..7) r3k set %c, d' 76 CB 194+8*%c(0..7) r3k altd set %c, d 76 CB 194+8*%c(0..7) r3k set %c, e CB 195+8*%c(0..7) r3k set %c, e' 76 CB 195+8*%c(0..7) r3k altd set %c, e 76 CB 195+8*%c(0..7) r3k set %c, h CB 196+8*%c(0..7) r3k set %c, h' 76 CB 196+8*%c(0..7) r3k altd set %c, h 76 CB 196+8*%c(0..7) r3k set %c, l CB 197+8*%c(0..7) r3k set %c, l' 76 CB 197+8*%c(0..7) r3k altd set %c, l 76 CB 197+8*%c(0..7) r3k set %c, (hl) CB 198+8*%c(0..7) r3k ioi set %c, (hl) D3 CB 198+8*%c(0..7) r3k ioe set %c, (hl) DB CB 198+8*%c(0..7) r3k set %c, (ix) DD CB 00 198+8*%c(0..7) r3k ioi set %c, (ix) D3 DD CB 00 198+8*%c(0..7) r3k ioe set %c, (ix) DB DD CB 00 198+8*%c(0..7) r3k set %c, (ix+%d) DD CB %d 198+8*%c(0..7) r3k ioi set %c, (ix+%d) D3 DD CB %d 198+8*%c(0..7) r3k ioe set %c, (ix+%d) DB DD CB %d 198+8*%c(0..7) r3k set %c, (iy) FD CB 00 198+8*%c(0..7) r3k ioi set %c, (iy) D3 FD CB 00 198+8*%c(0..7) r3k ioe set %c, (iy) DB FD CB 00 198+8*%c(0..7) r3k set %c, (iy+%d) FD CB %d 198+8*%c(0..7) r3k ioi set %c, (iy+%d) D3 FD CB %d 198+8*%c(0..7) r3k ioe set %c, (iy+%d) DB FD CB %d 198+8*%c(0..7) r3k set %c, a CB 199+8*%c(0..7) r3k set %c, a' 76 CB 199+8*%c(0..7) r3k altd set %c, a 76 CB 199+8*%c(0..7) r3k rl de F3 r3k rl de' 76 F3 r3k altd rl de 76 F3 r3k rr de FB r3k rr de' 76 FB r3k altd rr de 76 FB r3k rr hl FC r3k rr hl' 76 FC r3k altd rr hl 76 FC r3k rr ix DD FC r3k altd rr ix 76 DD FC r3k rr iy FD FC r3k altd rr iy 76 FD FC r3k nop 00 r3k rdmode ED 7F r3k setusr ED 6F r3k sures ED 7D r3k syscall ED 75 r3k ld eir, a ED 47 r3k ld a, eir ED 57 r3k ld a', eir 76 ED 57 r3k altd ld a, eir 76 ED 57 r3k ld iir, a ED 4F r3k ld a, iir ED 5F r3k ld a', iir 76 ED 5F r3k altd ld a, iir 76 ED 5F r3k ipset %c ED %c(0..3)==0?0x46:%c==1?0x56:%c==2?0x4E:0x5E r3k ipres ED 5D r3k reti ED 4D r3k idet 5B r3k jr %j 18 %j r3k jp %m C3 %m %m r3k djnz %j 10 %j r3k altd djnz %j 76 10 %j r3k djnz b, %j 10 %j r3k djnz b', %j 76 10 %j r3k altd djnz b, %j 76 10 %j r3k jr nz, %j 20 %j r3k jp nz, %m C2 %m %m r3k jr z, %j 28 %j r3k jp z, %m CA %m %m r3k jr nc, %j 30 %j r3k jp nc, %m D2 %m %m r3k jr c, %j 38 %j r3k jp c, %m DA %m %m r3k jp po, %m E2 %m %m r3k jp pe, %m EA %m %m r3k jp nv, %m E2 %m %m r3k jp v, %m EA %m %m r3k jp lz, %m E2 %m %m r3k jp lo, %m EA %m %m r3k jp p, %m F2 %m %m r3k jp m, %m FA %m %m r3k jp (hl) E9 r3k jp (ix) DD E9 r3k jp (iy) FD E9 r3k ld xpc, a ED 67 r3k ld a, xpc ED 77 r3k ld a', xpc 76 ED 77 r3k altd ld a, xpc 76 ED 77 r3k call %m CD %m %m r3k ret C9 r3k call nz, %m 28 03 CD %m %m r3k ret nz C0 r3k call z, %m 20 03 CD %m %m r3k ret z C8 r3k call nc, %m 38 03 CD %m %m r3k ret nc D0 r3k call c, %m 30 03 CD %m %m r3k ret c D8 r3k call po, %m EA %t %t CD %m %m r3k ret po E0 r3k call pe, %m E2 %t %t CD %m %m r3k ret pe E8 r3k call nv, %m EA %t %t CD %m %m r3k ret nv E0 r3k call v, %m E2 %t %t CD %m %m r3k ret v E8 r3k call lz, %m EA %t %t CD %m %m r3k ret lz E0 r3k call lo, %m E2 %t %t CD %m %m r3k ret lo E8 r3k call p, %m FA %t %t CD %m %m r3k ret p F0 r3k call m, %m F2 %t %t CD %m %m r3k ret m F8 r3k rst %c 0xC7+%c r3k ldi ED A0 r3k ioi ldi D3 ED A0 r3k ioe ldi DB ED A0 r3k ldir ED B0 r3k ioi ldir D3 ED B0 r3k ioe ldir DB ED B0 r3k ldd ED A8 r3k ioi ldd D3 ED A8 r3k ioe ldd DB ED A8 r3k lddr ED B8 r3k ioi lddr D3 ED B8 r3k ioe lddr DB ED B8 r3k ldisr ED 90 r3k ioi ldisr D3 ED 90 r3k ioe ldisr DB ED 90 r3k lddsr ED 98 r3k ioi lddsr D3 ED 98 r3k ioe lddsr DB ED 98 r3k lsdr ED F8 r3k ioi lsdr D3 ED F8 r3k ioe lsdr DB ED F8 r3k lsir ED F0 r3k ioi lsir D3 ED F0 r3k ioe lsir DB ED F0 r3k lsddr ED D8 r3k ioi lsddr D3 ED D8 r3k ioe lsddr DB ED D8 r3k lsidr ED D0 r3k ioi lsidr D3 ED D0 r3k ioe lsidr DB ED D0 r3k cpi CD @__z80asm__cpi r3k cpir CD @__z80asm__cpir r3k cpd CD @__z80asm__cpd r3k cpdr CD @__z80asm__cpdr perl parse_ragel.pl parse_rules.rl make -C dev/z80pack-1.21/z80asm make[4]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80pack-1.21/z80asm' gcc -c -O3 -Wall z80amain.c gcc -c -O3 -Wall z80atab.c gcc -c -O3 -Wall z80anum.c gcc -c -O3 -Wall z80aout.c z80aout.c: In function 'asmerr': z80aout.c:60:3: warning: format not a string literal and no format arguments [-Wformat-security] fprintf(errfp, errmsg[i]); ^~~~~~~ gcc -c -O3 -Wall z80arfun.c gcc -c -O3 -Wall z80apfun.c gcc -c -O3 -Wall z80aopc.c gcc -c -O3 -Wall z80aglb.c gcc z80amain.o z80atab.o z80anum.o z80aout.o z80arfun.o z80apfun.o z80aopc.o z80aglb.o -s -o z80asm make[4]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80pack-1.21/z80asm' perl dev/build_opcodes.pl dev/z80pack-1.21/z80asm/z80asm -fb -l -otest.bin test.asm Z80 - Assembler Release 1.6, Copyright (C) 1987-2014 by Udo Munk Pass 1 Read test.asm Pass 2 Read test.asm 0 error(s) dev/z80pack-1.21/z80asm/z80asm -fb -l -otest.bin test.asm Z80 - Assembler Release 1.6, Copyright (C) 1987-2014 by Udo Munk Pass 1 Read test.asm Pass 2 Read test.asm 0 error(s) dev/z80pack-1.21/z80asm/z80asm -fb -l -otest.bin test.asm Z80 - Assembler Release 1.6, Copyright (C) 1987-2014 by Udo Munk Pass 1 Read test.asm Pass 2 Read test.asm 0 error(s) dev/z80pack-1.21/z80asm/z80asm -fb -l -otest.bin test.asm Z80 - Assembler Release 1.6, Copyright (C) 1987-2014 by Udo Munk Pass 1 Read test.asm Pass 2 Read test.asm 0 error(s) make make[4]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm' gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o hist.o hist.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o scan.o scan.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -O0 -c -o parse.o parse.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -o z80asm directives.o sym.o hist.o libfile.o error_func.o opcodes.o model.o codearea.o module.o zobjfile.o z80asm.o symtab.o options.o scan.o main.o parse.o macros.o z80pass.o modlink.o expr.o listfile.o errors.o lib/srcfile.o lib/dbg.o lib/str.o lib/list.o lib/strhash.o lib/alloc.o lib/minunit.o lib/class.o lib/array.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o -g -O2 make -C dev/z80asm_lib make[5]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80asm_lib' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80asm_lib' cp dev/z80asm_lib/z80asm-*.lib . gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o t/testlib.o t/testlib.c ar rcs t/libtestlib.a directives.o sym.o hist.o libfile.o error_func.o opcodes.o model.o codearea.o module.o zobjfile.o symtab.o options.o scan.o main.o parse.o macros.o z80pass.o modlink.o expr.o listfile.o errors.o lib/srcfile.o lib/dbg.o lib/str.o lib/list.o lib/strhash.o lib/alloc.o lib/minunit.o lib/class.o lib/array.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o t/testlib.o make[4]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm' make[3]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm' make all make[3]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm' make -C dev/z80asm_lib make[4]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80asm_lib' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80asm_lib' cp dev/z80asm_lib/z80asm-*.lib . make[3]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm' make[2]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm' make z80asm_lib make[2]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm' make -C dev/z80asm_lib make[3]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80asm_lib' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80asm_lib' cp dev/z80asm_lib/z80asm-*.lib . make[2]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm' #make -C dev\z80asm_lib test make prove_c make[2]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm' gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o t/test_codearea.o t/test_codearea.c gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o t/test_symtab.o t/test_symtab.c gcc -g -O2 t/test_codearea.o -o t/test_codearea -g -O2 -Lt -ltestlib t/test_codearea 2> t/test_codearea.out~ diff -w t/test_codearea.bmk t/test_codearea.out~ mv -f t/test_codearea.out~ t/test_codearea.out gcc -g -O2 t/test_symtab.o -o t/test_symtab -g -O2 -Lt -ltestlib t/test_symtab 2> t/test_symtab.out~ diff -w t/test_symtab.bmk t/test_symtab.out~ mv -f t/test_symtab.out~ t/test_symtab.out make[2]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm' make prove_perl make[2]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm' perl -S prove t/*.t t/CH_0002.t ................... ok t/CH_0003.t ................... ok t/asmpp.t ..................... ok t/bugfixes.t .................. ok t/cpu.t ....................... ok t/cpu_opcodes.t ............... ok t/directive_align.t ........... ok t/directive_binary.t .......... ok t/directive_defb.t ............ ok t/directive_defdb.t ........... ok t/directive_defgroup.t ........ ok t/directive_defs.t ............ ok t/directive_defvars.t ......... ok t/directive_include.t ......... ok t/directive_line.t ............ ok t/directive_org.t ............. ok t/directive_phase.t ........... ok t/directives.t ................ ok t/eol_format.t ................ ok t/errors.t .................... ok t/issue_1018.t ................ ok t/issue_1077.t ................ ok t/issue_17.t .................. ok t/issue_194.t ................. ok t/issue_222.t ................. ok t/issue_233.t ................. ok t/issue_252.t ................. ok t/issue_270.t ................. ok t/issue_326.t ................. ok t/issue_341.t ................. ok t/issue_343.t ................. ok t/issue_525.t ................. ok t/issue_53.t .................. ok t/issue_54.t .................. ok t/issue_563.t ................. ok t/issue_577.t ................. ok t/issue_578.t ................. ok t/issue_603.t ................. ok t/issue_610.t ................. ok t/issue_65.t .................. ok t/issue_655.t ................. ok t/issue_662.t ................. ok t/issue_673.t ................. ok t/issue_717.t ................. ok t/issue_738.t ................. ok t/issue_761.t ................. ok t/issue_795.t ................. ok t/issue_835.t ................. ok t/issue_850.t ................. ok t/issue_861.t ................. ok t/issue_885.t ................. ok t/issue_889.t ................. ok t/issue_999.t ................. ok t/modlink.t ................... ok t/objfile.t ................... ok t/op-ASMSIZE-ASMTAIL.t ........ ok t/opcodes.t ................... ok t/option_cpu_z80-zxn.t ........ ok t/option_debug.t .............. ok t/option_env.t ................ ok t/option_help.t ............... ok t/option_list_sym.t ........... ok t/option_map.t ................ ok t/option_output_dir.t ......... ok t/options.t ................... ok t/reloc.t ..................... ok t/scan.t ...................... ok t/source_lists.t .............. ok t/symtab.t .................... ok t/t_0049.t .................... ok t/test_bug-20151204T031100.t .. ok t/test_dma.t .................. ok t/test_enigma.t ............... ok t/test_macro.t ................ ok t/test_z80asm_lib.t ........... ok t/z80asm.t .................... ok t/zx82.t ...................... ok All tests successful. Files=77, Tests=31298, 60 wallclock secs ( 1.88 usr 0.18 sys + 48.07 cusr 5.40 csys = 55.53 CPU) Result: PASS make[2]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm' make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm' make: Leaving directory '/home/build/z88dk/build/z88dk/test' make: Entering directory '/home/build/z88dk/build/z88dk/examples' make -C console make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/console' zcc +abc80 world.c -o bin/abc80/world -lndos zcc +abc800 world.c -o bin/abc800/world -lndos zcc +ace world.c -o bin/ace/world -lndos zcc +alphatro world.c -o bin/alphatro/world -lndos zcc +aquarius world.c -o bin/aquarius/world -lndos zcc +bee world.c -o bin/bee/world -lndos zcc +c128 world.c -o bin/c128/world -lndos zcc +c7420 world.c -o bin/c7420/world -lndos zcc +coleco world.c -o bin/coleco/world -lndos zcc +cpc world.c -o bin/cpc/world -lndos zcc +cpm world.c -o bin/cpm/world -lndos zcc +enterprise world.c -o bin/enterprise/world -lndos zcc +fp1100 world.c -o bin/fp1100/world -lndos zcc +g800 world.c -o bin/g800/world -lndos zcc +gal world.c -o bin/gal/world -lndos zcc +kc world.c -o bin/kc/world -lndos zcc +lambda world.c -o bin/lambda/world -lndos zcc +laser500 world.c -o bin/laser500/world -lndos zcc +lynx world.c -o bin/lynx/world -lndos zcc +m5 world.c -o bin/m5/world -lndos zcc +mc1000 world.c -o bin/mc1000/world -lndos zcc +msx world.c -o bin/msx/world -lndos zcc +mtx world.c -o bin/mtx/world -lndos zcc +multi8 world.c -o bin/multi8/world -lndos zcc +mz world.c -o bin/mz/world -lndos zcc +nascom world.c -o bin/nascom/world -lndos zcc +nc world.c -o bin/nc/world -lndos zcc +newbrain world.c -o bin/newbrain/world -lndos zcc +osca world.c -o bin/osca/world -lndos zcc +oz world.c -o bin/oz/world -lndos zcc +p2000 world.c -o bin/p2000/world -lndos zcc +pacman world.c -o bin/pacman/world -lndos Warning: could not get the code ORG, binary ORG defaults to rombase = 0 WARNING: ROM chip file 'bin/pacman/world.0b' is empty, it can probably be omitted. WARNING: ROM chip file 'bin/pacman/world.0c' is empty, it can probably be omitted. WARNING: ROM chip file 'bin/pacman/world.0d' is empty, it can probably be omitted. zcc +pasopia7 world.c -o bin/pasopia7/world -lndos zcc +pc6001 world.c -o bin/pc6001/world -lndos zcc +pps world.c -o bin/pps/world -lndos zcc +pv1000 world.c -o bin/pv1000/world -lndos zcc +pv2000 world.c -o bin/pv2000/world -lndos zcc +rcmx000 world.c -o bin/rcmx000/world -lndos zcc +rx78 world.c -o bin/rx78/world -lndos zcc +sam world.c -o bin/sam/world -lndos zcc +sc3000 world.c -o bin/sc3000/world -lndos zcc +sos world.c -o bin/sos/world -lndos zcc +spc1000 world.c -o bin/spc1000/world -lndos zcc +srr world.c -o bin/srr/world -lndos zcc +svi world.c -o bin/svi/world -lndos zcc +test world.c -o bin/test/world -lndos zcc +ti82 world.c -o bin/ti82/world -lndos zcc +ti83 world.c -o bin/ti83/world -lndos zcc +ti85 world.c -o bin/ti85/world -lndos zcc +ti86 world.c -o bin/ti86/world -lndos zcc +ti8x world.c -o bin/ti8x/world -lndos zcc +trs80 world.c -o bin/trs80/world -lndos zcc +ts2068 world.c -o bin/ts2068/world -lndos zcc +vg5k world.c -o bin/vg5k/world -lndos zcc +vz world.c -o bin/vz/world -lndos zcc +x07 world.c -o bin/x07/world -lndos zcc +x1 world.c -o bin/x1/world -lndos zcc +z1013 world.c -o bin/z1013/world -lndos zcc +z9001 world.c -o bin/z9001/world -lndos zcc +z88 world.c -o bin/z88/world -lndos zcc +zx world.c -o bin/zx/world -lndos zcc +zx80 world.c -o bin/zx80/world -lndos zcc +zx81 world.c -o bin/zx81/world -lndos zcc +abc80 ansitest.c -clib=ansi -o bin/abc80/ansitest -lndos zcc +ace ansitest.c -clib=ansi -o bin/ace/ansitest -lndos zcc +aquarius ansitest.c -clib=ansi -o bin/aquarius/ansitest -lndos zcc +bee ansitest.c -clib=ansi -o bin/bee/ansitest -lndos zcc +cpc ansitest.c -clib=ansi -o bin/cpc/ansitest -lndos zcc +gal ansitest.c -clib=ansi -o bin/gal/ansitest -lndos zcc +mc1000 ansitest.c -clib=ansi -o bin/mc1000/ansitest -lndos zcc +msx ansitest.c -clib=ansi -o bin/msx/ansitest -lndos zcc +mtx ansitest.c -clib=ansi -o bin/mtx/ansitest -lndos zcc +mz ansitest.c -clib=ansi -o bin/mz/ansitest -lndos zcc +nascom ansitest.c -clib=ansi -o bin/nascom/ansitest -lndos zcc +osca ansitest.c -clib=ansi -o bin/osca/ansitest -lndos zcc +p2000 ansitest.c -clib=ansi -o bin/p2000/ansitest -lndos zcc +pc6001 ansitest.c -clib=ansi -o bin/pc6001/ansitest -lndos zcc +pps ansitest.c -clib=ansi -o bin/pps/ansitest -lndos zcc +sam ansitest.c -clib=ansi -o bin/sam/ansitest -lndos zcc +sc3000 ansitest.c -clib=ansi -o bin/sc3000/ansitest -lndos zcc +svi ansitest.c -clib=ansi -o bin/svi/ansitest -lndos zcc +ti82 ansitest.c -clib=ansi -o bin/ti82/ansitest -lndos zcc +ti83 ansitest.c -clib=ansi -o bin/ti83/ansitest -lndos zcc +ti85 ansitest.c -clib=ansi -o bin/ti85/ansitest -lndos zcc +ti86 ansitest.c -clib=ansi -o bin/ti86/ansitest -lndos zcc +ti8x ansitest.c -clib=ansi -o bin/ti8x/ansitest -lndos zcc +ts2068 ansitest.c -clib=ansi -o bin/ts2068/ansitest -lndos zcc +vz ansitest.c -clib=ansi -o bin/vz/ansitest -lndos zcc +x1 ansitest.c -clib=ansi -o bin/x1/ansitest -lndos zcc +z1013 ansitest.c -clib=ansi -o bin/z1013/ansitest -lndos zcc +z88 ansitest.c -clib=ansi -o bin/z88/ansitest -lndos zcc +zx ansitest.c -clib=ansi -o bin/zx/ansitest -lndos zcc +z9001 ansitest.c -clib=ansi -o bin/z9001/ansitest -lndos zcc +abc80 world_conio.c --generic-console -clib=default -o bin/abc80/world_conio -lndos Unknown option --generic-console zcc +ace world_conio.c --generic-console -clib=default -o bin/ace/world_conio -lndos Unknown option --generic-console zcc +alphatro world_conio.c --generic-console -clib=default -o bin/alphatro/world_conio -lndos Unknown option --generic-console zcc +aquarius world_conio.c --generic-console -clib=default -o bin/aquarius/world_conio -lndos Unknown option --generic-console zcc +bee world_conio.c --generic-console -clib=default -o bin/bee/world_conio -lndos Unknown option --generic-console zcc +cpc world_conio.c --generic-console -clib=default -o bin/cpc/world_conio -lndos Unknown option --generic-console zcc +coleco world_conio.c --generic-console -clib=default -o bin/coleco/world_conio -lndos Unknown option --generic-console zcc +fp1100 world_conio.c --generic-console -clib=default -o bin/fp1100/world_conio -lndos Unknown option --generic-console zcc +laser500 world_conio.c --generic-console -clib=default -o bin/laser500/world_conio -lndos Unknown option --generic-console zcc +mc1000 world_conio.c --generic-console -clib=default -o bin/mc1000/world_conio -lndos Unknown option --generic-console zcc +nascom world_conio.c --generic-console -clib=default -o bin/nascom/world_conio -lndos Unknown option --generic-console zcc +pv1000 world_conio.c --generic-console -clib=default -o bin/pv1000/world_conio -lndos Unknown option --generic-console zcc +pps world_conio.c --generic-console -clib=default -o bin/pps/world_conio -lndos Unknown option --generic-console zcc +rx78 world_conio.c --generic-console -clib=default -o bin/rx78/world_conio -lndos Unknown option --generic-console zcc +spc1000 world_conio.c --generic-console -clib=default -o bin/spc1000/world_conio -lndos Unknown option --generic-console zcc +srr world_conio.c --generic-console -clib=default -o bin/srr/world_conio -lndos Unknown option --generic-console zcc +super80 world_conio.c --generic-console -clib=default -o bin/super80/world_conio -lndos Unknown option --generic-console zcc +trs80 world_conio.c --generic-console -clib=default -o bin/trs80/world_conio -lndos Unknown option --generic-console zcc +vg5k world_conio.c --generic-console -clib=default -o bin/vg5k/world_conio -lndos Unknown option --generic-console zcc +vz world_conio.c --generic-console -clib=default -o bin/vz/world_conio -lndos Unknown option --generic-console zcc +z1013 world_conio.c --generic-console -clib=default -o bin/z1013/world_conio -lndos Unknown option --generic-console zcc +zx80 world_conio.c --generic-console -clib=default -o bin/zx80/world_conio -lndos Unknown option --generic-console zcc +zx81 world_conio.c --generic-console -clib=default -o bin/zx81/world_conio -lndos Unknown option --generic-console zcc +msx world_conio.c --generic-console -clib=default -o bin/msx/world_conio -lndos Unknown option --generic-console zcc +pv2000 world_conio.c --generic-console -clib=default -o bin/pv2000/world_conio -lndos Unknown option --generic-console zcc +sc3000 world_conio.c --generic-console -clib=default -o bin/sc3000/world_conio -lndos Unknown option --generic-console zcc +svi world_conio.c --generic-console -clib=default -o bin/svi/world_conio -lndos Unknown option --generic-console zcc +m5 world_conio.c --generic-console -clib=default -o bin/m5/world_conio -lndos Unknown option --generic-console zcc +mtx world_conio.c --generic-console -clib=default -o bin/mtx/world_conio -lndos Unknown option --generic-console zcc +multi8 world_conio.c --generic-console -clib=default -o bin/multi8/world_conio -lndos Unknown option --generic-console zcc +z80tvgame world_conio.c --generic-console -clib=default -o bin/z80tvgame/world_conio -lndos Unknown option --generic-console zcc +z9001 world_conio.c --generic-console -clib=default -o bin/z9001/world_conio -lndos Unknown option --generic-console zcc +cpm world.c -subtype=px8 -create-app -o bin/cpm/px8/world -lndos Program fits in an 8K EPROM (2764) zcc +cpm world.c -subtype=px4 -create-app -o bin/cpm/px4/world -lndos Preaparing a 32K ROM image (27256 EPROM) zcc +cpm world.c -subtype=einstein -create-app -o bin/cpm/einstein/world -lndos zcc +cpm world.c -subtype=attache -create-app -o bin/cpm/attache/world -lndos zcc +cpm world.c -subtype=osborne1 -create-app -o bin/cpm/osborne1/world -lndos zcc +cpm world.c -subtype=kaypro83 -create-app -o bin/cpm/kaypro83/world -lndos zcc +cpm world.c -subtype=kaypro84 -create-app -o bin/cpm/kaypro84/world -lndos zcc +cpm world.c -subtype=mz2500 -create-app -o bin/cpm/mz2500/world -lndos zcc +cpm world.c -subtype=microbee -create-app -o bin/cpm/microbee/world -lndos zcc +cpm world.c -subtype=qc10 -create-app -o bin/cpm/qc10/world -lndos zcc +cpm world.c -subtype=nascom -create-app -o bin/cpm/nascom/world -lndos zcc +cpm world.c -subtype=tiki100 -create-app -o bin/cpm/tiki100/world -lndos zcc +cpm world.c -subtype=svi -create-app -o bin/cpm/svi/world -lndos zcc +cpm world.c -subtype=dmv -create-app -o bin/cpm/dmv/world -lndos zcc +cpm world.c -subtype=adam -create-app -o bin/cpm/adam/world -lndos zcc +cpm world.c -subtype=smc777 -create-app -o bin/cpm/smc777/world -lndos make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/console' make -C ace make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/ace' zcc +ace -vn -create-app dstar.c -odstar.bin zcc +ace -vn ../console/adv_a.c -I../console -create-app -DTAPE -DCOMPUTE_SCORE -O3 -oadv_a.bin zcc +ace -clib=ansi -vn ../console/ansitest.c -create-app -oansitest.bin zcc +ace -vn ../console/enigma.c -create-app -oenigma.bin zcc +ace -vn ../console/fib.c -create-app -ofib.bin zcc +ace -vn -create-app ../console/mm.c -omm.bin zcc +ace -vn -create-app ../console/rpn.c -orpn.bin zcc +ace -vn -create-app ../console/tic.c -otic.bin zcc +ace -vn -create-app ../console/sorter.c -osorter.bin zcc +ace -vn -O3 -create-app -DREDEFINED_FONT ../othello.c -I.. -oothello.bin make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/ace' make -C cpm make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/cpm' zcc +cpm -vn -g -O2 -DWILDCARD ../osca/wc.c -create-app -owc.bin zcc +cpm -vn -g -O2 -DAMALLOC -O3 ../osca/tail.c -create-app -otail.bin zcc +cpm -vn -g -O2 -DAMALLOC -O3 ../osca/sort.c -create-app -osort.bin sccz80:"../osca/sort.c" L:109 Warning:Assigning 'p', type: char *p from long [-Wincompatible-pointer-types] zcc +cpm -vn -g -O2 ../osca/ddir.c -O3 -create-app -oddir.bin zcc +cpm -vn -g -O2 ../console/adv_a.c -I../console -create-app -DDISK -DCOMPUTE_SCORE -O3 -oadv_a.bin zcc +cpm -vn -g -O2 ../console/enigma.c -create-app -oenigma.bin zcc +cpm -vn -g -O2 ../console/fib.c -create-app -ofib.bin zcc +cpm -vn -g -O2 -create-app ../console/mm.c -omm.bin zcc +cpm -vn -g -O2 -create-app ../console/rpn.c -orpn.bin zcc +cpm -vn -g -O2 -create-app ../console/tic.c -otic.bin zcc +cpm -vn -g -O2 -create-app ../console/sorter.c -osorter.bin zcc +cpm -vn -g -O2 -O3 -create-app ../othello.c -I.. -oothello.bin make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/cpm' make -C embedded make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/embedded' z80asm -d -DFORembedded -xembedded_clib2 @clib2.lst zcc +embedded -vn -c ns16450.c zcc +embedded -vn ns16450.o hello.c -o hello.bin -L. -lembedded_clib2 zcc +embedded -vn -lm ns16450.o sine.c -o sine.bin -L. -lembedded_clib2 zcc +embedded -vn -lm ns16450.o loop.c -o loop.bin -L. -lembedded_clib2 zcc +embedded -vn -lm ns16450.o savage.c -o savage.bin -L. -lembedded_clib2 make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/embedded' make -C msx make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/msx' zcc +msx -vn -llib3d -lm -lndos -create-app -oex1.bin ex1.c zcc +msx -vn -llib3d -lm -lndos -create-app -oex1b.bin ex1b.c zcc +msx -vn -llib3d -lm -lndos -create-app -oex2.bin ex2.c zcc +msx -vn -llib3d -lm -lndos -create-app -oex3.bin ex3.c zcc +msx -vn -llib3d -lm -lndos -create-app -oex4.bin ex4.c zcc +msx -vn -llib3d -lm -lndos -create-app -oex5.bin ex5.c zcc +msx -vn -llib3d -lm -lndos -create-app -oex6.bin ex6.c -lmsxbios zcc +msx -vn -llib3d -lm -lndos -create-app -oex7.bin ex7.c -lmsxbios zcc +msx -vn -llib3d -lm -lndos -create-app -oex9.bin ex9.c zcc +msx -vn -llib3d -lm -lndos -create-app -oex10.bin ex10.c zcc +msx -vn -llib3d -lm -lndos -create-app -oex10b.bin ex10b.c zcc +msx -vn -llib3d -lm -lndos -create-app -oex11.bin ex11.c -lmsxbios zcc +msx -vn -llib3d -lm -lndos -create-app -oshowlib3d.bin showlib3d.c -lmsxbios zcc +msx -vn -llib3d -lm -lndos -create-app -ovpoke.bin vpoke.c zcc +msx -vn -subtype=msxdos -create-app -oex8 ex8.c -lmsxbios zcc +msx -vn -subtype=msxdos ../console/adv_a.c -I../console -DCOMPUTE_SCORE -DPICS -DDISK -create-app -clib=ansi -oadva.bin zcc +msx -vn -llib3d -lm -lndos -create-app ../dstar.c -I.. -Dspritesize=16 -DSOUND -create-app -odstar.bin zcc +msx -vn -llib3d -lm -lndos -create-app ../microman.c -I.. -DSOUND -DJOYSTICK_DIALOG -create-app -omicroman.bin zcc +msx -vn -llib3d -lm -lndos -create-app ../othello.c -I.. -clib=ansi -DGRAPHICS -create-app -oothello.bin zcc +msx -vn -llib3d -lm -lndos -create-app ../wall.c -I.. -DJOYSTICK -DBANNERS -Dspritesize=8 -DSOUND -DCLOCK -create-app -owall.bin -lmsxbios sccz80:"../wall.c" L:546 Warning:Loss of precision, converting unsigned long clock_t to unsigned int seed [-Wconversion] zcc +msx -vn -llib3d -lm -lndos -create-app ../graphics/globe.c -I../graphics -create-app -pragma-redirect=fputc_cons=putc4x6 -oglobe.bin zcc +msx -vn -llib3d -lm -lndos -create-app ../graphics/snakes.c -I../graphics -DJOYSTICK_DIALOG -DSPEED=1500 -DPSG -create-app -osnakes.bin zcc +msx -vn -llib3d -lm -lndos -create-app ../console/vtstone.c -I../console -clib=ansi -pragma-define:ansicolumns=80 -create-app -ovtstone.bin make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/msx' make -C osca make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/osca' zcc +osca -vn -lflosdos -DWILDCARD wc.c -create-app -owc.bin zcc +osca -vn -lflosxdos -DAMALLOC -O3 tail.c -create-app -otail.bin zcc +osca -vn -lflosxdos -DAMALLOC -O3 sort.c -create-app -osort.bin sccz80:"sort.c" L:109 Warning:Assigning 'p', type: char *p from long [-Wincompatible-pointer-types] zcc +osca -vn -lndos ddir.c -O3 -create-app -oddir.bin zcc +osca -clib=ansi -vn -lndos ../console/ansitest.c -create-app -oansitest.bin zcc +osca -vn -lflosdos ../console/adv_a.c -I../console -create-app -DDISK -DCOMPUTE_SCORE -O3 -oadv_a.bin zcc +osca -vn -lndos ../console/enigma.c -create-app -oenigma.bin zcc +osca -vn -lndos ../console/fib.c -create-app -ofib.bin zcc +osca -vn -lndos -create-app ../console/mm.c -omm.bin zcc +osca -vn -lndos -create-app ../console/rpn.c -orpn.bin zcc +osca -vn -lndos -create-app ../console/tic.c -otic.bin zcc +osca -vn -lndos -create-app ../console/sorter.c -osorter.bin zcc +osca -vn ../dstar.c -I.. -Dspritesize=16 -create-app -odstar.bin -lndos zcc +osca -vn -lndos -O3 -create-app ../othello.c -I.. -oothello.bin zcc +osca -vn -lndos -create-app -DJOYSTICK -DBANNERS -Dspritesize=8 -O3 -I.. ../wall.c -owall.bin make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/osca' make -C rex make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/rex' zcc +rex -vn -create-app -o hello.bin hello.c make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/rex' make -C sam make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/sam' zcc +sam -vn hello.c -o hello.bin zcc +sam -vn keyget.c -o keyget.bin zcc +sam -vn dstar.c -o dstar.bin zcc +sam -vn enigma.c -o enigma.bin zcc +sam -vn gfx.c -o gfx.bin zcc +sam -vn smile.c -o smile.bin zcc +sam -vn cube.c -o cube.bin -lm zcc +sam -vn mandel.c -o mandel.bin -lm zcc +sam -clib=ansi -vn ansitest.c -o ansitest.bin -lndos make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/sam' make -C sms make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/sms' zcc +sms -vn test.c -o test.bin -create-app Notice: Available RAM space is 8051 bytes ignoring the stack Adding main banks 0x00,0x01 (28461 bytes free) echo test.map test.sym test.map test.sym zcc +sms -vn libctest.c -o libctest.bin -create-app Notice: Available RAM space is 8150 bytes ignoring the stack Adding main banks 0x00,0x01 (28753 bytes free) echo libctest.map libctest.sym libctest.map libctest.sym z80asm -d pong_graphics.asm zcc +sms -vn pong_graphics.o pongmstr.c -o pongmstr.bin -create-app Notice: Available RAM space is 8178 bytes ignoring the stack Adding main banks 0x00,0x01 (24385 bytes free) echo pongmstr.map pongmstr.sym pongmstr.map pongmstr.sym zcc +sms -vn pong_graphics.o pngmstr2.c -o pngmstr2.bin -create-app Notice: Available RAM space is 7932 bytes ignoring the stack Adding main banks 0x00,0x01 (23759 bytes free) echo pngmstr2.map pngmstr2.sym pngmstr2.map pngmstr2.sym z80asm -d testtxt_apk.asm zcc +sms -vn testtxt_apk.o apktest.c -o apktest.bin -create-app Notice: Available RAM space is 8150 bytes ignoring the stack Adding main banks 0x00,0x01 (27699 bytes free) echo apktest.map apktest.sym apktest.map apktest.sym z80asm -d chicken_graphics.asm zcc +sms -vn chicken_graphics.o chicken.c -o chicken.bin -create-app Notice: Available RAM space is 8118 bytes ignoring the stack Adding main banks 0x00,0x01 (30173 bytes free) echo chicken.map chicken.sym chicken.map chicken.sym zcc +sms -vn testsnd.c -o testsnd.bin -create-app Notice: Available RAM space is 8183 bytes ignoring the stack Adding main banks 0x00,0x01 (31723 bytes free) echo testsnd.map testsnd.sym testsnd.map testsnd.sym make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/sms' make -C sos make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/sos' zcc +sos -create-app -vn ../console/adv_a.c -O3 -o adv_a.obj -lndos -lm zcc +sos -create-app -vn ../othello.c -O3 -o othello.obj -lndos -lm zcc +sos -create-app -vn ../console/enigma.c -O3 -o enigma.obj -lndos -lm zcc +sos -create-app -vn ../console/fib.c -O3 -o fib.obj -lndos -lm zcc +sos -create-app -vn ../console/mm.c -O3 -o mm.obj -lndos -lm zcc +sos -create-app -vn ../console/rpn.c -O3 -o rpn.obj -lndos -lm zcc +sos -create-app -vn ../console/tic.c -O3 -o tic.obj -lndos -lm zcc +sos -create-app -vn ../console/sorter.c -O3 -o sorter.obj -lndos -lm zcc +sos -create-app -vn mandel.c -O3 -o mandel.obj -lndos -lm zcc +sos -create-app -vn sosinfo.c -O3 -o sosinfo.obj -lndos -lm make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/sos' make -C spectrum make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/spectrum' zcc +zx -vn ../graphics/rndsphere.c -lndos -lm -create-app -orndsphere.bin zcc +zx -vn -lndos ../clisp/clisp.c -create-app -O3 -DLARGEMEM=3000 -DGRAPHICS -llib3d -DSHORT -DSPECLISP -oclisp_speclisp.bin Warning at file '../clisp/clisp.c' line 228: integer '-144' out of range Warning at file '../clisp/clisp.c' line 262: integer '65782' out of range Warning at file '../clisp/clisp.c' line 270: integer '65962' out of range Warning at file '../clisp/clisp.c' line 272: integer '65782' out of range Warning at file '../clisp/clisp.c' line 274: integer '65962' out of range Warning at file '../clisp/clisp.c' line 276: integer '65962' out of range Warning at file '../clisp/clisp.c' line 300: integer '65962' out of range Warning at file '../clisp/clisp.c' line 302: integer '65962' out of range Warning at file '../clisp/clisp.c' line 358: integer '65780' out of range Warning at file '../clisp/clisp.c' line 506: integer '65780' out of range Warning at file '../clisp/clisp.c' line 4830: integer '65780' out of range Warning at file '../clisp/clisp.c' line 4915: integer '65780' out of range Warning at file '../clisp/clisp.c' line 4919: integer '65780' out of range Warning at file '../clisp/clisp.c' line 4963: integer '65780' out of range Warning at file '../clisp/clisp.c' line 5077: integer '65780' out of range Warning at file '../clisp/clisp.c' line 5087: integer '65780' out of range Warning at file '../clisp/clisp.c' line 5089: integer '65780' out of range Warning at file '../clisp/clisp.c' line 5147: integer '65780' out of range Warning at file '../clisp/clisp.c' line 5161: integer '65780' out of range Warning at file '../clisp/clisp.c' line 5167: integer '65780' out of range Warning at file '../clisp/clisp.c' line 5526: integer '65780' out of range Warning at file '../clisp/clisp.c' line 5764: integer '65780' out of range Warning at file '../clisp/clisp.c' line 5786: integer '65780' out of range Warning at file '../clisp/clisp.c' line 5788: integer '65780' out of range Warning at file '../clisp/clisp.c' line 5819: integer '65780' out of range Warning at file '../clisp/clisp.c' line 5821: integer '65780' out of range Warning at file 'set_direction.asm' line 15: integer '65964' out of range Warning at file 'fwd.asm' line 24: integer '65964' out of range Warning at file 'fwd.asm' line 37: integer '65964' out of range Warning at file 'turn_left.asm' line 16: integer '65964' out of range Warning at file 'turn_left.asm' line 20: integer '65964' out of range Warning at file 'turn_left.asm' line 24: integer '65964' out of range Warning at file 'turn_right.asm' line 16: integer '65964' out of range Warning at file 'turn_right.asm' line 19: integer '65964' out of range Warning at file 'turn_right.asm' line 25: integer '65964' out of range Warning at file 'fgets_cons.c' line 50: integer '65966' out of range Warning at file 'fgets_cons.c' line 56: integer '65966' out of range Warning at file 'fgets_cons.c' line 101: integer '65966' out of range Warning at file 'fputc_cons_generic.asm' line 70: integer '65974' out of range Warning at file 'fputc_cons_generic.asm' line 71: integer '65967' out of range Warning at file 'fputc_cons_generic.asm' line 77: integer '65971' out of range Warning at file 'fputc_cons_generic.asm' line 86: integer '65971' out of range Warning at file 'fputc_cons_generic.asm' line 102: integer '65974' out of range Warning at file 'fputc_cons_generic.asm' line 138: integer '65969' out of range Warning at file 'fputc_cons_generic.asm' line 142: integer '65971' out of range Warning at file 'fputc_cons_generic.asm' line 165: integer '65967' out of range Warning at file 'fputc_cons_generic.asm' line 172: integer '65969' out of range Warning at file 'fputc_cons_generic.asm' line 200: integer '65968' out of range Warning at file 'fputc_cons_generic.asm' line 219: integer '65974' out of range Warning at file 'stdio/spectrum/generic_console_scrollup.asm' line 82: integer '65973' out of range Warning at file 'stdio/spectrum/generic_console_scrollup.asm' line 118: integer '65973' out of range Warning at file 'stdio/spectrum/generic_console_scrollup.asm' line 153: integer '65973' out of range Warning at file 'stdio/spectrum/generic_console_cls.asm' line 19: integer '65973' out of range Warning at file 'stdio/spectrum/generic_console_cls.asm' line 30: integer '65973' out of range Warning at file 'stdio/spectrum/generic_console_printc.asm' line 71: integer '65973' out of range Warning at file 'stdio/spectrum/generic_console_printc.asm' line 98: integer '65972' out of range Warning at file 'stdio/spectrum/generic_console_printc.asm' line 133: integer '65971' out of range Warning at file 'stdio/spectrum/generic_console_printc.asm' line 159: integer '65973' out of range Warning at file 'stdio/spectrum/generic_console_printc.asm' line 215: integer '65971' out of range Warning at file 'stdio/spectrum/generic_console_printc.asm' line 240: integer '65973' out of range Warning at file 'stdio/spectrum/generic_console_printc.asm' line 258: integer '65973' out of range Warning at file 'graphics/plotpixl.asm' line 38: integer '65976' out of range Warning at file 'graphics/move.asm' line 32: integer '65978' out of range Warning at file 'graphics/liner.asm' line 154: integer '65976' out of range Warning at file 'graphics/setxy.asm' line 35: integer '65976' out of range Warning at file 'graphics/pen_up.asm' line 17: integer '65978' out of range Warning at file 'graphics/pen_down.asm' line 15: integer '65978' out of range Errors in source file /home/build/z88dk/build/z88dk/lib/config//../..//lib/target/zx/classic/spec_crt0.asm: Warning at file '../clisp/clisp.c' line 262: integer '65782' out of range ^ ---- Warning at file '../clisp/clisp.c' line 270: integer '65962' out of range ^ ---- { "car", FTYPE(FTYPE_SYS, 1), KW_CAR }, Warning at file '../clisp/clisp.c' line 272: integer '65782' out of range ^ ---- { "quit", FTYPE(FTYPE_SYS, 0), KW_QUIT }, Warning at file '../clisp/clisp.c' line 274: integer '65962' out of range ^ ---- { "define", FTYPE(FTYPE_SPECIAL, FTYPE_ANY_ARGS), KW_DEFUN }, Warning at file '../clisp/clisp.c' line 276: integer '65962' out of range ^ ---- #ifdef SPECLISP Warning at file '../clisp/clisp.c' line 300: integer '65962' out of range ^ ---- { "numberp", FTYPE(FTYPE_SYS, 1), KW_NUMBERP }, Warning at file '../clisp/clisp.c' line 302: integer '65962' out of range ^ ---- #endif Warning at file '../clisp/clisp.c' line 358: integer '65780' out of range ^ ---- { "sub1", FTYPE(FTYPE_SYS, 1), KW_DECR }, Warning at file '../clisp/clisp.c' line 506: integer '65780' out of range ^ ---- #endif Warning at file '../clisp/clisp.c' line 4830: integer '65780' out of range ^ ---- (null)Warning at file '../clisp/clisp.c' line 4915: integer '65780' out of range ^ ---- (null)Warning at file '../clisp/clisp.c' line 4919: integer '65780' out of range ^ ---- (null)Warning at file '../clisp/clisp.c' line 4963: integer '65780' out of range ^ ---- (null)Warning at file '../clisp/clisp.c' line 5077: integer '65780' out of range ^ ---- (null)Warning at file '../clisp/clisp.c' line 5087: integer '65780' out of range ^ ---- (null)Warning at file '../clisp/clisp.c' line 5089: integer '65780' out of range ^ ---- (null)Warning at file '../clisp/clisp.c' line 5147: integer '65780' out of range ^ ---- (null)Warning at file '../clisp/clisp.c' line 5161: integer '65780' out of range ^ ---- (null)Warning at file '../clisp/clisp.c' line 5167: integer '65780' out of range ^ ---- (null)Warning at file '../clisp/clisp.c' line 5526: integer '65780' out of range ^ ---- (null)Warning at file '../clisp/clisp.c' line 5764: integer '65780' out of range ^ ---- (null)Warning at file '../clisp/clisp.c' line 5786: integer '65780' out of range ^ ---- (null)Warning at file '../clisp/clisp.c' line 5788: integer '65780' out of range ^ ---- (null)Warning at file '../clisp/clisp.c' line 5819: integer '65780' out of range ^ ---- (null)Warning at file '../clisp/clisp.c' line 5821: integer '65780' out of range ^ ---- (null)Warning at file 'set_direction.asm' line 15: integer '65964' out of range Warning at file 'fwd.asm' line 24: integer '65964' out of range Warning at file 'fwd.asm' line 37: integer '65964' out of range Warning at file 'turn_left.asm' line 16: integer '65964' out of range Warning at file 'turn_left.asm' line 20: integer '65964' out of range Warning at file 'turn_left.asm' line 24: integer '65964' out of range Warning at file 'turn_right.asm' line 16: integer '65964' out of range Warning at file 'turn_right.asm' line 19: integer '65964' out of range Warning at file 'turn_right.asm' line 25: integer '65964' out of range Warning at file 'fgets_cons.c' line 50: integer '65966' out of range Warning at file 'fgets_cons.c' line 56: integer '65966' out of range Warning at file 'fgets_cons.c' line 101: integer '65966' out of range Warning at file 'fputc_cons_generic.asm' line 70: integer '65974' out of range Warning at file 'fputc_cons_generic.asm' line 71: integer '65967' out of range Warning at file 'fputc_cons_generic.asm' line 77: integer '65971' out of range Warning at file 'fputc_cons_generic.asm' line 86: integer '65971' out of range Warning at file 'fputc_cons_generic.asm' line 102: integer '65974' out of range Warning at file 'fputc_cons_generic.asm' line 138: integer '65969' out of range Warning at file 'fputc_cons_generic.asm' line 142: integer '65971' out of range Warning at file 'fputc_cons_generic.asm' line 165: integer '65967' out of range Warning at file 'fputc_cons_generic.asm' line 172: integer '65969' out of range Warning at file 'fputc_cons_generic.asm' line 200: integer '65968' out of range Warning at file 'fputc_cons_generic.asm' line 219: integer '65974' out of range Warning at file 'stdio/spectrum/generic_console_scrollup.asm' line 82: integer '65973' out of range Warning at file 'stdio/spectrum/generic_console_scrollup.asm' line 118: integer '65973' out of range Warning at file 'stdio/spectrum/generic_console_scrollup.asm' line 153: integer '65973' out of range Warning at file 'stdio/spectrum/generic_console_cls.asm' line 19: integer '65973' out of range Warning at file 'stdio/spectrum/generic_console_cls.asm' line 30: integer '65973' out of range Warning at file 'stdio/spectrum/generic_console_printc.asm' line 71: integer '65973' out of range Warning at file 'stdio/spectrum/generic_console_printc.asm' line 98: integer '65972' out of range Warning at file 'stdio/spectrum/generic_console_printc.asm' line 133: integer '65971' out of range Warning at file 'stdio/spectrum/generic_console_printc.asm' line 159: integer '65973' out of range Warning at file 'stdio/spectrum/generic_console_printc.asm' line 215: integer '65971' out of range Warning at file 'stdio/spectrum/generic_console_printc.asm' line 240: integer '65973' out of range Warning at file 'stdio/spectrum/generic_console_printc.asm' line 258: integer '65973' out of range Warning at file 'graphics/plotpixl.asm' line 38: integer '65976' out of range Warning at file 'graphics/move.asm' line 32: integer '65978' out of range Warning at file 'graphics/liner.asm' line 154: integer '65976' out of range Warning at file 'graphics/setxy.asm' line 35: integer '65976' out of range Warning at file 'graphics/pen_up.asm' line 17: integer '65978' out of range Warning at file 'graphics/pen_down.asm' line 15: integer '65978' out of range zcc +zx -vn -lndos ../clisp/clisp.c -create-app -O3 -DLARGEMEM=1200 -oclisp.bin zcc +zx -vn ../graphics/hawk.c -lndos -lm -create-app -DSOUND -ohawk.bin zcc +zx -vn -lndos ../console/adv_a.c -I../console -create-app -DTAPE -DPICS -DCOMPUTE_SCORE -O3 -zorg=27000 -oadv_a.bin zcc +zx -clib=ansi -vn -lndos ../console/ansitest.c -create-app -oansitest.bin zcc +zx -vn -lndos ../console/enigma.c -create-app -oenigma.bin zcc +zx -vn -lndos ../console/fib.c -create-app -ofib.bin zcc +zx -vn -lndos -create-app ../console/mm.c -omm.bin zcc +zx -vn -lndos -create-app ../console/rpn.c -orpn.bin zcc +zx -vn -lndos -create-app ../console/tic.c -otic.bin zcc +zx -vn -lndos -create-app ../console/sorter.c -osorter.bin zcc +zx -vn -lndos ../graphics/snakes.c -I.. -DPSG -lm -DJOYSTICK_DIALOG -DSPEED=1500 -create-app -osnakes.bin zcc +zx -vn -lndos ../dstar.c -I.. -Dspritesize=16 -DSOUND -create-app -odstar.bin zcc +zx -vn -lndos dstar.c -o dstar_native.bin -create-app zcc +zx -vn -lndos -create-app -omicroman.bin -DSOUND -DJOYSTICK_DIALOG -I.. ../microman.c zcc +zx -vn -lndos -O3 -create-app -zorg=50000 -DGRAPHICS ../othello.c -I.. -oothello.bin zcc +zx -vn -lndos -O3 -create-app -DREDEFINED_FONT ../othello.c -I.. -oothello_udg.bin zcc +zx -vn -lndos -create-app -DJOYSTICK -DBANNERS -Dspritesize=8 -DSOUND -DCLOCK -O3 -I.. ../wall.c -owall.bin sccz80:"../wall.c" L:546 Warning:Loss of precision, converting unsigned long clock_t to unsigned int seed [-Wconversion] zcc +zx -vn gfx.c -o gfx.bin -lndos -create-app -lm zcc +zx -vn save.c -o save.bin -create-app -lndos zcc +zx -vn ex10b.c -o ex10b.bin -create-app -lndos zcc +zx -vn ccoswave.c -lndos -lm -create-app -occoswave.bin zcc +zx -vn c3d.c -lndos -llib3d -create-app -oc3d.bin zcc +zx -vn cmandel.c -lndos -lm -create-app -ocmandel.bin zcc +zx -vn csprite.c -lndos -create-app -ocsprite.bin zcc +zx -vn zxbasic.c -lndos -create-app -ozxbasic.bin -lm zcc +zx -vn zxcurrah.c -lndos -create-app -ozxcurrah.bin -lm zcc +zx -vn preempt.c -lndos -create-app -othreading.bin -lpreempt zcc +zx -vn -lndos -create-app -lm ../graphics/globe.c -oglobe.bin zcc +zx -vn -I../graphics ../graphics/chessboard.c -lndos -lm -create-app -ochessboard.bin zcc +zx -vn ../graphics/mandel.c -lndos -lm -create-app -omandel.bin zcc +zx -vn ../graphics/julia.c -lndos -lm -create-app -ojulia.bin zcc +zx -vn ../graphics/smallgfx.c -lndos -lm -create-app -osmallgfx.bin zcc +zx -vn ../graphics/stencil.c -lndos -lm -llib3d -create-app -ostencil.bin zcc +zx -vn ../graphics/clock.c -I../graphics -lndos -lm -llib3d -DDETAILED -create-app -oclock.bin zcc +zx -vn ../graphics/showlib3d.c -lndos -lm -llib3d -create-app -oshowlib3d.bin zcc +zx -vn ../graphics/smallgfx2.c -lndos -lm -create-app -osmallgfx2.bin zcc +zx -vn ../graphics/wintest.c -lndos -lm -lx11 -create-app -owintest.bin zcc +zx -vn ../graphics/sinwave.c -lndos -lm -create-app -osinwave_fast.bin zcc +zx -vn ../graphics/sinwave.c -lndos -lmzx_tiny -O3 -create-app -osinwave_small.bin zcc +zx -vn ../graphics/coswave.c -lndos -lm -create-app -ocoswave_fast.bin zcc +zx -vn ../graphics/coswave.c -lndos -lmzx_tiny -O3 -create-app -ocoswave_small.bin zcc +zx -vn ../graphics/spritest.c -lndos -create-app -ospritest.bin zcc +zx -vn ../ticalc/smile.c -lndos -create-app -osmile.bin zcc +zx -vn ../graphics/xample.c -lndos -create-app -lx11 -oxample.bin sccz80:"../graphics/xample.c" L:76 Warning:Loss of precision, converting long to int event_mask [-Wconversion] zcc +zx -vn ../sound/psgtest.c -lndos -lm -create-app -DBEEPER -opsgtest.bin zcc +zx -vn ../sound/ex12.c -lndos -lm -create-app -oex12.bin zcc +zx -vn ../sound/clicktest.c -lndos -create-app -oclicktest.bin zcc +zx -vn ../sound/fx.c -lndos -create-app -ofx.bin zcc +zx -vn ../sound/sndtest.c -lndos -lm -create-app -osndtest.bin zcc +zx -vn ../sound/synthdemo.c -lndos -create-app -osynthdemo.bin zcc +zx -vn -lndos fontexample.c -create-app -o fontexample.bin make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/spectrum' make -C vz make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/vz' zcc +vz -vn -DCOMPUTE_SCORE ../console/adv_a.c -O3 -o adv_a.vz appmake +vz -b adv_a.vz --audio zcc +vz -vn ../othello.c -O3 -o othello.vz appmake +vz -b othello.vz --audio zcc +vz -vn ../console/enigma.c -O3 -o enigma.vz appmake +vz -b enigma.vz --audio zcc +vz -vn ../console/fib.c -O3 -o fib.vz appmake +vz -b fib.vz --audio zcc +vz -vn ../console/mm.c -O3 -o mm.vz appmake +vz -b mm.vz --audio zcc +vz -vn ../console/rpn.c -O3 -o rpn.vz appmake +vz -b rpn.vz --audio zcc +vz -vn ../console/tic.c -O3 -o tic.vz appmake +vz -b tic.vz --audio zcc +vz -vn ../console/sorter.c -O3 -o sorter.vz appmake +vz -b sorter.vz --audio zcc +vz -I../graphics -vn ../graphics/chessboard.c -O3 -o chessboard.vz -lm -llib3d appmake +vz -b chessboard.vz --audio zcc +vz -I../graphics -vn ../graphics/mandel.c -O3 -o mandel.vz -lm -llib3d appmake +vz -b mandel.vz --audio zcc +vz -I../graphics -vn ../graphics/cmandel.c -O3 -o cmandel.vz -lm -llib3d appmake +vz -b cmandel.vz --audio zcc +vz -I../graphics -vn ../graphics/julia.c -O3 -o julia.vz -lm -llib3d appmake +vz -b julia.vz --audio zcc +vz -I../graphics -vn ../graphics/smallgfx.c -O3 -o smallgfx.vz -lm -llib3d appmake +vz -b smallgfx.vz --audio zcc +vz -I../graphics -vn ../graphics/stencil.c -O3 -o stencil.vz -lm -llib3d appmake +vz -b stencil.vz --audio zcc +vz -I../graphics -vn ../graphics/showlib3d.c -O3 -o showlib3d.vz -lm -llib3d appmake +vz -b showlib3d.vz --audio zcc +vz -I../graphics -vn ../graphics/smallgfx2.c -O3 -o smallgfx2.vz -lm -llib3d appmake +vz -b smallgfx2.vz --audio zcc +vz -I../graphics -vn ../graphics/sinwave.c -O3 -o sinwave.vz -lm -llib3d appmake +vz -b sinwave.vz --audio zcc +vz -I../graphics -vn ../graphics/coswave.c -O3 -o coswave.vz -lm -llib3d appmake +vz -b coswave.vz --audio zcc +vz -vn ../ticalc/smile.c -O3 -o smile.vz appmake +vz -b smile.vz --audio zcc +vz -vn ../sound/clicktest.c -O3 -o clicktest.vz -lm appmake +vz -b clicktest.vz --audio zcc +vz -vn ../sound/fx.c -O3 -o fx.vz -lm appmake +vz -b fx.vz --audio zcc +vz -vn ../sound/sndtest.c -O3 -o sndtest.vz -lm appmake +vz -b sndtest.vz --audio zcc +vz -vn ../sound/synthdemo.c -O3 -o synthdemo.vz -lm appmake +vz -b synthdemo.vz --audio zcc +vz -vn ../dstar.c -I.. -Dspritesize=7 -DSOUND -o dstar.vz appmake +vz -b dstar.vz --audio zcc +vz -vn dstar.c -o dstar_native.vz -lndos appmake +vz -b dstar_native.vz --audio zcc +vz -vn -DNOLOGO -lm -llib3d ../graphics/globe.c -O3 -Dhires -o globe.vz appmake +vz -b globe.vz --audio zcc +vz -vn ../microman.c -I.. -DJOYSTICK_DIALOG -DDEFINE_JOYSTICK_TYPE -DCOMPACT=2 -DSIZE=6 -DSOUND -o microman.vz appmake +vz -b microman.vz --audio zcc +vz -vn ../graphics/csnakes.c -DJOYSTICK_DIALOG -DDEFINE_JOYSTICK_TYPE -DSPEED=1600 -o snakes.vz appmake +vz -b snakes.vz --audio make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/vz' make -C z88 make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/z88' Building examples.. zcc +z88 -vn -clib=ansi ansitest.c -o ansitest.bas zcc +z88 -vn -lm cube.c -o cube.bas zcc +z88 -vn cube.c -o cubez88.bas -lmz zcc +z88 -vn dstar.c -o dstar.bas zcc +z88 -vn gfx.c -o gfx.bas make -C app make[2]: Entering directory '/home/build/z88dk/build/z88dk/examples/z88/app' Building Application examples.. zcc +z88 -subtype=app -vn -create-app rpn.c -o rpn.bin App will use 1 pages of bad memory Safe data is 120 zcc +z88 -subtype=app -vn -create-app useless.c -o useless.bin App will use 0 pages of bad memory Safe data is 120 zcc +z88 -subtype=app -vn -create-app wc.c -o wc.bin sccz80:"wc.c" L:39 Warning:Narrowing pointer from far to near [-Wincompatible-pointer-types] App will use 0 pages of bad memory Safe data is 120 zcc +z88 -subtype=app -vn -create-app viewer.c -o viewer.bin sccz80:"viewer.c" L:32 Warning:Narrowing pointer from far to near [-Wincompatible-pointer-types] App will use 0 pages of bad memory Safe data is 120 zcc +z88 -subtype=app -vn -create-app dstar.c -o dstar.bin sccz80:"dstar.c" L:334 Warning:Assigning 'ptr', type: unsigned char *ptr from char * [-Wincompatible-pointer-types] sccz80:"dstar.c" L:454 Warning:Assigning 'ptr2', type: unsigned char *ptr2 from char * [-Wincompatible-pointer-types] App will use 5 pages of bad memory Safe data is 120 make[2]: Leaving directory '/home/build/z88dk/build/z88dk/examples/z88/app' make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/z88' make -C zxvgs make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/zxvgs' zcc +zx -subtype=zxvgs -vn info.c -o info.bin -create-app -lzxvgs make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/zxvgs' make -C pacman make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/pacman' zcc +pacman -vn -c dstar.c zcc +pacman -vn -lm dstar.o -o rom.bin Warning: could not get the code ORG, binary ORG defaults to rombase = 0 WARNING: ROM chip file 'rom.0b' is empty, it can probably be omitted. WARNING: ROM chip file 'rom.0c' is empty, it can probably be omitted. WARNING: ROM chip file 'rom.0d' is empty, it can probably be omitted. mv rom.0a puckmod/namcopac.6e mv rom.0b puckmod/namcopac.6f mv rom.0c puckmod/namcopac.6h mv rom.0d puckmod/npacmod.6j make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/pacman' make -C rcmx000 make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/rcmx000' zcc +rcmx000 -vn -oexample.bin example.c zcc +rcmx000 -vn -otwinkle2000.bin twinkle2000.c zcc +rcmx000 -vn -otwinkle3000.bin twinkle3000.c zcc +rcmx000 -vn -oiolib_twinkle3000.bin iolib.c iolib_twinkle3000.c make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/rcmx000' make: Leaving directory '/home/build/z88dk/build/z88dk/examples' ######################################################################### Creating tarball with libraries ######################################################################### ######################################################################### Starting win32 build ######################################################################### fatal: Not a git repository (or any of the parent directories): .git fatal: Not a git repository (or any of the parent directories): .git fatal: Not a git repository (or any of the parent directories): .git make -C src/appmake PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/appmake' i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o vz.o vz.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o pasopia7.o pasopia7.c pasopia7.c: In function 'pasopia7_exec': pasopia7.c:53:13: warning: unused variable 'cksum' [-Wunused-variable] int cksum; ^~~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o ff.o ff.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o zx-util.o zx-util.c zx-util.c: In function 'zx_tape': zx-util.c:516:44: warning: too many arguments for format [-Wformat-extra-args] sprintf(mybuf, "\"23739\",", (int)pos); ^~~~~~~~~~~~ zx-util.c:519:44: warning: too many arguments for format [-Wformat-extra-args] sprintf(mybuf, "\"111\":", (int)pos); ^~~~~~~~~~ zx-util.c:746:29: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if ((zxt->turbo && (blockcount == 4) || (blockcount == 6)) || (zxt->turbo && zxt->dumb)) { ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ zx-util.c: In function 'zx_sna': zx-util.c:1748:17: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] sprintf(&mem128[z_sna_filename - 0x4000], "%.12s", filename); ^ In file included from appmake.h:11:0, from zx-util.c:1: /usr/share/mingw-w64/include/stdio.h:379:15: note: expected 'char * restrict' but argument is of type 'uint8_t * {aka unsigned char *}' int __cdecl sprintf(char * __restrict__ _Dest,const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; ^~~~~~~ zx-util.c: In function 'zx3_layout_file': zx-util.c:2107:15: warning: variable 'ptr' set but not used [-Wunused-but-set-variable] uint8_t *ptr = buf; ^~~ zx-util.c: In function 'zxn_construct_page_contents': zx-util.c:88:8: warning: 'first' may be used uninitialized in this function [-Wmaybe-uninitialized] if (first) printf(", %d head bytes free", first); ^ zx-util.c:90:26: warning: 'last' may be used uninitialized in this function [-Wmaybe-uninitialized] if (last - mbsz < 0) printf(", %d tail bytes free", mbsz - last); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ zx-util.c: In function 'zx_tape': zx-util.c:674:27: warning: 'pos' may be used uninitialized in this function [-Wmaybe-uninitialized] if ((zxt->ts2068) && (pos >= 33000)) ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ zx-util.c:239:19: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized] c += hexdigit(zxt->patchdata[i]); ^~ zx-util.c: In function 'zxn_dotn_command': zx-util.c:1135:27: warning: 'dotn_main_absolute_mask' may be used uninitialized in this function [-Wmaybe-uninitialized] overlay_alloc_mask &= ~dotn_main_absolute_mask; ^~~~~~~~~~~~~~~~~~~~~~~~ zx-util.c:1134:24: warning: 'dotn_main_overlay_mask' may be used uninitialized in this function [-Wmaybe-uninitialized] overlay_alloc_mask |= dotn_main_overlay_mask; ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o glue.o glue.c glue.c: In function 'glue_exec': glue.c:62:9: warning: unused variable 'error' [-Wunused-variable] int error; ^~~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o p2000.o p2000.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o z88shell.o z88shell.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o zxn.o zxn.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o aquarius.o aquarius.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o cpm2.o cpm2.c cpm2.c:34:26: warning: 'get_format' declared 'static' but never defined [-Wunused-function] static struct formats *get_format(const char *name); ^~~~~~~~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o sorcerer.o sorcerer.c sorcerer.c: In function 'sorcerer_exec': sorcerer.c:404:44: warning: 'j' may be used uninitialized in this function [-Wmaybe-uninitialized] printf("\nInfo: File Size $%x", c + j*256); ~^~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o z88.o z88.c z88.c: In function 'SaveBlock': z88.c:318:10: warning: unused variable 'buffer' [-Wunused-variable] char buffer[LINEMAX + 1]; ^~~~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o mz2500.o mz2500.c mz2500.c: In function 'mz2500_exec': mz2500.c:68:15: warning: unused variable 'c' [-Wunused-variable] int i, j, c; ^ mz2500.c:68:12: warning: unused variable 'j' [-Wunused-variable] int i, j, c; ^ mz2500.c:67:14: warning: variable 'namelen' set but not used [-Wunused-but-set-variable] int len, namelen; ^~~~~~~ mz2500.c:65:10: warning: unused variable 'name' [-Wunused-variable] char name[14]; ^~~~ At top level: mz2500.c:18:26: warning: 'origin' defined but not used [-Wunused-variable] static int origin = -1; ^~~~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o appmake.o appmake.c appmake.c: In function 'mb_check_alignment': appmake.c:1476:66: warning: passing argument 4 of 'qsort' from incompatible pointer type [-Wincompatible-pointer-types] qsort(aligned->array, aligned->num, sizeof(*aligned->array), mb_compare_aligned); ^~~~~~~~~~~~~~~~~~ In file included from appmake.h:12:0, from appmake.c:14: /usr/share/mingw-w64/include/stdlib.h:353:16: note: expected 'int (__attribute__((__cdecl__)) *)(const void *, const void *) {aka int (*)(const void *, const void *)}' but argument is of type 'int (*)(const struct section_aligned *, const struct section_aligned *)' void __cdecl qsort(void *_Base,size_t _NumOfElements,size_t _SizeOfElements,int (__cdecl *_PtFuncCompare)(const void *,const void *)); ^~~~~ appmake.c: In function 'mb_sort_banks_check': appmake.c:1502:57: warning: passing argument 4 of 'qsort' from incompatible pointer type [-Wincompatible-pointer-types] qsort(mb->secbin, mb->num, sizeof(*mb->secbin), mb_compare_banks); ^~~~~~~~~~~~~~~~ In file included from appmake.h:12:0, from appmake.c:14: /usr/share/mingw-w64/include/stdlib.h:353:16: note: expected 'int (__attribute__((__cdecl__)) *)(const void *, const void *) {aka int (*)(const void *, const void *)}' but argument is of type 'int (*)(const struct section_bin *, const struct section_bin *)' void __cdecl qsort(void *_Base,size_t _NumOfElements,size_t _SizeOfElements,int (__cdecl *_PtFuncCompare)(const void *,const void *)); ^~~~~ appmake.c: In function 'mb_sort_banks': appmake.c:1556:33: warning: unused variable 'mb' [-Wunused-variable] struct memory_bank *mb = &bs->membank[j]; ^~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o c128.o c128.c c128.c: In function 'c128_exec': c128.c:51:13: warning: unused variable 'mybuf' [-Wunused-variable] char mybuf[20]; ^~~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o fp1100.o fp1100.c fp1100.c: In function 'fp1100_exec': fp1100.c:46:13: warning: unused variable 'cksum' [-Wunused-variable] int cksum; ^~~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o newbrain.o newbrain.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o mz.o mz.c mz.c: In function 'mz_patch': mz.c:514:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (foopatch) ^~ mz.c:516:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' image[i+1]=dst_table[0]%256; ^~~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o px.o px.c px.c: In function 'px_exec': px.c:46:20: warning: variable 'namelen' set but not used [-Wunused-but-set-variable] int len, len2, namelen; ^~~~~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o x07.o x07.c x07.c: In function 'x07_exec': x07.c:370:12: warning: 'pos' may be used uninitialized in this function [-Wmaybe-uninitialized] if (pos != 1380) { ^ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o ace-tap.o ace-tap.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o tixx.o tixx.c tixx.c: In function 'tixx_exec': tixx.c:260:13: warning: 'ext' may be used uninitialized in this function [-Wmaybe-uninitialized] else if (ext == E_86P) ^ tixx.c:181:9: warning: 'suffix' may be used uninitialized in this function [-Wmaybe-uninitialized] suffix_change(filename,suffix); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o nascom.o nascom.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o cpmdisk.o cpmdisk.c cpmdisk.c: In function 'disc_create': cpmdisk.c:61:9: warning: unused variable 'i' [-Wunused-variable] int i; ^ cpmdisk.c:60:9: warning: unused variable 'directory_extents' [-Wunused-variable] int directory_extents; ^~~~~~~~~~~~~~~~~ cpmdisk.c: In function 'disc_write_raw': cpmdisk.c:247:22: warning: unused variable 'ptr' [-Wunused-variable] uint8_t* ptr; ^~~ cpmdisk.c: In function 'disc_write_anadisk': cpmdisk.c:450:14: warning: unused variable 'ptr' [-Wunused-variable] uint8_t *ptr; ^~~ cpmdisk.c:449:13: warning: unused variable 'title' [-Wunused-variable] char title[18]; ^~~~~ cpmdisk.c: In function 'cpm_write_file': cpmdisk.c:575:14: warning: variable 'ptr' set but not used [-Wunused-but-set-variable] uint8_t* ptr; ^~~ cpmdisk.c:573:14: warning: variable 'dir_ptr' set but not used [-Wunused-but-set-variable] uint8_t* dir_ptr; ^~~~~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o newext.o newext.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o sos.o sos.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o trs80.o trs80.c trs80.c: In function 'trs80_exec': trs80.c:264:16: warning: 'ckflag' may be used uninitialized in this function [-Wmaybe-uninitialized] if (ckflag) ^ trs80.c:265:17: warning: 'cksum' may be used uninitialized in this function [-Wmaybe-uninitialized] writebyte(cksum, fpout); /* Checksum */ ^~~~~~~~~~~~~~~~~~~~~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o x1.o x1.c x1.c: In function 'x1_exec': x1.c:44:14: warning: variable 'namelen' set but not used [-Wunused-but-set-variable] int len, namelen; ^~~~~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o c7420.o c7420.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o residos.o residos.c residos.c: In function 'residos_exec': residos.c:113:12: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(memory, "ZXPKG"); ^~~~~~ In file included from appmake.h:15:0, from residos.c:11: /usr/share/mingw-w64/include/string.h:51:18: note: expected 'char * restrict' but argument is of type 'unsigned char *' char * __cdecl strcpy(char * __restrict__ _Dest,const char * __restrict__ _Source); ^~~~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o pc88.o pc88.c pc88.c: In function 'pc88_exec': pc88.c:87:9: warning: variable 'c' set but not used [-Wunused-but-set-variable] int c, i, j; ^ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o extract.o extract.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o nec.o nec.c nec.c: In function 'nec_exec': nec.c:225:13: warning: variable 'codeseg' set but not used [-Wunused-but-set-variable] int codeseg; ^~~~~~~ nec.c:458:14: warning: 'zerocount' may be used uninitialized in this function [-Wmaybe-uninitialized] zerocount++; ~~~~~~~~~^~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o rom.o rom.c rom.c: In function 'rom_exec': rom.c:111:52: warning: 'in_size' may be used uninitialized in this function [-Wmaybe-uninitialized] if ((post_size = (romsize == 0) ? 0 : (romsize - in_size - binorg + rombase)) < 0) ~~~~~~~~^~~~~~~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o zx81.o zx81.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o mc.o mc.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o vg5k.o vg5k.c vg5k.c: In function 'vg5k_exec': vg5k.c:323:17: warning: 'j' may be used uninitialized in this function [-Wmaybe-uninitialized] printf("\nInfo: Start location $%x", c * 256 + j); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o inject.o inject.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o fat.o fat.c fat.c: In function 'fat_write_file_to_image': fat.c:104:23: warning: unused variable 'ret' [-Wunused-variable] int ret; ^~~ fat.c:98:23: warning: unused variable 'buf' [-Wunused-variable] char buf[1024]; ^~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o sc3000.o sc3000.c sc3000.c: In function 'sc3000_exec': sc3000.c:187:29: warning: 'pos' may be used uninitialized in this function [-Wmaybe-uninitialized] writebyte_cksum(pos / 256, fpout, &checksum); /* MSB */ ~~~~^~~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o lynx.o lynx.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o kc.o kc.c kc.c: In function 'kc_exec': kc.c:46:14: warning: variable 'namelen' set but not used [-Wunused-but-set-variable] int len, namelen; ^~~~~~~ kc.c:45:10: warning: unused variable 'name' [-Wunused-variable] char name[17]; ^~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o rex6000.o rex6000.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o m5.o m5.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o galaksija.o galaksija.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o cpc.o cpc.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o mtx.o mtx.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o enterprise.o enterprise.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o zx.o zx.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o abc80.o abc80.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o spc1000.o spc1000.c spc1000.c: In function 'spc1000_exec': spc1000.c:35:9: warning: unused variable 'cksum' [-Wunused-variable] int cksum; ^~~~~ spc1000.c:34:14: warning: unused variable 'blocklen' [-Wunused-variable] int len, blocklen; ^~~~~~~~ spc1000.c:29:10: warning: unused variable 'name' [-Wunused-variable] char name[11]; ^~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o z9001.o z9001.c z9001.c: In function 'z9001_exec': z9001.c:46:17: warning: variable 'namelen' set but not used [-Wunused-but-set-variable] int len,namelen; ^~~~~~~ z9001.c:45:7: warning: unused variable 'name' [-Wunused-variable] char name[17]; ^~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o msx.o msx.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o mameql.o mameql.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o sms.o sms.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o svi.o svi.c svi.c: In function 'svi_exec': svi.c:126:10: warning: variable 'gothdr' set but not used [-Wunused-but-set-variable] char gothdr; ^~~~~~ At top level: svi.c:324:18: warning: 'spec' defined but not used [-Wunused-variable] static disc_spec spec = { ^~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o hex.o hex.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o zxvgs.o zxvgs.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o multi8.o multi8.c multi8.c: In function 'multi8_exec': multi8.c:36:18: warning: unused variable 'blocklen' [-Wunused-variable] int len, blocklen; ^~~~~~~~ multi8.c:31:13: warning: unused variable 'name' [-Wunused-variable] char name[11]; ^~~~ multi8.c:98:13: warning: 'cksum' may be used uninitialized in this function [-Wmaybe-uninitialized] cksum += c; ~~~~~~^~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -c -o z1013.o z1013.c z1013.c: In function 'z1013_exec': z1013.c:48:14: warning: variable 'namelen' set but not used [-Wunused-but-set-variable] int len, namelen; ^~~~~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -o appmake.exe vz.o pasopia7.o ff.o zx-util.o glue.o p2000.o z88shell.o zxn.o aquarius.o cpm2.o sorcerer.o z88.o mz2500.o appmake.o c128.o fp1100.o newbrain.o mz.o px.o x07.o ace-tap.o tixx.o nascom.o cpmdisk.o newext.o sos.o trs80.o x1.o c7420.o residos.o pc88.o extract.o nec.o rom.o zx81.o mc.o vg5k.o inject.o fat.o sc3000.o lynx.o kc.o rex6000.o m5.o galaksija.o cpc.o mtx.o enterprise.o zx.o abc80.o spc1000.o z9001.o msx.o mameql.o sms.o svi.o hex.o zxvgs.o multi8.o z1013.o -g -O2 install appmake.exe /home/build/z88dk/win32/z88dk/bin/appmake.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/appmake' make -C src/copt PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/copt' i686-w64-mingw32-gcc -c -o copt.o -g -O2 -DLOCAL_REGEXP -I. copt.c i686-w64-mingw32-gcc -c -o regex/regcomp.o -g -O2 -DLOCAL_REGEXP -I. regex/regcomp.c i686-w64-mingw32-gcc -c -o regex/regerror.o -g -O2 -DLOCAL_REGEXP -I. regex/regerror.c i686-w64-mingw32-gcc -c -o regex/regexec.o -g -O2 -DLOCAL_REGEXP -I. regex/regexec.c i686-w64-mingw32-gcc -c -o regex/regfree.o -g -O2 -DLOCAL_REGEXP -I. regex/regfree.c i686-w64-mingw32-gcc -o z88dk-copt.exe -g -O2 copt.o regex/regcomp.o regex/regerror.o regex/regexec.o regex/regfree.o install z88dk-copt.exe /home/build/z88dk/win32/z88dk/bin/z88dk-copt.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/copt' make -C src/cpp PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/cpp' i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp6.o cpp6.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp2.o cpp2.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp4.o cpp4.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp5.o cpp5.c cpp5.c: In function 'bittest': cpp5.c:606:1: warning: type of 'value' defaults to 'int' [-Wimplicit-int] bittest(value) ^~~~~~~ cpp5.c: In function 'eval': cpp5.c:818:6: warning: 'v2' may be used uninitialized in this function [-Wmaybe-uninitialized] v1 /= v2; ~~~^~~~~ cpp5.c:780:19: note: 'v2' was declared here register int v1, v2; ^~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp3.o cpp3.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp1.o cpp1.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o z88dk-zcpp.exe cpp6.o cpp2.o cpp4.o cpp5.o cpp3.o cpp1.o -g -O2 install z88dk-zcpp.exe /home/build/z88dk/win32/z88dk/bin/z88dk-zcpp.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/cpp' make -C src/ucpp PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/ucpp' i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o mem.o mem.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o nhash.o nhash.c nhash.c: In function 'find_node': nhash.c:156:12: warning: 'ls' may be used uninitialized in this function [-Wmaybe-uninitialized] *leftson = ls; ~~~~~~~~~^~~~ nhash.c: In function 'internal_put': nhash.c:275:14: warning: 'pnode' may be used uninitialized in this function [-Wmaybe-uninitialized] pnode->left = itemg; ~~~~~~~~~~~~^~~~~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o cpp.o cpp.c In file included from cpp.c:45:0: cpp.c: In function 'handle_if': mem.h:52:18: warning: 'tf.t' may be used uninitialized in this function [-Wmaybe-uninitialized] #define freemem free ^~~~ cpp.c:987:20: note: 'tf.t' was declared here struct token_fifo tf, tf1, tf2, tf3, *save_tf; ^~ In file included from cpp.c:45:0: cpp.c: In function 'handle_include': mem.h:98:9: warning: 'fname' may be used uninitialized in this function [-Wmaybe-uninitialized] (list)[(ptr) ++] = (obj); \ ^ cpp.c:1200:8: note: 'fname' was declared here char *fname; ^~~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o lexer.o lexer.c lexer.c: In function 'ucpp_next_token': lexer.c:842:20: warning: 'utf8' may be used uninitialized in this function [-Wmaybe-uninitialized] utf8 = (utf8 << 8) | c; ~~~~~~^~~~~ lexer.c:799:16: note: 'utf8' was declared here unsigned long utf8; ^~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o assert.o assert.c In file included from assert.c:37:0: assert.c: In function 'ucpp_handle_assert': mem.h:52:18: warning: 'aname' may be used uninitialized in this function [-Wmaybe-uninitialized] #define freemem free ^~~~ assert.c:134:8: note: 'aname' was declared here char *aname; ^~~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o macro.o macro.c macro.c: In function 'ucpp_handle_define': macro.c:322:20: warning: 'mv.t' may be used uninitialized in this function [-Wmaybe-uninitialized] struct token_fifo mv; ^~ macro.c: In function 'ucpp_substitute_macro': macro.c:1640:23: warning: 'save_tfi' may be used uninitialized in this function [-Wmaybe-uninitialized] tfi->art = save_tfi + (etl.art - etl_limit); ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ macro.c:1573:13: warning: 'atl' may be used uninitialized in this function [-Wmaybe-uninitialized] t.name = stringify(atl + anum); ^~~~~~~~~~~~~~~~~~~~~ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o eval.o eval.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -o z88dk-ucpp.exe mem.o nhash.o cpp.o lexer.o assert.o macro.o eval.o -g -O2 install z88dk-ucpp.exe /home/build/z88dk/win32/z88dk/bin/z88dk-ucpp.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/ucpp' make -C src/sccz80 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/sccz80' i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o callfunc.o callfunc.c callfunc.c: In function 'callfunction': callfunc.c:329:18: warning: 'last_argument_size' may be used uninitialized in this function [-Wmaybe-uninitialized] nargs += callstk(functype, nargs, fnptr_type->kind == KIND_CPTR, last_argument_size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o codegen.o codegen.c i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o const.o const.c i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o data.o data.c i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o declinit.o declinit.c i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o error.o error.c i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o expr.o expr.c expr.c: In function 'heirb': expr.c:598:30: warning: variable 'valtype' set but not used [-Wunused-but-set-variable] int val, con, direct, k, valtype; ^~~~~~~ i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o goto.o goto.c i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o io.o io.c i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o lex.o lex.c i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o main.o main.c main.c:95:66: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic] { 'h', "help", OPT_FUNCTION|OPT_BOOL, "Show this help page", DispInfo, 0 }, ^~~~~~~~ main.c:95:66: note: (near initialization for 'sccz80_opts[1].value') main.c:121:90: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic] { 0, "asm", OPT_FUNCTION, "= Set the assembler output (z80asm,vasm,asxx,gnu)", SetAssembler, 0 }, ^~~~~~~~~~~~ main.c:121:90: note: (near initialization for 'sccz80_opts[25].value') main.c:128:84: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic] { 0, "opt-code-speed", OPT_FUNCTION|OPT_STRING, "Optimise for speed not size", opt_code_speed, 0}, ^~~~~~~~~~~~~~ main.c:128:84: note: (near initialization for 'sccz80_opts[32].value') main.c:142:67: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic] { 0, "W", OPT_FUNCTION, " Enable a class of warnings", SetWarning, 0 }, ^~~~~~~~~~ main.c:142:67: note: (near initialization for 'sccz80_opts[35].value') main.c:147:64: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic] { 0, "D", OPT_FUNCTION, "Define a preprocessor directive", SetDefine, 0 }, ^~~~~~~~~ main.c:147:64: note: (near initialization for 'sccz80_opts[40].value') main.c:148:67: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic] { 0, "U", OPT_FUNCTION, "Undefine a preprocessor directive" , SetUndefine, 0 }, ^~~~~~~~~~~ main.c:148:67: note: (near initialization for 'sccz80_opts[41].value') main.c: In function 'set_option': main.c:831:49: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic] void (*func)(option *arg, char *type) = arg->value; ^~~ i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o misc.o misc.c i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o plunge.o plunge.c i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o preproc.o preproc.c preproc.c: In function 'gch': preproc.c:49:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (ch()) ^~ preproc.c:53:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' return line[lptr++]; ^~~~~~ i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o primary.o primary.c i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o stmt.o stmt.c stmt.c: In function 'doexpr': stmt.c:339:13: warning: variable 'type' set but not used [-Wunused-but-set-variable] Kind type; ^~~~ i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o sym.o sym.c i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o while.o while.c i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o declparse.o declparse.c i686-w64-mingw32-gcc -g -O2 -o sccz80.exe callfunc.o codegen.o const.o data.o declinit.o error.o expr.o goto.o io.o lex.o main.o misc.o plunge.o preproc.o primary.o stmt.o sym.o while.o declparse.o -lm install -m 755 sccz80.exe /home/build/z88dk/win32/z88dk/bin/sccz80.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/sccz80' make -C src/z80asm PREFIX=`pwd` PREFIX_SHARE=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/z80asm' i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o errors.o errors.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o z80asm.o z80asm.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o sym.o sym.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o libfile.o libfile.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o error_func.o error_func.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o opcodes.o opcodes.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o model.o model.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o codearea.o codearea.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o hist.o hist.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o module.o module.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o zobjfile.o zobjfile.c zobjfile.c: In function 'write_expr': zobjfile.c:40:7: warning: 'range' may be used uninitialized in this function [-Wmaybe-uninitialized] char range; ^~~~~ zobjfile.c: In function 'write_symbols_symtab': zobjfile.c:106:14: warning: 'type' may be used uninitialized in this function [-Wmaybe-uninitialized] char scope, type; ^~~~ i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o macros.o macros.c macros.c:164:13: warning: 'collect_params' defined but not used [-Wunused-function] static bool collect_params(char **p, DefMacro *macro, UT_string *param) ^~~~~~~~~~~~~~ i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o directives.o directives.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o options.o options.c options.c: In function 'parse_argv': options.c:167:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( argc == 1 ) ^~ options.c:170:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!get_num_errors()) ^~ i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o scan.o scan.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o main.o main.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -O0 -c -o parse.o parse.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o z80pass.o z80pass.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o symtab.o symtab.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o modlink.o modlink.c modlink.c: In function 'LinkLibModule': modlink.c:948:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( opts.verbose ) ^~ modlink.c:951:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' flag = LinkModule(library->libfilename, curmodule, extern_syms); /* link module & read names */ ^~~~ i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o expr.o expr.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o listfile.o listfile.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o lib/srcfile.o lib/srcfile.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o lib/dbg.o lib/dbg.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o lib/str.o lib/str.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o lib/list.o lib/list.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o lib/strhash.o lib/strhash.c lib/strhash.c: In function 'StrHash_find': lib/strhash.c:94:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( self == NULL || key == NULL ) ^~ lib/strhash.c:97:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' key = StrHash_norm_key( self, key ); ^~~ i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o lib/alloc.o lib/alloc.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o lib/minunit.o lib/minunit.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o lib/class.o lib/class.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o lib/array.o lib/array.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o ../common/die.o ../common/die.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o ../common/strutil.o ../common/strutil.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o ../common/fileutil.o ../common/fileutil.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o ../common/objfile.o ../common/objfile.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o ../common/optparse.o ../common/optparse.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o ../../ext/regex/regfree.o ../../ext/regex/regfree.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o ../../ext/regex/regcomp.o ../../ext/regex/regcomp.c In file included from ../../ext/regex/regcomp.c:12:0: ../../ext/regex/cclass.h:6:16: warning: missing braces around initializer [-Wmissing-braces] } cclasses[] = { ^ ../../ext/regex/cclass.h:6:16: note: (near initialization for 'cclasses') In file included from ../../ext/regex/regcomp.c:13:0: ../../ext/regex/cname.h:5:14: warning: missing braces around initializer [-Wmissing-braces] } cnames[] = { ^ ../../ext/regex/cname.h:5:14: note: (near initialization for 'cnames') ../../ext/regex/regcomp.c: In function 'p_ere': ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:254:3: note: in expansion of macro 'REQUIRE' REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ ^~~~~~~ ../../ext/regex/regcomp.c: In function 'p_ere_exp': ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:301:3: note: in expansion of macro 'REQUIRE' REQUIRE(MORE(), REG_EPAREN); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:97:24: note: in expansion of macro 'REQUIRE' #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) ^~~~~~~ ../../ext/regex/regcomp.c:314:3: note: in expansion of macro 'MUSTEAT' MUSTEAT(')', REG_EPAREN); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:357:3: note: in expansion of macro 'REQUIRE' REQUIRE(MORE(), REG_EESCAPE); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:362:3: note: in expansion of macro 'REQUIRE' REQUIRE(!MORE() || !isdigit(PEEK()), REG_BADRPT); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:378:2: note: in expansion of macro 'REQUIRE' REQUIRE(!wascaret, REG_BADRPT); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:405:5: note: in expansion of macro 'REQUIRE' REQUIRE(count <= count2, REG_BADBR); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:414:4: note: in expansion of macro 'REQUIRE' REQUIRE(MORE(), REG_EBRACE); ^~~~~~~ ../../ext/regex/regcomp.c: In function 'p_str': ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:437:2: note: in expansion of macro 'REQUIRE' REQUIRE(MORE(), REG_EMPTY); ^~~~~~~ ../../ext/regex/regcomp.c: In function 'p_bre': ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:480:2: note: in expansion of macro 'REQUIRE' REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ ^~~~~~~ ../../ext/regex/regcomp.c: In function 'p_simp_re': ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:505:3: note: in expansion of macro 'REQUIRE' REQUIRE(MORE(), REG_EESCAPE); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:535:3: note: in expansion of macro 'REQUIRE' REQUIRE(EATTWO('\\', ')'), REG_EPAREN); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:565:3: note: in expansion of macro 'REQUIRE' REQUIRE(starordinary, REG_BADRPT); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:583:5: note: in expansion of macro 'REQUIRE' REQUIRE(count <= count2, REG_BADBR); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:592:4: note: in expansion of macro 'REQUIRE' REQUIRE(MORE(), REG_EBRACE); ^~~~~~~ ../../ext/regex/regcomp.c: In function 'p_count': ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:617:2: note: in expansion of macro 'REQUIRE' REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR); ^~~~~~~ ../../ext/regex/regcomp.c: In function 'p_bracket': ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:97:24: note: in expansion of macro 'REQUIRE' #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) ^~~~~~~ ../../ext/regex/regcomp.c:657:2: note: in expansion of macro 'MUSTEAT' MUSTEAT(']', REG_EBRACK); ^~~~~~~ ../../ext/regex/regcomp.c: In function 'p_b_term': ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:728:3: note: in expansion of macro 'REQUIRE' REQUIRE(MORE(), REG_EBRACK); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:730:3: note: in expansion of macro 'REQUIRE' REQUIRE(c != '-' && c != ']', REG_ECTYPE); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:732:3: note: in expansion of macro 'REQUIRE' REQUIRE(MORE(), REG_EBRACK); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:733:3: note: in expansion of macro 'REQUIRE' REQUIRE(EATTWO(':', ']'), REG_ECTYPE); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:737:3: note: in expansion of macro 'REQUIRE' REQUIRE(MORE(), REG_EBRACK); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:739:3: note: in expansion of macro 'REQUIRE' REQUIRE(c != '-' && c != ']', REG_ECOLLATE); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:741:3: note: in expansion of macro 'REQUIRE' REQUIRE(MORE(), REG_EBRACK); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:742:3: note: in expansion of macro 'REQUIRE' REQUIRE(EATTWO('=', ']'), REG_ECOLLATE); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:757:3: note: in expansion of macro 'REQUIRE' REQUIRE(start <= finish, REG_ERANGE); ^~~~~~~ ../../ext/regex/regcomp.c: In function 'p_b_symbol': ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:825:2: note: in expansion of macro 'REQUIRE' REQUIRE(MORE(), REG_EBRACK); ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] #define REQUIRE(co, e) ((co) || SETERROR(e)) ^ ../../ext/regex/regcomp.c:831:2: note: in expansion of macro 'REQUIRE' REQUIRE(EATTWO('.', ']'), REG_ECOLLATE); ^~~~~~~ At top level: ../../ext/regex/regcomp.c:1253:1: warning: 'mcin' defined but not used [-Wunused-function] mcin(cs, cp) ^~~~ ../../ext/regex/regcomp.c:1226:1: warning: 'mcsub' defined but not used [-Wunused-function] mcsub(cs, cp) ^~~~~ i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o ../../ext/regex/regexec.o ../../ext/regex/regexec.c In file included from ../../ext/regex/regexec.c:46:0: ../../ext/regex/engine.c: In function 'sdissect': ../../ext/regex/engine.c:276:17: warning: variable 'dp' set but not used [-Wunused-but-set-variable] register char *dp; ^~ In file included from ../../ext/regex/regexec.c:95:0: ../../ext/regex/engine.c: In function 'ldissect': ../../ext/regex/engine.c:276:17: warning: variable 'dp' set but not used [-Wunused-but-set-variable] register char *dp; ^~ At top level: ../../ext/regex/regexec.c:19:12: warning: 'nope' defined but not used [-Wunused-variable] static int nope = 0; /* for use in asserts; shuts lint up */ ^~~~ i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o ../../ext/regex/regerror.o ../../ext/regex/regerror.c ../../ext/regex/regerror.c:40:13: warning: missing braces around initializer [-Wmissing-braces] } rerrs[] = { ^ ../../ext/regex/regerror.c:40:13: note: (near initialization for 'rerrs') i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o ../../ext/UNIXem/src/glob.o ../../ext/UNIXem/src/glob.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o ../../ext/UNIXem/src/dirent.o ../../ext/UNIXem/src/dirent.c i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -o z80asm.exe errors.o z80asm.o sym.o libfile.o error_func.o opcodes.o model.o codearea.o hist.o module.o zobjfile.o macros.o directives.o options.o scan.o main.o parse.o z80pass.o symtab.o modlink.o expr.o listfile.o lib/srcfile.o lib/dbg.o lib/str.o lib/list.o lib/strhash.o lib/alloc.o lib/minunit.o lib/class.o lib/array.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o ../../ext/UNIXem/src/glob.o ../../ext/UNIXem/src/dirent.o -g -O2 install z80asm.exe /home/build/z88dk/win32/z88dk/bin/z80asm.exe install asmpp.pl /home/build/z88dk/win32/z88dk/bin/asmpp.pl make -C dev/z80asm_lib install PREFIX=/home/build/z88dk/win32/z88dk make[2]: Entering directory '/home/build/z88dk/win32/z88dk/src/z80asm/dev/z80asm_lib' install z80asm-z80-.lib /home/build/z88dk/win32/z88dk/lib/z80asm-z80-.lib install z80asm-z80-ixiy.lib /home/build/z88dk/win32/z88dk/lib/z80asm-z80-ixiy.lib install z80asm-z80_zxn-.lib /home/build/z88dk/win32/z88dk/lib/z80asm-z80_zxn-.lib install z80asm-z80_zxn-ixiy.lib /home/build/z88dk/win32/z88dk/lib/z80asm-z80_zxn-ixiy.lib install z80asm-z180-.lib /home/build/z88dk/win32/z88dk/lib/z80asm-z180-.lib install z80asm-z180-ixiy.lib /home/build/z88dk/win32/z88dk/lib/z80asm-z180-ixiy.lib install z80asm-r2k-.lib /home/build/z88dk/win32/z88dk/lib/z80asm-r2k-.lib install z80asm-r2k-ixiy.lib /home/build/z88dk/win32/z88dk/lib/z80asm-r2k-ixiy.lib install z80asm-r3k-.lib /home/build/z88dk/win32/z88dk/lib/z80asm-r3k-.lib install z80asm-r3k-ixiy.lib /home/build/z88dk/win32/z88dk/lib/z80asm-r3k-ixiy.lib make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z80asm/dev/z80asm_lib' make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z80asm' make -C src/zcc PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zcc' i686-w64-mingw32-gcc -c -o zcc.o -g -O2 -DLOCAL_REGEXP -I. -I../copt zcc.c i686-w64-mingw32-gcc -o zcc.exe -g -O2 -DLOCAL_REGEXP zcc.o ../copt/regex/regcomp.o ../copt/regex/regerror.o ../copt/regex/regexec.o ../copt/regex/regfree.o install zcc.exe /home/build/z88dk/win32/z88dk/bin/ make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zcc' make -C src/zpragma PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zpragma' i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o zpragma.o zpragma.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o z88dk-zpragma.exe zpragma.o -g -O2 install z88dk-zpragma.exe /home/build/z88dk/win32/z88dk/bin/z88dk-zpragma.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zpragma' make -C src/zx7 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zx7' i686-w64-mingw32-gcc -o z88dk-zx7.exe -g -O2 compress.c optimize.c zx7.c i686-w64-mingw32-gcc -o z88dk-dzx7.exe -g -O2 dzx7.c install z88dk-zx7.exe /home/build/z88dk/win32/z88dk/bin/z88dk-zx7.exe install z88dk-dzx7.exe /home/build/z88dk/win32/z88dk/bin/z88dk-dzx7.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zx7' make -C src/z80nm PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/z80nm' i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -std=gnu11 -I../common -I../../ext/uthash/src -I../../ext/regex -I../../ext/UNIXem/include -I../../ext/getopt -c -o ar.o ar.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -std=gnu11 -I../common -I../../ext/uthash/src -I../../ext/regex -I../../ext/UNIXem/include -I../../ext/getopt -c -o ../../ext/getopt/getopt.o ../../ext/getopt/getopt.c i686-w64-mingw32-gcc -o z80nm.exe -g -O2 -Wall -std=gnu11 -MMD -std=gnu11 -I../common -I../../ext/uthash/src -I../../ext/regex -I../../ext/UNIXem/include -I../../ext/getopt ar.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o ../../ext/UNIXem/src/glob.o ../../ext/UNIXem/src/dirent.o ../../ext/getopt/getopt.o install z80nm.exe /home/build/z88dk/win32/z88dk/bin/z80nm.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z80nm' make -C src/zobjcopy PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zobjcopy' i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../common -I../../ext/uthash/src -I../../ext/optparse -I../../ext/regex -I../../ext/UNIXem/include -c -o zobjcopy.o zobjcopy.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../common -I../../ext/uthash/src -I../../ext/optparse -I../../ext/regex -I../../ext/UNIXem/include -o zobjcopy.exe zobjcopy.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o ../../ext/UNIXem/src/glob.o ../../ext/UNIXem/src/dirent.o -g -O2 install zobjcopy.exe /home/build/z88dk/win32/z88dk/bin/zobjcopy.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zobjcopy' make -C src/ticks PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/ticks' i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o ticks.o ticks.c i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o hook_console.o hook_console.c i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o hook_io.o hook_io.c i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o hook_misc.o hook_misc.c i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o hook.o hook.c i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o debugger.o debugger.c i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o linenoise.o linenoise.c i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o utf8.o utf8.c i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o syms.o syms.c i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o disassembler_alg.o disassembler_alg.c i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o memory.o memory.c i686-w64-mingw32-gcc -o z88dk-ticks.exe -g -O2 -I../../ext/uthash/src/ -g -MMD ticks.o hook_console.o hook_io.o hook_misc.o hook.o debugger.o linenoise.o utf8.o syms.o disassembler_alg.o memory.o i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o disassembler_main.o disassembler_main.c i686-w64-mingw32-gcc -o z88dk-dis.exe -g -O2 -I../../ext/uthash/src/ -g -MMD disassembler_main.o syms.o disassembler_alg.o install z88dk-ticks.exe /home/build/z88dk/win32/z88dk/bin/z88dk-ticks.exe install z88dk-dis.exe /home/build/z88dk/win32/z88dk/bin/z88dk-dis.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/ticks' make -C support/graphics PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/support/graphics' i686-w64-mingw32-gcc -g -O2 `/usr/i686-w64-mingw32/bin/xml2-config --cflags` -c -o z80svg.o z80svg.c i686-w64-mingw32-gcc -o z88dk-z80svg.exe -g -O2 `/usr/i686-w64-mingw32/bin/xml2-config --cflags` z80svg.o `/usr/i686-w64-mingw32/bin/xml2-config --libs` install z88dk-z80svg.exe /home/build/z88dk/win32/z88dk/bin/z88dk-z80svg.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/support/graphics' make -C support/pv1000 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/support/pv1000' i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o font2pv1000.o font2pv1000.c i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o z88dk-font2pv1000.exe font2pv1000.o -g -O2 install z88dk-font2pv1000.exe /home/build/z88dk/win32/z88dk/bin/z88dk-font2pv1000.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/support/pv1000' make -C support/basck PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/support/basck' i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o basck.o basck.c basck.c: In function 'dlbl': basck.c:838:17: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("@ $%04x label=%s\n", position, label); ^ basck.c:839:17: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("D $%04x %s\n", position, comment); ^ basck.c:842:21: warning: format '%X' expects argument of type 'unsigned int', but argument 3 has type 'long int' [-Wformat=] printf("%s \t= $%04X ; %s\n", label, position, comment); ^ basck.c: In function 'clbl': basck.c:850:17: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("@ $%04x label=%s\n", position, label); ^ basck.c:851:17: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("c $%04x %s\n", position, comment); ^ basck.c:854:21: warning: format '%X' expects argument of type 'unsigned int', but argument 3 has type 'long int' [-Wformat=] printf("%s \t= $%04X ; %s\n", label, position, comment); ^ basck.c: In function 'find_in_skel': basck.c:900:7: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (skel[j] != SKIP) ^ basck.c: In function 'main': basck.c:1128:66: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf ("\n# CPDEHL (compare DE and HL), code found at $%04X", pos); ^ basck.c:1132:64: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n# (Canon X-07 hack.. shifting to position $%04X, *work in progress*)",pos); ^ basck.c:1142:72: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n# ...patching MS SoftCard HR GBASIC, gap size: $%04X",pos-256); ^ basck.c:1145:52: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] printf("\n# (Detected position for ORG: %d)",pos); ^ basck.c:1162:58: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] printf("\n# (Detected position basing on TSTSGN: %d)",pos); ^ basck.c:1172:58: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] printf("\n# (Detected position basing on DVBCDE: %d)",pos); ^ basck.c:2334:54: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n# JP table relocated in ram, ptr in $%04X\n",jptab); ^ basck.c:2337:48: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n# First byte of moved block: $%04X\n",res); ^ basck.c:2343:67: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n# Original JP table ptr in ROM to be copied: $%04X, getting JP table address\n",res); ^ basck.c:2356:46: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n# JP table for statements = $%04X\n",jptab); ^ basck.c:2358:19: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("@ $%04x label=%s\n", jptab, "FNCTAB"); ^ basck.c:2359:19: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("w $%04x %s\n", jptab, "Jump table for statements and functions"); ^ basck.c:2368:70: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n# (applying a PC-6001 table shift hack, new pos: $%04X)\n",jptab); ^ basck.c:2385:43: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n# TOKEN table position = $%04X, word list in 'extended BASIC' mode.\n",res); ^ basck.c:2387:19: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("@ $%04x label=%s\n", res-1, "WORDS"); ^ basck.c:2388:19: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("t $%04x %s\n", res-1, "BASIC keyword list"); ^ basck.c:2445:36: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] printf("\n#\t= assignment\t\t[%d]\t",res2); ^ basck.c:2451:22: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n@ $%04x label=__%s\n", signed_byte(img[res2])+res2+1, "OPRND"); ^ basck.c:2452:20: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("w $%04x %s\n", signed_byte(img[res2])+res2+1, "'+' operand evaluation"); ^ basck.c:2456:20: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("- $%04X",signed_byte(img[res2])+res2+1); ^ basck.c:2506:23: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n@ $%04x label=__%s\n", res2+3, "ERR"); ^ basck.c:2507:21: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("w $%04x %s\n", res2+3, "ERR function evaluation"); ^ basck.c:2510:21: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("- $%04X",res2+3); ^ basck.c:2518:24: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n@ $%04x label=__%s\n", res2+3, "ERL"); ^ basck.c:2519:22: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("w $%04x %s\n", res2+3, "ERL function evaluation"); ^ basck.c:2522:22: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("- $%04X",res2+3); ^ basck.c:2527:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (img[res2] == 0xFE) ^~ basck.c:2539:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (img[res2+2]==0x20) { ^~ basck.c:2543:25: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n@ $%04x label=__%s\n", res2+3, "VARPTR"); ^ basck.c:2544:23: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("w $%04x %s\n", res2+3, "VARPTR function evaluation"); ^ basck.c:2547:23: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("- $%04X",res2+3); ^ basck.c:2597:28: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] printf("\n#\tELSE\t\t[%d]\n",res2); ^ basck.c:2663:48: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n\n\n# TOKEN table position = $%04X, word list in classic encoding mode\n",res+pos); ^ basck.c:2665:20: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("@ $%04x label=%s\n", res+pos-1, "WORDS"); ^ basck.c:2666:20: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("t $%04x %s\n", res+pos-1, "BASIC keyword list"); ^ basck.c:2686:51: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n\n# JP table for functions = $%04X\n",jptab); ^ basck.c:2688:23: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("@ $%04x label=%s\n", jptab, "FNCTAB_FN"); ^ basck.c:2689:23: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("w $%04x %s\n", jptab, "Extra jump table for functions"); ^ basck.c:2695:76: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n\n# (applying a PC-6001 table shift hack, new pos: $%04X)\n\n",jptab); ^ basck.c:2738:49: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n\n\n# TOKEN table position = $%04X, word list in earlier encoding mode.\n",res+pos); ^ basck.c:2775:53: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n\n# JP table for functions = $%04X\n",jptab); ^ basck.c:2777:25: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("@ $%04x label=%s\n", jptab, "FNCTAB_FN"); ^ basck.c:2778:25: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("w $%04x %s\n", jptab, "Extra jump table for functions"); ^ basck.c:2830:43: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] printf("\n#\t STKEND system variable = %d ; ",res); ^ basck.c:2861:31: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n#\tPROG = $%04X ; BASIC program start",res); ^ basck.c:2860:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (res>0) ^~ basck.c:2862:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' switch (res) { ^~~~~~ basck.c:2968:19: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] if (img[res-1] & 0xC7 == 0xC7) ^ basck.c:3020:49: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n\n\n#TOKEN table position = $%04X\n",res); ^ basck.c:3036:48: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n\n\n#TOKEN table position = $%04X\n",res); ^ basck.c:3052:48: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n\n\n#TOKEN table position = $%04X\n",res); ^ basck.c:3074:48: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n\n\n#TOKEN table position = $%04X\n",res); ^ basck.c:3170:42: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] printf("\n# ORG shift detected, %d bytes",pos); ^ basck.c:3444:43: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n# TOKEN table position = $%04X\n",res); ^ basck.c:3500:58: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n# TOKEN table position for prefix $FF = $%04X\n",res); ^ basck.c:3540:58: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] printf("\n# TOKEN table position for prefix $FE = $%04X\n",res); ^ basck.c: In function 'dlbl': basck.c:843:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ basck.c: In function 'clbl': basck.c:855:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ basck.c: In function 'main': basck.c:2679:9: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized] if ((c == '<') && ((img[i-2] != '=') || (img[i-2] != ('='+0x80)))) { ^ i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o z88dk-basck.exe basck.o -g -O2 install z88dk-basck.exe /home/build/z88dk/win32/z88dk/bin/z88dk-basck.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/support/basck' make -C testsuite make[1]: Entering directory '/home/build/z88dk/win32/z88dk/testsuite' zcc +test -vn -a Issue_452_far_pointers.c -o tmp1.opt diff -w tmp2.opt results/Issue_452_far_pointers.opt mv -f tmp1.opt Issue_452_far_pointers.opt zcc +test -vn -a Issue_543_complement.c -o tmp1.opt diff -w tmp2.opt results/Issue_543_complement.opt mv -f tmp1.opt Issue_543_complement.opt zcc +test -vn -a Issue_98_Stack_offset.c -o tmp1.opt diff -w tmp2.opt results/Issue_98_Stack_offset.opt mv -f tmp1.opt Issue_98_Stack_offset.opt zcc +test -vn -a Issue_693_fastcall.c -o tmp1.opt diff -w tmp2.opt results/Issue_693_fastcall.opt mv -f tmp1.opt Issue_693_fastcall.opt zcc +test -vn -a Issue_1016_long_const_compare.c -o tmp1.opt diff -w tmp2.opt results/Issue_1016_long_const_compare.opt mv -f tmp1.opt Issue_1016_long_const_compare.opt zcc +test -vn -a Issue_254_KR_Specifiers.c -o tmp1.opt diff -w tmp2.opt results/Issue_254_KR_Specifiers.opt mv -f tmp1.opt Issue_254_KR_Specifiers.opt zcc +test -vn -a Issue_1178_kr_main_stdc.c -o tmp1.opt diff -w tmp2.opt results/Issue_1178_kr_main_stdc.opt mv -f tmp1.opt Issue_1178_kr_main_stdc.opt zcc +test -vn -a 02_addr_ptr.c -o tmp1.opt diff -w tmp2.opt results/02_addr_ptr.opt mv -f tmp1.opt 02_addr_ptr.opt zcc +test -vn -a Issue_1007_Fix_FP_Constant_Multiplication.c -o tmp1.opt diff -w tmp2.opt results/Issue_1007_Fix_FP_Constant_Multiplication.opt mv -f tmp1.opt Issue_1007_Fix_FP_Constant_Multiplication.opt zcc +test -vn -a Issue_419_Extern_Prototypes_In_Function.c -o tmp1.opt diff -w tmp2.opt results/Issue_419_Extern_Prototypes_In_Function.opt mv -f tmp1.opt Issue_419_Extern_Prototypes_In_Function.opt zcc +test -vn -a Issue_188_builtins.c -o tmp1.opt diff -w tmp2.opt results/Issue_188_builtins.opt mv -f tmp1.opt Issue_188_builtins.opt zcc +test -vn -a Issue_510_mult_minus1.c -o tmp1.opt diff -w tmp2.opt results/Issue_510_mult_minus1.opt mv -f tmp1.opt Issue_510_mult_minus1.opt zcc +test -vn -a Issue_485_sdccdecl.c -o tmp1.opt diff -w tmp2.opt results/Issue_485_sdccdecl.opt mv -f tmp1.opt Issue_485_sdccdecl.opt zcc +test -vn -a Issue_452_pointers.c -o tmp1.opt sccz80:"Issue_452_pointers.c" L:78 Warning:Pointer arithmetic with non-matching types: struct x *ptr1-char * [-Wincompatible-pointer-types] diff -w tmp2.opt results/Issue_452_pointers.opt mv -f tmp1.opt Issue_452_pointers.opt zcc +test -vn -a Issue_985_ptr_cast.c -o tmp1.opt diff -w tmp2.opt results/Issue_985_ptr_cast.opt mv -f tmp1.opt Issue_985_ptr_cast.opt zcc +test -vn -a Issue_103_floating_addition.c -o tmp1.opt diff -w tmp2.opt results/Issue_103_floating_addition.opt mv -f tmp1.opt Issue_103_floating_addition.opt zcc +test -vn -a Issue_1126_opt_rule.c -o tmp1.opt diff -w tmp2.opt results/Issue_1126_opt_rule.opt mv -f tmp1.opt Issue_1126_opt_rule.opt zcc +test -vn -a Issue_896_nested_struct_initialisation.c -o tmp1.opt diff -w tmp2.opt results/Issue_896_nested_struct_initialisation.opt mv -f tmp1.opt Issue_896_nested_struct_initialisation.opt zcc +test -vn -a Issue_1167_range_check.c -o tmp1.opt diff -w tmp2.opt results/Issue_1167_range_check.opt mv -f tmp1.opt Issue_1167_range_check.opt zcc +test -vn -a Issue_615_loop.c -o tmp1.opt sccz80:"Issue_615_loop.c" L:6 Warning:Implicit definition of function 'whilefunc' it will return an int. Prototype it explicitly if this is not what you want. [-Wimplicit-function-definition] sccz80:"Issue_615_loop.c" L:49 Warning:Implicit definition of function 'forfunc' it will return an int. Prototype it explicitly if this is not what you want. [-Wimplicit-function-definition] diff -w tmp2.opt results/Issue_615_loop.opt mv -f tmp1.opt Issue_615_loop.opt zcc +test -vn -a Issue_510_long_and.c -o tmp1.opt diff -w tmp2.opt results/Issue_510_long_and.opt mv -f tmp1.opt Issue_510_long_and.opt zcc +test -vn -a Issue_452_unsigned.c -o tmp1.opt diff -w tmp2.opt results/Issue_452_unsigned.opt mv -f tmp1.opt Issue_452_unsigned.opt zcc +test -vn -a Issue_1102_struct_trailing_comma.c -o tmp1.opt diff -w tmp2.opt results/Issue_1102_struct_trailing_comma.opt mv -f tmp1.opt Issue_1102_struct_trailing_comma.opt zcc +test -vn -a shortcall.c -o tmp1.opt diff -w tmp2.opt results/shortcall.opt mv -f tmp1.opt shortcall.opt zcc +test -vn -a Issue_569_jagged_array.c -o tmp1.opt diff -w tmp2.opt results/Issue_569_jagged_array.opt mv -f tmp1.opt Issue_569_jagged_array.opt zcc +test -vn -a Issue_489_variable_defn_in_forloop.c -o tmp1.opt sccz80:"Issue_489_variable_defn_in_forloop.c" L:17 Warning:Loss of precision, converting long i to int i [-Wconversion] diff -w tmp2.opt results/Issue_489_variable_defn_in_forloop.opt mv -f tmp1.opt Issue_489_variable_defn_in_forloop.opt zcc +test -vn -a Issue_491_enums.c -o tmp1.opt diff -w tmp2.opt results/Issue_491_enums.opt mv -f tmp1.opt Issue_491_enums.opt zcc +test -vn -a Issue_295_structgetsfar.c -o tmp1.opt diff -w tmp2.opt results/Issue_295_structgetsfar.opt mv -f tmp1.opt Issue_295_structgetsfar.opt zcc +test -vn -a Issue_701_compound_scope.c -o tmp1.opt diff -w tmp2.opt results/Issue_701_compound_scope.opt mv -f tmp1.opt Issue_701_compound_scope.opt zcc +test -vn -a Issue_499_typedef_initialisation.c -o tmp1.opt diff -w tmp2.opt results/Issue_499_typedef_initialisation.opt mv -f tmp1.opt Issue_499_typedef_initialisation.opt zcc +test -vn -a Issue_497_astroforce_compile.c -o tmp1.opt diff -w tmp2.opt results/Issue_497_astroforce_compile.opt mv -f tmp1.opt Issue_497_astroforce_compile.opt zcc +test -vn -a Issue_615_if.c -o tmp1.opt diff -w tmp2.opt results/Issue_615_if.opt mv -f tmp1.opt Issue_615_if.opt zcc +test -vn -a Issue_1132_struct_by_value.c -o tmp1.opt diff -w tmp2.opt results/Issue_1132_struct_by_value.opt mv -f tmp1.opt Issue_1132_struct_by_value.opt zcc +test -vn -a Issue_1015_break_with_loop_variable.c -o tmp1.opt diff -w tmp2.opt results/Issue_1015_break_with_loop_variable.opt mv -f tmp1.opt Issue_1015_break_with_loop_variable.opt zcc +test -vn -a Far_Pointer_Call.c -o tmp1.opt diff -w tmp2.opt results/Far_Pointer_Call.opt mv -f tmp1.opt Far_Pointer_Call.opt zcc +test -vn -a Issue_98_check_int.c -o tmp1.opt diff -w tmp2.opt results/Issue_98_check_int.opt mv -f tmp1.opt Issue_98_check_int.opt zcc +test -vn -a Issue_103_double_prepost.c -o tmp1.opt diff -w tmp2.opt results/Issue_103_double_prepost.opt mv -f tmp1.opt Issue_103_double_prepost.opt zcc +test -vn -a Issue_452_arrays.c -o tmp1.opt diff -w tmp2.opt results/Issue_452_arrays.opt mv -f tmp1.opt Issue_452_arrays.opt zcc +test -vn -a Issue_490_long_extension.c -o tmp1.opt diff -w tmp2.opt results/Issue_490_long_extension.opt mv -f tmp1.opt Issue_490_long_extension.opt zcc +test -vn -a Issue_1141_Namespaces.c -o tmp1.opt diff -w tmp2.opt results/Issue_1141_Namespaces.opt mv -f tmp1.opt Issue_1141_Namespaces.opt zcc +test -vn -a Issue_564_casting.c -o tmp1.opt diff -w tmp2.opt results/Issue_564_casting.opt mv -f tmp1.opt Issue_564_casting.opt zcc +test -vn -a Issue_509_long_constant.c -o tmp1.opt diff -w tmp2.opt results/Issue_509_long_constant.opt mv -f tmp1.opt Issue_509_long_constant.opt zcc +test -vn -a Issue_1103_fastcall_fnptr.c -o tmp1.opt diff -w tmp2.opt results/Issue_1103_fastcall_fnptr.opt mv -f tmp1.opt Issue_1103_fastcall_fnptr.opt zcc +test -vn -a Issue_26_casting.c -o tmp1.opt sccz80:"Issue_26_casting.c" L:50 Warning:Implicit definition of function 'SMS_setAddr' it will return an int. Prototype it explicitly if this is not what you want. [-Wimplicit-function-definition] diff -w tmp2.opt results/Issue_26_casting.opt mv -f tmp1.opt Issue_26_casting.opt zcc +test -vn -a Issue_574_fastcall_offset.c -o tmp1.opt diff -w tmp2.opt results/Issue_574_fastcall_offset.opt mv -f tmp1.opt Issue_574_fastcall_offset.opt zcc +test -vn -a paramsoffset.c -o tmp1.opt diff -w tmp2.opt results/paramsoffset.opt mv -f tmp1.opt paramsoffset.opt zcc +test -vn -a Issue_493__func__.c -o tmp1.opt diff -w tmp2.opt results/Issue_493__func__.opt mv -f tmp1.opt Issue_493__func__.opt zcc +test -vn -a Issue_715__double_subtraction.c -o tmp1.opt diff -w tmp2.opt results/Issue_715__double_subtraction.opt mv -f tmp1.opt Issue_715__double_subtraction.opt zcc +test -vn -a Issue_452_struct.c -o tmp1.opt diff -w tmp2.opt results/Issue_452_struct.opt mv -f tmp1.opt Issue_452_struct.opt zcc +test -vn -a Issue_514_flexible_member.c -o tmp1.opt diff -w tmp2.opt results/Issue_514_flexible_member.opt mv -f tmp1.opt Issue_514_flexible_member.opt zcc +test -vn -a Issue_678_compound.c -o tmp1.opt diff -w tmp2.opt results/Issue_678_compound.opt mv -f tmp1.opt Issue_678_compound.opt zcc +test -vn -a Issue_1105_function_pointer_calls.c -o tmp1.opt diff -w tmp2.opt results/Issue_1105_function_pointer_calls.opt mv -f tmp1.opt Issue_1105_function_pointer_calls.opt zcc +test -fp-mode=ieee -vn -a Far_Pointer_Call_ieee.c -o tmp1.opt diff -w tmp2.opt results/Far_Pointer_Call_ieee.opt mv -f tmp1.opt Far_Pointer_Call_ieee.opt zcc +test -vn -a Issue_490_repeated_extern_decls.c -o tmp1.opt diff -w tmp2.opt results/Issue_490_repeated_extern_decls.opt mv -f tmp1.opt Issue_490_repeated_extern_decls.opt zcc +test -vn -a Issue_490_ptr_arithmetic.c -o tmp1.opt diff -w tmp2.opt results/Issue_490_ptr_arithmetic.opt mv -f tmp1.opt Issue_490_ptr_arithmetic.opt zcc +test -vn -a Issue_480_asmfunc.c -o tmp1.opt diff -w tmp2.opt results/Issue_480_asmfunc.opt mv -f tmp1.opt Issue_480_asmfunc.opt zcc +test -vn -a Issue_1016_double_const_compare.c -o tmp1.opt diff -w tmp2.opt results/Issue_1016_double_const_compare.opt mv -f tmp1.opt Issue_1016_double_const_compare.opt zcc +test -fp-mode=ieee -vn -a mathops_ieee.c -o tmp1.opt diff -w tmp2.opt results/mathops_ieee.opt mv -f tmp1.opt mathops_ieee.opt zcc +test -vn -a Issue_1167_sizeof.c -o tmp1.opt diff -w tmp2.opt results/Issue_1167_sizeof.opt mv -f tmp1.opt Issue_1167_sizeof.opt zcc +test -vn -a Issue_501_extern_at.c -o tmp1.opt diff -w tmp2.opt results/Issue_501_extern_at.opt mv -f tmp1.opt Issue_501_extern_at.opt zcc +test -vn -a Issue_98_underlying.c -o tmp1.opt diff -w tmp2.opt results/Issue_98_underlying.opt mv -f tmp1.opt Issue_98_underlying.opt zcc +test -vn -a Issue_600_fastcall.c -o tmp1.opt sccz80:"Issue_600_fastcall.c" L:6 Warning:Cannot define function 'func4' as __z88dk_fastcall __stdc when it has more than 1 argument [-Wincorrect-function-declspec] diff -w tmp2.opt results/Issue_600_fastcall.opt mv -f tmp1.opt Issue_600_fastcall.opt zcc +test -vn -a Issue_482_optrule.c -o tmp1.opt diff -w tmp2.opt results/Issue_482_optrule.opt mv -f tmp1.opt Issue_482_optrule.opt zcc +test -vn -a long_addition_opts.c -o tmp1.opt diff -w tmp2.opt results/long_addition_opts.opt mv -f tmp1.opt long_addition_opts.opt zcc +test -vn -a Issue_1133_bitfields.c -o tmp1.opt diff -w tmp2.opt results/Issue_1133_bitfields.opt mv -f tmp1.opt Issue_1133_bitfields.opt zcc +test -vn -a 01_cast_global_pointer.c -o tmp1.opt diff -w tmp2.opt results/01_cast_global_pointer.opt mv -f tmp1.opt 01_cast_global_pointer.opt zcc +test -vn -a Issue_693_missing_return.c -o tmp1.opt diff -w tmp2.opt results/Issue_693_missing_return.opt mv -f tmp1.opt Issue_693_missing_return.opt zcc +test -vn -a Issue_569_init_from_2d_array.c -o tmp1.opt diff -w tmp2.opt results/Issue_569_init_from_2d_array.opt mv -f tmp1.opt Issue_569_init_from_2d_array.opt zcc +test -vn -a Issue_1062_array_init.c -o tmp1.opt diff -w tmp2.opt results/Issue_1062_array_init.opt mv -f tmp1.opt Issue_1062_array_init.opt zcc +test -vn -a Issue_1054_initialisation.c -o tmp1.opt diff -w tmp2.opt results/Issue_1054_initialisation.opt mv -f tmp1.opt Issue_1054_initialisation.opt zcc +test -vn -a Issue_507_unnamed_structs.c -o tmp1.opt diff -w tmp2.opt results/Issue_507_unnamed_structs.opt mv -f tmp1.opt Issue_507_unnamed_structs.opt zcc +test -vn -a Issue_1167_choosing_which_function.c -o tmp1.opt diff -w tmp2.opt results/Issue_1167_choosing_which_function.opt mv -f tmp1.opt Issue_1167_choosing_which_function.opt zcc +test -vn -a Issue_1015_break_without_loop_variable.c -o tmp1.opt diff -w tmp2.opt results/Issue_1015_break_without_loop_variable.opt mv -f tmp1.opt Issue_1015_break_without_loop_variable.opt zcc +test -vn -a Issue_608_Arrays.c -o tmp1.opt diff -w tmp2.opt results/Issue_608_Arrays.opt mv -f tmp1.opt Issue_608_Arrays.opt zcc +test -vn -a Issue_615_while_loop.c -o tmp1.opt diff -w tmp2.opt results/Issue_615_while_loop.opt mv -f tmp1.opt Issue_615_while_loop.opt zcc +test -vn -a Issue_1132_struct_parameter.c -o tmp1.opt diff -w tmp2.opt results/Issue_1132_struct_parameter.opt mv -f tmp1.opt Issue_1132_struct_parameter.opt zcc +test -custom-copt-rules=../lib/zxn_rules.1 -vn -a zxn/Issue_312_zxn_optimisations.c -o tmp1.opt diff -w tmp2.opt results/zxn/Issue_312_zxn_optimisations.opt mv -f tmp1.opt zxn/Issue_312_zxn_optimisations.opt zcc +rcmx000 -vn -a rabbit/rabbit_optimisations.c -o tmp1.opt diff -w tmp2.opt results/rabbit/rabbit_optimisations.opt mv -f tmp1.opt rabbit/rabbit_optimisations.opt zcc +test -mz180 -vn -a z180/Issue_481_multiply_char.c -o tmp1.opt diff -w tmp2.opt results/z180/Issue_481_multiply_char.opt mv -f tmp1.opt z180/Issue_481_multiply_char.opt make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/testsuite' make -C src/z88dk-lib PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/z88dk-lib' i686-w64-mingw32-gcc -g -O2 -c -o z88dk-lib.o z88dk-lib.c i686-w64-mingw32-gcc -o z88dk-lib.exe -g -O2 z88dk-lib.o install z88dk-lib.exe /home/build/z88dk/win32/z88dk/bin/z88dk-lib.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z88dk-lib' make -C src/appmake clean make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/appmake' rm -f appmake.exe glue.o z88shell.o aquarius.o sorcerer.o zx-util.o z1013.o appmake.o z88.o fp1100.o fat.o lynx.o rom.o c7420.o x1.o nec.o cpc.o vg5k.o z9001.o rex6000.o mtx.o enterprise.o zxn.o abc80.o msx.o svi.o pasopia7.o spc1000.o m5.o tixx.o trs80.o px.o mz2500.o c128.o newbrain.o x07.o cpm2.o ace-tap.o pc88.o cpmdisk.o newext.o sos.o zx81.o extract.o nascom.o sms.o galaksija.o mc.o multi8.o inject.o residos.o kc.o vz.o ff.o p2000.o zx.o mameql.o sc3000.o hex.o zxvgs.o mz.o rm -f glue.o z88shell.o aquarius.o sorcerer.o zx-util.o z1013.o z88.o fp1100.o fat.o lynx.o rom.o c7420.o x1.o nec.o cpc.o vg5k.o z9001.o rex6000.o mtx.o enterprise.o zxn.o abc80.o msx.o svi.o pasopia7.o spc1000.o m5.o tixx.o trs80.o px.o mz2500.o c128.o newbrain.o x07.o cpm2.o ace-tap.o pc88.o cpmdisk.o newext.o sos.o zx81.o extract.o nascom.o sms.o galaksija.o mc.o multi8.o inject.o residos.o kc.o vz.o ff.o p2000.o zx.o mameql.o sc3000.o hex.o zxvgs.o mz.o glue.d z88shell.d aquarius.d sorcerer.d zx-util.d z1013.d appmake.d z88.d fp1100.d fat.d lynx.d rom.d c7420.d x1.d nec.d cpc.d vg5k.d z9001.d rex6000.d mtx.d enterprise.d zxn.d abc80.d msx.d svi.d pasopia7.d spc1000.d m5.d tixx.d trs80.d px.d mz2500.d c128.d newbrain.d x07.d cpm2.d ace-tap.d pc88.d cpmdisk.d newext.d sos.d zx81.d extract.d nascom.d sms.d galaksija.d mc.d multi8.d inject.d residos.d kc.d vz.d ff.d p2000.d zx.d mameql.d sc3000.d hex.d zxvgs.d mz.d *.bak t/*.bak make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/appmake' make -C src/common clean make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/common' rm -f t/test.exe die.o strutil.o fileutil.o objfile.o optparse.o t/t_types.o t/t_die.o t/test.o t/t_fileutil.o t/t_strutil.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o ../../ext/Unity/src/unity.o ../../ext/UNIXem/src/glob.o ../../ext/UNIXem/src/dirent.o die.d strutil.d fileutil.d objfile.d optparse.d t/t_types.d t/t_die.d t/test.d t/t_fileutil.d t/t_strutil.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.d ../../ext/Unity/src/unity.d make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/common' make -C src/copt clean make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/copt' rm -f z88dk-copt.exe copt.o core.exe regex/*.o rm -f -rf Debug Release make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/copt' make -C src/cpp clean make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/cpp' rm -f z88dk-zcpp.exe cpp6.o cpp2.o cpp4.o cpp5.o cpp3.o cpp1.o rm -f cpp6.o cpp2.o cpp4.o cpp5.o cpp3.o cpp1.o cpp6.d cpp2.d cpp4.d cpp5.d cpp3.d cpp1.d *.bak t/*.bak make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/cpp' make -C src/sccz80 clean make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/sccz80' rm -f *.o *~ core sccz80.exe rm -f -rf Debug Release rm -f callfunc.d codegen.d const.d data.d declinit.d error.d expr.d goto.d io.d lex.d main.d misc.d plunge.d preproc.d primary.d stmt.d sym.d while.d declparse.d make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/sccz80' make -C src/ticks clean make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/ticks' rm -f z88dk-ticks.exe ticks.o hook_console.o hook_io.o hook_misc.o hook.o debugger.o linenoise.o utf8.o syms.o disassembler_alg.o memory.o core rm -f z88dk-dis.exe disassembler_main.o syms.o disassembler_alg.o core rm -f ticks.d hook_console.d hook_io.d hook_misc.d hook.d debugger.d linenoise.d utf8.d syms.d disassembler_alg.d memory.d disassembler_main.d syms.d disassembler_alg.d rm -f -rf Debug Release make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/ticks' make -C src/ucpp clean make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/ucpp' rm -f z88dk-ucpp.exe mem.o nhash.o cpp.o lexer.o assert.o macro.o eval.o rm -f mem.o nhash.o cpp.o lexer.o assert.o macro.o eval.o mem.d nhash.d cpp.d lexer.d assert.d macro.d eval.d *.bak t/*.bak make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/ucpp' make -C src/z80asm clean make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/z80asm' make -C dev/z80asm_lib clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/src/z80asm/dev/z80asm_lib' rm -f z80asm-z80-.lib rm -f z80asm-z80-ixiy.lib rm -f z80asm-z80_zxn-.lib rm -f z80asm-z80_zxn-ixiy.lib rm -f z80asm-z180-.lib rm -f z80asm-z180-ixiy.lib rm -f z80asm-r2k-.lib rm -f z80asm-r2k-ixiy.lib rm -f z80asm-r3k-.lib rm -f z80asm-r3k-ixiy.lib rm -f daa.o cpir.o cpd.o cpdr.o rrd.o cpi.o rld.o daa.lis cpir.lis cpd.lis cpdr.lis rrd.lis cpi.lis rld.lis test.asm test.o test.bin make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z80asm/dev/z80asm_lib' rm -f z80asm-*.lib make -C lib clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/src/z80asm/lib' rm -f strhash.o dbg.o srcfile.o str.o list.o class.o alloc.o minunit.o array.o ../../common/die.o ../../common/fileutil.o ../../common/strutil.o t/test_alloc t/test_init t/test_dbg t/test_str libclibrary.a rm -f t/test_alloc.exe t/test_init.exe t/test_dbg.exe t/test_str.exe rm -f t/test_alloc.out t/test_init.out t/test_dbg.out t/test_str.out rm -f t/test_alloc.o t/test_init.o t/test_dbg.o t/test_str.o rm -f t/tests.log rm -f *.bak rm -f -r win32/Debug win32/Release win32/ipch rm -f strhash.d dbg.d srcfile.d str.d list.d class.d alloc.d minunit.d array.d ../../common/die.d ../../common/fileutil.d ../../common/strutil.d make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z80asm/lib' rm -f *.core lib/*.core lib/t/*.core lib/t/uthash/*.core rm -f *.o lib/*.o lib/t/*.o lib/t/uthash/*.o rm -f *.out lib/*.out lib/t/*.out lib/t/uthash/*.out rm -f *.orig lib/*.orig lib/t/*.orig lib/t/uthash/*.orig rm -f *.exe lib/*.exe lib/t/*.exe lib/t/uthash/*.exe rm -f *.tmp lib/*.tmp lib/t/*.tmp lib/t/uthash/*.tmp rm -f *.bak lib/*.bak lib/t/*.bak lib/t/uthash/*.bak rm -f *.log lib/*.log lib/t/*.log lib/t/uthash/*.log rm -f *~ lib/*~ lib/t/*~ lib/t/uthash/*~ rm -f -rf Debug Release x1 x2 x3 rm -f t/libtestlib.a t/*.o t/*.out lib/t/*.o lib/t/*.out t/test_codearea.exe t/test_symtab.exe rm -f zcc_opt.def zcc_proj.lst rm -f zcc_opt.def microman.bin microman.tap rm -f zcc_opt.def mandel.bin mandel.tap rm -f z80asm.exe lib/z80asm.exe test* lib/test* rm -f t/*.tmp lib/t/*.tmp t/dev/*.tmp rm -f errors.d sym.d hist.d libfile.d directives.d error_func.d opcodes.d model.d codearea.d module.d zobjfile.d symtab.d options.d scan.d main.d macros.d parse.d z80pass.d modlink.d z80asm.d expr.d listfile.d lib/srcfile.d lib/dbg.d lib/str.d lib/list.d lib/strhash.d lib/alloc.d lib/minunit.d lib/class.d lib/array.d ../common/die.d ../common/strutil.d ../common/fileutil.d ../common/objfile.d ../common/optparse.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.d make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z80asm' make -C src/z80nm clean make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/z80nm' rm -f z80nm.exe ar.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o ../../ext/UNIXem/src/glob.o ../../ext/UNIXem/src/dirent.o ../../ext/getopt/getopt.o ar.d ../common/die.d ../common/objfile.d ../common/fileutil.d ../common/strutil.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.d core rm -f -rf Debug Release make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z80nm' make -C src/z88dk-lib clean make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/z88dk-lib' rm -f z88dk-lib.exe z88dk-lib.o core.exe rm -f -rf Debug Release make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z88dk-lib' make -C src/zcc clean make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zcc' rm -f zcc.exe zcc.o core rm -f -rf Debug Release make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zcc' make -C src/zobjcopy clean make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zobjcopy' rm -f zobjcopy.exe zobjcopy.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o ../../ext/UNIXem/src/glob.o ../../ext/UNIXem/src/dirent.o rm -f ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o ../../ext/UNIXem/src/glob.o ../../ext/UNIXem/src/dirent.o zobjcopy.d ../common/die.d ../common/strutil.d ../common/fileutil.d ../common/objfile.d ../common/optparse.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.d *.bak t/*.bak make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zobjcopy' make -C src/zpragma clean make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zpragma' rm -f z88dk-zpragma.exe zpragma.o rm -f zpragma.o zpragma.d *.bak t/*.bak make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zpragma' make -C src/zx7 clean make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zx7' rm -f z88dk-zx7.exe zx7.o core.exe rm -f z88dk-dzx7.exe dzx7.o rm -f -rf Debug Release make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zx7' make -C support clean make[1]: Entering directory '/home/build/z88dk/win32/z88dk/support' make -C graphics clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/support/graphics' rm -f z88dk-z80svg.exe z80svg.o getopt/*.o core rm -f -rf Debug Release make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/support/graphics' make -C pv1000 clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/support/pv1000' rm -f z88dk-font2pv1000.exe font2pv1000.o rm -f font2pv1000.o font2pv1000.d *.bak t/*.bak make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/support/pv1000' make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/support' make -C test clean make[1]: Entering directory '/home/build/z88dk/win32/z88dk/test' make[2]: Entering directory '/home/build/z88dk/win32/z88dk/test/suites' make[3]: Entering directory '/home/build/z88dk/win32/z88dk/test/suites/string' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified rm -f test*.bin *.map ../../framework/test.o strstr.o strncmp.o main.o strrstr.o strrev.o strlcpy.o strlcat.o stricmp.o strcmp.o zcc_opt.def *~ make[3]: Leaving directory '/home/build/z88dk/win32/z88dk/test/suites/string' make[3]: Entering directory '/home/build/z88dk/win32/z88dk/test/suites/ctype' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified rm -f test*.bin *.map zcc_opt.def *~ make[3]: Leaving directory '/home/build/z88dk/win32/z88dk/test/suites/ctype' make[3]: Entering directory '/home/build/z88dk/win32/z88dk/test/suites/stdio' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified rm -f *.bin *.map zcc_opt.def *~ make[3]: Leaving directory '/home/build/z88dk/win32/z88dk/test/suites/stdio' make[3]: Entering directory '/home/build/z88dk/win32/z88dk/test/suites/stdlib' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified rm -f test*.bin *.map zcc_opt.def *~ make[3]: Leaving directory '/home/build/z88dk/win32/z88dk/test/suites/stdlib' make[3]: Entering directory '/home/build/z88dk/win32/z88dk/test/suites/math' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified rm -f *.bin *.map ../../framework/test.o math.o zcc_opt.def *~ make[3]: Leaving directory '/home/build/z88dk/win32/z88dk/test/suites/math' make[3]: Entering directory '/home/build/z88dk/win32/z88dk/test/suites/regex' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified rm -f *.bin *.map ../../framework/test.o regex.o zcc_opt.def *~ make[3]: Leaving directory '/home/build/z88dk/win32/z88dk/test/suites/regex' make[3]: Entering directory '/home/build/z88dk/win32/z88dk/test/suites/sccz80' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified rm -f *.bin *.map zcc_opt.def *~ make[3]: Leaving directory '/home/build/z88dk/win32/z88dk/test/suites/sccz80' make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/test/suites' make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/test' make -C testsuite clean make[1]: Entering directory '/home/build/z88dk/win32/z88dk/testsuite' rm -f -f Issue_254_KR_Specifiers.opt Issue_1007_Fix_FP_Constant_Multiplication.opt Issue_510_mult_minus1.opt Issue_485_sdccdecl.opt Issue_452_pointers.opt Issue_985_ptr_cast.opt Issue_452_unsigned.opt Issue_98_check_int.opt Issue_574_fastcall_offset.opt Issue_510_long_and.opt Issue_569_jagged_array.opt Issue_499_typedef_initialisation.opt Issue_1126_opt_rule.opt Issue_1015_break_with_loop_variable.opt Far_Pointer_Call.opt Issue_103_double_prepost.opt Issue_1103_fastcall_fnptr.opt Issue_26_casting.opt Issue_615_while_loop.opt Issue_452_struct.opt Issue_509_long_constant.opt Issue_514_flexible_member.opt Issue_678_compound.opt Issue_1105_function_pointer_calls.opt Issue_1062_array_init.opt Issue_98_underlying.opt Issue_482_optrule.opt long_addition_opts.opt Issue_1132_struct_by_value.opt 01_cast_global_pointer.opt Issue_693_missing_return.opt Issue_896_nested_struct_initialisation.opt Issue_1167_range_check.opt shortcall.opt Issue_501_extern_at.opt Issue_452_arrays.opt Issue_1015_break_without_loop_variable.opt Issue_693_fastcall.opt Issue_543_complement.opt Issue_295_structgetsfar.opt Issue_1178_kr_main_stdc.opt 02_addr_ptr.opt Issue_188_builtins.opt Issue_493__func__.opt Issue_615_loop.opt Issue_489_variable_defn_in_forloop.opt Issue_615_if.opt Issue_701_compound_scope.opt Issue_103_floating_addition.opt Issue_497_astroforce_compile.opt Issue_452_far_pointers.opt Issue_490_long_extension.opt Issue_1141_Namespaces.opt Issue_564_casting.opt Issue_1102_struct_trailing_comma.opt Issue_491_enums.opt Issue_490_ptr_arithmetic.opt Far_Pointer_Call_ieee.opt Issue_480_asmfunc.opt mathops_ieee.opt Issue_1167_sizeof.opt Issue_1016_double_const_compare.opt Issue_600_fastcall.opt Issue_715__double_subtraction.opt Issue_1133_bitfields.opt Issue_569_init_from_2d_array.opt Issue_1054_initialisation.opt Issue_419_Extern_Prototypes_In_Function.opt Issue_1167_choosing_which_function.opt Issue_608_Arrays.opt Issue_1132_struct_parameter.opt Issue_98_Stack_offset.opt Issue_507_unnamed_structs.opt paramsoffset.opt Issue_490_repeated_extern_decls.opt Issue_1016_long_const_compare.opt zxn/Issue_312_zxn_optimisations.opt rabbit/rabbit_optimisations.opt z180/Issue_481_multiply_char.opt tmp*.opt zcc_opt.def make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/testsuite' make -C src/z88dk-lib clean make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/z88dk-lib' rm -f z88dk-lib.exe z88dk-lib.o core.exe rm -f -rf Debug Release make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z88dk-lib' #if [ -d bin ]; then find bin -type f -exec rm -f {} ';' ; fi ######################################################################### Building win32 kit ######################################################################### ######################################################################### Starting OS-X build ######################################################################### fatal: Not a git repository (or any of the parent directories): .git fatal: Not a git repository (or any of the parent directories): .git fatal: Not a git repository (or any of the parent directories): .git make -C src/appmake PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/appmake' i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o vz.o vz.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o pasopia7.o pasopia7.c pasopia7.c:53:13: warning: unused variable 'cksum' [-Wunused-variable] int cksum; ^ 1 warning generated. i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o ff.o ff.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o zx-util.o zx-util.c zx-util.c:516:58: warning: data argument not used by format string [-Wformat-extra-args] sprintf(mybuf, "\"23739\",", (int)pos); ~~~~~~~~~~~~ ^ /opt/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ zx-util.c:519:56: warning: data argument not used by format string [-Wformat-extra-args] sprintf(mybuf, "\"111\":", (int)pos); ~~~~~~~~~~ ^ /opt/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ zx-util.c:746:29: warning: '&&' within '||' [-Wlogical-op-parentheses] if ((zxt->turbo && (blockcount == 4) || (blockcount == 6)) || (zxt->turbo && zxt->dumb)) { ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ ~~ zx-util.c:746:29: note: place parentheses around the '&&' expression to silence this warning if ((zxt->turbo && (blockcount == 4) || (blockcount == 6)) || (zxt->turbo && zxt->dumb)) { ^ ( ) zx-util.c:1115:25: warning: variable 'dotn_main_overlay_mask' is used uninitialized whenever 'for' loop exits because its condition is false [-Wsometimes-uninitialized] for (i = 0; i < (dotn_last_div + 1); ++i) ^~~~~~~~~~~~~~~~~~~~~~~ zx-util.c:1134:27: note: uninitialized use occurs here overlay_alloc_mask |= dotn_main_overlay_mask; ^~~~~~~~~~~~~~~~~~~~~~ zx-util.c:1115:25: note: remove the condition if it is always true for (i = 0; i < (dotn_last_div + 1); ++i) ^~~~~~~~~~~~~~~~~~~~~~~ zx-util.c:1103:13: warning: variable 'dotn_main_overlay_mask' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (dotn_last_div >= 0) ^~~~~~~~~~~~~~~~~~ zx-util.c:1134:27: note: uninitialized use occurs here overlay_alloc_mask |= dotn_main_overlay_mask; ^~~~~~~~~~~~~~~~~~~~~~ zx-util.c:1103:9: note: remove the 'if' if its condition is always true if (dotn_last_div >= 0) ^~~~~~~~~~~~~~~~~~~~~~~ zx-util.c:931:31: note: initialize the variable 'dotn_main_overlay_mask' to silence this warning int dotn_main_overlay_mask; ^ = 0 zx-util.c:1115:25: warning: variable 'dotn_main_absolute_mask' is used uninitialized whenever 'for' loop exits because its condition is false [-Wsometimes-uninitialized] for (i = 0; i < (dotn_last_div + 1); ++i) ^~~~~~~~~~~~~~~~~~~~~~~ zx-util.c:1135:28: note: uninitialized use occurs here overlay_alloc_mask &= ~dotn_main_absolute_mask; ^~~~~~~~~~~~~~~~~~~~~~~ zx-util.c:1115:25: note: remove the condition if it is always true for (i = 0; i < (dotn_last_div + 1); ++i) ^~~~~~~~~~~~~~~~~~~~~~~ zx-util.c:1103:13: warning: variable 'dotn_main_absolute_mask' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (dotn_last_div >= 0) ^~~~~~~~~~~~~~~~~~ zx-util.c:1135:28: note: uninitialized use occurs here overlay_alloc_mask &= ~dotn_main_absolute_mask; ^~~~~~~~~~~~~~~~~~~~~~~ zx-util.c:1103:9: note: remove the 'if' if its condition is always true if (dotn_last_div >= 0) ^~~~~~~~~~~~~~~~~~~~~~~ zx-util.c:932:32: note: initialize the variable 'dotn_main_absolute_mask' to silence this warning int dotn_main_absolute_mask; ^ = 0 zx-util.c:1748:17: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] sprintf(&mem128[z_sna_filename - 0x4000], "%.12s", filename); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /opt/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/secure/_stdio.h:47:28: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~ 8 warnings generated. i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o glue.o glue.c glue.c:62:9: warning: unused variable 'error' [-Wunused-variable] int error; ^ 1 warning generated. i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o p2000.o p2000.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o z88shell.o z88shell.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o zxn.o zxn.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o aquarius.o aquarius.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o cpm2.o cpm2.c cpm2.c:34:26: warning: unused function 'get_format' [-Wunused-function] static struct formats *get_format(const char *name); ^ 1 warning generated. i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o sorcerer.o sorcerer.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o z88.o z88.c z88.c:318:10: warning: unused variable 'buffer' [-Wunused-variable] char buffer[LINEMAX + 1]; ^ 1 warning generated. i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o mz2500.o mz2500.c mz2500.c:68:12: warning: unused variable 'j' [-Wunused-variable] int i, j, c; ^ mz2500.c:65:10: warning: unused variable 'name' [-Wunused-variable] char name[14]; ^ mz2500.c:68:15: warning: unused variable 'c' [-Wunused-variable] int i, j, c; ^ mz2500.c:18:26: warning: unused variable 'origin' [-Wunused-variable] static int origin = -1; ^ 4 warnings generated. i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o appmake.o appmake.c appmake.c:1476:66: warning: incompatible pointer types passing 'int (const struct section_aligned *, const struct section_aligned *)' to parameter of type 'int (*)(const void *, const void *)' [-Wincompatible-pointer-types] qsort(aligned->array, aligned->num, sizeof(*aligned->array), mb_compare_aligned); ^~~~~~~~~~~~~~~~~~ /opt/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/stdlib.h:158:12: note: passing argument to parameter here int (*)(const void *, const void *)); ^ appmake.c:1502:57: warning: incompatible pointer types passing 'int (const struct section_bin *, const struct section_bin *)' to parameter of type 'int (*)(const void *, const void *)' [-Wincompatible-pointer-types] qsort(mb->secbin, mb->num, sizeof(*mb->secbin), mb_compare_banks); ^~~~~~~~~~~~~~~~ /opt/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/stdlib.h:158:12: note: passing argument to parameter here int (*)(const void *, const void *)); ^ appmake.c:1556:33: warning: unused variable 'mb' [-Wunused-variable] struct memory_bank *mb = &bs->membank[j]; ^ appmake.c:51:21: warning: unused variable 'tmpnambuf' [-Wunused-variable] static char tmpnambuf[] = "apmXXXX"; ^ 4 warnings generated. i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o c128.o c128.c c128.c:51:13: warning: unused variable 'mybuf' [-Wunused-variable] char mybuf[20]; ^ 1 warning generated. i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o fp1100.o fp1100.c fp1100.c:46:13: warning: unused variable 'cksum' [-Wunused-variable] int cksum; ^ 1 warning generated. i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o newbrain.o newbrain.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o mz.o mz.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o px.o px.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o x07.o x07.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o ace-tap.o ace-tap.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o tixx.o tixx.c tixx.c:173:16: warning: variable 'ext' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] } else if (!stricmp(target, "ti86s")) { ^~~~~~~~~~~~~~~~~~~~~~~~~ tixx.c:213:9: note: uninitialized use occurs here if (ext == E_82P) ^~~ tixx.c:173:12: note: remove the 'if' if its condition is always true } else if (!stricmp(target, "ti86s")) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tixx.c:150:18: note: initialize the variable 'ext' to silence this warning int i, n, ext, n2; ^ = 0 1 warning generated. i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o nascom.o nascom.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o cpmdisk.o cpmdisk.c cpmdisk.c:60:9: warning: unused variable 'directory_extents' [-Wunused-variable] int directory_extents; ^ cpmdisk.c:61:9: warning: unused variable 'i' [-Wunused-variable] int i; ^ cpmdisk.c:247:22: warning: unused variable 'ptr' [-Wunused-variable] uint8_t* ptr; ^ cpmdisk.c:449:13: warning: unused variable 'title' [-Wunused-variable] char title[18]; ^ cpmdisk.c:450:14: warning: unused variable 'ptr' [-Wunused-variable] uint8_t *ptr; ^ cpmdisk.c:654:15: warning: suggest braces around initialization of subobject [-Wmissing-braces] FIL file={0}; ^ {} 6 warnings generated. i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o newext.o newext.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o sos.o sos.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o trs80.o trs80.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o x1.o x1.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o c7420.o c7420.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o residos.o residos.c residos.c:113:12: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] strcpy(memory, "ZXPKG"); ^~~~~~ /opt/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/secure/_string.h:83:27: note: expanded from macro 'strcpy' __builtin___strcpy_chk (dest, src, __darwin_obsz (dest)) ^~~~ 1 warning generated. i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o pc88.o pc88.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o extract.o extract.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o nec.o nec.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o rom.o rom.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o zx81.o zx81.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o mc.o mc.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o vg5k.o vg5k.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o inject.o inject.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o fat.o fat.c fat.c:98:23: warning: unused variable 'buf' [-Wunused-variable] char buf[1024]; ^ fat.c:104:23: warning: unused variable 'ret' [-Wunused-variable] int ret; ^ 2 warnings generated. i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o sc3000.o sc3000.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o lynx.o lynx.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o kc.o kc.c kc.c:45:10: warning: unused variable 'name' [-Wunused-variable] char name[17]; ^ 1 warning generated. i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o rex6000.o rex6000.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o m5.o m5.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o galaksija.o galaksija.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o cpc.o cpc.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o mtx.o mtx.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o enterprise.o enterprise.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o zx.o zx.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o abc80.o abc80.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o spc1000.o spc1000.c spc1000.c:29:10: warning: unused variable 'name' [-Wunused-variable] char name[11]; ^ spc1000.c:35:9: warning: unused variable 'cksum' [-Wunused-variable] int cksum; ^ spc1000.c:34:14: warning: unused variable 'blocklen' [-Wunused-variable] int len, blocklen; ^ 3 warnings generated. i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o z9001.o z9001.c z9001.c:45:7: warning: unused variable 'name' [-Wunused-variable] char name[17]; ^ 1 warning generated. i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o msx.o msx.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o mameql.o mameql.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o sms.o sms.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o svi.o svi.c svi.c:324:18: warning: unused variable 'spec' [-Wunused-variable] static disc_spec spec = { ^ 1 warning generated. i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o hex.o hex.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o zxvgs.o zxvgs.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o multi8.o multi8.c multi8.c:31:13: warning: unused variable 'name' [-Wunused-variable] char name[11]; ^ multi8.c:36:18: warning: unused variable 'blocklen' [-Wunused-variable] int len, blocklen; ^ 2 warnings generated. i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -c -o z1013.o z1013.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -o appmake vz.o pasopia7.o ff.o zx-util.o glue.o p2000.o z88shell.o zxn.o aquarius.o cpm2.o sorcerer.o z88.o mz2500.o appmake.o c128.o fp1100.o newbrain.o mz.o px.o x07.o ace-tap.o tixx.o nascom.o cpmdisk.o newext.o sos.o trs80.o x1.o c7420.o residos.o pc88.o extract.o nec.o rom.o zx81.o mc.o vg5k.o inject.o fat.o sc3000.o lynx.o kc.o rex6000.o m5.o galaksija.o cpc.o mtx.o enterprise.o zx.o abc80.o spc1000.o z9001.o msx.o mameql.o sms.o svi.o hex.o zxvgs.o multi8.o z1013.o -g -O2 install appmake /home/build/z88dk/osx/z88dk/bin/appmake make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/appmake' make -C src/copt PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/copt' i386-apple-darwin15-cc -c -o copt.o -g -O2 -DLOCAL_REGEXP -I. copt.c i386-apple-darwin15-cc -c -o regex/regcomp.o -g -O2 -DLOCAL_REGEXP -I. regex/regcomp.c i386-apple-darwin15-cc -c -o regex/regerror.o -g -O2 -DLOCAL_REGEXP -I. regex/regerror.c i386-apple-darwin15-cc -c -o regex/regexec.o -g -O2 -DLOCAL_REGEXP -I. regex/regexec.c i386-apple-darwin15-cc -c -o regex/regfree.o -g -O2 -DLOCAL_REGEXP -I. regex/regfree.c i386-apple-darwin15-cc -o z88dk-copt -g -O2 copt.o regex/regcomp.o regex/regerror.o regex/regexec.o regex/regfree.o install z88dk-copt /home/build/z88dk/osx/z88dk/bin/z88dk-copt make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/copt' make -C src/cpp PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/cpp' i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp6.o cpp6.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp2.o cpp2.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp4.o cpp4.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp5.o cpp5.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp3.o cpp3.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp1.o cpp1.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o z88dk-zcpp cpp6.o cpp2.o cpp4.o cpp5.o cpp3.o cpp1.o -g -O2 install z88dk-zcpp /home/build/z88dk/osx/z88dk/bin/z88dk-zcpp make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/cpp' make -C src/ucpp PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/ucpp' i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o mem.o mem.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o nhash.o nhash.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o cpp.o cpp.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o lexer.o lexer.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o assert.o assert.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o macro.o macro.c macro.c:1146:7: warning: variable 'atl' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (m->narg > 0 || m->vaarg) ^~~~~~~~~~~~~~~~~~~~~~~ macro.c:1149:46: note: uninitialized use occurs here switch (collect_arguments(ls, tfi, penury, atl, ^~~ macro.c:1146:3: note: remove the 'if' if its condition is always true if (m->narg > 0 || m->vaarg) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ macro.c:1031:24: note: initialize the variable 'atl' to silence this warning struct token_fifo *atl, etl; ^ = NULL 1 warning generated. i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o eval.o eval.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -o z88dk-ucpp mem.o nhash.o cpp.o lexer.o assert.o macro.o eval.o -g -O2 install z88dk-ucpp /home/build/z88dk/osx/z88dk/bin/z88dk-ucpp make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/ucpp' make -C src/sccz80 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/sccz80' i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o callfunc.o callfunc.c i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o codegen.o codegen.c i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o const.o const.c i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o data.o data.c i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o declinit.o declinit.c i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o error.o error.c i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o expr.o expr.c i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o goto.o goto.c i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o io.o io.c i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o lex.o lex.c i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o main.o main.c main.c:95:66: warning: initializing 'void *' with an expression of type 'void (option *, char *)' converts between void pointer and function pointer [-Wpedantic] { 'h', "help", OPT_FUNCTION|OPT_BOOL, "Show this help page", DispInfo, 0 }, ^~~~~~~~ main.c:121:90: warning: initializing 'void *' with an expression of type 'void (option *, char *)' converts between void pointer and function pointer [-Wpedantic] { 0, "asm", OPT_FUNCTION, "= Set the assembler output (z80asm,vasm,asxx,gnu)", SetAssembler, 0 }, ^~~~~~~~~~~~ main.c:128:84: warning: initializing 'void *' with an expression of type 'void (option *, char *)' converts between void pointer and function pointer [-Wpedantic] { 0, "opt-code-speed", OPT_FUNCTION|OPT_STRING, "Optimise for speed not size", opt_code_speed, 0}, ^~~~~~~~~~~~~~ main.c:142:67: warning: initializing 'void *' with an expression of type 'void (option *, char *)' converts between void pointer and function pointer [-Wpedantic] { 0, "W", OPT_FUNCTION, " Enable a class of warnings", SetWarning, 0 }, ^~~~~~~~~~ main.c:147:64: warning: initializing 'void *' with an expression of type 'void (option *, char *)' converts between void pointer and function pointer [-Wpedantic] { 0, "D", OPT_FUNCTION, "Define a preprocessor directive", SetDefine, 0 }, ^~~~~~~~~ main.c:148:67: warning: initializing 'void *' with an expression of type 'void (option *, char *)' converts between void pointer and function pointer [-Wpedantic] { 0, "U", OPT_FUNCTION, "Undefine a preprocessor directive" , SetUndefine, 0 }, ^~~~~~~~~~~ main.c:831:16: warning: initializing 'void (*)(option *, char *)' with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic] void (*func)(option *arg, char *type) = arg->value; ^ ~~~~~~~~~~ 7 warnings generated. i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o misc.o misc.c i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o plunge.o plunge.c i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o preproc.o preproc.c i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o primary.o primary.c i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o stmt.o stmt.c i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o sym.o sym.c i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o while.o while.c i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic -c -o declparse.o declparse.c i386-apple-darwin15-cc -g -O2 -o sccz80 callfunc.o codegen.o const.o data.o declinit.o error.o expr.o goto.o io.o lex.o main.o misc.o plunge.o preproc.o primary.o stmt.o sym.o while.o declparse.o -lm install -m 755 sccz80 /home/build/z88dk/osx/z88dk/bin/sccz80 make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/sccz80' make -C src/z80asm PREFIX=`pwd` PREFIX_SHARE=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/z80asm' i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o errors.o errors.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o z80asm.o z80asm.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o sym.o sym.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o libfile.o libfile.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o error_func.o error_func.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o opcodes.o opcodes.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o model.o model.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o codearea.o codearea.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o hist.o hist.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o module.o module.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o zobjfile.o zobjfile.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o macros.o macros.c macros.c:164:13: warning: unused function 'collect_params' [-Wunused-function] static bool collect_params(char **p, DefMacro *macro, UT_string *param) ^ 1 warning generated. i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o directives.o directives.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o options.o options.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o scan.o scan.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o main.o main.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -O0 -c -o parse.o parse.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o z80pass.o z80pass.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o symtab.o symtab.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o modlink.o modlink.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o expr.o expr.c expr.c:136:34: warning: comparison of constant 256 with expression of type 'op_type_t' is always true [-Wtautological-constant-out-of-range-compare] xassert( op_type > 0 && op_type < 256 ); ~~~~~~~ ^ ~~~ ../common/die.h:29:15: note: expanded from macro 'xassert' if (!(f)) \ ^ 1 warning generated. i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o listfile.o listfile.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o lib/srcfile.o lib/srcfile.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o lib/dbg.o lib/dbg.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o lib/str.o lib/str.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o lib/list.o lib/list.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o lib/strhash.o lib/strhash.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o lib/alloc.o lib/alloc.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o lib/minunit.o lib/minunit.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o lib/class.o lib/class.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o lib/array.o lib/array.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../common/die.o ../common/die.c ../common/die.c:46:33: warning: incompatible pointer types passing 'const int (*)(const char *, int)' to parameter of type 'int (*)(const char *, int)' [-Wincompatible-pointer-types] int ret = glob(pattern, flags, errfunc, pglob); ^~~~~~~ /opt/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/glob.h:120:46: note: passing argument to parameter here int glob(const char * __restrict, int, int (*)(const char *, int), ^ 1 warning generated. i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../common/strutil.o ../common/strutil.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../common/fileutil.o ../common/fileutil.c ../common/fileutil.c:649:3: warning: implicit declaration of function 'rmdir' is invalid in C99 [-Wimplicit-function-declaration] xrmdir(path); ^ ../common/die.h:56:36: note: expanded from macro 'xrmdir' #define xrmdir(dir) Check_retval(rmdir(path_os(dir)), (dir)) ^ 1 warning generated. i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../common/objfile.o ../common/objfile.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../common/optparse.o ../common/optparse.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../../ext/regex/regfree.o ../../ext/regex/regfree.c i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../../ext/regex/regcomp.o ../../ext/regex/regcomp.c In file included from ../../ext/regex/regcomp.c:12: ../../ext/regex/cclass.h:7:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "alnum", "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../ext/regex/cclass.h:9:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "alpha", "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../ext/regex/cclass.h:11:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "blank", " \t", "", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cclass.h:12:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "cntrl", "\007\b\t\n\v\f\r\1\2\3\4\5\6\16\17\20\21\22\23\24\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../ext/regex/cclass.h:14:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "digit", "0123456789", "", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cclass.h:15:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "graph", "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../ext/regex/cclass.h:18:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "lower", "abcdefghijklmnopqrstuvwxyz", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../ext/regex/cclass.h:20:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "print", "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../ext/regex/cclass.h:23:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "punct", "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../ext/regex/cclass.h:25:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "space", "\t\n\v\f\r ", "", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cclass.h:26:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "upper", "ABCDEFGHIJKLMNOPQRSTUVWXYZ", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../ext/regex/cclass.h:28:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "xdigit", "0123456789ABCDEFabcdef", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../ext/regex/cclass.h:30:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] NULL, 0, "" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ { } /opt/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/sys/_types/_null.h:29:15: note: expanded from macro 'NULL' #define NULL __DARWIN_NULL ^ /opt/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/sys/_types.h:52:23: note: expanded from macro '__DARWIN_NULL' #define __DARWIN_NULL ((void *)0) ^ In file included from ../../ext/regex/regcomp.c:13: ../../ext/regex/cname.h:6:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "NUL", '\0', ^~~~~~~~~~~~ { } ../../ext/regex/cname.h:7:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "SOH", '\001', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:8:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "STX", '\002', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:9:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "ETX", '\003', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:10:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "EOT", '\004', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:11:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "ENQ", '\005', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:12:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "ACK", '\006', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:13:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "BEL", '\007', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:14:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "alert", '\007', ^~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:15:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "BS", '\010', ^~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:16:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "backspace", '\b', ^~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:17:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "HT", '\011', ^~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:18:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "tab", '\t', ^~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:19:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "LF", '\012', ^~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:20:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "newline", '\n', ^~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:21:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "VT", '\013', ^~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:22:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "vertical-tab", '\v', ^~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:23:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "FF", '\014', ^~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:24:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "form-feed", '\f', ^~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:25:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "CR", '\015', ^~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:26:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "carriage-return", '\r', ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:27:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "SO", '\016', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:28:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "SI", '\017', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:29:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "DLE", '\020', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:30:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "DC1", '\021', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:31:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "DC2", '\022', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:32:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "DC3", '\023', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:33:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "DC4", '\024', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:34:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "NAK", '\025', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:35:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "SYN", '\026', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:36:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "ETB", '\027', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:37:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "CAN", '\030', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:38:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "EM", '\031', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:39:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "SUB", '\032', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:40:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "ESC", '\033', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:41:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "IS4", '\034', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:42:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "FS", '\034', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:43:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "IS3", '\035', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:44:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "GS", '\035', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:45:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "IS2", '\036', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:46:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "RS", '\036', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:47:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "IS1", '\037', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:48:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "US", '\037', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:49:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "space", ' ', ^~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:50:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "exclamation-mark", '!', ^~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:51:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "quotation-mark", '"', ^~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:52:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "number-sign", '#', ^~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:53:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "dollar-sign", '$', ^~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:54:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "percent-sign", '%', ^~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:55:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "ampersand", '&', ^~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:56:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "apostrophe", '\'', ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:57:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "left-parenthesis", '(', ^~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:58:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "right-parenthesis", ')', ^~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:59:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "asterisk", '*', ^~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:60:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "plus-sign", '+', ^~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:61:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "comma", ',', ^~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:62:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "hyphen", '-', ^~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:63:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "hyphen-minus", '-', ^~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:64:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "period", '.', ^~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:65:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "full-stop", '.', ^~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:66:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "slash", '/', ^~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:67:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "solidus", '/', ^~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:68:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "zero", '0', ^~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:69:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "one", '1', ^~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:70:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "two", '2', ^~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:71:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "three", '3', ^~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:72:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "four", '4', ^~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:73:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "five", '5', ^~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:74:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "six", '6', ^~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:75:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "seven", '7', ^~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:76:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "eight", '8', ^~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:77:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "nine", '9', ^~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:78:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "colon", ':', ^~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:79:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "semicolon", ';', ^~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:80:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "less-than-sign", '<', ^~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:81:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "equals-sign", '=', ^~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:82:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "greater-than-sign", '>', ^~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:83:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "question-mark", '?', ^~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:84:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "commercial-at", '@', ^~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:85:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "left-square-bracket", '[', ^~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:86:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "backslash", '\\', ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:87:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "reverse-solidus", '\\', ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:88:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "right-square-bracket", ']', ^~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:89:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "circumflex", '^', ^~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:90:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "circumflex-accent", '^', ^~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:91:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "underscore", '_', ^~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:92:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "low-line", '_', ^~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:93:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "grave-accent", '`', ^~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:94:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "left-brace", '{', ^~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:95:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "left-curly-bracket", '{', ^~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:96:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "vertical-line", '|', ^~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:97:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "right-brace", '}', ^~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:98:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "right-curly-bracket", '}', ^~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:99:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "tilde", '~', ^~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:100:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] "DEL", '\177', ^~~~~~~~~~~~~~ { } ../../ext/regex/cname.h:101:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] NULL, 0, ^~~~~~~~~ { } /opt/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/sys/_types/_null.h:29:15: note: expanded from macro 'NULL' #define NULL __DARWIN_NULL ^ /opt/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/sys/_types.h:52:23: note: expanded from macro '__DARWIN_NULL' #define __DARWIN_NULL ((void *)0) ^ ../../ext/regex/regcomp.c:1226:1: warning: unused function 'mcsub' [-Wunused-function] mcsub(cs, cp) ^ ../../ext/regex/regcomp.c:1253:1: warning: unused function 'mcin' [-Wunused-function] mcin(cs, cp) ^ 111 warnings generated. i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../../ext/regex/regexec.o ../../ext/regex/regexec.c ../../ext/regex/regexec.c:19:12: warning: unused variable 'nope' [-Wunused-variable] static int nope = 0; /* for use in asserts; shuts lint up */ ^ 1 warning generated. i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../../ext/regex/regerror.o ../../ext/regex/regerror.c ../../ext/regex/regerror.c:41:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] REG_OKAY, "REG_OKAY", "no errors detected", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/regex.h:35:19: note: expanded from macro 'REG_OKAY' #define REG_OKAY 0 ^ ../../ext/regex/regerror.c:42:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] REG_NOMATCH, "REG_NOMATCH", "regexec() failed to match", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/regex.h:36:22: note: expanded from macro 'REG_NOMATCH' #define REG_NOMATCH 1 ^ ../../ext/regex/regerror.c:43:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] REG_BADPAT, "REG_BADPAT", "invalid regular expression", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/regex.h:37:21: note: expanded from macro 'REG_BADPAT' #define REG_BADPAT 2 ^ ../../ext/regex/regerror.c:44:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] REG_ECOLLATE, "REG_ECOLLATE", "invalid collating element", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/regex.h:38:23: note: expanded from macro 'REG_ECOLLATE' #define REG_ECOLLATE 3 ^ ../../ext/regex/regerror.c:45:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] REG_ECTYPE, "REG_ECTYPE", "invalid character class", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/regex.h:39:21: note: expanded from macro 'REG_ECTYPE' #define REG_ECTYPE 4 ^ ../../ext/regex/regerror.c:46:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] REG_EESCAPE, "REG_EESCAPE", "trailing backslash (\\)", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/regex.h:40:22: note: expanded from macro 'REG_EESCAPE' #define REG_EESCAPE 5 ^ ../../ext/regex/regerror.c:47:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] REG_ESUBREG, "REG_ESUBREG", "invalid backreference number", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/regex.h:41:22: note: expanded from macro 'REG_ESUBREG' #define REG_ESUBREG 6 ^ ../../ext/regex/regerror.c:48:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] REG_EBRACK, "REG_EBRACK", "brackets ([ ]) not balanced", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/regex.h:42:21: note: expanded from macro 'REG_EBRACK' #define REG_EBRACK 7 ^ ../../ext/regex/regerror.c:49:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] REG_EPAREN, "REG_EPAREN", "parentheses not balanced", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/regex.h:43:21: note: expanded from macro 'REG_EPAREN' #define REG_EPAREN 8 ^ ../../ext/regex/regerror.c:50:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] REG_EBRACE, "REG_EBRACE", "braces not balanced", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/regex.h:44:21: note: expanded from macro 'REG_EBRACE' #define REG_EBRACE 9 ^ ../../ext/regex/regerror.c:51:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] REG_BADBR, "REG_BADBR", "invalid repetition count(s)", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/regex.h:45:19: note: expanded from macro 'REG_BADBR' #define REG_BADBR 10 ^ ../../ext/regex/regerror.c:52:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] REG_ERANGE, "REG_ERANGE", "invalid character range", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/regex.h:46:20: note: expanded from macro 'REG_ERANGE' #define REG_ERANGE 11 ^ ../../ext/regex/regerror.c:53:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] REG_ESPACE, "REG_ESPACE", "out of memory", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/regex.h:47:20: note: expanded from macro 'REG_ESPACE' #define REG_ESPACE 12 ^ ../../ext/regex/regerror.c:54:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] REG_BADRPT, "REG_BADRPT", "repetition-operator operand invalid", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/regex.h:48:20: note: expanded from macro 'REG_BADRPT' #define REG_BADRPT 13 ^ ../../ext/regex/regerror.c:55:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] REG_EMPTY, "REG_EMPTY", "empty (sub)expression", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/regex.h:49:19: note: expanded from macro 'REG_EMPTY' #define REG_EMPTY 14 ^ ../../ext/regex/regerror.c:56:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] REG_ASSERT, "REG_ASSERT", "\"can't happen\" -- you found a bug", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/regex.h:50:20: note: expanded from macro 'REG_ASSERT' #define REG_ASSERT 15 ^ ../../ext/regex/regerror.c:57:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] REG_INVARG, "REG_INVARG", "invalid argument to regex routine", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ { } ../../ext/regex/regex.h:51:20: note: expanded from macro 'REG_INVARG' #define REG_INVARG 16 ^ ../../ext/regex/regerror.c:58:2: warning: suggest braces around initialization of subobject [-Wmissing-braces] -1, "", "*** unknown regexp error code ***", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ { } 18 warnings generated. i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -o z80asm errors.o z80asm.o sym.o libfile.o error_func.o opcodes.o model.o codearea.o hist.o module.o zobjfile.o macros.o directives.o options.o scan.o main.o parse.o z80pass.o symtab.o modlink.o expr.o listfile.o lib/srcfile.o lib/dbg.o lib/str.o lib/list.o lib/strhash.o lib/alloc.o lib/minunit.o lib/class.o lib/array.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o -g -O2 install z80asm /home/build/z88dk/osx/z88dk/bin/z80asm install asmpp.pl /home/build/z88dk/osx/z88dk/bin/asmpp.pl make -C dev/z80asm_lib install PREFIX=/home/build/z88dk/osx/z88dk make[2]: Entering directory '/home/build/z88dk/osx/z88dk/src/z80asm/dev/z80asm_lib' install z80asm-z80-.lib /home/build/z88dk/osx/z88dk/lib/z80asm-z80-.lib install z80asm-z80-ixiy.lib /home/build/z88dk/osx/z88dk/lib/z80asm-z80-ixiy.lib install z80asm-z80_zxn-.lib /home/build/z88dk/osx/z88dk/lib/z80asm-z80_zxn-.lib install z80asm-z80_zxn-ixiy.lib /home/build/z88dk/osx/z88dk/lib/z80asm-z80_zxn-ixiy.lib install z80asm-z180-.lib /home/build/z88dk/osx/z88dk/lib/z80asm-z180-.lib install z80asm-z180-ixiy.lib /home/build/z88dk/osx/z88dk/lib/z80asm-z180-ixiy.lib install z80asm-r2k-.lib /home/build/z88dk/osx/z88dk/lib/z80asm-r2k-.lib install z80asm-r2k-ixiy.lib /home/build/z88dk/osx/z88dk/lib/z80asm-r2k-ixiy.lib install z80asm-r3k-.lib /home/build/z88dk/osx/z88dk/lib/z80asm-r3k-.lib install z80asm-r3k-ixiy.lib /home/build/z88dk/osx/z88dk/lib/z80asm-r3k-ixiy.lib make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/src/z80asm/dev/z80asm_lib' make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/z80asm' make -C src/zcc PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/zcc' i386-apple-darwin15-cc -c -o zcc.o -g -O2 -DLOCAL_REGEXP -I. -I../copt zcc.c i386-apple-darwin15-cc -o zcc -g -O2 -DLOCAL_REGEXP zcc.o ../copt/regex/regcomp.o ../copt/regex/regerror.o ../copt/regex/regexec.o ../copt/regex/regfree.o install zcc /home/build/z88dk/osx/z88dk/bin/ make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/zcc' make -C src/zpragma PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/zpragma' i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o zpragma.o zpragma.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o z88dk-zpragma zpragma.o -g -O2 install z88dk-zpragma /home/build/z88dk/osx/z88dk/bin/z88dk-zpragma make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/zpragma' make -C src/zx7 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/zx7' i386-apple-darwin15-cc -o z88dk-zx7 -g -O2 compress.c optimize.c zx7.c i386-apple-darwin15-cc -o z88dk-dzx7 -g -O2 dzx7.c install z88dk-zx7 /home/build/z88dk/osx/z88dk/bin/z88dk-zx7 install z88dk-dzx7 /home/build/z88dk/osx/z88dk/bin/z88dk-dzx7 make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/zx7' make -C src/z80nm PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/z80nm' i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -std=gnu11 -I../common -I../../ext/uthash/src -I../../ext/regex -c -o ar.o ar.c i386-apple-darwin15-cc -o z80nm -g -O2 -Wall -std=gnu11 -MMD -std=gnu11 -I../common -I../../ext/uthash/src -I../../ext/regex ar.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o install z80nm /home/build/z88dk/osx/z88dk/bin/z80nm make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/z80nm' make -C src/zobjcopy PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/zobjcopy' i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -I../common -I../../ext/uthash/src -I../../ext/optparse -I../../ext/regex -c -o zobjcopy.o zobjcopy.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -I../common -I../../ext/uthash/src -I../../ext/optparse -I../../ext/regex -o zobjcopy zobjcopy.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o -g -O2 install zobjcopy /home/build/z88dk/osx/z88dk/bin/zobjcopy make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/zobjcopy' make -C src/ticks PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/ticks' i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o ticks.o ticks.c ticks.c:604:14: warning: '&' within '|' [-Wbitwise-op-parentheses] return ff & 168 // S, 5, 3: bits 7, 5, 3 ~~~^~~~~ ticks.c:604:14: note: place parentheses around the '&' expression to silence this warning return ff & 168 // S, 5, 3: bits 7, 5, 3 ^ ( ) ticks.c:605:19: warning: '&' within '|' [-Wbitwise-op-parentheses] | ff >> 8 & 1 // C bit 0, so value 256 ~ ~~~~~~~~^~~ ticks.c:605:19: note: place parentheses around the '&' expression to silence this warning | ff >> 8 & 1 // C bit 0, so value 256 ^ ( ) ticks.c:607:19: warning: '&' within '|' [-Wbitwise-op-parentheses] | fb >> 8 & 2 // N (subtract flag) bit 1, value 512 ~ ~~~~~~~~^~~ ticks.c:607:19: note: place parentheses around the '&' expression to silence this warning | fb >> 8 & 2 // N (subtract flag) bit 1, value 512 ^ ( ) ticks.c:608:36: warning: '&' within '|' [-Wbitwise-op-parentheses] | (fr ^ fa ^ fb ^ fb >> 8) & 16 // H (half carry) bit 4 ~ ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ticks.c:608:36: note: place parentheses around the '&' expression to silence this warning | (fr ^ fa ^ fb ^ fb >> 8) & 16 // H (half carry) bit 4 ^ ( ) ticks.c:611:45: warning: '&' within '|' [-Wbitwise-op-parentheses] : ((fr ^ fa) & (fr ^ fb)) >> 5) & 4; // P/V bit 2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ticks.c:611:45: note: place parentheses around the '&' expression to silence this warning : ((fr ^ fa) & (fr ^ fb)) >> 5) & 4; // P/V bit 2 ^ ticks.c:615:15: warning: '&' within '|' [-Wbitwise-op-parentheses] return ff_ & 168 ~~~~^~~~~ ticks.c:615:15: note: place parentheses around the '&' expression to silence this warning return ff_ & 168 ^ ( ) ticks.c:616:20: warning: '&' within '|' [-Wbitwise-op-parentheses] | ff_ >> 8 & 1 ~ ~~~~~~~~~^~~ ticks.c:616:20: note: place parentheses around the '&' expression to silence this warning | ff_ >> 8 & 1 ^ ( ) ticks.c:618:20: warning: '&' within '|' [-Wbitwise-op-parentheses] | fb_ >> 8 & 2 ~ ~~~~~~~~~^~~ ticks.c:618:20: note: place parentheses around the '&' expression to silence this warning | fb_ >> 8 & 2 ^ ( ) ticks.c:619:40: warning: '&' within '|' [-Wbitwise-op-parentheses] | (fr_ ^ fa_ ^ fb_ ^ fb_ >> 8) & 16 ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ticks.c:619:40: note: place parentheses around the '&' expression to silence this warning | (fr_ ^ fa_ ^ fb_ ^ fb_ >> 8) & 16 ^ ( ) ticks.c:622:49: warning: '&' within '|' [-Wbitwise-op-parentheses] : ((fr_ ^ fa_) & (fr_ ^ fb_)) >> 5) & 4; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ticks.c:622:49: note: place parentheses around the '&' expression to silence this warning : ((fr_ ^ fa_) & (fr_ ^ fb_)) >> 5) & 4; ^ ticks.c:628:20: warning: '&' within '|' [-Wbitwise-op-parentheses] fa= 255 & (fb= a & -129 | (a&4)<<5); ~~^~~~~~ ~ ticks.c:628:20: note: place parentheses around the '&' expression to silence this warning fa= 255 & (fb= a & -129 | (a&4)<<5); ^ ( ) ticks.c:1037:17: warning: '&' within '|' [-Wbitwise-op-parentheses] mp= t+1 & 255 ~~~~^~~~~ ticks.c:1037:17: note: place parentheses around the '&' expression to silence this warning mp= t+1 & 255 ^ ( ) ticks.c:1138:17: warning: '&' within '|' [-Wbitwise-op-parentheses] ff= ff&256 ~~^~~~ ticks.c:1138:17: note: place parentheses around the '&' expression to silence this warning ff= ff&256 ^ ( ) ticks.c:1180:17: warning: '&' within '|' [-Wbitwise-op-parentheses] ff= ff&256 ~~^~~~ ticks.c:1180:17: note: place parentheses around the '&' expression to silence this warning ff= ff&256 ^ ( ) ticks.c:1266:19: warning: '&' within '|' [-Wbitwise-op-parentheses] ff_= ff_&215 ~~~^~~~ ticks.c:1266:19: note: place parentheses around the '&' expression to silence this warning ff_= ff_&215 ^ ( ) ticks.c:1267:17: warning: '&' within '|' [-Wbitwise-op-parentheses] | t &296; ~ ~~^~~~ ticks.c:1267:17: note: place parentheses around the '&' expression to silence this warning | t &296; ^ ( ) ticks.c:1268:25: warning: '&' within '|' [-Wbitwise-op-parentheses] fb_= fb_ &128 ~~~~~~~~~^~~~ ticks.c:1268:25: note: place parentheses around the '&' expression to silence this warning fb_= fb_ &128 ^ ( ) ticks.c:1269:25: warning: '&' within '|' [-Wbitwise-op-parentheses] | (fa_^fr_) & 16; ~ ~~~~~~~~~~^~~~ ticks.c:1269:25: note: place parentheses around the '&' expression to silence this warning | (fa_^fr_) & 16; ^ ( ) ticks.c:1272:17: warning: '&' within '|' [-Wbitwise-op-parentheses] ff= ff&215 ~~^~~~ ticks.c:1272:17: note: place parentheses around the '&' expression to silence this warning ff= ff&215 ^ ( ) ticks.c:1273:17: warning: '&' within '|' [-Wbitwise-op-parentheses] | t &296; ~ ~~^~~~ ticks.c:1273:17: note: place parentheses around the '&' expression to silence this warning | t &296; ^ ( ) ticks.c:1274:23: warning: '&' within '|' [-Wbitwise-op-parentheses] fb= fb &128 ~~~~~~~~^~~~ ticks.c:1274:23: note: place parentheses around the '&' expression to silence this warning fb= fb &128 ^ ( ) ticks.c:1275:23: warning: '&' within '|' [-Wbitwise-op-parentheses] | (fa^fr) & 16; ~ ~~~~~~~~^~~~ ticks.c:1275:23: note: place parentheses around the '&' expression to silence this warning | (fa^fr) & 16; ^ ( ) ticks.c:1295:19: warning: '&' within '|' [-Wbitwise-op-parentheses] ff_= ff_&215 ~~~^~~~ ticks.c:1295:19: note: place parentheses around the '&' expression to silence this warning ff_= ff_&215 ^ ( ) ticks.c:1296:17: warning: '&' within '|' [-Wbitwise-op-parentheses] | t &296; ~ ~~^~~~ ticks.c:1296:17: note: place parentheses around the '&' expression to silence this warning | t &296; ^ ( ) ticks.c:1297:25: warning: '&' within '|' [-Wbitwise-op-parentheses] fb_= fb_ &128 ~~~~~~~~~^~~~ ticks.c:1297:25: note: place parentheses around the '&' expression to silence this warning fb_= fb_ &128 ^ ( ) ticks.c:1298:25: warning: '&' within '|' [-Wbitwise-op-parentheses] | (fa_^fr_) & 16; ~ ~~~~~~~~~~^~~~ ticks.c:1298:25: note: place parentheses around the '&' expression to silence this warning | (fa_^fr_) & 16; ^ ( ) ticks.c:1302:17: warning: '&' within '|' [-Wbitwise-op-parentheses] ff= ff&215 ~~^~~~ ticks.c:1302:17: note: place parentheses around the '&' expression to silence this warning ff= ff&215 ^ ( ) ticks.c:1303:17: warning: '&' within '|' [-Wbitwise-op-parentheses] | t &296; ~ ~~^~~~ ticks.c:1303:17: note: place parentheses around the '&' expression to silence this warning | t &296; ^ ( ) ticks.c:1304:23: warning: '&' within '|' [-Wbitwise-op-parentheses] fb= fb &128 ~~~~~~~~^~~~ ticks.c:1304:23: note: place parentheses around the '&' expression to silence this warning fb= fb &128 ^ ( ) ticks.c:1305:23: warning: '&' within '|' [-Wbitwise-op-parentheses] | (fa^fr) & 16; ~ ~~~~~~~~^~~~ ticks.c:1305:23: note: place parentheses around the '&' expression to silence this warning | (fa^fr) & 16; ^ ( ) ticks.c:1324:24: warning: '&' within '|' [-Wbitwise-op-parentheses] | ff_>>8 & 1; ~ ~~~~~~~^~~ ticks.c:1324:24: note: place parentheses around the '&' expression to silence this warning | ff_>>8 & 1; ^ ( ) ticks.c:1325:19: warning: '&' within '|' [-Wbitwise-op-parentheses] ff_= ff_&215 ~~~^~~~ ticks.c:1325:19: note: place parentheses around the '&' expression to silence this warning ff_= ff_&215 ^ ( ) ticks.c:1326:17: warning: '&' within '|' [-Wbitwise-op-parentheses] | t &296; ~ ~~^~~~ ticks.c:1326:17: note: place parentheses around the '&' expression to silence this warning | t &296; ^ ( ) ticks.c:1327:25: warning: '&' within '|' [-Wbitwise-op-parentheses] fb_= fb_ & 128 ~~~~~~~~~^~~~~ ticks.c:1327:25: note: place parentheses around the '&' expression to silence this warning fb_= fb_ & 128 ^ ( ) ticks.c:1328:25: warning: '&' within '|' [-Wbitwise-op-parentheses] | (fa_^fr_) & 16; ~ ~~~~~~~~~~^~~~~ ticks.c:1328:25: note: place parentheses around the '&' expression to silence this warning | (fa_^fr_) & 16; ^ ( ) ticks.c:1331:23: warning: '&' within '|' [-Wbitwise-op-parentheses] | ff>>8 & 1; ~ ~~~~~~^~~ ticks.c:1331:23: note: place parentheses around the '&' expression to silence this warning | ff>>8 & 1; ^ ( ) ticks.c:1332:17: warning: '&' within '|' [-Wbitwise-op-parentheses] ff= ff&215 ~~^~~~ ticks.c:1332:17: note: place parentheses around the '&' expression to silence this warning ff= ff&215 ^ ( ) ticks.c:1333:17: warning: '&' within '|' [-Wbitwise-op-parentheses] | t &296; ~ ~~^~~~ ticks.c:1333:17: note: place parentheses around the '&' expression to silence this warning | t &296; ^ ( ) ticks.c:1334:23: warning: '&' within '|' [-Wbitwise-op-parentheses] fb= fb & 128 ~~~~~~~~^~~~~ ticks.c:1334:23: note: place parentheses around the '&' expression to silence this warning fb= fb & 128 ^ ( ) ticks.c:1335:23: warning: '&' within '|' [-Wbitwise-op-parentheses] | (fa^fr) & 16; ~ ~~~~~~~~^~~~~ ticks.c:1335:23: note: place parentheses around the '&' expression to silence this warning | (fa^fr) & 16; ^ ( ) ticks.c:1353:31: warning: '&' within '|' [-Wbitwise-op-parentheses] a_= t= (a_*513 | ff_&256)>>1; ~ ~~~^~~~ ticks.c:1353:31: note: place parentheses around the '&' expression to silence this warning a_= t= (a_*513 | ff_&256)>>1; ^ ( ) ticks.c:1354:19: warning: '&' within '|' [-Wbitwise-op-parentheses] ff_= ff_&215 ~~~^~~~ ticks.c:1354:19: note: place parentheses around the '&' expression to silence this warning ff_= ff_&215 ^ ( ) ticks.c:1355:17: warning: '&' within '|' [-Wbitwise-op-parentheses] | t &296; ~ ~~^~~~ ticks.c:1355:17: note: place parentheses around the '&' expression to silence this warning | t &296; ^ ( ) ticks.c:1356:25: warning: '&' within '|' [-Wbitwise-op-parentheses] fb_= fb_ &128 ~~~~~~~~~^~~~ ticks.c:1356:25: note: place parentheses around the '&' expression to silence this warning fb_= fb_ &128 ^ ( ) ticks.c:1357:25: warning: '&' within '|' [-Wbitwise-op-parentheses] | (fa_^fr_) & 16; ~ ~~~~~~~~~~^~~~ ticks.c:1357:25: note: place parentheses around the '&' expression to silence this warning | (fa_^fr_) & 16; ^ ( ) ticks.c:1359:28: warning: '&' within '|' [-Wbitwise-op-parentheses] a= t= (a*513 | ff&256)>>1; ~ ~~^~~~ ticks.c:1359:28: note: place parentheses around the '&' expression to silence this warning a= t= (a*513 | ff&256)>>1; ^ ( ) ticks.c:1360:17: warning: '&' within '|' [-Wbitwise-op-parentheses] ff= ff&215 ~~^~~~ ticks.c:1360:17: note: place parentheses around the '&' expression to silence this warning ff= ff&215 ^ ( ) ticks.c:1361:17: warning: '&' within '|' [-Wbitwise-op-parentheses] | t &296; ~ ~~^~~~ ticks.c:1361:17: note: place parentheses around the '&' expression to silence this warning | t &296; ^ ( ) ticks.c:1362:23: warning: '&' within '|' [-Wbitwise-op-parentheses] fb= fb &128 ~~~~~~~~^~~~ ticks.c:1362:23: note: place parentheses around the '&' expression to silence this warning fb= fb &128 ^ ( ) ticks.c:1363:23: warning: '&' within '|' [-Wbitwise-op-parentheses] | (fa^fr) & 16; ~ ~~~~~~~~^~~~ ticks.c:1363:23: note: place parentheses around the '&' expression to silence this warning | (fa^fr) & 16; ^ ( ) ticks.c:1482:19: warning: '&' within '|' [-Wbitwise-op-parentheses] (a |ff&256)>0x99 && (u= 0x160); ~~~^~~~ ticks.c:1482:19: note: place parentheses around the '&' expression to silence this warning (a |ff&256)>0x99 && (u= 0x160); ^ ( ) ticks.c:1483:15: warning: '&' within '|' [-Wbitwise-op-parentheses] (a&15 | t)>9 && (u+= 6); ~^~~ ~ ticks.c:1483:15: note: place parentheses around the '&' expression to silence this warning (a&15 | t)>9 && (u+= 6); ^ ( ) ticks.c:1492:16: warning: '&' within '|' [-Wbitwise-op-parentheses] | u&256; ~ ~^~~~ ticks.c:1492:16: note: place parentheses around the '&' expression to silence this warning | u&256; ^ ( ) ticks.c:1510:23: warning: '&' within '|' [-Wbitwise-op-parentheses] ff= ff &-41 ~~~~~~~~^~~~ ticks.c:1510:23: note: place parentheses around the '&' expression to silence this warning ff= ff &-41 ^ ( ) ticks.c:1511:27: warning: '&' within '|' [-Wbitwise-op-parentheses] | (a_ = a^255)& 40; ~ ~~~~~~~~~~~~^~~~ ticks.c:1511:27: note: place parentheses around the '&' expression to silence this warning | (a_ = a^255)& 40; ^ ( ) ticks.c:1513:19: warning: '&' within '|' [-Wbitwise-op-parentheses] fa= fa & -17 ~~~^~~~~ ticks.c:1513:19: note: place parentheses around the '&' expression to silence this warning fa= fa & -17 ^ ( ) ticks.c:1514:19: warning: '&' within '|' [-Wbitwise-op-parentheses] | ~fr & 16; ~ ~~~~^~~~~ ticks.c:1514:19: note: place parentheses around the '&' expression to silence this warning | ~fr & 16; ^ ( ) ticks.c:1516:23: warning: '&' within '|' [-Wbitwise-op-parentheses] ff= ff &-41 ~~~~~~~~^~~~ ticks.c:1516:23: note: place parentheses around the '&' expression to silence this warning ff= ff &-41 ^ ( ) ticks.c:1517:23: warning: '&' within '|' [-Wbitwise-op-parentheses] | (a^=255)& 40; ~ ~~~~~~~~^~~~ ticks.c:1517:23: note: place parentheses around the '&' expression to silence this warning | (a^=255)& 40; ^ ( ) ticks.c:1519:19: warning: '&' within '|' [-Wbitwise-op-parentheses] fa= fa & -17 ~~~^~~~~ ticks.c:1519:19: note: place parentheses around the '&' expression to silence this warning fa= fa & -17 ^ ( ) ticks.c:1520:19: warning: '&' within '|' [-Wbitwise-op-parentheses] | ~fr & 16; ~ ~~~~^~~~~ ticks.c:1520:19: note: place parentheses around the '&' expression to silence this warning | ~fr & 16; ^ ( ) ticks.c:1542:25: warning: '&' within '|' [-Wbitwise-op-parentheses] fb_= fb_ &128 ~~~~~~~~~^~~~ ticks.c:1542:25: note: place parentheses around the '&' expression to silence this warning fb_= fb_ &128 ^ ( ) ticks.c:1543:25: warning: '&' within '|' [-Wbitwise-op-parentheses] | (fr_^fa_) & 16; ~ ~~~~~~~~~~^~~~ ticks.c:1543:25: note: place parentheses around the '&' expression to silence this warning | (fr_^fa_) & 16; ^ ( ) ticks.c:1545:20: warning: '&' within '|' [-Wbitwise-op-parentheses] | ff_ &128 ~ ~~~~~^~~~ ticks.c:1545:20: note: place parentheses around the '&' expression to silence this warning | ff_ &128 ^ ( ) ticks.c:1546:20: warning: '&' within '|' [-Wbitwise-op-parentheses] | a_ & 40; ~ ~~~~~^~~~ ticks.c:1546:20: note: place parentheses around the '&' expression to silence this warning | a_ & 40; ^ ( ) ticks.c:1548:23: warning: '&' within '|' [-Wbitwise-op-parentheses] fb= fb &128 ~~~~~~~~^~~~ ticks.c:1548:23: note: place parentheses around the '&' expression to silence this warning fb= fb &128 ^ ( ) ticks.c:1549:23: warning: '&' within '|' [-Wbitwise-op-parentheses] | (fr^fa) & 16; ~ ~~~~~~~~^~~~ ticks.c:1549:23: note: place parentheses around the '&' expression to silence this warning | (fr^fa) & 16; ^ ( ) ticks.c:1551:19: warning: '&' within '|' [-Wbitwise-op-parentheses] | ff &128 ~ ~~~~^~~~ ticks.c:1551:19: note: place parentheses around the '&' expression to silence this warning | ff &128 ^ ( ) ticks.c:1552:19: warning: '&' within '|' [-Wbitwise-op-parentheses] | a & 40; ~ ~~~~^~~~ ticks.c:1552:19: note: place parentheses around the '&' expression to silence this warning | a & 40; ^ ( ) ticks.c:1570:31: warning: '&' within '|' [-Wbitwise-op-parentheses] fb_= fb_ &128 ~~~~~~~~~~~~~~~^~~~ ticks.c:1570:31: note: place parentheses around the '&' expression to silence this warning fb_= fb_ &128 ^ ( ) ticks.c:1571:32: warning: '&' within '|' [-Wbitwise-op-parentheses] | (ff_>>4^fr_^fa_) & 16; ~ ~~~~~~~~~~~~~~~~~^~~~ ticks.c:1571:32: note: place parentheses around the '&' expression to silence this warning | (ff_>>4^fr_^fa_) & 16; ^ ( ) ticks.c:1572:21: warning: '&' within '|' [-Wbitwise-op-parentheses] ff_= ~ff_ & 256 ~~~~~^~~~~ ticks.c:1572:21: note: place parentheses around the '&' expression to silence this warning ff_= ~ff_ & 256 ^ ( ) ticks.c:1573:20: warning: '&' within '|' [-Wbitwise-op-parentheses] | ff_ & 128 ~ ~~~~~^~~~~ ticks.c:1573:20: note: place parentheses around the '&' expression to silence this warning | ff_ & 128 ^ ( ) ticks.c:1574:20: warning: '&' within '|' [-Wbitwise-op-parentheses] | a_ & 40; ~ ~~~~~^~~~~ ticks.c:1574:20: note: place parentheses around the '&' expression to silence this warning | a_ & 40; ^ ( ) ticks.c:1576:29: warning: '&' within '|' [-Wbitwise-op-parentheses] fb= fb &128 ~~~~~~~~~~~~~~^~~~ ticks.c:1576:29: note: place parentheses around the '&' expression to silence this warning fb= fb &128 ^ ( ) ticks.c:1577:29: warning: '&' within '|' [-Wbitwise-op-parentheses] | (ff>>4^fr^fa) & 16; ~ ~~~~~~~~~~~~~~^~~~ ticks.c:1577:29: note: place parentheses around the '&' expression to silence this warning | (ff>>4^fr^fa) & 16; ^ ( ) ticks.c:1578:19: warning: '&' within '|' [-Wbitwise-op-parentheses] ff= ~ff & 256 ~~~~^~~~~ ticks.c:1578:19: note: place parentheses around the '&' expression to silence this warning ff= ~ff & 256 ^ ( ) ticks.c:1579:19: warning: '&' within '|' [-Wbitwise-op-parentheses] | ff & 128 ~ ~~~~^~~~~ ticks.c:1579:19: note: place parentheses around the '&' expression to silence this warning | ff & 128 ^ ( ) ticks.c:1580:19: warning: '&' within '|' [-Wbitwise-op-parentheses] | a & 40; ~ ~~~~^~~~~ ticks.c:1580:19: note: place parentheses around the '&' expression to silence this warning | a & 40; ^ ( ) ticks.c:2625:17: warning: '&' within '|' [-Wbitwise-op-parentheses] mp= mp&65280 ~~^~~~~~ ticks.c:2625:17: note: place parentheses around the '&' expression to silence this warning mp= mp&65280 ^ ( ) ticks.c:2626:15: warning: unsequenced modification and access to 'mp' [-Wunsequenced] | ++mp; ^ ticks.c:3722:24: warning: '&' within '|' [-Wbitwise-op-parentheses] ff= ff & -41 ~~~~~~^~~~~ ticks.c:3722:24: note: place parentheses around the '&' expression to silence this warning ff= ff & -41 ^ ( ) ticks.c:3723:27: warning: '&' within '|' [-Wbitwise-op-parentheses] | t & 8 ~ ~~~~~~^~~~~ ticks.c:3723:27: note: place parentheses around the '&' expression to silence this warning | t & 8 ^ ( ) ticks.c:3724:27: warning: '&' within '|' [-Wbitwise-op-parentheses] | t<<4 & 32; ~ ~~~~~~^~~~~ ticks.c:3724:27: note: place parentheses around the '&' expression to silence this warning | t<<4 & 32; ^ ( ) ticks.c:3740:24: warning: '&' within '|' [-Wbitwise-op-parentheses] ff= ff & -41 ~~~~~~^~~~~ ticks.c:3740:24: note: place parentheses around the '&' expression to silence this warning ff= ff & -41 ^ ( ) ticks.c:3741:24: warning: '&' within '|' [-Wbitwise-op-parentheses] | t & 8 ~ ~~~~~~^~~~~ ticks.c:3741:24: note: place parentheses around the '&' expression to silence this warning | t & 8 ^ ( ) ticks.c:3742:24: warning: '&' within '|' [-Wbitwise-op-parentheses] | t<<4 & 32; ~ ~~~~~~^~~~~ ticks.c:3742:24: note: place parentheses around the '&' expression to silence this warning | t<<4 & 32; ^ ( ) ticks.c:3758:24: warning: '&' within '|' [-Wbitwise-op-parentheses] ff= ff & -41 ~~~~~~^~~~~ ticks.c:3758:24: note: place parentheses around the '&' expression to silence this warning ff= ff & -41 ^ ( ) ticks.c:3759:24: warning: '&' within '|' [-Wbitwise-op-parentheses] | t & 8 ~ ~~~~~~^~~~~ ticks.c:3759:24: note: place parentheses around the '&' expression to silence this warning | t & 8 ^ ( ) ticks.c:3760:24: warning: '&' within '|' [-Wbitwise-op-parentheses] | t<<4 & 32; ~ ~~~~~~^~~~~ ticks.c:3760:24: note: place parentheses around the '&' expression to silence this warning | t<<4 & 32; ^ ( ) ticks.c:3781:24: warning: '&' within '|' [-Wbitwise-op-parentheses] ff= ff & -41 ~~~~~~^~~~~ ticks.c:3781:24: note: place parentheses around the '&' expression to silence this warning ff= ff & -41 ^ ( ) ticks.c:3782:24: warning: '&' within '|' [-Wbitwise-op-parentheses] | t & 8 ~ ~~~~~~^~~~~ ticks.c:3782:24: note: place parentheses around the '&' expression to silence this warning | t & 8 ^ ( ) ticks.c:3783:24: warning: '&' within '|' [-Wbitwise-op-parentheses] | t<<4 & 32; ~ ~~~~~~^~~~~ ticks.c:3783:24: note: place parentheses around the '&' expression to silence this warning | t<<4 & 32; ^ ( ) ticks.c:3867:22: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses] case 0x4a: ADCHLRR(b, c); break; // ADC HL,BC ^~~~~~~~~~~~~ ticks.c:485:20: note: expanded from macro 'ADCHLRR' v= l+b+(h+a<<8)+(ff>>8&1),\ ~^~~~ ticks.c:3867:22: note: place parentheses around the '+' expression to silence this warning case 0x4a: ADCHLRR(b, c); break; // ADC HL,BC ^~~~~~~~~~~~~ ticks.c:485:20: note: expanded from macro 'ADCHLRR' v= l+b+(h+a<<8)+(ff>>8&1),\ ~^~ ticks.c:3868:22: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses] case 0x5a: ADCHLRR(d, e); break; // ADC HL,DE ^~~~~~~~~~~~~ ticks.c:485:20: note: expanded from macro 'ADCHLRR' v= l+b+(h+a<<8)+(ff>>8&1),\ ~^~~~ ticks.c:3868:22: note: place parentheses around the '+' expression to silence this warning case 0x5a: ADCHLRR(d, e); break; // ADC HL,DE ^~~~~~~~~~~~~ ticks.c:485:20: note: expanded from macro 'ADCHLRR' v= l+b+(h+a<<8)+(ff>>8&1),\ ~^~ ticks.c:3869:22: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses] case 0x6a: ADCHLRR(h, l); break; // ADC HL,HL ^~~~~~~~~~~~~ ticks.c:485:20: note: expanded from macro 'ADCHLRR' v= l+b+(h+a<<8)+(ff>>8&1),\ ~^~~~ ticks.c:3869:22: note: place parentheses around the '+' expression to silence this warning case 0x6a: ADCHLRR(h, l); break; // ADC HL,HL ^~~~~~~~~~~~~ ticks.c:485:20: note: expanded from macro 'ADCHLRR' v= l+b+(h+a<<8)+(ff>>8&1),\ ~^~ ticks.c:3980:29: warning: '&' within '|' [-Wbitwise-op-parentheses] ff= ff&-256 ~~^~~~~ ticks.c:3980:29: note: place parentheses around the '&' expression to silence this warning ff= ff&-256 ^ ( ) ticks.c:3986:33: warning: '&' within '|' [-Wbitwise-op-parentheses] | (a= (r&127|r7&128)); ~^~~~~ ticks.c:3986:33: note: place parentheses around the '&' expression to silence this warning | (a= (r&127|r7&128)); ^ ( ) ticks.c:3986:40: warning: '&' within '|' [-Wbitwise-op-parentheses] | (a= (r&127|r7&128)); ~~~^~~~ ticks.c:3986:40: note: place parentheses around the '&' expression to silence this warning | (a= (r&127|r7&128)); ^ ( ) ticks.c:3985:29: warning: '&' within '|' [-Wbitwise-op-parentheses] ff= ff&-256 ~~^~~~~ ticks.c:3985:29: note: place parentheses around the '&' expression to silence this warning ff= ff&-256 ^ ( ) ticks.c:3994:29: warning: '&' within '|' [-Wbitwise-op-parentheses] ff= ff&-256 ~~^~~~~ ticks.c:3994:29: note: place parentheses around the '&' expression to silence this warning ff= ff&-256 ^ ( ) ticks.c:4004:29: warning: '&' within '|' [-Wbitwise-op-parentheses] ff= ff&-256 ~~^~~~~ ticks.c:4004:29: note: place parentheses around the '&' expression to silence this warning ff= ff&-256 ^ ( ) ticks.c:4016:33: warning: '&' within '|' [-Wbitwise-op-parentheses] ff= ff & -41 ~~~~~~^~~~~ ticks.c:4016:33: note: place parentheses around the '&' expression to silence this warning ff= ff & -41 ^ ( ) ticks.c:4017:33: warning: '&' within '|' [-Wbitwise-op-parentheses] | t & 8 ~ ~~~~~~^~~~~ ticks.c:4017:33: note: place parentheses around the '&' expression to silence this warning | t & 8 ^ ( ) ticks.c:4018:33: warning: '&' within '|' [-Wbitwise-op-parentheses] | t<<4 & 32; ~ ~~~~~~^~~~~ ticks.c:4018:33: note: place parentheses around the '&' expression to silence this warning | t<<4 & 32; ^ ( ) ticks.c:4029:33: warning: '&' within '|' [-Wbitwise-op-parentheses] ff= ff & -41 ~~~~~~^~~~~ ticks.c:4029:33: note: place parentheses around the '&' expression to silence this warning ff= ff & -41 ^ ( ) ticks.c:4030:33: warning: '&' within '|' [-Wbitwise-op-parentheses] | t & 8 ~ ~~~~~~^~~~~ ticks.c:4030:33: note: place parentheses around the '&' expression to silence this warning | t & 8 ^ ( ) ticks.c:4031:33: warning: '&' within '|' [-Wbitwise-op-parentheses] | t<<4 & 32; ~ ~~~~~~^~~~~ ticks.c:4031:33: note: place parentheses around the '&' expression to silence this warning | t<<4 & 32; ^ ( ) ticks.c:4042:33: warning: '&' within '|' [-Wbitwise-op-parentheses] ff= ff & -41 ~~~~~~^~~~~ ticks.c:4042:33: note: place parentheses around the '&' expression to silence this warning ff= ff & -41 ^ ( ) ticks.c:4043:33: warning: '&' within '|' [-Wbitwise-op-parentheses] | t & 8 ~ ~~~~~~^~~~~ ticks.c:4043:33: note: place parentheses around the '&' expression to silence this warning | t & 8 ^ ( ) ticks.c:4044:33: warning: '&' within '|' [-Wbitwise-op-parentheses] | t<<4 & 32; ~ ~~~~~~^~~~~ ticks.c:4044:33: note: place parentheses around the '&' expression to silence this warning | t<<4 & 32; ^ ( ) ticks.c:4058:33: warning: '&' within '|' [-Wbitwise-op-parentheses] ff= ff & -41 ~~~~~~^~~~~ ticks.c:4058:33: note: place parentheses around the '&' expression to silence this warning ff= ff & -41 ^ ( ) ticks.c:4059:33: warning: '&' within '|' [-Wbitwise-op-parentheses] | t & 8 ~ ~~~~~~^~~~~ ticks.c:4059:33: note: place parentheses around the '&' expression to silence this warning | t & 8 ^ ( ) ticks.c:4060:33: warning: '&' within '|' [-Wbitwise-op-parentheses] | t<<4 & 32; ~ ~~~~~~^~~~~ ticks.c:4060:33: note: place parentheses around the '&' expression to silence this warning | t<<4 & 32; ^ ( ) ticks.c:4072:29: warning: '&' within '|' [-Wbitwise-op-parentheses] fr= w & 127 ~~^~~~~ ticks.c:4072:29: note: place parentheses around the '&' expression to silence this warning fr= w & 127 ^ ( ) ticks.c:4078:31: warning: '&' within '|' [-Wbitwise-op-parentheses] ff= ff & -256 ~~~~^~~~~~ ticks.c:4078:31: note: place parentheses around the '&' expression to silence this warning ff= ff & -256 ^ ( ) ticks.c:4079:31: warning: '&' within '|' [-Wbitwise-op-parentheses] | w & -41; ~ ~~~~^~~~~~ ticks.c:4079:31: note: place parentheses around the '&' expression to silence this warning | w & -41; ^ ( ) ticks.c:4081:31: warning: '&' within '|' [-Wbitwise-op-parentheses] ff|= w<<4 & 32 ~~~~~^~~~ ticks.c:4081:31: note: place parentheses around the '&' expression to silence this warning ff|= w<<4 & 32 ^ ( ) ticks.c:4082:31: warning: '&' within '|' [-Wbitwise-op-parentheses] | w & 8; break; ~ ~~~~~^~~~ ticks.c:4082:31: note: place parentheses around the '&' expression to silence this warning | w & 8; break; ^ ( ) ticks.c:4088:29: warning: '&' within '|' [-Wbitwise-op-parentheses] fr= w & 127 ~~^~~~~ ticks.c:4088:29: note: place parentheses around the '&' expression to silence this warning fr= w & 127 ^ ( ) ticks.c:4094:31: warning: '&' within '|' [-Wbitwise-op-parentheses] ff= ff & -256 ~~~~^~~~~~ ticks.c:4094:31: note: place parentheses around the '&' expression to silence this warning ff= ff & -256 ^ ( ) ticks.c:4095:31: warning: '&' within '|' [-Wbitwise-op-parentheses] | w & -41; ~ ~~~~^~~~~~ ticks.c:4095:31: note: place parentheses around the '&' expression to silence this warning | w & -41; ^ ( ) ticks.c:4097:31: warning: '&' within '|' [-Wbitwise-op-parentheses] ff|= w<<4 & 32 ~~~~~^~~~ ticks.c:4097:31: note: place parentheses around the '&' expression to silence this warning ff|= w<<4 & 32 ^ ( ) ticks.c:4098:31: warning: '&' within '|' [-Wbitwise-op-parentheses] | w & 8; break; ~ ~~~~~^~~~ ticks.c:4098:31: note: place parentheses around the '&' expression to silence this warning | w & 8; break; ^ ( ) ticks.c:4104:29: warning: '&' within '|' [-Wbitwise-op-parentheses] fr= w & 127 ~~^~~~~ ticks.c:4104:29: note: place parentheses around the '&' expression to silence this warning fr= w & 127 ^ ( ) ticks.c:4111:31: warning: '&' within '|' [-Wbitwise-op-parentheses] ff= ff & -256 ~~~~^~~~~~ ticks.c:4111:31: note: place parentheses around the '&' expression to silence this warning ff= ff & -256 ^ ( ) ticks.c:4112:31: warning: '&' within '|' [-Wbitwise-op-parentheses] | w & -41; ~ ~~~~^~~~~~ ticks.c:4112:31: note: place parentheses around the '&' expression to silence this warning | w & -41; ^ ( ) ticks.c:4114:31: warning: '&' within '|' [-Wbitwise-op-parentheses] ff|= w<<4 & 32 ~~~~~^~~~ ticks.c:4114:31: note: place parentheses around the '&' expression to silence this warning ff|= w<<4 & 32 ^ ( ) ticks.c:4115:31: warning: '&' within '|' [-Wbitwise-op-parentheses] | w & 8; break; ~ ~~~~~^~~~ ticks.c:4115:31: note: place parentheses around the '&' expression to silence this warning | w & 8; break; ^ ( ) ticks.c:4121:29: warning: '&' within '|' [-Wbitwise-op-parentheses] fr= w & 127 ~~^~~~~ ticks.c:4121:29: note: place parentheses around the '&' expression to silence this warning fr= w & 127 ^ ( ) ticks.c:4128:31: warning: '&' within '|' [-Wbitwise-op-parentheses] ff= ff & -256 ~~~~^~~~~~ ticks.c:4128:31: note: place parentheses around the '&' expression to silence this warning ff= ff & -256 ^ ( ) ticks.c:4129:31: warning: '&' within '|' [-Wbitwise-op-parentheses] | w & -41; ~ ~~~~^~~~~~ ticks.c:4129:31: note: place parentheses around the '&' expression to silence this warning | w & -41; ^ ( ) ticks.c:4131:31: warning: '&' within '|' [-Wbitwise-op-parentheses] ff|= w<<4 & 32 ~~~~~^~~~ ticks.c:4131:31: note: place parentheses around the '&' expression to silence this warning ff|= w<<4 & 32 ^ ( ) ticks.c:4132:31: warning: '&' within '|' [-Wbitwise-op-parentheses] | w & 8; break; ~ ~~~~~^~~~ ticks.c:4132:31: note: place parentheses around the '&' expression to silence this warning | w & 8; break; ^ ( ) ticks.c:4139:27: warning: '&' within '^' [-Wbitwise-op-parentheses] fb= u&7^b; ~^~~ ticks.c:4139:27: note: place parentheses around the '&' expression to silence this warning fb= u&7^b; ^ ( ) ticks.c:4142:55: warning: '&' within '|' [-Wbitwise-op-parentheses] fb= (4928640>>((fb^fb>>4)&15)^b)&128 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ticks.c:4142:55: note: place parentheses around the '&' expression to silence this warning fb= (4928640>>((fb^fb>>4)&15)^b)&128 ^ ( ) ticks.c:4151:27: warning: '&' within '^' [-Wbitwise-op-parentheses] fb= u&7^b; ~^~~ ticks.c:4151:27: note: place parentheses around the '&' expression to silence this warning fb= u&7^b; ^ ( ) ticks.c:4154:55: warning: '&' within '|' [-Wbitwise-op-parentheses] fb= (4928640>>((fb^fb>>4)&15)^b)&128 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ticks.c:4154:55: note: place parentheses around the '&' expression to silence this warning fb= (4928640>>((fb^fb>>4)&15)^b)&128 ^ ( ) ticks.c:4163:27: warning: '&' within '^' [-Wbitwise-op-parentheses] fb= u&7^b; ~^~~ ticks.c:4163:27: note: place parentheses around the '&' expression to silence this warning fb= u&7^b; ^ ( ) ticks.c:4166:55: warning: '&' within '|' [-Wbitwise-op-parentheses] fb= (4928640>>((fb^fb>>4)&15)^b)&128 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ticks.c:4166:55: note: place parentheses around the '&' expression to silence this warning fb= (4928640>>((fb^fb>>4)&15)^b)&128 ^ ( ) ticks.c:4175:27: warning: '&' within '^' [-Wbitwise-op-parentheses] fb= u&7^b; ~^~~ ticks.c:4175:27: note: place parentheses around the '&' expression to silence this warning fb= u&7^b; ^ ( ) ticks.c:4178:55: warning: '&' within '|' [-Wbitwise-op-parentheses] fb= (4928640>>((fb^fb>>4)&15)^b)&128 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ticks.c:4178:55: note: place parentheses around the '&' expression to silence this warning fb= (4928640>>((fb^fb>>4)&15)^b)&128 ^ ( ) ticks.c:4188:27: warning: '&' within '^' [-Wbitwise-op-parentheses] fb= u&7^b; ~^~~ ticks.c:4188:27: note: place parentheses around the '&' expression to silence this warning fb= u&7^b; ^ ( ) ticks.c:4191:55: warning: '&' within '|' [-Wbitwise-op-parentheses] fb= (4928640>>((fb^fb>>4)&15)^b)&128 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ticks.c:4191:55: note: place parentheses around the '&' expression to silence this warning fb= (4928640>>((fb^fb>>4)&15)^b)&128 ^ ( ) ticks.c:4201:27: warning: '&' within '^' [-Wbitwise-op-parentheses] fb= u&7^b; ~^~~ ticks.c:4201:27: note: place parentheses around the '&' expression to silence this warning fb= u&7^b; ^ ( ) ticks.c:4204:55: warning: '&' within '|' [-Wbitwise-op-parentheses] fb= (4928640>>((fb^fb>>4)&15)^b)&128 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ticks.c:4204:55: note: place parentheses around the '&' expression to silence this warning fb= (4928640>>((fb^fb>>4)&15)^b)&128 ^ ( ) ticks.c:4215:27: warning: '&' within '^' [-Wbitwise-op-parentheses] fb= u&7^b; ~^~~ ticks.c:4215:27: note: place parentheses around the '&' expression to silence this warning fb= u&7^b; ^ ( ) ticks.c:4218:55: warning: '&' within '|' [-Wbitwise-op-parentheses] fb= (4928640>>((fb^fb>>4)&15)^b)&128 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ticks.c:4218:55: note: place parentheses around the '&' expression to silence this warning fb= (4928640>>((fb^fb>>4)&15)^b)&128 ^ ( ) ticks.c:4229:27: warning: '&' within '^' [-Wbitwise-op-parentheses] fb= u&7^b; ~^~~ ticks.c:4229:27: note: place parentheses around the '&' expression to silence this warning fb= u&7^b; ^ ( ) ticks.c:4232:55: warning: '&' within '|' [-Wbitwise-op-parentheses] fb= (4928640>>((fb^fb>>4)&15)^b)&128 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ticks.c:4232:55: note: place parentheses around the '&' expression to silence this warning fb= (4928640>>((fb^fb>>4)&15)^b)&128 ^ ( ) 150 warnings generated. i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o hook_console.o hook_console.c i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o hook_io.o hook_io.c i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o hook_misc.o hook_misc.c i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o hook.o hook.c i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o debugger.o debugger.c i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o linenoise.o linenoise.c i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o utf8.o utf8.c i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o syms.o syms.c i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o disassembler_alg.o disassembler_alg.c i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o memory.o memory.c i386-apple-darwin15-cc -o z88dk-ticks -g -O2 -I../../ext/uthash/src/ -g -MMD ticks.o hook_console.o hook_io.o hook_misc.o hook.o debugger.o linenoise.o utf8.o syms.o disassembler_alg.o memory.o i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o disassembler_main.o disassembler_main.c i386-apple-darwin15-cc -o z88dk-dis -g -O2 -I../../ext/uthash/src/ -g -MMD disassembler_main.o syms.o disassembler_alg.o install z88dk-ticks /home/build/z88dk/osx/z88dk/bin/z88dk-ticks install z88dk-dis /home/build/z88dk/osx/z88dk/bin/z88dk-dis make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/ticks' make -C support/graphics PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/support/graphics' i386-apple-darwin15-cc -g -O2 `/opt/osxcross/target/bin/xml2-config --cflags` -c -o z80svg.o z80svg.c i386-apple-darwin15-cc -o z88dk-z80svg -g -O2 `/opt/osxcross/target/bin/xml2-config --cflags` z80svg.o `/opt/osxcross/target/bin/xml2-config --libs` install z88dk-z80svg /home/build/z88dk/osx/z88dk/bin/z88dk-z80svg make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/support/graphics' make -C support/pv1000 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/support/pv1000' i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o font2pv1000.o font2pv1000.c i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o z88dk-font2pv1000 font2pv1000.o -g -O2 install z88dk-font2pv1000 /home/build/z88dk/osx/z88dk/bin/z88dk-font2pv1000 make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/support/pv1000' make -C support/basck PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/support/basck' i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o basck.o basck.c basck.c:838:32: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("@ $%04x label=%s\n", position, label); ~~~~ ^~~~~~~~ %04lx basck.c:839:26: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("D $%04x %s\n", position, comment); ~~~~ ^~~~~~~~ %04lx basck.c:842:41: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("%s \t= $%04X ; %s\n", label, position, comment); ~~~~ ^~~~~~~~ %04lX basck.c:843:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ basck.c:850:32: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("@ $%04x label=%s\n", position, label); ~~~~ ^~~~~~~~ %04lx basck.c:851:26: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("c $%04x %s\n", position, comment); ~~~~ ^~~~~~~~ %04lx basck.c:854:41: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("%s \t= $%04X ; %s\n", label, position, comment); ~~~~ ^~~~~~~~ %04lX basck.c:855:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ basck.c:903:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ basck.c:1128:70: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf ("\n# CPDEHL (compare DE and HL), code found at $%04X", pos); ~~~~ ^~~ %04lX basck.c:1132:89: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("\n# (Canon X-07 hack.. shifting to position $%04X, *work in progress*)",pos); ~~~~ ^~~ %04lX basck.c:1142:75: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("\n# ...patching MS SoftCard HR GBASIC, gap size: $%04X",pos-256); ~~~~ ^~~~~~~ %04lX basck.c:1145:56: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] printf("\n# (Detected position for ORG: %d)",pos); ~~ ^~~ %ld basck.c:1162:62: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] printf("\n# (Detected position basing on TSTSGN: %d)",pos); ~~ ^~~ %ld basck.c:1172:62: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] printf("\n# (Detected position basing on DVBCDE: %d)",pos); ~~ ^~~ %ld basck.c:2334:59: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("\n# JP table relocated in ram, ptr in $%04X\n",jptab); ~~~~ ^~~~~ %04lX basck.c:2337:53: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("\n# First byte of moved block: $%04X\n",res); ~~~~ ^~~ %04lX basck.c:2343:98: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("\n# Original JP table ptr in ROM to be copied: $%04X, getting JP table address\n",res); ~~~~ ^~~ %04lX basck.c:2356:51: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("\n# JP table for statements = $%04X\n",jptab); ~~~~ ^~~~~ %04lX basck.c:2358:34: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("@ $%04x label=%s\n", jptab, "FNCTAB"); ~~~~ ^~~~~ %04lx basck.c:2359:28: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("w $%04x %s\n", jptab, "Jump table for statements and functions"); ~~~~ ^~~~~ %04lx basck.c:2368:76: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("\n# (applying a PC-6001 table shift hack, new pos: $%04X)\n",jptab); ~~~~ ^~~~~ %04lX basck.c:2385:85: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("\n# TOKEN table position = $%04X, word list in 'extended BASIC' mode.\n",res); ~~~~ ^~~ %04lX basck.c:2387:34: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("@ $%04x label=%s\n", res-1, "WORDS"); ~~~~ ^~~~~ %04lx basck.c:2388:28: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("t $%04x %s\n", res-1, "BASIC keyword list"); ~~~~ ^~~~~ %04lx basck.c:2445:42: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] printf("\n#\t= assignment\t\t[%d]\t",res2); ~~ ^~~~ %ld basck.c:2451:39: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("\n@ $%04x label=__%s\n", signed_byte(img[res2])+res2+1, "OPRND"); ~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %04lx basck.c:2452:29: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("w $%04x %s\n", signed_byte(img[res2])+res2+1, "'+' operand evaluation"); ~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %04lx basck.c:2456:23: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("- $%04X",signed_byte(img[res2])+res2+1); ~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %04lX basck.c:2506:40: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("\n@ $%04x label=__%s\n", res2+3, "ERR"); ~~~~ ^~~~~~ %04lx basck.c:2507:30: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("w $%04x %s\n", res2+3, "ERR function evaluation"); ~~~~ ^~~~~~ %04lx basck.c:2510:24: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("- $%04X",res2+3); ~~~~ ^~~~~~ %04lX basck.c:2518:41: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("\n@ $%04x label=__%s\n", res2+3, "ERL"); ~~~~ ^~~~~~ %04lx basck.c:2519:31: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("w $%04x %s\n", res2+3, "ERL function evaluation"); ~~~~ ^~~~~~ %04lx basck.c:2522:25: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("- $%04X",res2+3); ~~~~ ^~~~~~ %04lX basck.c:2543:42: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("\n@ $%04x label=__%s\n", res2+3, "VARPTR"); ~~~~ ^~~~~~ %04lx basck.c:2544:32: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("w $%04x %s\n", res2+3, "VARPTR function evaluation"); ~~~~ ^~~~~~ %04lx basck.c:2547:26: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("- $%04X",res2+3); ~~~~ ^~~~~~ %04lX basck.c:2597:34: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] printf("\n#\tELSE\t\t[%d]\n",res2); ~~ ^~~~ %ld basck.c:2663:89: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("\n\n\n# TOKEN table position = $%04X, word list in classic encoding mode\n",res+pos); ~~~~ ^~~~~~~ %04lX basck.c:2665:35: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("@ $%04x label=%s\n", res+pos-1, "WORDS"); ~~~~ ^~~~~~~~~ %04lx basck.c:2666:29: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("t $%04x %s\n", res+pos-1, "BASIC keyword list"); ~~~~ ^~~~~~~~~ %04lx basck.c:2686:56: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("\n\n# JP table for functions = $%04X\n",jptab); ~~~~ ^~~~~ %04lX basck.c:2688:38: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("@ $%04x label=%s\n", jptab, "FNCTAB_FN"); ~~~~ ^~~~~ %04lx basck.c:2689:32: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("w $%04x %s\n", jptab, "Extra jump table for functions"); ~~~~ ^~~~~ %04lx basck.c:2695:84: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("\n\n# (applying a PC-6001 table shift hack, new pos: $%04X)\n\n",jptab); ~~~~ ^~~~~ %04lX basck.c:2738:91: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("\n\n\n# TOKEN table position = $%04X, word list in earlier encoding mode.\n",res+pos); ~~~~ ^~~~~~~ %04lX basck.c:2775:58: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("\n\n# JP table for functions = $%04X\n",jptab); ~~~~ ^~~~~ %04lX basck.c:2777:40: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("@ $%04x label=%s\n", jptab, "FNCTAB_FN"); ~~~~ ^~~~~ %04lx basck.c:2778:34: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("w $%04x %s\n", jptab, "Extra jump table for functions"); ~~~~ ^~~~~ %04lx basck.c:2830:50: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] printf("\n#\t STKEND system variable = %d ; ",res); ~~ ^~~ %ld basck.c:2861:57: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("\n#\tPROG = $%04X ; BASIC program start",res); ~~~~ ^~~ %04lX basck.c:2968:19: warning: & has lower precedence than ==; == will be evaluated first [-Wparentheses] if (img[res-1] & 0xC7 == 0xC7) ^~~~~~~~~~~~~~ basck.c:2968:19: note: place parentheses around the '==' expression to silence this warning if (img[res-1] & 0xC7 == 0xC7) ^ ( ) basck.c:2968:19: note: place parentheses around the & expression to evaluate it first if (img[res-1] & 0xC7 == 0xC7) ^ ( ) basck.c:3020:54: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("\n\n\n#TOKEN table position = $%04X\n",res); ~~~~ ^~~ %04lX basck.c:3036:53: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("\n\n\n#TOKEN table position = $%04X\n",res); ~~~~ ^~~ %04lX basck.c:3052:53: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("\n\n\n#TOKEN table position = $%04X\n",res); ~~~~ ^~~ %04lX basck.c:3074:53: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("\n\n\n#TOKEN table position = $%04X\n",res); ~~~~ ^~~ %04lX basck.c:3170:51: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] printf("\n# ORG shift detected, %d bytes",pos); ~~ ^~~ %ld basck.c:3444:48: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("\n# TOKEN table position = $%04X\n",res); ~~~~ ^~~ %04lX basck.c:3500:63: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("\n# TOKEN table position for prefix $FF = $%04X\n",res); ~~~~ ^~~ %04lX basck.c:3540:63: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] printf("\n# TOKEN table position for prefix $FE = $%04X\n",res); ~~~~ ^~~ %04lX 61 warnings generated. i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o z88dk-basck basck.o -g -O2 install z88dk-basck /home/build/z88dk/osx/z88dk/bin/z88dk-basck make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/support/basck' make -C testsuite make[1]: Entering directory '/home/build/z88dk/osx/z88dk/testsuite' zcc +test -vn -a Issue_452_far_pointers.c -o tmp1.opt diff -w tmp2.opt results/Issue_452_far_pointers.opt mv -f tmp1.opt Issue_452_far_pointers.opt zcc +test -vn -a Issue_543_complement.c -o tmp1.opt diff -w tmp2.opt results/Issue_543_complement.opt mv -f tmp1.opt Issue_543_complement.opt zcc +test -vn -a Issue_98_Stack_offset.c -o tmp1.opt diff -w tmp2.opt results/Issue_98_Stack_offset.opt mv -f tmp1.opt Issue_98_Stack_offset.opt zcc +test -vn -a Issue_693_fastcall.c -o tmp1.opt diff -w tmp2.opt results/Issue_693_fastcall.opt mv -f tmp1.opt Issue_693_fastcall.opt zcc +test -vn -a Issue_1016_long_const_compare.c -o tmp1.opt diff -w tmp2.opt results/Issue_1016_long_const_compare.opt mv -f tmp1.opt Issue_1016_long_const_compare.opt zcc +test -vn -a Issue_254_KR_Specifiers.c -o tmp1.opt diff -w tmp2.opt results/Issue_254_KR_Specifiers.opt mv -f tmp1.opt Issue_254_KR_Specifiers.opt zcc +test -vn -a Issue_1178_kr_main_stdc.c -o tmp1.opt diff -w tmp2.opt results/Issue_1178_kr_main_stdc.opt mv -f tmp1.opt Issue_1178_kr_main_stdc.opt zcc +test -vn -a 02_addr_ptr.c -o tmp1.opt diff -w tmp2.opt results/02_addr_ptr.opt mv -f tmp1.opt 02_addr_ptr.opt zcc +test -vn -a Issue_1007_Fix_FP_Constant_Multiplication.c -o tmp1.opt diff -w tmp2.opt results/Issue_1007_Fix_FP_Constant_Multiplication.opt mv -f tmp1.opt Issue_1007_Fix_FP_Constant_Multiplication.opt zcc +test -vn -a Issue_419_Extern_Prototypes_In_Function.c -o tmp1.opt diff -w tmp2.opt results/Issue_419_Extern_Prototypes_In_Function.opt mv -f tmp1.opt Issue_419_Extern_Prototypes_In_Function.opt zcc +test -vn -a Issue_188_builtins.c -o tmp1.opt diff -w tmp2.opt results/Issue_188_builtins.opt mv -f tmp1.opt Issue_188_builtins.opt zcc +test -vn -a Issue_510_mult_minus1.c -o tmp1.opt diff -w tmp2.opt results/Issue_510_mult_minus1.opt mv -f tmp1.opt Issue_510_mult_minus1.opt zcc +test -vn -a Issue_485_sdccdecl.c -o tmp1.opt diff -w tmp2.opt results/Issue_485_sdccdecl.opt mv -f tmp1.opt Issue_485_sdccdecl.opt zcc +test -vn -a Issue_452_pointers.c -o tmp1.opt sccz80:"Issue_452_pointers.c" L:78 Warning:Pointer arithmetic with non-matching types: struct x *ptr1-char * [-Wincompatible-pointer-types] diff -w tmp2.opt results/Issue_452_pointers.opt mv -f tmp1.opt Issue_452_pointers.opt zcc +test -vn -a Issue_985_ptr_cast.c -o tmp1.opt diff -w tmp2.opt results/Issue_985_ptr_cast.opt mv -f tmp1.opt Issue_985_ptr_cast.opt zcc +test -vn -a Issue_103_floating_addition.c -o tmp1.opt diff -w tmp2.opt results/Issue_103_floating_addition.opt mv -f tmp1.opt Issue_103_floating_addition.opt zcc +test -vn -a Issue_1126_opt_rule.c -o tmp1.opt diff -w tmp2.opt results/Issue_1126_opt_rule.opt mv -f tmp1.opt Issue_1126_opt_rule.opt zcc +test -vn -a Issue_896_nested_struct_initialisation.c -o tmp1.opt diff -w tmp2.opt results/Issue_896_nested_struct_initialisation.opt mv -f tmp1.opt Issue_896_nested_struct_initialisation.opt zcc +test -vn -a Issue_1167_range_check.c -o tmp1.opt diff -w tmp2.opt results/Issue_1167_range_check.opt mv -f tmp1.opt Issue_1167_range_check.opt zcc +test -vn -a Issue_615_loop.c -o tmp1.opt sccz80:"Issue_615_loop.c" L:6 Warning:Implicit definition of function 'whilefunc' it will return an int. Prototype it explicitly if this is not what you want. [-Wimplicit-function-definition] sccz80:"Issue_615_loop.c" L:49 Warning:Implicit definition of function 'forfunc' it will return an int. Prototype it explicitly if this is not what you want. [-Wimplicit-function-definition] diff -w tmp2.opt results/Issue_615_loop.opt mv -f tmp1.opt Issue_615_loop.opt zcc +test -vn -a Issue_510_long_and.c -o tmp1.opt diff -w tmp2.opt results/Issue_510_long_and.opt mv -f tmp1.opt Issue_510_long_and.opt zcc +test -vn -a Issue_452_unsigned.c -o tmp1.opt diff -w tmp2.opt results/Issue_452_unsigned.opt mv -f tmp1.opt Issue_452_unsigned.opt zcc +test -vn -a Issue_1102_struct_trailing_comma.c -o tmp1.opt diff -w tmp2.opt results/Issue_1102_struct_trailing_comma.opt mv -f tmp1.opt Issue_1102_struct_trailing_comma.opt zcc +test -vn -a shortcall.c -o tmp1.opt diff -w tmp2.opt results/shortcall.opt mv -f tmp1.opt shortcall.opt zcc +test -vn -a Issue_569_jagged_array.c -o tmp1.opt diff -w tmp2.opt results/Issue_569_jagged_array.opt mv -f tmp1.opt Issue_569_jagged_array.opt zcc +test -vn -a Issue_489_variable_defn_in_forloop.c -o tmp1.opt sccz80:"Issue_489_variable_defn_in_forloop.c" L:17 Warning:Loss of precision, converting long i to int i [-Wconversion] diff -w tmp2.opt results/Issue_489_variable_defn_in_forloop.opt mv -f tmp1.opt Issue_489_variable_defn_in_forloop.opt zcc +test -vn -a Issue_491_enums.c -o tmp1.opt diff -w tmp2.opt results/Issue_491_enums.opt mv -f tmp1.opt Issue_491_enums.opt zcc +test -vn -a Issue_295_structgetsfar.c -o tmp1.opt diff -w tmp2.opt results/Issue_295_structgetsfar.opt mv -f tmp1.opt Issue_295_structgetsfar.opt zcc +test -vn -a Issue_701_compound_scope.c -o tmp1.opt diff -w tmp2.opt results/Issue_701_compound_scope.opt mv -f tmp1.opt Issue_701_compound_scope.opt zcc +test -vn -a Issue_499_typedef_initialisation.c -o tmp1.opt diff -w tmp2.opt results/Issue_499_typedef_initialisation.opt mv -f tmp1.opt Issue_499_typedef_initialisation.opt zcc +test -vn -a Issue_497_astroforce_compile.c -o tmp1.opt diff -w tmp2.opt results/Issue_497_astroforce_compile.opt mv -f tmp1.opt Issue_497_astroforce_compile.opt zcc +test -vn -a Issue_615_if.c -o tmp1.opt diff -w tmp2.opt results/Issue_615_if.opt mv -f tmp1.opt Issue_615_if.opt zcc +test -vn -a Issue_1132_struct_by_value.c -o tmp1.opt diff -w tmp2.opt results/Issue_1132_struct_by_value.opt mv -f tmp1.opt Issue_1132_struct_by_value.opt zcc +test -vn -a Issue_1015_break_with_loop_variable.c -o tmp1.opt diff -w tmp2.opt results/Issue_1015_break_with_loop_variable.opt mv -f tmp1.opt Issue_1015_break_with_loop_variable.opt zcc +test -vn -a Far_Pointer_Call.c -o tmp1.opt diff -w tmp2.opt results/Far_Pointer_Call.opt mv -f tmp1.opt Far_Pointer_Call.opt zcc +test -vn -a Issue_98_check_int.c -o tmp1.opt diff -w tmp2.opt results/Issue_98_check_int.opt mv -f tmp1.opt Issue_98_check_int.opt zcc +test -vn -a Issue_103_double_prepost.c -o tmp1.opt diff -w tmp2.opt results/Issue_103_double_prepost.opt mv -f tmp1.opt Issue_103_double_prepost.opt zcc +test -vn -a Issue_452_arrays.c -o tmp1.opt diff -w tmp2.opt results/Issue_452_arrays.opt mv -f tmp1.opt Issue_452_arrays.opt zcc +test -vn -a Issue_490_long_extension.c -o tmp1.opt diff -w tmp2.opt results/Issue_490_long_extension.opt mv -f tmp1.opt Issue_490_long_extension.opt zcc +test -vn -a Issue_1141_Namespaces.c -o tmp1.opt diff -w tmp2.opt results/Issue_1141_Namespaces.opt mv -f tmp1.opt Issue_1141_Namespaces.opt zcc +test -vn -a Issue_564_casting.c -o tmp1.opt diff -w tmp2.opt results/Issue_564_casting.opt mv -f tmp1.opt Issue_564_casting.opt zcc +test -vn -a Issue_509_long_constant.c -o tmp1.opt diff -w tmp2.opt results/Issue_509_long_constant.opt mv -f tmp1.opt Issue_509_long_constant.opt zcc +test -vn -a Issue_1103_fastcall_fnptr.c -o tmp1.opt diff -w tmp2.opt results/Issue_1103_fastcall_fnptr.opt mv -f tmp1.opt Issue_1103_fastcall_fnptr.opt zcc +test -vn -a Issue_26_casting.c -o tmp1.opt sccz80:"Issue_26_casting.c" L:50 Warning:Implicit definition of function 'SMS_setAddr' it will return an int. Prototype it explicitly if this is not what you want. [-Wimplicit-function-definition] diff -w tmp2.opt results/Issue_26_casting.opt mv -f tmp1.opt Issue_26_casting.opt zcc +test -vn -a Issue_574_fastcall_offset.c -o tmp1.opt diff -w tmp2.opt results/Issue_574_fastcall_offset.opt mv -f tmp1.opt Issue_574_fastcall_offset.opt zcc +test -vn -a paramsoffset.c -o tmp1.opt diff -w tmp2.opt results/paramsoffset.opt mv -f tmp1.opt paramsoffset.opt zcc +test -vn -a Issue_493__func__.c -o tmp1.opt diff -w tmp2.opt results/Issue_493__func__.opt mv -f tmp1.opt Issue_493__func__.opt zcc +test -vn -a Issue_715__double_subtraction.c -o tmp1.opt diff -w tmp2.opt results/Issue_715__double_subtraction.opt mv -f tmp1.opt Issue_715__double_subtraction.opt zcc +test -vn -a Issue_452_struct.c -o tmp1.opt diff -w tmp2.opt results/Issue_452_struct.opt mv -f tmp1.opt Issue_452_struct.opt zcc +test -vn -a Issue_514_flexible_member.c -o tmp1.opt diff -w tmp2.opt results/Issue_514_flexible_member.opt mv -f tmp1.opt Issue_514_flexible_member.opt zcc +test -vn -a Issue_678_compound.c -o tmp1.opt diff -w tmp2.opt results/Issue_678_compound.opt mv -f tmp1.opt Issue_678_compound.opt zcc +test -vn -a Issue_1105_function_pointer_calls.c -o tmp1.opt diff -w tmp2.opt results/Issue_1105_function_pointer_calls.opt mv -f tmp1.opt Issue_1105_function_pointer_calls.opt zcc +test -fp-mode=ieee -vn -a Far_Pointer_Call_ieee.c -o tmp1.opt diff -w tmp2.opt results/Far_Pointer_Call_ieee.opt mv -f tmp1.opt Far_Pointer_Call_ieee.opt zcc +test -vn -a Issue_490_repeated_extern_decls.c -o tmp1.opt diff -w tmp2.opt results/Issue_490_repeated_extern_decls.opt mv -f tmp1.opt Issue_490_repeated_extern_decls.opt zcc +test -vn -a Issue_490_ptr_arithmetic.c -o tmp1.opt diff -w tmp2.opt results/Issue_490_ptr_arithmetic.opt mv -f tmp1.opt Issue_490_ptr_arithmetic.opt zcc +test -vn -a Issue_480_asmfunc.c -o tmp1.opt diff -w tmp2.opt results/Issue_480_asmfunc.opt mv -f tmp1.opt Issue_480_asmfunc.opt zcc +test -vn -a Issue_1016_double_const_compare.c -o tmp1.opt diff -w tmp2.opt results/Issue_1016_double_const_compare.opt mv -f tmp1.opt Issue_1016_double_const_compare.opt zcc +test -fp-mode=ieee -vn -a mathops_ieee.c -o tmp1.opt diff -w tmp2.opt results/mathops_ieee.opt mv -f tmp1.opt mathops_ieee.opt zcc +test -vn -a Issue_1167_sizeof.c -o tmp1.opt diff -w tmp2.opt results/Issue_1167_sizeof.opt mv -f tmp1.opt Issue_1167_sizeof.opt zcc +test -vn -a Issue_501_extern_at.c -o tmp1.opt diff -w tmp2.opt results/Issue_501_extern_at.opt mv -f tmp1.opt Issue_501_extern_at.opt zcc +test -vn -a Issue_98_underlying.c -o tmp1.opt diff -w tmp2.opt results/Issue_98_underlying.opt mv -f tmp1.opt Issue_98_underlying.opt zcc +test -vn -a Issue_600_fastcall.c -o tmp1.opt sccz80:"Issue_600_fastcall.c" L:6 Warning:Cannot define function 'func4' as __z88dk_fastcall __stdc when it has more than 1 argument [-Wincorrect-function-declspec] diff -w tmp2.opt results/Issue_600_fastcall.opt mv -f tmp1.opt Issue_600_fastcall.opt zcc +test -vn -a Issue_482_optrule.c -o tmp1.opt diff -w tmp2.opt results/Issue_482_optrule.opt mv -f tmp1.opt Issue_482_optrule.opt zcc +test -vn -a long_addition_opts.c -o tmp1.opt diff -w tmp2.opt results/long_addition_opts.opt mv -f tmp1.opt long_addition_opts.opt zcc +test -vn -a Issue_1133_bitfields.c -o tmp1.opt diff -w tmp2.opt results/Issue_1133_bitfields.opt mv -f tmp1.opt Issue_1133_bitfields.opt zcc +test -vn -a 01_cast_global_pointer.c -o tmp1.opt diff -w tmp2.opt results/01_cast_global_pointer.opt mv -f tmp1.opt 01_cast_global_pointer.opt zcc +test -vn -a Issue_693_missing_return.c -o tmp1.opt diff -w tmp2.opt results/Issue_693_missing_return.opt mv -f tmp1.opt Issue_693_missing_return.opt zcc +test -vn -a Issue_569_init_from_2d_array.c -o tmp1.opt diff -w tmp2.opt results/Issue_569_init_from_2d_array.opt mv -f tmp1.opt Issue_569_init_from_2d_array.opt zcc +test -vn -a Issue_1062_array_init.c -o tmp1.opt diff -w tmp2.opt results/Issue_1062_array_init.opt mv -f tmp1.opt Issue_1062_array_init.opt zcc +test -vn -a Issue_1054_initialisation.c -o tmp1.opt diff -w tmp2.opt results/Issue_1054_initialisation.opt mv -f tmp1.opt Issue_1054_initialisation.opt zcc +test -vn -a Issue_507_unnamed_structs.c -o tmp1.opt diff -w tmp2.opt results/Issue_507_unnamed_structs.opt mv -f tmp1.opt Issue_507_unnamed_structs.opt zcc +test -vn -a Issue_1167_choosing_which_function.c -o tmp1.opt diff -w tmp2.opt results/Issue_1167_choosing_which_function.opt mv -f tmp1.opt Issue_1167_choosing_which_function.opt zcc +test -vn -a Issue_1015_break_without_loop_variable.c -o tmp1.opt diff -w tmp2.opt results/Issue_1015_break_without_loop_variable.opt mv -f tmp1.opt Issue_1015_break_without_loop_variable.opt zcc +test -vn -a Issue_608_Arrays.c -o tmp1.opt diff -w tmp2.opt results/Issue_608_Arrays.opt mv -f tmp1.opt Issue_608_Arrays.opt zcc +test -vn -a Issue_615_while_loop.c -o tmp1.opt diff -w tmp2.opt results/Issue_615_while_loop.opt mv -f tmp1.opt Issue_615_while_loop.opt zcc +test -vn -a Issue_1132_struct_parameter.c -o tmp1.opt diff -w tmp2.opt results/Issue_1132_struct_parameter.opt mv -f tmp1.opt Issue_1132_struct_parameter.opt zcc +test -custom-copt-rules=../lib/zxn_rules.1 -vn -a zxn/Issue_312_zxn_optimisations.c -o tmp1.opt diff -w tmp2.opt results/zxn/Issue_312_zxn_optimisations.opt mv -f tmp1.opt zxn/Issue_312_zxn_optimisations.opt zcc +rcmx000 -vn -a rabbit/rabbit_optimisations.c -o tmp1.opt diff -w tmp2.opt results/rabbit/rabbit_optimisations.opt mv -f tmp1.opt rabbit/rabbit_optimisations.opt zcc +test -mz180 -vn -a z180/Issue_481_multiply_char.c -o tmp1.opt diff -w tmp2.opt results/z180/Issue_481_multiply_char.opt mv -f tmp1.opt z180/Issue_481_multiply_char.opt make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/testsuite' make -C src/z88dk-lib PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/z88dk-lib' i386-apple-darwin15-cc -g -O2 -c -o z88dk-lib.o z88dk-lib.c i386-apple-darwin15-cc -o z88dk-lib -g -O2 z88dk-lib.o install z88dk-lib /home/build/z88dk/osx/z88dk/bin/z88dk-lib make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/z88dk-lib' make -C src/appmake clean make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/appmake' rm -f appmake glue.o z88shell.o aquarius.o sorcerer.o zx-util.o z1013.o appmake.o z88.o fp1100.o lynx.o rom.o c7420.o x1.o nec.o cpc.o vg5k.o z9001.o fat.o rex6000.o mtx.o enterprise.o zxn.o abc80.o msx.o svi.o pasopia7.o spc1000.o m5.o tixx.o trs80.o px.o mz2500.o c128.o newbrain.o x07.o cpm2.o ace-tap.o pc88.o cpmdisk.o newext.o sos.o zx81.o extract.o nascom.o sms.o galaksija.o mc.o multi8.o inject.o residos.o kc.o vz.o ff.o p2000.o zx.o mameql.o sc3000.o hex.o zxvgs.o mz.o rm -f glue.o z88shell.o aquarius.o sorcerer.o zx-util.o z1013.o z88.o fp1100.o lynx.o rom.o c7420.o x1.o nec.o cpc.o vg5k.o z9001.o fat.o rex6000.o mtx.o enterprise.o zxn.o abc80.o msx.o svi.o pasopia7.o spc1000.o m5.o tixx.o trs80.o px.o mz2500.o c128.o newbrain.o x07.o cpm2.o ace-tap.o pc88.o cpmdisk.o newext.o sos.o zx81.o extract.o nascom.o sms.o galaksija.o mc.o multi8.o inject.o residos.o kc.o vz.o ff.o p2000.o zx.o mameql.o sc3000.o hex.o zxvgs.o mz.o glue.d z88shell.d aquarius.d sorcerer.d zx-util.d z1013.d appmake.d z88.d fp1100.d lynx.d rom.d c7420.d x1.d nec.d cpc.d vg5k.d z9001.d fat.d rex6000.d mtx.d enterprise.d zxn.d abc80.d msx.d svi.d pasopia7.d spc1000.d m5.d tixx.d trs80.d px.d mz2500.d c128.d newbrain.d x07.d cpm2.d ace-tap.d pc88.d cpmdisk.d newext.d sos.d zx81.d extract.d nascom.d sms.d galaksija.d mc.d multi8.d inject.d residos.d kc.d vz.d ff.d p2000.d zx.d mameql.d sc3000.d hex.d zxvgs.d mz.d *.bak t/*.bak make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/appmake' make -C src/common clean make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/common' rm -f t/test die.o strutil.o fileutil.o objfile.o optparse.o t/t_types.o t/t_die.o t/test.o t/t_fileutil.o t/t_strutil.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o ../../ext/Unity/src/unity.o die.d strutil.d fileutil.d objfile.d optparse.d t/t_types.d t/t_die.d t/test.d t/t_fileutil.d t/t_strutil.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.d ../../ext/Unity/src/unity.d make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/common' make -C src/copt clean make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/copt' rm -f z88dk-copt copt.o core regex/*.o rm -f -rf Debug Release make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/copt' make -C src/cpp clean make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/cpp' rm -f z88dk-zcpp cpp6.o cpp2.o cpp4.o cpp5.o cpp3.o cpp1.o rm -f cpp6.o cpp2.o cpp4.o cpp5.o cpp3.o cpp1.o cpp6.d cpp2.d cpp4.d cpp5.d cpp3.d cpp1.d *.bak t/*.bak make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/cpp' make -C src/sccz80 clean make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/sccz80' rm -f *.o *~ core sccz80 rm -f -rf Debug Release rm -f callfunc.d codegen.d const.d data.d declinit.d error.d expr.d goto.d io.d lex.d main.d misc.d plunge.d preproc.d primary.d stmt.d sym.d while.d declparse.d make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/sccz80' make -C src/ticks clean make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/ticks' rm -f z88dk-ticks ticks.o hook_console.o hook_io.o hook_misc.o hook.o debugger.o linenoise.o utf8.o syms.o disassembler_alg.o memory.o core rm -f z88dk-dis disassembler_main.o syms.o disassembler_alg.o core rm -f ticks.d hook_console.d hook_io.d hook_misc.d hook.d debugger.d linenoise.d utf8.d syms.d disassembler_alg.d memory.d disassembler_main.d syms.d disassembler_alg.d rm -f -rf Debug Release make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/ticks' make -C src/ucpp clean make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/ucpp' rm -f z88dk-ucpp mem.o nhash.o cpp.o lexer.o assert.o macro.o eval.o rm -f mem.o nhash.o cpp.o lexer.o assert.o macro.o eval.o mem.d nhash.d cpp.d lexer.d assert.d macro.d eval.d *.bak t/*.bak make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/ucpp' make -C src/z80asm clean make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/z80asm' make -C dev/z80asm_lib clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/src/z80asm/dev/z80asm_lib' rm -f z80asm-z80-.lib rm -f z80asm-z80-ixiy.lib rm -f z80asm-z80_zxn-.lib rm -f z80asm-z80_zxn-ixiy.lib rm -f z80asm-z180-.lib rm -f z80asm-z180-ixiy.lib rm -f z80asm-r2k-.lib rm -f z80asm-r2k-ixiy.lib rm -f z80asm-r3k-.lib rm -f z80asm-r3k-ixiy.lib rm -f daa.o cpir.o cpd.o cpdr.o rrd.o cpi.o rld.o daa.lis cpir.lis cpd.lis cpdr.lis rrd.lis cpi.lis rld.lis test.asm test.o test.bin make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/src/z80asm/dev/z80asm_lib' rm -f z80asm-*.lib make -C lib clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/src/z80asm/lib' rm -f strhash.o dbg.o srcfile.o str.o list.o class.o alloc.o minunit.o array.o ../../common/die.o ../../common/fileutil.o ../../common/strutil.o t/test_alloc t/test_init t/test_dbg t/test_str libclibrary.a rm -f t/test_alloc.exe t/test_init.exe t/test_dbg.exe t/test_str.exe rm -f t/test_alloc.out t/test_init.out t/test_dbg.out t/test_str.out rm -f t/test_alloc.o t/test_init.o t/test_dbg.o t/test_str.o rm -f t/tests.log rm -f *.bak rm -f -r win32/Debug win32/Release win32/ipch rm -f strhash.d dbg.d srcfile.d str.d list.d class.d alloc.d minunit.d array.d ../../common/die.d ../../common/fileutil.d ../../common/strutil.d make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/src/z80asm/lib' rm -f *.core lib/*.core lib/t/*.core lib/t/uthash/*.core rm -f *.o lib/*.o lib/t/*.o lib/t/uthash/*.o rm -f *.out lib/*.out lib/t/*.out lib/t/uthash/*.out rm -f *.orig lib/*.orig lib/t/*.orig lib/t/uthash/*.orig rm -f *.exe lib/*.exe lib/t/*.exe lib/t/uthash/*.exe rm -f *.tmp lib/*.tmp lib/t/*.tmp lib/t/uthash/*.tmp rm -f *.bak lib/*.bak lib/t/*.bak lib/t/uthash/*.bak rm -f *.log lib/*.log lib/t/*.log lib/t/uthash/*.log rm -f *~ lib/*~ lib/t/*~ lib/t/uthash/*~ rm -f -rf Debug Release x1 x2 x3 rm -f t/libtestlib.a t/*.o t/*.out lib/t/*.o lib/t/*.out t/test_codearea t/test_symtab rm -f zcc_opt.def zcc_proj.lst rm -f zcc_opt.def microman.bin microman.tap rm -f zcc_opt.def mandel.bin mandel.tap rm -f z80asm lib/z80asm test* lib/test* rm -f t/*.tmp lib/t/*.tmp t/dev/*.tmp rm -f errors.d sym.d hist.d libfile.d directives.d error_func.d opcodes.d model.d codearea.d module.d zobjfile.d symtab.d options.d scan.d main.d macros.d parse.d z80pass.d modlink.d expr.d listfile.d z80asm.d lib/srcfile.d lib/dbg.d lib/str.d lib/list.d lib/strhash.d lib/alloc.d lib/minunit.d lib/class.d lib/array.d ../common/die.d ../common/strutil.d ../common/fileutil.d ../common/objfile.d ../common/optparse.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.d make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/z80asm' make -C src/z80nm clean make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/z80nm' rm -f z80nm ar.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o ar.d ../common/die.d ../common/objfile.d ../common/fileutil.d ../common/strutil.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.d core rm -f -rf Debug Release make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/z80nm' make -C src/z88dk-lib clean make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/z88dk-lib' rm -f z88dk-lib z88dk-lib.o core rm -f -rf Debug Release make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/z88dk-lib' make -C src/zcc clean make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/zcc' rm -f zcc zcc.o core rm -f -rf Debug Release make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/zcc' make -C src/zobjcopy clean make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/zobjcopy' rm -f zobjcopy zobjcopy.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o rm -f ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o zobjcopy.d ../common/die.d ../common/strutil.d ../common/fileutil.d ../common/objfile.d ../common/optparse.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.d *.bak t/*.bak make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/zobjcopy' make -C src/zpragma clean make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/zpragma' rm -f z88dk-zpragma zpragma.o rm -f zpragma.o zpragma.d *.bak t/*.bak make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/zpragma' make -C src/zx7 clean make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/zx7' rm -f z88dk-zx7 zx7.o core rm -f z88dk-dzx7 dzx7.o rm -f -rf Debug Release make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/zx7' make -C support clean make[1]: Entering directory '/home/build/z88dk/osx/z88dk/support' make -C graphics clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/support/graphics' rm -f z88dk-z80svg z80svg.o getopt/*.o core rm -f -rf Debug Release make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/support/graphics' make -C pv1000 clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/support/pv1000' rm -f z88dk-font2pv1000 font2pv1000.o rm -f font2pv1000.o font2pv1000.d *.bak t/*.bak make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/support/pv1000' make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/support' make -C test clean make[1]: Entering directory '/home/build/z88dk/osx/z88dk/test' make[2]: Entering directory '/home/build/z88dk/osx/z88dk/test/suites' make[3]: Entering directory '/home/build/z88dk/osx/z88dk/test/suites/string' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified rm -f test*.bin *.map ../../framework/test.o strstr.o strncmp.o main.o strrstr.o strrev.o strlcpy.o strlcat.o stricmp.o strcmp.o zcc_opt.def *~ make[3]: Leaving directory '/home/build/z88dk/osx/z88dk/test/suites/string' make[3]: Entering directory '/home/build/z88dk/osx/z88dk/test/suites/ctype' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified rm -f test*.bin *.map zcc_opt.def *~ make[3]: Leaving directory '/home/build/z88dk/osx/z88dk/test/suites/ctype' make[3]: Entering directory '/home/build/z88dk/osx/z88dk/test/suites/stdio' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified rm -f *.bin *.map zcc_opt.def *~ make[3]: Leaving directory '/home/build/z88dk/osx/z88dk/test/suites/stdio' make[3]: Entering directory '/home/build/z88dk/osx/z88dk/test/suites/stdlib' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified rm -f test*.bin *.map zcc_opt.def *~ make[3]: Leaving directory '/home/build/z88dk/osx/z88dk/test/suites/stdlib' make[3]: Entering directory '/home/build/z88dk/osx/z88dk/test/suites/math' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified rm -f *.bin *.map ../../framework/test.o math.o zcc_opt.def *~ make[3]: Leaving directory '/home/build/z88dk/osx/z88dk/test/suites/math' make[3]: Entering directory '/home/build/z88dk/osx/z88dk/test/suites/regex' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified rm -f *.bin *.map ../../framework/test.o regex.o zcc_opt.def *~ make[3]: Leaving directory '/home/build/z88dk/osx/z88dk/test/suites/regex' make[3]: Entering directory '/home/build/z88dk/osx/z88dk/test/suites/sccz80' tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified rm -f *.bin *.map zcc_opt.def *~ make[3]: Leaving directory '/home/build/z88dk/osx/z88dk/test/suites/sccz80' make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/test/suites' make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/test' make -C testsuite clean make[1]: Entering directory '/home/build/z88dk/osx/z88dk/testsuite' rm -f -f Issue_254_KR_Specifiers.opt Issue_1007_Fix_FP_Constant_Multiplication.opt Issue_510_mult_minus1.opt Issue_485_sdccdecl.opt Issue_452_pointers.opt Issue_985_ptr_cast.opt Issue_452_unsigned.opt Issue_98_check_int.opt Issue_574_fastcall_offset.opt Issue_510_long_and.opt Issue_569_jagged_array.opt Issue_499_typedef_initialisation.opt Issue_1126_opt_rule.opt Issue_1015_break_with_loop_variable.opt Far_Pointer_Call.opt Issue_103_double_prepost.opt Issue_1103_fastcall_fnptr.opt Issue_26_casting.opt Issue_615_while_loop.opt Issue_452_struct.opt Issue_509_long_constant.opt Issue_514_flexible_member.opt Issue_678_compound.opt Issue_1105_function_pointer_calls.opt Issue_1062_array_init.opt Issue_98_underlying.opt Issue_482_optrule.opt long_addition_opts.opt Issue_1132_struct_by_value.opt 01_cast_global_pointer.opt Issue_693_missing_return.opt Issue_896_nested_struct_initialisation.opt Issue_1167_range_check.opt shortcall.opt Issue_501_extern_at.opt Issue_452_arrays.opt Issue_1015_break_without_loop_variable.opt Issue_693_fastcall.opt Issue_543_complement.opt Issue_295_structgetsfar.opt Issue_1178_kr_main_stdc.opt 02_addr_ptr.opt Issue_188_builtins.opt Issue_493__func__.opt Issue_615_loop.opt Issue_489_variable_defn_in_forloop.opt Issue_615_if.opt Issue_701_compound_scope.opt Issue_103_floating_addition.opt Issue_497_astroforce_compile.opt Issue_452_far_pointers.opt Issue_490_long_extension.opt Issue_1141_Namespaces.opt Issue_564_casting.opt Issue_1102_struct_trailing_comma.opt Issue_491_enums.opt Issue_490_ptr_arithmetic.opt Far_Pointer_Call_ieee.opt Issue_480_asmfunc.opt mathops_ieee.opt Issue_1167_sizeof.opt Issue_1016_double_const_compare.opt Issue_600_fastcall.opt Issue_715__double_subtraction.opt Issue_1133_bitfields.opt Issue_569_init_from_2d_array.opt Issue_1054_initialisation.opt Issue_419_Extern_Prototypes_In_Function.opt Issue_1167_choosing_which_function.opt Issue_608_Arrays.opt Issue_1132_struct_parameter.opt Issue_98_Stack_offset.opt Issue_507_unnamed_structs.opt paramsoffset.opt Issue_490_repeated_extern_decls.opt Issue_1016_long_const_compare.opt zxn/Issue_312_zxn_optimisations.opt rabbit/rabbit_optimisations.opt z180/Issue_481_multiply_char.opt tmp*.opt zcc_opt.def make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/testsuite' make -C src/z88dk-lib clean make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/z88dk-lib' rm -f z88dk-lib z88dk-lib.o core rm -f -rf Debug Release make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/z88dk-lib' #if [ -d bin ]; then find bin -type f -exec rm -f {} ';' ; fi ######################################################################### Building osx kit ######################################################################### ######################################################################### Everything built OK ######################################################################### ######################################################################### Deploying kits to nightly area ######################################################################### total 137740 -rw-rw-r-- 1 build build 37242857 Jun 9 03:11 z88dk-20190609-004bcf7-14626.tgz lrwxrwxrwx 1 build build 32 Jun 9 03:13 z88dk-latest.tgz -> z88dk-20190609-004bcf7-14626.tgz -rw-rw-r-- 1 build build 48179394 Jun 9 03:13 z88dk-osx-20190609-004bcf7-14626.zip lrwxrwxrwx 1 build build 36 Jun 9 03:13 z88dk-osx-latest.zip -> z88dk-osx-20190609-004bcf7-14626.zip -rw-rw-r-- 1 build build 55619328 Jun 9 03:13 z88dk-win32-20190609-004bcf7-14626.zip lrwxrwxrwx 1 build build 38 Jun 9 03:13 z88dk-win32-latest.zip -> z88dk-win32-20190609-004bcf7-14626.zip