text
stringlengths
197
24.1M
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc mov w0, 1 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global raise .type raise, %function raise: .LFB6: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, 12] mov w0, -1 add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size raise, .-raise ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global test_vst4s32 .type test_vst4s32, %function test_vst4s32: .LFB4340: .cfi_startproc stp x29, x30, [sp, -336]! .cfi_def_cfa_offset 336 .cfi_offset 29, -336 .cfi_offset 30, -328 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 328] mov x1, 0 ldr x0, [sp, 16] str x0, [sp, 24] add x0, sp, 224 add x1, sp, 192 ld1 {v0.16b - v1.16b}, [x1] st1 {v0.16b - v1.16b}, [x0] add x0, sp, 224 ldr d0, [x0] str xzr, [sp, 32] ldr d1, [sp, 32] str d0, [sp, 40] str d1, [sp, 48] ldr d0, [sp, 40] ldr d1, [sp, 48] dup d0, v0.d[0] ins v0.d[1], v1.d[0] add x0, sp, 256 str q0, [x0] add x0, sp, 224 ldr d0, [x0, 8] str xzr, [sp, 56] ldr d1, [sp, 56] str d0, [sp, 64] str d1, [sp, 72] ldr d0, [sp, 64] ldr d1, [sp, 72] dup d0, v0.d[0] ins v0.d[1], v1.d[0] add x0, sp, 256 str q0, [x0, 16] add x0, sp, 224 ldr d0, [x0, 16] str xzr, [sp, 80] ldr d1, [sp, 80] str d0, [sp, 88] str d1, [sp, 96] ldr d0, [sp, 88] ldr d1, [sp, 96] dup d0, v0.d[0] ins v0.d[1], v1.d[0] add x0, sp, 256 str q0, [x0, 32] add x0, sp, 224 ldr d0, [x0, 24] str xzr, [sp, 104] ldr d1, [sp, 104] str d0, [sp, 112] str d1, [sp, 120] ldr d0, [sp, 112] ldr d1, [sp, 120] dup d0, v0.d[0] ins v0.d[1], v1.d[0] add x0, sp, 256 str q0, [x0, 48] add x0, sp, 256 ldr q4, [x0] add x0, sp, 128 add x1, sp, 128 ld1 {v0.16b - v3.16b}, [x1] mov v0.16b, v4.16b st1 {v0.16b - v3.16b}, [x0] add x0, sp, 256 ldr q4, [x0, 16] add x0, sp, 128 add x1, sp, 128 ld1 {v0.16b - v3.16b}, [x1] mov v1.16b, v4.16b st1 {v0.16b - v3.16b}, [x0] add x0, sp, 256 ldr q4, [x0, 32] add x0, sp, 128 add x1, sp, 128 ld1 {v0.16b - v3.16b}, [x1] mov v2.16b, v4.16b st1 {v0.16b - v3.16b}, [x0] add x0, sp, 256 ldr q4, [x0, 48] add x0, sp, 128 add x1, sp, 128 ld1 {v0.16b - v3.16b}, [x1] mov v3.16b, v4.16b st1 {v0.16b - v3.16b}, [x0] ldr x0, [sp, 24] add x1, sp, 128 ld1 {v0.16b - v3.16b}, [x1] st4 {v0.2s - v3.2s}, [x0] nop nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 328] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L10 bl __stack_chk_fail .L10: ldp x29, x30, [sp], 336 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE4340: .size test_vst4s32, .-test_vst4s32 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global i .data .align 2 .type i, %object .size i, 4 i: .word 1 .section .rodata .align 3 .LC0: .string "program.c" .align 3 .LC1: .string "i == 1" .text .align 2 .type ctor1, %function ctor1: .LFB0: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp adrp x0, i add x0, x0, :lo12:i ldr w0, [x0] cmp w0, 1 beq .L2 adrp x0, __PRETTY_FUNCTION__.4 add x3, x0, :lo12:__PRETTY_FUNCTION__.4 mov w2, 33 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl __assert_fail .L2: adrp x0, i add x0, x0, :lo12:i mov w1, 2 str w1, [x0] nop ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size ctor1, .-ctor1 .section .rodata .align 3 .LC2: .string "i == 2" .text .align 2 .type ctor2, %function ctor2: .LFB1: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp adrp x0, i add x0, x0, :lo12:i ldr w0, [x0] cmp w0, 2 beq .L4 adrp x0, __PRETTY_FUNCTION__.3 add x3, x0, :lo12:__PRETTY_FUNCTION__.3 mov w2, 40 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl __assert_fail .L4: adrp x0, i add x0, x0, :lo12:i mov w1, 3 str w1, [x0] nop ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size ctor2, .-ctor2 .section .rodata .align 3 .LC3: .string "i == 3" .text .align 2 .type dtor1, %function dtor1: .LFB2: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp adrp x0, i add x0, x0, :lo12:i ldr w0, [x0] cmp w0, 3 beq .L6 adrp x0, __PRETTY_FUNCTION__.2 add x3, x0, :lo12:__PRETTY_FUNCTION__.2 mov w2, 47 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl __assert_fail .L6: adrp x0, i add x0, x0, :lo12:i mov w1, 2 str w1, [x0] nop ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE2: .size dtor1, .-dtor1 .align 2 .type dtor2, %function dtor2: .LFB3: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp adrp x0, i add x0, x0, :lo12:i ldr w0, [x0] cmp w0, 2 beq .L8 adrp x0, __PRETTY_FUNCTION__.1 add x3, x0, :lo12:__PRETTY_FUNCTION__.1 mov w2, 54 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl __assert_fail .L8: adrp x0, i add x0, x0, :lo12:i mov w1, 1 str w1, [x0] nop ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE3: .size dtor2, .-dtor2 .global ctors .section .ctors,"aw" .align 3 .type ctors, %object .size ctors, 16 ctors: .xword ctor2 .xword ctor1 .global dtors .section .dtors,"aw" .align 3 .type dtors, %object .size dtors, 16 dtors: .xword dtor1 .xword dtor2 .text .align 2 .global main .type main, %function main: .LFB4: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp adrp x0, i add x0, x0, :lo12:i ldr w0, [x0] cmp w0, 3 beq .L10 adrp x0, __PRETTY_FUNCTION__.0 add x3, x0, :lo12:__PRETTY_FUNCTION__.0 mov w2, 78 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl __assert_fail .L10: mov w0, 0 ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE4: .size main, .-main .section .rodata .align 3 .type __PRETTY_FUNCTION__.4, %object .size __PRETTY_FUNCTION__.4, 6 __PRETTY_FUNCTION__.4: .string "ctor1" .align 3 .type __PRETTY_FUNCTION__.3, %object .size __PRETTY_FUNCTION__.3, 6 __PRETTY_FUNCTION__.3: .string "ctor2" .align 3 .type __PRETTY_FUNCTION__.2, %object .size __PRETTY_FUNCTION__.2, 6 __PRETTY_FUNCTION__.2: .string "dtor1" .align 3 .type __PRETTY_FUNCTION__.1, %object .size __PRETTY_FUNCTION__.1, 6 __PRETTY_FUNCTION__.1: .string "dtor2" .align 3 .type __PRETTY_FUNCTION__.0, %object .size __PRETTY_FUNCTION__.0, 5 __PRETTY_FUNCTION__.0: .string "main" ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .type tvsub, %function tvsub: .LFB6: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 24] str x1, [sp, 16] str x2, [sp, 8] ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 16] ldr x0, [x0] sub x1, x1, x0 ldr x0, [sp, 8] str x1, [x0] ldr x0, [sp, 24] ldr x1, [x0, 8] ldr x0, [sp, 16] ldr x0, [x0, 8] sub x1, x1, x0 ldr x0, [sp, 8] str x1, [x0, 8] ldr x0, [sp, 8] ldr x0, [x0, 8] cmp x0, 0 bge .L3 ldr x0, [sp, 8] ldr x0, [x0] sub x1, x0, #1 ldr x0, [sp, 8] str x1, [x0] ldr x0, [sp, 8] ldr x1, [x0, 8] mov x0, 16960 movk x0, 0xf, lsl 16 add x1, x1, x0 ldr x0, [sp, 8] str x1, [x0, 8] .L3: nop add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size tvsub, .-tvsub .section .rodata .align 3 .LC0: .string "block = (%d, %d)\n" .align 3 .LC1: .string "grid = (%d, %d)\n" .align 3 .LC2: .string "cuInit failed: res = %lu\n" .align 3 .LC3: .string "cuDeviceGet failed: res = %lu\n" .align 3 .LC4: .string "cuCtxCreate failed: res = %lu\n" .align 3 .LC5: .string "%s/mmul_gpu.cubin" .align 3 .LC6: .string "cuModuleLoad() failed" .align 3 .LC7: .string "multiply" .align 3 .LC8: .string "cuModuleGetFunction() failed" .align 3 .LC9: .string "cuFuncSetBlockShape() failed" .align 3 .LC10: .string "cuMemAlloc (a) failed" .align 3 .LC11: .string "cuMemAlloc (b) failed" .align 3 .LC12: .string "cuMemAlloc (c) failed" .align 3 .LC13: .string "cuMemcpyHtoD (a) failed: res = %lu\n" .align 3 .LC14: .string "cuMemcpyHtoD (b) failed: res = %lu\n" .align 3 .LC15: .string "cuParamSeti (a) failed: res = %lu\n" .align 3 .LC16: .string "cuParamSeti (b) failed: res = %lu\n" .align 3 .LC17: .string "cuParamSeti (c) failed: res = %lu\n" .align 3 .LC18: .string "cuParamSetSize failed: res = %lu\n" .align 3 .LC19: .string "cuLaunchGrid failed: res = %lu\n" .align 3 .LC20: .string "cuMemcpyDtoH (c) failed: res = %lu\n" .align 3 .LC21: .string "cuMemFree (a) failed: res = %lu\n" .align 3 .LC22: .string "cuMemFree (b) failed: res = %lu\n" .align 3 .LC23: .string "cuMemFree (c) failed: res = %lu\n" .align 3 .LC24: .string "cuModuleUnload failed: res = %lu\n" .align 3 .LC25: .string "cuCtxDestroy failed: res = %lu\n" .align 3 .LC26: .string "Init: %f\n" .align 3 .LC27: .string "MemAlloc: %f\n" .align 3 .LC28: .string "DataInit: %f\n" .align 3 .LC29: .string "HtoD: %f\n" .align 3 .LC30: .string "KernConf: %f\n" .align 3 .LC31: .string "Exec: %f\n" .align 3 .LC32: .string "DtoH: %f\n" .align 3 .LC33: .string "DataRead: %f\n" .align 3 .LC34: .string "Close: %f\n" .align 3 .LC35: .string "Total: %f\n" .text .align 2 .global cuda_test_mmul .type cuda_test_mmul, %function cuda_test_mmul: .LFB7: .cfi_startproc sub sp, sp, #656 .cfi_def_cfa_offset 656 stp x29, x30, [sp] .cfi_offset 29, -656 .cfi_offset 30, -648 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 648] mov x1, 0 ldr w0, [sp, 28] mul w0, w0, w0 uxtw x0, w0 lsl x0, x0, 2 bl malloc str x0, [sp, 160] ldr w0, [sp, 28] mul w0, w0, w0 uxtw x0, w0 lsl x0, x0, 2 bl malloc str x0, [sp, 168] ldr w0, [sp, 28] mul w0, w0, w0 uxtw x0, w0 lsl x0, x0, 2 bl malloc str x0, [sp, 176] ldr w2, [sp, 28] ldr w1, [sp, 28] mov w0, 16 cmp w2, 16 csel w0, w1, w0, ls str w0, [sp, 56] ldr w2, [sp, 28] ldr w1, [sp, 28] mov w0, 16 cmp w2, 16 csel w0, w1, w0, ls str w0, [sp, 60] ldr w0, [sp, 56] ldr w1, [sp, 28] udiv w0, w1, w0 str w0, [sp, 48] ldr w1, [sp, 56] ldr w0, [sp, 28] udiv w2, w0, w1 mul w1, w2, w1 sub w0, w0, w1 cmp w0, 0 beq .L5 ldr w0, [sp, 48] add w0, w0, 1 str w0, [sp, 48] .L5: ldr w0, [sp, 60] ldr w1, [sp, 28] udiv w0, w1, w0 str w0, [sp, 52] ldr w1, [sp, 60] ldr w0, [sp, 28] udiv w2, w0, w1 mul w1, w2, w1 sub w0, w0, w1 cmp w0, 0 beq .L6 ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L6: ldr w2, [sp, 60] ldr w1, [sp, 56] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w2, [sp, 52] ldr w1, [sp, 48] adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf add x0, sp, 200 mov x1, 0 bl gettimeofday mov w0, 0 bl cuInit str w0, [sp, 64] ldr w0, [sp, 64] cmp w0, 0 beq .L7 ldr w0, [sp, 64] mov x1, x0 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl printf mov w0, -1 b .L46 .L7: add x0, sp, 32 mov w1, 0 bl cuDeviceGet str w0, [sp, 64] ldr w0, [sp, 64] cmp w0, 0 beq .L9 ldr w0, [sp, 64] mov x1, x0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl printf mov w0, -1 b .L46 .L9: ldr w1, [sp, 32] add x0, sp, 112 mov w2, w1 mov w1, 0 bl cuCtxCreate_v2 str w0, [sp, 64] ldr w0, [sp, 64] cmp w0, 0 beq .L10 ldr w0, [sp, 64] mov x1, x0 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf mov w0, -1 b .L46 .L10: add x3, sp, 392 ldr x2, [sp, 16] adrp x0, .LC5 add x1, x0, :lo12:.LC5 mov x0, x3 bl sprintf add x1, sp, 392 add x0, sp, 128 bl cuModuleLoad str w0, [sp, 64] ldr w0, [sp, 64] cmp w0, 0 beq .L11 adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl puts mov w0, -1 b .L46 .L11: ldr x1, [sp, 128] add x3, sp, 120 adrp x0, .LC7 add x2, x0, :lo12:.LC7 mov x0, x3 bl cuModuleGetFunction str w0, [sp, 64] ldr w0, [sp, 64] cmp w0, 0 beq .L12 adrp x0, .LC8 add x0, x0, :lo12:.LC8 bl puts mov w0, -1 b .L46 .L12: ldr x0, [sp, 120] mov w3, 1 ldr w2, [sp, 60] ldr w1, [sp, 56] bl cuFuncSetBlockShape str w0, [sp, 64] ldr w0, [sp, 64] cmp w0, 0 beq .L13 adrp x0, .LC9 add x0, x0, :lo12:.LC9 bl puts mov w0, -1 b .L46 .L13: add x0, sp, 344 mov x1, 0 bl gettimeofday ldr w0, [sp, 28] mul w0, w0, w0 uxtw x0, w0 lsl x1, x0, 2 add x0, sp, 136 bl cuMemAlloc_v2 str w0, [sp, 64] ldr w0, [sp, 64] cmp w0, 0 beq .L14 adrp x0, .LC10 add x0, x0, :lo12:.LC10 bl puts mov w0, -1 b .L46 .L14: ldr w0, [sp, 28] mul w0, w0, w0 uxtw x0, w0 lsl x1, x0, 2 add x0, sp, 144 bl cuMemAlloc_v2 str w0, [sp, 64] ldr w0, [sp, 64] cmp w0, 0 beq .L15 adrp x0, .LC11 add x0, x0, :lo12:.LC11 bl puts mov w0, -1 b .L46 .L15: ldr w0, [sp, 28] mul w0, w0, w0 uxtw x0, w0 lsl x1, x0, 2 add x0, sp, 152 bl cuMemAlloc_v2 str w0, [sp, 64] ldr w0, [sp, 64] cmp w0, 0 beq .L16 adrp x0, .LC12 add x0, x0, :lo12:.LC12 bl puts mov w0, -1 b .L46 .L16: add x0, sp, 328 mov x1, 0 bl gettimeofday str wzr, [sp, 36] b .L17 .L20: ldr w1, [sp, 36] ldr w0, [sp, 28] mul w0, w1, w0 str w0, [sp, 44] str wzr, [sp, 40] b .L18 .L19: ldr w0, [sp, 44] add w1, w0, 1 str w1, [sp, 44] sxtw x0, w0 lsl x0, x0, 2 ldr x1, [sp, 160] add x0, x1, x0 ldr w1, [sp, 36] str w1, [x0] ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L18: ldr w0, [sp, 40] ldr w1, [sp, 28] cmp w1, w0 bhi .L19 ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L17: ldr w0, [sp, 36] ldr w1, [sp, 28] cmp w1, w0 bhi .L20 str wzr, [sp, 36] b .L21 .L24: ldr w1, [sp, 36] ldr w0, [sp, 28] mul w0, w1, w0 str w0, [sp, 44] str wzr, [sp, 40] b .L22 .L23: ldr w0, [sp, 44] add w1, w0, 1 str w1, [sp, 44] sxtw x0, w0 lsl x0, x0, 2 ldr x1, [sp, 168] add x0, x1, x0 ldr w1, [sp, 36] str w1, [x0] ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L22: ldr w0, [sp, 40] ldr w1, [sp, 28] cmp w1, w0 bhi .L23 ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L21: ldr w0, [sp, 36] ldr w1, [sp, 28] cmp w1, w0 bhi .L24 add x0, sp, 232 mov x1, 0 bl gettimeofday ldr x3, [sp, 136] ldr w0, [sp, 28] mul w0, w0, w0 uxtw x0, w0 lsl x0, x0, 2 mov x2, x0 ldr x1, [sp, 160] mov x0, x3 bl cuMemcpyHtoD_v2 str w0, [sp, 64] ldr w0, [sp, 64] cmp w0, 0 beq .L25 ldr w0, [sp, 64] mov x1, x0 adrp x0, .LC13 add x0, x0, :lo12:.LC13 bl printf mov w0, -1 b .L46 .L25: ldr x3, [sp, 144] ldr w0, [sp, 28] mul w0, w0, w0 uxtw x0, w0 lsl x0, x0, 2 mov x2, x0 ldr x1, [sp, 168] mov x0, x3 bl cuMemcpyHtoD_v2 str w0, [sp, 64] ldr w0, [sp, 64] cmp w0, 0 beq .L26 ldr w0, [sp, 64] mov x1, x0 adrp x0, .LC14 add x0, x0, :lo12:.LC14 bl printf mov w0, -1 b .L46 .L26: add x0, sp, 248 mov x1, 0 bl gettimeofday add x0, sp, 360 mov x1, 0 bl gettimeofday ldr x0, [sp, 120] ldr x1, [sp, 136] mov w2, w1 mov w1, 0 bl cuParamSeti str w0, [sp, 64] ldr w0, [sp, 64] cmp w0, 0 beq .L27 ldr w0, [sp, 64] mov x1, x0 adrp x0, .LC15 add x0, x0, :lo12:.LC15 bl printf mov w0, -1 b .L46 .L27: ldr x3, [sp, 120] ldr x0, [sp, 136] lsr x0, x0, 32 mov w2, w0 mov w1, 4 mov x0, x3 bl cuParamSeti str w0, [sp, 64] ldr w0, [sp, 64] cmp w0, 0 beq .L28 ldr w0, [sp, 64] mov x1, x0 adrp x0, .LC15 add x0, x0, :lo12:.LC15 bl printf mov w0, -1 b .L46 .L28: ldr x0, [sp, 120] ldr x1, [sp, 144] mov w2, w1 mov w1, 8 bl cuParamSeti str w0, [sp, 64] ldr w0, [sp, 64] cmp w0, 0 beq .L29 ldr w0, [sp, 64] mov x1, x0 adrp x0, .LC16 add x0, x0, :lo12:.LC16 bl printf mov w0, -1 b .L46 .L29: ldr x3, [sp, 120] ldr x0, [sp, 144] lsr x0, x0, 32 mov w2, w0 mov w1, 12 mov x0, x3 bl cuParamSeti str w0, [sp, 64] ldr w0, [sp, 64] cmp w0, 0 beq .L30 ldr w0, [sp, 64] mov x1, x0 adrp x0, .LC16 add x0, x0, :lo12:.LC16 bl printf mov w0, -1 b .L46 .L30: ldr x0, [sp, 120] ldr x1, [sp, 152] mov w2, w1 mov w1, 16 bl cuParamSeti str w0, [sp, 64] ldr w0, [sp, 64] cmp w0, 0 beq .L31 ldr w0, [sp, 64] mov x1, x0 adrp x0, .LC17 add x0, x0, :lo12:.LC17 bl printf mov w0, -1 b .L46 .L31: ldr x3, [sp, 120] ldr x0, [sp, 152] lsr x0, x0, 32 mov w2, w0 mov w1, 20 mov x0, x3 bl cuParamSeti str w0, [sp, 64] ldr w0, [sp, 64] cmp w0, 0 beq .L32 ldr w0, [sp, 64] mov x1, x0 adrp x0, .LC17 add x0, x0, :lo12:.LC17 bl printf mov w0, -1 b .L46 .L32: ldr x0, [sp, 120] ldr w2, [sp, 28] mov w1, 24 bl cuParamSeti str w0, [sp, 64] ldr w0, [sp, 64] cmp w0, 0 beq .L33 ldr w0, [sp, 64] mov x1, x0 adrp x0, .LC17 add x0, x0, :lo12:.LC17 bl printf mov w0, -1 b .L46 .L33: ldr x0, [sp, 120] mov w1, 28 bl cuParamSetSize str w0, [sp, 64] ldr w0, [sp, 64] cmp w0, 0 beq .L34 ldr w0, [sp, 64] mov x1, x0 adrp x0, .LC18 add x0, x0, :lo12:.LC18 bl printf mov w0, -1 b .L46 .L34: add x0, sp, 296 mov x1, 0 bl gettimeofday ldr x0, [sp, 120] ldr w2, [sp, 52] ldr w1, [sp, 48] bl cuLaunchGrid str w0, [sp, 64] ldr w0, [sp, 64] cmp w0, 0 beq .L35 ldr w0, [sp, 64] mov x1, x0 adrp x0, .LC19 add x0, x0, :lo12:.LC19 bl printf mov w0, -1 b .L46 .L35: bl cuCtxSynchronize add x0, sp, 312 mov x1, 0 bl gettimeofday add x0, sp, 264 mov x1, 0 bl gettimeofday ldr x1, [sp, 152] ldr w0, [sp, 28] mul w0, w0, w0 uxtw x0, w0 lsl x0, x0, 2 mov x2, x0 ldr x0, [sp, 176] bl cuMemcpyDtoH_v2 str w0, [sp, 64] ldr w0, [sp, 64] cmp w0, 0 beq .L36 ldr w0, [sp, 64] mov x1, x0 adrp x0, .LC20 add x0, x0, :lo12:.LC20 bl printf mov w0, -1 b .L46 .L36: add x0, sp, 280 mov x1, 0 bl gettimeofday str wzr, [sp, 36] b .L37 .L40: ldr w1, [sp, 36] ldr w0, [sp, 28] mul w0, w1, w0 str w0, [sp, 44] str wzr, [sp, 40] b .L38 .L39: ldr w0, [sp, 44] add w1, w0, 1 str w1, [sp, 44] sxtw x0, w0 lsl x0, x0, 2 ldr x1, [sp, 176] add x0, x1, x0 ldr w0, [x0] str w0, [sp, 108] ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L38: ldr w0, [sp, 40] ldr w1, [sp, 28] cmp w1, w0 bhi .L39 ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L37: ldr w0, [sp, 36] ldr w1, [sp, 28] cmp w1, w0 bhi .L40 add x0, sp, 376 mov x1, 0 bl gettimeofday ldr x0, [sp, 136] bl cuMemFree_v2 str w0, [sp, 64] ldr w0, [sp, 64] cmp w0, 0 beq .L41 ldr w0, [sp, 64] mov x1, x0 adrp x0, .LC21 add x0, x0, :lo12:.LC21 bl printf mov w0, -1 b .L46 .L41: ldr x0, [sp, 144] bl cuMemFree_v2 str w0, [sp, 64] ldr w0, [sp, 64] cmp w0, 0 beq .L42 ldr w0, [sp, 64] mov x1, x0 adrp x0, .LC22 add x0, x0, :lo12:.LC22 bl printf mov w0, -1 b .L46 .L42: ldr x0, [sp, 152] bl cuMemFree_v2 str w0, [sp, 64] ldr w0, [sp, 64] cmp w0, 0 beq .L43 ldr w0, [sp, 64] mov x1, x0 adrp x0, .LC23 add x0, x0, :lo12:.LC23 bl printf mov w0, -1 b .L46 .L43: ldr x0, [sp, 128] bl cuModuleUnload str w0, [sp, 64] ldr w0, [sp, 64] cmp w0, 0 beq .L44 ldr w0, [sp, 64] mov x1, x0 adrp x0, .LC24 add x0, x0, :lo12:.LC24 bl printf mov w0, -1 b .L46 .L44: ldr x0, [sp, 112] bl cuCtxDestroy_v2 str w0, [sp, 64] ldr w0, [sp, 64] cmp w0, 0 beq .L45 ldr w0, [sp, 64] mov x1, x0 adrp x0, .LC25 add x0, x0, :lo12:.LC25 bl printf mov w0, -1 b .L46 .L45: ldr x0, [sp, 160] bl free ldr x0, [sp, 168] bl free ldr x0, [sp, 176] bl free add x0, sp, 216 mov x1, 0 bl gettimeofday add x2, sp, 184 add x1, sp, 200 add x0, sp, 344 bl tvsub ldr d0, [sp, 184] scvtf d0, d0 mov x0, 70368744177664 movk x0, 0x408f, lsl 48 fmov d1, x0 fmul d1, d0, d1 ldr x0, [sp, 192] scvtf s0, x0 fcvt d0, s0 mov x0, 70368744177664 movk x0, 0x408f, lsl 48 fmov d2, x0 fdiv d0, d0, d2 fadd d0, d1, d0 fcvt s0, d0 str s0, [sp, 68] add x2, sp, 184 add x1, sp, 344 add x0, sp, 328 bl tvsub ldr d0, [sp, 184] scvtf d0, d0 mov x0, 70368744177664 movk x0, 0x408f, lsl 48 fmov d1, x0 fmul d1, d0, d1 ldr x0, [sp, 192] scvtf s0, x0 fcvt d0, s0 mov x0, 70368744177664 movk x0, 0x408f, lsl 48 fmov d2, x0 fdiv d0, d0, d2 fadd d0, d1, d0 fcvt s0, d0 str s0, [sp, 72] add x2, sp, 184 add x1, sp, 328 add x0, sp, 232 bl tvsub ldr d0, [sp, 184] scvtf d0, d0 mov x0, 70368744177664 movk x0, 0x408f, lsl 48 fmov d1, x0 fmul d1, d0, d1 ldr x0, [sp, 192] scvtf s0, x0 fcvt d0, s0 mov x0, 70368744177664 movk x0, 0x408f, lsl 48 fmov d2, x0 fdiv d0, d0, d2 fadd d0, d1, d0 fcvt s0, d0 str s0, [sp, 76] add x2, sp, 184 add x1, sp, 232 add x0, sp, 248 bl tvsub ldr d0, [sp, 184] scvtf d0, d0 mov x0, 70368744177664 movk x0, 0x408f, lsl 48 fmov d1, x0 fmul d1, d0, d1 ldr x0, [sp, 192] scvtf s0, x0 fcvt d0, s0 mov x0, 70368744177664 movk x0, 0x408f, lsl 48 fmov d2, x0 fdiv d0, d0, d2 fadd d0, d1, d0 fcvt s0, d0 str s0, [sp, 80] add x2, sp, 184 add x1, sp, 360 add x0, sp, 296 bl tvsub ldr d0, [sp, 184] scvtf d0, d0 mov x0, 70368744177664 movk x0, 0x408f, lsl 48 fmov d1, x0 fmul d1, d0, d1 ldr x0, [sp, 192] scvtf s0, x0 fcvt d0, s0 mov x0, 70368744177664 movk x0, 0x408f, lsl 48 fmov d2, x0 fdiv d0, d0, d2 fadd d0, d1, d0 fcvt s0, d0 str s0, [sp, 84] add x2, sp, 184 add x1, sp, 296 add x0, sp, 312 bl tvsub ldr d0, [sp, 184] scvtf d0, d0 mov x0, 70368744177664 movk x0, 0x408f, lsl 48 fmov d1, x0 fmul d1, d0, d1 ldr x0, [sp, 192] scvtf s0, x0 fcvt d0, s0 mov x0, 70368744177664 movk x0, 0x408f, lsl 48 fmov d2, x0 fdiv d0, d0, d2 fadd d0, d1, d0 fcvt s0, d0 str s0, [sp, 88] add x2, sp, 184 add x1, sp, 264 add x0, sp, 280 bl tvsub ldr d0, [sp, 184] scvtf d0, d0 mov x0, 70368744177664 movk x0, 0x408f, lsl 48 fmov d1, x0 fmul d1, d0, d1 ldr x0, [sp, 192] scvtf s0, x0 fcvt d0, s0 mov x0, 70368744177664 movk x0, 0x408f, lsl 48 fmov d2, x0 fdiv d0, d0, d2 fadd d0, d1, d0 fcvt s0, d0 str s0, [sp, 92] add x2, sp, 184 add x1, sp, 280 add x0, sp, 376 bl tvsub ldr d0, [sp, 184] scvtf d0, d0 mov x0, 70368744177664 movk x0, 0x408f, lsl 48 fmov d1, x0 fmul d1, d0, d1 ldr x0, [sp, 192] scvtf s0, x0 fcvt d0, s0 mov x0, 70368744177664 movk x0, 0x408f, lsl 48 fmov d2, x0 fdiv d0, d0, d2 fadd d0, d1, d0 fcvt s0, d0 str s0, [sp, 96] add x2, sp, 184 add x1, sp, 376 add x0, sp, 216 bl tvsub ldr d0, [sp, 184] scvtf d0, d0 mov x0, 70368744177664 movk x0, 0x408f, lsl 48 fmov d1, x0 fmul d1, d0, d1 ldr x0, [sp, 192] scvtf s0, x0 fcvt d0, s0 mov x0, 70368744177664 movk x0, 0x408f, lsl 48 fmov d2, x0 fdiv d0, d0, d2 fadd d0, d1, d0 fcvt s0, d0 str s0, [sp, 100] add x2, sp, 184 add x1, sp, 200 add x0, sp, 216 bl tvsub ldr d0, [sp, 184] scvtf d0, d0 mov x0, 70368744177664 movk x0, 0x408f, lsl 48 fmov d1, x0 fmul d1, d0, d1 ldr x0, [sp, 192] scvtf s0, x0 fcvt d0, s0 mov x0, 70368744177664 movk x0, 0x408f, lsl 48 fmov d2, x0 fdiv d0, d0, d2 fadd d0, d1, d0 fcvt s0, d0 str s0, [sp, 104] ldr s0, [sp, 68] fcvt d0, s0 adrp x0, .LC26 add x0, x0, :lo12:.LC26 bl printf ldr s0, [sp, 72] fcvt d0, s0 adrp x0, .LC27 add x0, x0, :lo12:.LC27 bl printf ldr s0, [sp, 76] fcvt d0, s0 adrp x0, .LC28 add x0, x0, :lo12:.LC28 bl printf ldr s0, [sp, 80] fcvt d0, s0 adrp x0, .LC29 add x0, x0, :lo12:.LC29 bl printf ldr s0, [sp, 84] fcvt d0, s0 adrp x0, .LC30 add x0, x0, :lo12:.LC30 bl printf ldr s0, [sp, 88] fcvt d0, s0 adrp x0, .LC31 add x0, x0, :lo12:.LC31 bl printf ldr s0, [sp, 92] fcvt d0, s0 adrp x0, .LC32 add x0, x0, :lo12:.LC32 bl printf ldr s0, [sp, 96] fcvt d0, s0 adrp x0, .LC33 add x0, x0, :lo12:.LC33 bl printf ldr s0, [sp, 100] fcvt d0, s0 adrp x0, .LC34 add x0, x0, :lo12:.LC34 bl printf ldr s0, [sp, 104] fcvt d0, s0 adrp x0, .LC35 add x0, x0, :lo12:.LC35 bl printf mov w0, 0 .L46: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 648] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L47 bl __stack_chk_fail .L47: mov w0, w1 ldp x29, x30, [sp] add sp, sp, 656 .cfi_restore 29 .cfi_restore 30 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size cuda_test_mmul, .-cuda_test_mmul ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global __div0 .type __div0, %function __div0: .LFB0: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp bl hang nop ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size __div0, .-__div0 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global fill .type fill, %function fill: .LFB6: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 8] str wzr, [sp, 28] b .L2 .L3: ldr w0, [sp, 28] lsl w0, w0, 1 sxtw x0, w0 ldr x1, [sp, 8] add x0, x1, x0 mov w1, 2 strb w1, [x0] ldr w0, [sp, 28] lsl w0, w0, 1 sxtw x0, w0 add x0, x0, 1 ldr x1, [sp, 8] add x0, x1, x0 mov w1, 3 strb w1, [x0] ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L2: ldr w0, [sp, 28] cmp w0, 15 ble .L3 ldr w0, [sp, 28] lsl w0, w0, 1 sxtw x0, w0 ldr x1, [sp, 8] add x0, x1, x0 strb wzr, [x0] nop add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size fill, .-fill .align 2 .global main .type main, %function main: .LFB7: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 56] mov x1, 0 add x0, sp, 16 bl fill ldrb w0, [sp, 32] cmp w0, 0 bne .L5 bl abort .L5: mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 56] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L7 bl __stack_chk_fail .L7: mov w0, w1 ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global main .type main, %function main: .LFB6: .cfi_startproc stp x29, x30, [sp, -144]! .cfi_def_cfa_offset 144 .cfi_offset 29, -144 .cfi_offset 30, -136 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 136] mov x1, 0 adrp x0, .LC8 add x1, x0, :lo12:.LC8 add x0, sp, 80 ldp q0, q1, [x1] stp q0, q1, [x0] ldr q0, [x1, 32] str q0, [x0, 32] ldr x1, [x1, 48] str x1, [x0, 48] add x0, sp, 80 str x0, [sp, 24] add x0, sp, 80 add x0, x0, 24 str x0, [sp, 32] add x0, sp, 80 add x0, x0, 40 str x0, [sp, 40] add x0, sp, 48 add x1, sp, 80 str x1, [x0] add x0, sp, 48 add x1, sp, 80 add x1, x1, 8 str x1, [x0, 8] add x0, sp, 48 add x1, sp, 80 add x1, x1, 40 str x1, [x0, 16] add x0, sp, 48 add x1, sp, 80 add x1, x1, 48 str x1, [x0, 24] add x0, sp, 48 ldr x0, [x0, 24] ldr x0, [x0] bl puts mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 136] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L3 bl __stack_chk_fail .L3: mov w0, w1 ldp x29, x30, [sp], 144 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size main, .-main .section .rodata .align 3 .LC0: .string "A Tale of Two Cities" .align 3 .LC1: .string "Wuthering Heights" .align 3 .LC2: .string "Don Quixote" .align 3 .LC3: .string "Odyssey" .align 3 .LC4: .string "Moby-Dick" .align 3 .LC5: .string "Hamlet" .align 3 .LC6: .string "Gulliver's Travels" .data .align 3 .LC8: .xword .LC0 .xword .LC1 .xword .LC2 .xword .LC3 .xword .LC4 .xword .LC5 .xword .LC6 .text ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global X .bss .align 2 .type X, %object .size X, 4 X: .zero 4 .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str wzr, [sp, 12] b .L2 .L3: adrp x0, X add x0, x0, :lo12:X ldr w1, [x0] ldr w0, [sp, 12] add w1, w1, w0 adrp x0, X add x0, x0, :lo12:X str w1, [x0] ldr w0, [sp, 12] add w0, w0, 1 str w0, [sp, 12] .L2: ldr w0, [sp, 12] cmp w0, 99 ble .L3 mov w0, 0 add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global offsetext .section .rodata .align 3 .LC0: .string ".syncoff" .section .data.rel.local,"aw" .align 3 .type offsetext, %object .size offsetext, 8 offsetext: .xword .LC0 .global offsetdir .section .rodata .align 3 .LC1: .string "/tmp/" .section .data.rel.local .align 3 .type offsetdir, %object .size offsetdir, 8 offsetdir: .xword .LC1 .global facil .bss .align 3 .type facil, %object .size facil, 8 facil: .zero 8 .global myname .align 3 .type myname, %object .size myname, 8 myname: .zero 8 .global findex .align 3 .type findex, %object .size findex, 8 findex: .zero 8 .section .rodata .align 3 .LC2: .string "incremental tail for ascii files" .align 3 .LC3: .string "Usage: cbsd %s [-f facil -d offsetdir - %s default) asciifile\n" .text .align 2 .global usage .type usage, %function usage: .LFB6: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl puts adrp x0, offsetdir add x0, x0, :lo12:offsetdir ldr x0, [x0] mov x2, x0 ldr x1, [sp, 24] adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl printf mov w0, 0 bl exit .cfi_endproc .LFE6: .size usage, .-usage .section .rodata .align 3 .LC4: .string "r" .align 3 .LC5: .string "%llu" .text .align 2 .global getoffset .type getoffset, %function getoffset: .LFB7: .cfi_startproc mov x12, 8304 sub sp, sp, x12 .cfi_def_cfa_offset 8304 stp x29, x30, [sp] .cfi_offset 29, -8304 .cfi_offset 30, -8296 mov x29, sp str x19, [sp, 16] .cfi_offset 19, -8288 str x0, [sp, 40] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 8296] mov x1, 0 str xzr, [sp, 64] str wzr, [sp, 52] str wzr, [sp, 56] str wzr, [sp, 60] adrp x0, .LC4 add x1, x0, :lo12:.LC4 ldr x0, [sp, 40] bl fopen str x0, [sp, 72] ldr x0, [sp, 72] cmp x0, 0 beq .L3 add x0, sp, 88 mov x2, 4104 mov w1, 0 bl memset add x0, sp, 88 ldr x2, [sp, 72] mov w1, 4104 bl fgets ldr x0, [sp, 72] bl fclose add x0, sp, 88 bl strlen str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 bne .L4 mov x0, 0 b .L14 .L4: str wzr, [sp, 52] b .L6 .L9: ldrsw x0, [sp, 52] add x1, sp, 88 ldrb w0, [x1, x0] cmp w0, 58 bne .L7 ldrsw x0, [sp, 52] add x1, sp, 88 mov w2, 32 strb w2, [x1, x0] ldr w0, [sp, 52] str w0, [sp, 56] b .L8 .L7: ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L6: ldr w1, [sp, 52] ldr w0, [sp, 60] cmp w1, w0 blt .L9 .L8: str wzr, [sp, 60] ldr w0, [sp, 56] cmp w0, 0 ble .L13 add x0, sp, 4096 add x0, x0, 96 mov x2, 4104 mov w1, 0 bl memset add x0, sp, 64 add x3, sp, 88 mov x2, x0 adrp x0, .LC5 add x1, x0, :lo12:.LC5 mov x0, x3 bl __isoc99_sscanf ldrsw x0, [sp, 56] add x0, x0, 1 add x1, sp, 88 add x19, x1, x0 add x0, sp, 88 bl strlen mov x1, x0 ldrsw x0, [sp, 56] sub x0, x1, x0 sub x1, x0, #1 add x0, sp, 4096 add x0, x0, 96 mov x2, x1 mov x1, x19 bl strncpy adrp x0, findex add x0, x0, :lo12:findex ldr x2, [x0] adrp x0, .LC4 add x1, x0, :lo12:.LC4 mov x0, x2 bl fopen str x0, [sp, 80] ldr x0, [sp, 80] cmp x0, 0 bne .L11 mov x0, 0 b .L14 .L11: ldr x0, [sp, 64] mov w2, 0 mov x1, x0 ldr x0, [sp, 80] bl fseek add x0, sp, 88 mov x2, 4104 mov w1, 0 bl memset add x0, sp, 88 ldr x2, [sp, 80] mov w1, 4096 bl fgets ldr x0, [sp, 80] bl fclose add x0, sp, 4096 add x0, x0, 96 ldrb w0, [x0] cmp w0, 0 beq .L12 add x1, sp, 4096 add x1, x1, 96 add x0, sp, 88 bl strcmp cmp w0, 0 bne .L12 add x0, sp, 4096 add x0, x0, 96 bl strlen mov x1, x0 ldr x0, [sp, 64] add x0, x1, x0 str x0, [sp, 64] b .L13 .L12: str xzr, [sp, 64] b .L13 .L3: str xzr, [sp, 64] .L13: ldr x0, [sp, 64] .L14: mov x1, x0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 8296] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L15 bl __stack_chk_fail .L15: mov x0, x1 ldr x19, [sp, 16] ldp x29, x30, [sp] mov x12, 8304 add sp, sp, x12 .cfi_restore 29 .cfi_restore 30 .cfi_restore 19 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size getoffset, .-getoffset .section .rodata .align 3 .LC6: .string "w" .text .align 2 .global putoffset .type putoffset, %function putoffset: .LFB8: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] adrp x0, .LC6 add x1, x0, :lo12:.LC6 ldr x0, [sp, 24] bl fopen str x0, [sp, 40] ldr x0, [sp, 40] cmp x0, 0 beq .L17 ldr x1, [sp, 40] ldr x0, [sp, 16] bl fputs ldr x0, [sp, 40] bl fclose .L17: mov w0, 0 ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size putoffset, .-putoffset .section .rodata .align 3 .LC7: .string "No such file" .align 3 .LC8: .string "%s" .align 3 .LC9: .string "%llu:%s" .text .align 2 .global show_myportion .type show_myportion, %function show_myportion: .LFB9: .cfi_startproc mov x12, 4176 sub sp, sp, x12 .cfi_def_cfa_offset 4176 stp x29, x30, [sp] .cfi_offset 29, -4176 .cfi_offset 30, -4168 mov x29, sp str x19, [sp, 16] .cfi_offset 19, -4160 str x0, [sp, 40] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 4168] mov x1, 0 adrp x0, findex add x0, x0, :lo12:findex ldr x2, [x0] adrp x0, .LC4 add x1, x0, :lo12:.LC4 mov x0, x2 bl fopen str x0, [sp, 48] ldr x0, [sp, 48] cmp x0, 0 bne .L20 adrp x0, .LC7 add x0, x0, :lo12:.LC7 bl puts mov x0, 0 b .L24 .L20: mov w2, 0 ldr x1, [sp, 40] ldr x0, [sp, 48] bl fseek b .L22 .L23: add x0, sp, 72 ldr x2, [sp, 48] mov w1, 4096 bl fgets cmp x0, 0 beq .L22 add x0, sp, 72 mov x1, x0 adrp x0, .LC8 add x0, x0, :lo12:.LC8 bl printf .L22: ldr x0, [sp, 48] bl feof cmp w0, 0 beq .L23 ldr x0, [sp, 48] bl ftell mov x19, x0 add x0, sp, 72 bl strlen sub x0, x19, x0 str x0, [sp, 56] ldr x0, [sp, 48] bl fclose mov x0, 4109 bl malloc str x0, [sp, 64] ldr x0, [sp, 64] bl strlen mov x2, x0 mov w1, 0 ldr x0, [sp, 64] bl memset add x0, sp, 72 mov x3, x0 ldr x2, [sp, 56] adrp x0, .LC9 add x1, x0, :lo12:.LC9 ldr x0, [sp, 64] bl sprintf ldr x0, [sp, 64] .L24: mov x1, x0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 4168] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L25 bl __stack_chk_fail .L25: mov x0, x1 ldr x19, [sp, 16] ldp x29, x30, [sp] mov x12, 4176 add sp, sp, x12 .cfi_restore 29 .cfi_restore 30 .cfi_restore 19 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE9: .size show_myportion, .-show_myportion .align 2 .global get_myportion .type get_myportion, %function get_myportion: .LFB10: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str wzr, [sp, 28] mov x0, 24 bl malloc str x0, [sp, 32] adrp x0, offsetdir add x0, x0, :lo12:offsetdir ldr x0, [x0] mov x1, x0 ldr x0, [sp, 32] bl strcpy adrp x0, facil add x0, x0, :lo12:facil ldr x0, [x0] mov x1, x0 ldr x0, [sp, 32] bl strcat adrp x0, offsetext add x0, x0, :lo12:offsetext ldr x0, [x0] mov x1, x0 ldr x0, [sp, 32] bl strcat ldr x0, [sp, 32] bl getoffset str w0, [sp, 28] ldrsw x0, [sp, 28] bl show_myportion str x0, [sp, 40] ldr x0, [sp, 40] cmp x0, 0 beq .L27 ldr x1, [sp, 40] ldr x0, [sp, 32] bl putoffset .L27: ldr x0, [sp, 32] bl free mov w0, 0 ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE10: .size get_myportion, .-get_myportion .section .rodata .align 3 .LC10: .string "--help" .align 3 .LC11: .string "d:f:" .text .align 2 .global main .type main, %function main: .LFB11: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] str wzr, [sp, 40] str wzr, [sp, 44] ldr x0, [sp, 16] ldr x1, [x0] adrp x0, myname add x0, x0, :lo12:myname str x1, [x0] ldr x0, [sp, 16] add x0, x0, 8 ldr x2, [x0] adrp x0, .LC10 add x1, x0, :lo12:.LC10 mov x0, x2 bl strcmp cmp w0, 0 bne .L30 adrp x0, myname add x0, x0, :lo12:myname ldr x0, [x0] bl usage .L30: ldrsw x0, [sp, 28] lsl x0, x0, 3 sub x0, x0, #8 ldr x1, [sp, 16] add x0, x1, x0 ldr x1, [x0] adrp x0, findex add x0, x0, :lo12:findex str x1, [x0] adrp x0, findex add x0, x0, :lo12:findex ldr x0, [x0] bl __xpg_basename mov x1, x0 adrp x0, facil add x0, x0, :lo12:facil str x1, [x0] .L36: adrp x0, .LC11 add x2, x0, :lo12:.LC11 ldr x1, [sp, 16] ldr w0, [sp, 28] bl getopt str w0, [sp, 44] ldr w0, [sp, 44] cmn w0, #1 beq .L40 ldr w0, [sp, 44] cmp w0, 100 beq .L33 ldr w0, [sp, 44] cmp w0, 102 beq .L34 b .L35 .L33: adrp x0, :got:optarg ldr x0, [x0, #:got_lo12:optarg] ldr x1, [x0] adrp x0, offsetdir add x0, x0, :lo12:offsetdir str x1, [x0] b .L35 .L34: adrp x0, :got:optarg ldr x0, [x0, #:got_lo12:optarg] ldr x1, [x0] adrp x0, facil add x0, x0, :lo12:facil str x1, [x0] nop .L35: b .L36 .L40: nop adrp x0, findex add x0, x0, :lo12:findex ldr x1, [x0] adrp x0, myname add x0, x0, :lo12:myname ldr x0, [x0] cmp x1, x0 bne .L37 adrp x0, myname add x0, x0, :lo12:myname ldr x0, [x0] bl usage .L37: bl get_myportion mov w0, 0 ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE11: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global i .bss .align 2 .type i, %object .size i, 4 i: .zero 4 .global j .align 2 .type j, %object .size j, 4 j: .zero 4 .global limit .align 2 .type limit, %object .size limit, 4 limit: .zero 4 .global opcion .type opcion, %object .size opcion, 1 opcion: .zero 1 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "/shmex07" .align 3 .LC1: .string "In shm_open()" .align 3 .LC2: .string "\nMedia do valores = %i\n" .align 3 .LC3: .string "<leitor termina>" .text .align 2 .global main .type main, %function main: .LFB6: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str wzr, [sp, 24] mov w0, 44 str w0, [sp, 28] mov w2, 384 mov w1, 2 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl shm_open str w0, [sp, 32] ldr w0, [sp, 32] cmp w0, 0 bge .L2 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl perror mov w0, 1 bl exit .L2: ldrsw x0, [sp, 28] mov x1, x0 ldr w0, [sp, 32] bl ftruncate ldrsw x0, [sp, 28] mov x5, 0 ldr w4, [sp, 32] mov w3, 1 mov w2, 3 mov x1, x0 mov x0, 0 bl mmap str x0, [sp, 40] nop .L3: ldr x0, [sp, 40] ldr w0, [x0, 40] cmp w0, 0 beq .L3 str wzr, [sp, 20] b .L4 .L5: ldr x0, [sp, 40] ldrsw x1, [sp, 20] ldr w0, [x0, x1, lsl 2] ldr w1, [sp, 24] add w0, w1, w0 str w0, [sp, 24] ldr w0, [sp, 20] add w0, w0, 1 str w0, [sp, 20] .L4: ldr w0, [sp, 20] cmp w0, 9 ble .L5 ldr w0, [sp, 24] mov w1, 26215 movk w1, 0x6666, lsl 16 smull x1, w0, w1 lsr x1, x1, 32 asr w1, w1, 2 asr w0, w0, 31 sub w0, w1, w0 mov w1, w0 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl printf ldrsw x0, [sp, 28] mov x1, x0 ldr x0, [sp, 40] bl munmap str w0, [sp, 36] ldr w0, [sp, 36] cmp w0, 0 bge .L6 mov w0, 1 b .L7 .L6: ldr w0, [sp, 32] bl close ldr w0, [sp, 36] cmp w0, 0 bge .L8 mov w0, 1 b .L7 .L8: adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl shm_unlink str w0, [sp, 36] ldr w0, [sp, 36] cmp w0, 0 bge .L9 mov w0, 1 b .L7 .L9: adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl puts mov w0, 0 .L7: ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global strxfrm .type strxfrm, %function strxfrm: .LFB0: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str x2, [sp, 24] ldr x0, [sp, 32] bl strlen str x0, [sp, 56] ldr x1, [sp, 24] ldr x0, [sp, 56] cmp x1, x0 bls .L2 ldr x1, [sp, 32] ldr x0, [sp, 40] bl strcpy .L2: ldr x0, [sp, 56] ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size strxfrm, .-strxfrm ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global mod12 .type mod12, %function mod12: .LFB0: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, 12] b .L2 .L3: ldr w0, [sp, 12] add w0, w0, 12 str w0, [sp, 12] .L2: ldr w0, [sp, 12] cmp w0, 0 blt .L3 b .L4 .L5: ldr w0, [sp, 12] sub w0, w0, #12 str w0, [sp, 12] .L4: ldr w0, [sp, 12] cmp w0, 11 bgt .L5 ldr w0, [sp, 12] add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size mod12, .-mod12 .section .rodata .align 3 .LC14: .string "Enter base note (capitals, use # for sharps, eg. A#): " .align 3 .LC15: .string "%s" .align 3 .LC16: .string "Enter interval in semitones: " .align 3 .LC17: .string "%d" .align 3 .LC18: .string "could not find %s\n" .align 3 .LC19: .string "%s transposed by %d semitones is %s\n" .text .align 2 .global main .type main, %function main: .LFB1: .cfi_startproc stp x29, x30, [sp, -160]! .cfi_def_cfa_offset 160 .cfi_offset 29, -160 .cfi_offset 30, -152 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 152] mov x1, 0 adrp x0, .LC13 add x1, x0, :lo12:.LC13 add x0, sp, 48 ldp q0, q1, [x1] stp q0, q1, [x0] ldp q0, q1, [x1, 32] stp q0, q1, [x0, 32] ldp q0, q1, [x1, 64] stp q0, q1, [x0, 64] adrp x0, .LC14 add x0, x0, :lo12:.LC14 bl printf add x0, sp, 144 mov x1, x0 adrp x0, .LC15 add x0, x0, :lo12:.LC15 bl __isoc99_scanf adrp x0, .LC16 add x0, x0, :lo12:.LC16 bl printf add x0, sp, 28 mov x1, x0 adrp x0, .LC17 add x0, x0, :lo12:.LC17 bl __isoc99_scanf add x0, sp, 48 str x0, [sp, 32] add x0, sp, 48 add x0, x0, 88 str x0, [sp, 40] b .L8 .L10: ldr x0, [sp, 32] add x0, x0, 8 str x0, [sp, 32] ldr x1, [sp, 32] ldr x0, [sp, 40] cmp x1, x0 bls .L8 add x0, sp, 144 mov x1, x0 adrp x0, .LC18 add x0, x0, :lo12:.LC18 bl printf mov w0, 1 b .L12 .L8: ldr x0, [sp, 32] ldr x0, [x0] add x1, sp, 144 bl strcmp cmp w0, 0 bne .L10 ldr w0, [sp, 28] bl mod12 sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 32] add x0, x1, x0 str x0, [sp, 32] ldr x1, [sp, 32] ldr x0, [sp, 40] cmp x1, x0 bls .L11 ldr x0, [sp, 32] sub x0, x0, #96 str x0, [sp, 32] .L11: ldr w1, [sp, 28] ldr x0, [sp, 32] ldr x2, [x0] add x0, sp, 144 mov x3, x2 mov w2, w1 mov x1, x0 adrp x0, .LC19 add x0, x0, :lo12:.LC19 bl printf mov w0, 0 .L12: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 152] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L13 bl __stack_chk_fail .L13: mov w0, w1 ldp x29, x30, [sp], 160 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size main, .-main .section .rodata .align 3 .LC0: .string "C" .align 3 .LC1: .string "C#" .align 3 .LC2: .string "D" .align 3 .LC3: .string "D#" .align 3 .LC4: .string "E" .align 3 .LC5: .string "F" .align 3 .LC6: .string "F#" .align 3 .LC7: .string "G" .align 3 .LC8: .string "G#" .align 3 .LC9: .string "A" .align 3 .LC10: .string "A#" .align 3 .LC11: .string "B" .data .align 3 .LC13: .xword .LC0 .xword .LC1 .xword .LC2 .xword .LC3 .xword .LC4 .xword .LC5 .xword .LC6 .xword .LC7 .xword .LC8 .xword .LC9 .xword .LC10 .xword .LC11 .text ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "\nIntroduce valor de inicializaci\303\263n a: " .align 3 .LC1: .string "%d" .align 3 .LC2: .string "\nSingle ejecutada por el thread %d\n" .align 3 .LC3: .string "Depu\303\251s de la regi\303\263n parallel:" .align 3 .LC4: .string "b[%d] = %d\t" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp .cfi_def_cfa_register 29 str x19, [sp, 16] sub sp, sp, #16 .cfi_offset 19, -64 adrp x8, :got:__stack_chk_guard ldr x8, [x8, #:got_lo12:__stack_chk_guard] ldr x9, [x8] str x9, [x29, 72] mov x9, 0 mov x8, sp mov x19, x8 mov w8, 9 str w8, [x29, 52] ldr w8, [x29, 52] sxtw x9, w8 sub x9, x9, #1 str x9, [x29, 56] sxtw x9, w8 mov x6, x9 mov x7, 0 lsr x9, x6, 59 lsl x3, x7, 5 orr x3, x9, x3 lsl x2, x6, 5 sxtw x2, w8 mov x4, x2 mov x5, 0 lsr x2, x4, 59 lsl x1, x5, 5 orr x1, x2, x1 lsl x0, x4, 5 sxtw x0, w8 lsl x0, x0, 2 add x0, x0, 15 lsr x0, x0, 4 lsl x0, x0, 4 and x1, x0, -65536 sub x1, sp, x1 .L2: cmp sp, x1 beq .L3 sub sp, sp, #65536 str xzr, [sp, 1024] b .L2 .L3: and x1, x0, 65535 sub sp, sp, x1 str xzr, [sp] and x0, x0, 65535 cmp x0, 1024 bcc .L4 str xzr, [sp, 1024] .L4: add x0, sp, 16 add x0, x0, 3 lsr x0, x0, 2 lsl x0, x0, 2 str x0, [x29, 64] str wzr, [x29, 48] b .L5 .L6: ldr x0, [x29, 64] ldrsw x1, [x29, 48] mov w2, -1 str w2, [x0, x1, lsl 2] ldr w0, [x29, 48] add w0, w0, 1 str w0, [x29, 48] .L5: ldr w1, [x29, 48] ldr w0, [x29, 52] cmp w1, w0 blt .L6 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf add x0, x29, 44 mov x1, x0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl __isoc99_scanf bl omp_get_thread_num mov w1, w0 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl printf str wzr, [x29, 48] b .L7 .L8: ldr w2, [x29, 44] ldr x0, [x29, 64] ldrsw x1, [x29, 48] str w2, [x0, x1, lsl 2] ldr w0, [x29, 48] add w0, w0, 1 str w0, [x29, 48] .L7: ldr w1, [x29, 48] ldr w0, [x29, 52] cmp w1, w0 blt .L8 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl puts str wzr, [x29, 48] b .L9 .L10: ldr x0, [x29, 64] ldrsw x1, [x29, 48] ldr w0, [x0, x1, lsl 2] mov w2, w0 ldr w1, [x29, 48] adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf ldr w0, [x29, 48] add w0, w0, 1 str w0, [x29, 48] .L9: ldr w1, [x29, 48] ldr w0, [x29, 52] cmp w1, w0 blt .L10 mov w0, 10 bl putchar mov sp, x19 mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [x29, 72] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L12 bl __stack_chk_fail .L12: mov w0, w1 mov sp, x29 ldr x19, [sp, 16] ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_restore 19 .cfi_def_cfa 31, 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "%lf" .align 3 .LC1: .string "VOLUME = %.3lf\n" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 24] mov x1, 0 add x0, sp, 16 mov x1, x0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl __isoc99_scanf ldr d0, [sp, 16] adrp x0, .LC2 ldr d1, [x0, #:lo12:.LC2] fmul d1, d0, d1 ldr d0, [sp, 16] fmul d1, d1, d0 ldr d0, [sp, 16] fmul d0, d1, d0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 24] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L3 bl __stack_chk_fail .L3: mov w0, w1 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main .section .rodata .align 3 .LC2: .word 1253901385 .word 1074839889 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global pollfds .bss .align 3 .type pollfds, %object .size pollfds, 40 pollfds: .zero 40 .global pollnum .align 2 .type pollnum, %object .size pollnum, 4 pollnum: .zero 4 .text .align 2 .type nonblock, %function nonblock: .LFB6: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str w0, [sp, 28] mov w2, 0 mov w1, 3 ldr w0, [sp, 28] bl fcntl str w0, [sp, 44] ldr w0, [sp, 44] orr w0, w0, 2048 mov w2, w0 mov w1, 4 ldr w0, [sp, 28] bl fcntl nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size nonblock, .-nonblock .align 2 .global pollfds_add .type pollfds_add, %function pollfds_add: .LFB7: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str w0, [sp, 12] adrp x0, pollnum add x0, x0, :lo12:pollnum ldr w0, [x0] cmp w0, 4 bgt .L3 adrp x0, pollnum add x0, x0, :lo12:pollnum ldr w0, [x0] add w2, w0, 1 adrp x1, pollnum add x1, x1, :lo12:pollnum str w2, [x1] str w0, [sp, 28] b .L4 .L3: str wzr, [sp, 28] b .L5 .L7: adrp x0, pollfds add x1, x0, :lo12:pollfds ldrsw x0, [sp, 28] lsl x0, x0, 3 add x0, x1, x0 ldr w0, [x0] cmp w0, 0 blt .L9 ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L5: ldr w0, [sp, 28] cmp w0, 4 ble .L7 mov w0, -1 b .L8 .L9: nop .L4: adrp x0, pollfds add x1, x0, :lo12:pollfds ldrsw x0, [sp, 28] lsl x0, x0, 3 add x0, x1, x0 ldr w1, [sp, 12] str w1, [x0] adrp x0, pollfds add x1, x0, :lo12:pollfds ldrsw x0, [sp, 28] lsl x0, x0, 3 add x0, x1, x0 mov w1, 1 strh w1, [x0, 4] mov w0, 0 .L8: add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size pollfds_add, .-pollfds_add .align 2 .global pollfds_del .type pollfds_del, %function pollfds_del: .LFB8: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str w0, [sp, 12] str wzr, [sp, 28] b .L11 .L14: adrp x0, pollfds add x1, x0, :lo12:pollfds ldrsw x0, [sp, 28] lsl x0, x0, 3 add x0, x1, x0 ldr w0, [x0] ldr w1, [sp, 12] cmp w1, w0 bne .L12 adrp x0, pollfds add x1, x0, :lo12:pollfds ldrsw x0, [sp, 28] lsl x0, x0, 3 add x0, x1, x0 mov w1, -1 str w1, [x0] b .L13 .L12: ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L11: adrp x0, pollnum add x0, x0, :lo12:pollnum ldr w0, [x0] ldr w1, [sp, 28] cmp w1, w0 blt .L14 nop .L13: nop add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size pollfds_del, .-pollfds_del .section .rodata .align 3 .LC0: .string "Cannot bind IPv4, errno: %d\n" .align 3 .LC1: .string "Cannot bind IPv6, errno: %d\n" .align 3 .LC2: .string "Asynchronous TCP echo server waits for connections on port %d...\n" .align 3 .LC3: .string "poll error: %d\n" .align 3 .LC4: .string "Connection #%d from %s fd=%d\n" .align 3 .LC5: .string "Connection fd=%d closed\n" .text .align 2 .global main .type main, %function main: .LFB9: .cfi_startproc stp x29, x30, [sp, -416]! .cfi_def_cfa_offset 416 .cfi_offset 29, -416 .cfi_offset 30, -408 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 408] mov x1, 0 stp xzr, xzr, [sp, 72] mov w0, 2 strh w0, [sp, 72] mov w0, 4242 bl htons and w0, w0, 65535 strh w0, [sp, 74] mov w0, 0 bl htonl str w0, [sp, 76] stp xzr, xzr, [sp, 88] str xzr, [sp, 104] str wzr, [sp, 112] mov w0, 10 strh w0, [sp, 88] mov w0, 4242 bl htons and w0, w0, 65535 strh w0, [sp, 90] mov w2, 6 mov w1, 1 mov w0, 2 bl socket str w0, [sp, 40] add x0, sp, 72 mov w2, 16 mov x1, x0 ldr w0, [sp, 40] bl bind str w0, [sp, 44] ldr w0, [sp, 44] cmn w0, #1 bne .L16 bl __errno_location ldr w0, [x0] mov w1, w0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf .L16: mov w2, 6 mov w1, 1 mov w0, 10 bl socket str w0, [sp, 48] mov w0, 1 str w0, [sp, 28] add x0, sp, 28 mov w4, 4 mov x3, x0 mov w2, 26 mov w1, 41 ldr w0, [sp, 48] bl setsockopt add x0, sp, 88 mov w2, 28 mov x1, x0 ldr w0, [sp, 48] bl bind str w0, [sp, 44] ldr w0, [sp, 44] cmn w0, #1 bne .L17 bl __errno_location ldr w0, [x0] mov w1, w0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf .L17: ldr w0, [sp, 40] bl nonblock ldr w0, [sp, 48] bl nonblock mov w1, 5 ldr w0, [sp, 40] bl listen mov w1, 5 ldr w0, [sp, 48] bl listen ldr w0, [sp, 40] bl pollfds_add ldr w0, [sp, 48] bl pollfds_add mov w1, 4242 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl printf .L28: mov w0, 128 str w0, [sp, 32] adrp x0, pollnum add x0, x0, :lo12:pollnum ldr w0, [x0] sxtw x0, w0 mov w2, -1 mov x1, x0 adrp x0, pollfds add x0, x0, :lo12:pollfds bl poll str w0, [sp, 44] ldr w0, [sp, 44] cmn w0, #1 bne .L18 bl __errno_location ldr w0, [x0] mov w1, w0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl printf b .L28 .L18: str wzr, [sp, 36] b .L20 .L27: adrp x0, pollfds add x1, x0, :lo12:pollfds ldrsw x0, [sp, 36] lsl x0, x0, 3 add x0, x1, x0 ldrsh w0, [x0, 6] and w0, w0, 65535 and w0, w0, 1 cmp w0, 0 beq .L30 adrp x0, pollfds add x1, x0, :lo12:pollfds ldrsw x0, [sp, 36] lsl x0, x0, 3 add x0, x1, x0 ldr w0, [x0] str w0, [sp, 52] ldr w0, [sp, 36] cmp w0, 1 bgt .L23 add x1, sp, 32 add x0, sp, 120 mov x2, x1 mov x1, x0 ldr w0, [sp, 52] bl accept str w0, [sp, 60] add x0, sp, 120 add x0, x0, 4 str x0, [sp, 64] ldrh w0, [sp, 120] mov w4, w0 add x0, sp, 248 mov w3, 32 mov x2, x0 ldr x1, [sp, 64] mov w0, w4 bl inet_ntop adrp x0, counter.1 add x0, x0, :lo12:counter.1 ldr w0, [x0] add w2, w0, 1 adrp x1, counter.1 add x1, x1, :lo12:counter.1 str w2, [x1] add x1, sp, 248 ldr w3, [sp, 60] mov x2, x1 mov w1, w0 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf ldr w0, [sp, 60] bl pollfds_add cmp w0, 0 bge .L24 mov w3, 0 mov x2, 21 adrp x0, msg.0 add x1, x0, :lo12:msg.0 ldr w0, [sp, 60] bl send ldr w0, [sp, 60] bl close b .L22 .L24: ldr w0, [sp, 60] bl nonblock b .L22 .L23: add x0, sp, 280 mov w3, 0 mov x2, 128 mov x1, x0 ldr w0, [sp, 52] bl recv str w0, [sp, 56] ldr w0, [sp, 56] cmp w0, 0 bne .L25 ldr w0, [sp, 52] bl pollfds_del ldr w0, [sp, 52] bl close ldr w1, [sp, 52] adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl printf b .L22 .L25: ldrsw x1, [sp, 56] add x0, sp, 280 mov w3, 0 mov x2, x1 mov x1, x0 ldr w0, [sp, 52] bl send b .L22 .L30: nop .L22: ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L20: adrp x0, pollnum add x0, x0, :lo12:pollnum ldr w0, [x0] ldr w1, [sp, 36] cmp w1, w0 blt .L27 b .L28 .cfi_endproc .LFE9: .size main, .-main .local counter.1 .comm counter.1,4,4 .data .align 3 .type msg.0, %object .size msg.0, 22 msg.0: .string "Too many connections\n" ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "ab" .text .align 2 .global main .type main, %function main: .LFB6: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 56] mov x1, 0 mov x0, 20 bl malloc str x0, [sp, 24] add x2, sp, 32 adrp x0, .LC0 add x1, x0, :lo12:.LC0 mov x0, x2 ldrh w2, [x1] strh w2, [x0] ldrb w1, [x1, 2] strb w1, [x0, 2] ldr x0, [sp, 24] mov x3, x0 add x2, sp, 32 ldp x0, x1, [x2] stp x0, x1, [x3] ldr w0, [x2, 16] str w0, [x3, 16] ldr x0, [sp, 24] bl puts mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 56] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L3 bl __stack_chk_fail .L3: mov w0, w1 ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "%d" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 40] mov x1, 0 mov w0, 1 str w0, [sp, 36] add x0, sp, 28 mov x1, x0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl __isoc99_scanf ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] ldr w0, [sp, 28] cmp w0, 3 bne .L12 mov w0, 51 bl putchar b .L3 .L12: nop .L2: nop ldr w0, [sp, 36] cmp w0, 0 beq .L13 mov w0, 2 str w0, [sp, 32] b .L5 .L7: ldr w0, [sp, 28] ldr w1, [sp, 32] sdiv w2, w0, w1 ldr w1, [sp, 32] mul w1, w2, w1 sub w0, w0, w1 cmp w0, 0 bne .L6 ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] b .L2 .L6: ldr w0, [sp, 32] add w0, w0, 1 str w0, [sp, 32] .L5: ldr w0, [sp, 28] ldr w1, [sp, 32] cmp w1, w0 blt .L7 b .L8 .L13: nop .L8: ldr w0, [sp, 28] mov w1, w0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf .L3: mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 40] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L11 bl __stack_chk_fail .L11: mov w0, w1 ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 mov w0, 1 mov w1, 0 sdiv w0, w0, w1 str w0, [sp, 12] mov w0, 0 add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global vocab_hash_size .section .rodata .align 2 .type vocab_hash_size, %object .size vocab_hash_size, 4 vocab_hash_size: .word 30000000 .global train_file .bss .align 3 .type train_file, %object .size train_file, 100 train_file: .zero 100 .global output_file .align 3 .type output_file, %object .size output_file, 100 output_file: .zero 100 .global save_vocab_file .align 3 .type save_vocab_file, %object .size save_vocab_file, 100 save_vocab_file: .zero 100 .global read_vocab_file .align 3 .type read_vocab_file, %object .size read_vocab_file, 100 read_vocab_file: .zero 100 .global vocab .align 3 .type vocab, %object .size vocab, 8 vocab: .zero 8 .global binary .align 2 .type binary, %object .size binary, 4 binary: .zero 4 .global cbow .data .align 2 .type cbow, %object .size cbow, 4 cbow: .word 1 .global debug_mode .align 2 .type debug_mode, %object .size debug_mode, 4 debug_mode: .word 2 .global window .align 2 .type window, %object .size window, 4 window: .word 5 .global min_count .align 2 .type min_count, %object .size min_count, 4 min_count: .word 5 .global num_threads .align 2 .type num_threads, %object .size num_threads, 4 num_threads: .word 12 .global min_reduce .align 2 .type min_reduce, %object .size min_reduce, 4 min_reduce: .word 1 .global vocab_hash .bss .align 3 .type vocab_hash, %object .size vocab_hash, 8 vocab_hash: .zero 8 .global vocab_max_size .data .align 3 .type vocab_max_size, %object .size vocab_max_size, 8 vocab_max_size: .xword 1000 .global vocab_size .bss .align 3 .type vocab_size, %object .size vocab_size, 8 vocab_size: .zero 8 .global layer1_size .data .align 3 .type layer1_size, %object .size layer1_size, 8 layer1_size: .xword 100 .global train_words .bss .align 3 .type train_words, %object .size train_words, 8 train_words: .zero 8 .global word_count_actual .align 3 .type word_count_actual, %object .size word_count_actual, 8 word_count_actual: .zero 8 .global iter .data .align 3 .type iter, %object .size iter, 8 iter: .xword 5 .global file_size .bss .align 3 .type file_size, %object .size file_size, 8 file_size: .zero 8 .global classes .align 3 .type classes, %object .size classes, 8 classes: .zero 8 .global alpha .data .align 2 .type alpha, %object .size alpha, 4 alpha: .word 1020054733 .global starting_alpha .bss .align 2 .type starting_alpha, %object .size starting_alpha, 4 starting_alpha: .zero 4 .global sample .data .align 2 .type sample, %object .size sample, 4 sample: .word 981668463 .global syn0 .bss .align 3 .type syn0, %object .size syn0, 8 syn0: .zero 8 .global syn1 .align 3 .type syn1, %object .size syn1, 8 syn1: .zero 8 .global syn1neg .align 3 .type syn1neg, %object .size syn1neg, 8 syn1neg: .zero 8 .global expTable .align 3 .type expTable, %object .size expTable, 8 expTable: .zero 8 .global start .align 3 .type start, %object .size start, 8 start: .zero 8 .global hs .align 2 .type hs, %object .size hs, 4 hs: .zero 4 .global negative .data .align 2 .type negative, %object .size negative, 4 negative: .word 5 .global table_size .section .rodata .align 2 .type table_size, %object .size table_size, 4 table_size: .word 100000000 .global table .bss .align 3 .type table, %object .size table, 8 table: .zero 8 .text .align 2 .global InitUnigramTable .type InitUnigramTable, %function InitUnigramTable: .LFB6: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str xzr, [sp, 24] fmov d0, 7.5e-1 str d0, [sp, 40] mov w0, 57600 movk w0, 0x5f5, lsl 16 sxtw x0, w0 lsl x0, x0, 2 bl malloc mov x1, x0 adrp x0, table add x0, x0, :lo12:table str x1, [x0] str wzr, [sp, 16] b .L2 .L3: adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldrsw x1, [sp, 16] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr d0, [x0] scvtf d0, d0 ldr d1, [sp, 40] bl pow fmov d1, d0 ldr d0, [sp, 24] fadd d0, d0, d1 str d0, [sp, 24] ldr w0, [sp, 16] add w0, w0, 1 str w0, [sp, 16] .L2: ldrsw x1, [sp, 16] adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] cmp x1, x0 blt .L3 str wzr, [sp, 20] adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldrsw x1, [sp, 20] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr d0, [x0] scvtf d0, d0 ldr d1, [sp, 40] bl pow fmov d1, d0 ldr d0, [sp, 24] fdiv d0, d1, d0 str d0, [sp, 32] str wzr, [sp, 16] b .L4 .L8: adrp x0, table add x0, x0, :lo12:table ldr x1, [x0] ldrsw x0, [sp, 16] lsl x0, x0, 2 add x0, x1, x0 ldr w1, [sp, 20] str w1, [x0] ldr w0, [sp, 16] scvtf d1, w0 mov w0, 57600 movk w0, 0x5f5, lsl 16 scvtf d0, w0 fdiv d0, d1, d0 ldr d1, [sp, 32] fcmpe d1, d0 bmi .L9 b .L5 .L9: ldr w0, [sp, 20] add w0, w0, 1 str w0, [sp, 20] adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldrsw x1, [sp, 20] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr d0, [x0] scvtf d0, d0 ldr d1, [sp, 40] bl pow fmov d1, d0 ldr d0, [sp, 24] fdiv d0, d1, d0 ldr d1, [sp, 32] fadd d0, d1, d0 str d0, [sp, 32] .L5: ldrsw x1, [sp, 20] adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] cmp x1, x0 blt .L7 adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] sub w0, w0, #1 str w0, [sp, 20] .L7: ldr w0, [sp, 16] add w0, w0, 1 str w0, [sp, 16] .L4: mov w0, 57600 movk w0, 0x5f5, lsl 16 ldr w1, [sp, 16] cmp w1, w0 blt .L8 nop nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size InitUnigramTable, .-InitUnigramTable .section .rodata .align 3 .LC0: .string "</s>" .text .align 2 .global ReadWord .type ReadWord, %function ReadWord: .LFB7: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] str wzr, [sp, 40] b .L11 .L20: ldr x0, [sp, 16] bl fgetc str w0, [sp, 44] ldr w0, [sp, 44] cmp w0, 13 bne .L12 b .L11 .L12: ldr w0, [sp, 44] cmp w0, 32 beq .L13 ldr w0, [sp, 44] cmp w0, 9 beq .L13 ldr w0, [sp, 44] cmp w0, 10 bne .L14 .L13: ldr w0, [sp, 40] cmp w0, 0 ble .L15 ldr w0, [sp, 44] cmp w0, 10 bne .L21 ldr x1, [sp, 16] ldr w0, [sp, 44] bl ungetc b .L21 .L15: ldr w0, [sp, 44] cmp w0, 10 bne .L11 ldr x2, [sp, 24] adrp x0, .LC0 add x1, x0, :lo12:.LC0 mov x0, x2 ldr w2, [x1] str w2, [x0] ldrb w1, [x1, 4] strb w1, [x0, 4] b .L10 .L14: ldrsw x0, [sp, 40] ldr x1, [sp, 24] add x0, x1, x0 ldr w1, [sp, 44] and w1, w1, 255 strb w1, [x0] ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] ldr w0, [sp, 40] cmp w0, 98 ble .L11 ldr w0, [sp, 40] sub w0, w0, #1 str w0, [sp, 40] .L11: ldr x0, [sp, 16] bl feof cmp w0, 0 beq .L20 b .L17 .L21: nop .L17: ldrsw x0, [sp, 40] ldr x1, [sp, 24] add x0, x1, x0 strb wzr, [x0] .L10: ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size ReadWord, .-ReadWord .align 2 .global GetWordHash .type GetWordHash, %function GetWordHash: .LFB8: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] str xzr, [sp, 40] str xzr, [sp, 32] b .L23 .L24: ldr x1, [sp, 40] mov x0, x1 lsl x0, x0, 8 add x1, x0, x1 ldr x2, [sp, 24] ldr x0, [sp, 32] add x0, x2, x0 ldrb w0, [x0] and x0, x0, 255 add x0, x1, x0 str x0, [sp, 40] ldr x0, [sp, 32] add x0, x0, 1 str x0, [sp, 32] .L23: ldr x0, [sp, 24] bl strlen mov x1, x0 ldr x0, [sp, 32] cmp x0, x1 bcc .L24 mov w0, 50048 movk w0, 0x1c9, lsl 16 sxtw x1, w0 ldr x0, [sp, 40] udiv x2, x0, x1 mul x1, x2, x1 sub x0, x0, x1 str x0, [sp, 40] ldr x0, [sp, 40] ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size GetWordHash, .-GetWordHash .align 2 .global SearchVocab .type SearchVocab, %function SearchVocab: .LFB9: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] bl GetWordHash str w0, [sp, 44] .L30: adrp x0, vocab_hash add x0, x0, :lo12:vocab_hash ldr x1, [x0] ldr w0, [sp, 44] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] cmn w0, #1 bne .L27 mov w0, -1 b .L28 .L27: adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] adrp x0, vocab_hash add x0, x0, :lo12:vocab_hash ldr x1, [x0] ldr w0, [sp, 44] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] sxtw x1, w0 mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x0, [x0, 16] mov x1, x0 ldr x0, [sp, 24] bl strcmp cmp w0, 0 bne .L29 adrp x0, vocab_hash add x0, x0, :lo12:vocab_hash ldr x1, [x0] ldr w0, [sp, 44] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] b .L28 .L29: ldr w0, [sp, 44] add w0, w0, 1 mov w1, 50048 movk w1, 0x1c9, lsl 16 udiv w2, w0, w1 mul w1, w2, w1 sub w0, w0, w1 str w0, [sp, 44] b .L30 .L28: ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE9: .size SearchVocab, .-SearchVocab .align 2 .global ReadWordIndex .type ReadWordIndex, %function ReadWordIndex: .LFB10: .cfi_startproc stp x29, x30, [sp, -144]! .cfi_def_cfa_offset 144 .cfi_offset 29, -144 .cfi_offset 30, -136 mov x29, sp str x0, [sp, 24] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 136] mov x1, 0 add x0, sp, 32 ldr x1, [sp, 24] bl ReadWord ldr x0, [sp, 24] bl feof cmp w0, 0 beq .L32 mov w0, -1 b .L34 .L32: add x0, sp, 32 bl SearchVocab .L34: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 136] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L35 bl __stack_chk_fail .L35: mov w0, w1 ldp x29, x30, [sp], 144 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE10: .size ReadWordIndex, .-ReadWordIndex .align 2 .global AddWordToVocab .type AddWordToVocab, %function AddWordToVocab: .LFB11: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x19, [sp, 16] .cfi_offset 19, -48 str x0, [sp, 40] ldr x0, [sp, 40] bl strlen add w0, w0, 1 str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 100 bls .L37 mov w0, 100 str w0, [sp, 60] .L37: ldr w2, [sp, 60] adrp x0, vocab add x0, x0, :lo12:vocab ldr x1, [x0] adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] mov x3, x0 mov x0, x3 lsl x0, x0, 2 add x0, x0, x3 lsl x0, x0, 3 add x19, x1, x0 mov x1, 1 mov x0, x2 bl calloc str x0, [x19, 16] adrp x0, vocab add x0, x0, :lo12:vocab ldr x1, [x0] adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] mov x2, x0 mov x0, x2 lsl x0, x0, 2 add x0, x0, x2 lsl x0, x0, 3 add x0, x1, x0 ldr x0, [x0, 16] ldr x1, [sp, 40] bl strcpy adrp x0, vocab add x0, x0, :lo12:vocab ldr x1, [x0] adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] mov x2, x0 mov x0, x2 lsl x0, x0, 2 add x0, x0, x2 lsl x0, x0, 3 add x0, x1, x0 str xzr, [x0] adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] add x1, x0, 1 adrp x0, vocab_size add x0, x0, :lo12:vocab_size str x1, [x0] adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] add x1, x0, 2 adrp x0, vocab_max_size add x0, x0, :lo12:vocab_max_size ldr x0, [x0] cmp x1, x0 blt .L38 adrp x0, vocab_max_size add x0, x0, :lo12:vocab_max_size ldr x0, [x0] add x1, x0, 1000 adrp x0, vocab_max_size add x0, x0, :lo12:vocab_max_size str x1, [x0] adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] adrp x0, vocab_max_size add x0, x0, :lo12:vocab_max_size ldr x0, [x0] mov x1, x0 mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 mov x1, x0 mov x0, x2 bl realloc mov x1, x0 adrp x0, vocab add x0, x0, :lo12:vocab str x1, [x0] .L38: ldr x0, [sp, 40] bl GetWordHash str w0, [sp, 56] b .L39 .L40: ldr w0, [sp, 56] add w0, w0, 1 mov w1, 50048 movk w1, 0x1c9, lsl 16 udiv w2, w0, w1 mul w1, w2, w1 sub w0, w0, w1 str w0, [sp, 56] .L39: adrp x0, vocab_hash add x0, x0, :lo12:vocab_hash ldr x1, [x0] ldr w0, [sp, 56] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] cmn w0, #1 bne .L40 adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] sub w2, w0, #1 adrp x0, vocab_hash add x0, x0, :lo12:vocab_hash ldr x1, [x0] ldr w0, [sp, 56] lsl x0, x0, 2 add x0, x1, x0 mov w1, w2 str w1, [x0] adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] sub w0, w0, #1 ldr x19, [sp, 16] ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_restore 19 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE11: .size AddWordToVocab, .-AddWordToVocab .align 2 .global VocabCompare .type VocabCompare, %function VocabCompare: .LFB12: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, 8] str x1, [sp] ldr x0, [sp] ldr x0, [x0] mov w1, w0 ldr x0, [sp, 8] ldr x0, [x0] sub w0, w1, w0 add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE12: .size VocabCompare, .-VocabCompare .align 2 .global SortVocab .type SortVocab, %function SortVocab: .LFB13: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x19, [sp, 16] .cfi_offset 19, -32 adrp x0, vocab add x0, x0, :lo12:vocab ldr x0, [x0] add x4, x0, 40 adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] sub x0, x0, #1 mov x1, x0 adrp x0, VocabCompare add x3, x0, :lo12:VocabCompare mov x2, 40 mov x0, x4 bl qsort str wzr, [sp, 36] b .L45 .L46: adrp x0, vocab_hash add x0, x0, :lo12:vocab_hash ldr x1, [x0] ldrsw x0, [sp, 36] lsl x0, x0, 2 add x0, x1, x0 mov w1, -1 str w1, [x0] ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L45: mov w0, 50048 movk w0, 0x1c9, lsl 16 ldr w1, [sp, 36] cmp w1, w0 blt .L46 adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] str w0, [sp, 44] adrp x0, train_words add x0, x0, :lo12:train_words str xzr, [x0] str wzr, [sp, 36] b .L47 .L52: adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldrsw x1, [sp, 36] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x1, [x0] adrp x0, min_count add x0, x0, :lo12:min_count ldr w0, [x0] sxtw x0, w0 cmp x1, x0 bge .L48 ldr w0, [sp, 36] cmp w0, 0 beq .L48 adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] sub x1, x0, #1 adrp x0, vocab_size add x0, x0, :lo12:vocab_size str x1, [x0] adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldrsw x1, [sp, 36] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x0, [x0, 16] bl free b .L49 .L48: adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldrsw x1, [sp, 36] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x0, [x0, 16] bl GetWordHash str w0, [sp, 40] b .L50 .L51: ldr w0, [sp, 40] add w0, w0, 1 mov w1, 50048 movk w1, 0x1c9, lsl 16 udiv w2, w0, w1 mul w1, w2, w1 sub w0, w0, w1 str w0, [sp, 40] .L50: adrp x0, vocab_hash add x0, x0, :lo12:vocab_hash ldr x1, [x0] ldr w0, [sp, 40] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] cmn w0, #1 bne .L51 adrp x0, vocab_hash add x0, x0, :lo12:vocab_hash ldr x1, [x0] ldr w0, [sp, 40] lsl x0, x0, 2 add x0, x1, x0 ldr w1, [sp, 36] str w1, [x0] adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldrsw x1, [sp, 36] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x1, [x0] adrp x0, train_words add x0, x0, :lo12:train_words ldr x0, [x0] add x1, x1, x0 adrp x0, train_words add x0, x0, :lo12:train_words str x1, [x0] .L49: ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L47: ldr w1, [sp, 36] ldr w0, [sp, 44] cmp w1, w0 blt .L52 adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] add x0, x0, 1 mov x1, x0 mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 mov x1, x0 mov x0, x2 bl realloc mov x1, x0 adrp x0, vocab add x0, x0, :lo12:vocab str x1, [x0] str wzr, [sp, 36] b .L53 .L54: adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldrsw x1, [sp, 36] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x19, x2, x0 mov x1, 1 mov x0, 40 bl calloc str x0, [x19, 24] adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldrsw x1, [sp, 36] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x19, x2, x0 mov x1, 4 mov x0, 40 bl calloc str x0, [x19, 8] ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L53: ldrsw x1, [sp, 36] adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] cmp x1, x0 blt .L54 nop nop ldr x19, [sp, 16] ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_restore 19 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE13: .size SortVocab, .-SortVocab .align 2 .global ReduceVocab .type ReduceVocab, %function ReduceVocab: .LFB14: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str wzr, [sp, 24] str wzr, [sp, 20] b .L56 .L59: adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldrsw x1, [sp, 20] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x1, [x0] adrp x0, min_reduce add x0, x0, :lo12:min_reduce ldr w0, [x0] sxtw x0, w0 cmp x1, x0 ble .L57 adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldrsw x1, [sp, 20] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x2, x2, x0 adrp x0, vocab add x0, x0, :lo12:vocab ldr x3, [x0] ldrsw x1, [sp, 24] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x3, x0 ldr x1, [x2] str x1, [x0] adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldrsw x1, [sp, 20] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x2, x2, x0 adrp x0, vocab add x0, x0, :lo12:vocab ldr x3, [x0] ldrsw x1, [sp, 24] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x3, x0 ldr x1, [x2, 16] str x1, [x0, 16] ldr w0, [sp, 24] add w0, w0, 1 str w0, [sp, 24] b .L58 .L57: adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldrsw x1, [sp, 20] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x0, [x0, 16] bl free .L58: ldr w0, [sp, 20] add w0, w0, 1 str w0, [sp, 20] .L56: ldrsw x1, [sp, 20] adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] cmp x1, x0 blt .L59 ldrsw x1, [sp, 24] adrp x0, vocab_size add x0, x0, :lo12:vocab_size str x1, [x0] str wzr, [sp, 20] b .L60 .L61: adrp x0, vocab_hash add x0, x0, :lo12:vocab_hash ldr x1, [x0] ldrsw x0, [sp, 20] lsl x0, x0, 2 add x0, x1, x0 mov w1, -1 str w1, [x0] ldr w0, [sp, 20] add w0, w0, 1 str w0, [sp, 20] .L60: mov w0, 50048 movk w0, 0x1c9, lsl 16 ldr w1, [sp, 20] cmp w1, w0 blt .L61 str wzr, [sp, 20] b .L62 .L65: adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldrsw x1, [sp, 20] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x0, [x0, 16] bl GetWordHash str w0, [sp, 28] b .L63 .L64: ldr w0, [sp, 28] add w0, w0, 1 mov w1, 50048 movk w1, 0x1c9, lsl 16 udiv w2, w0, w1 mul w1, w2, w1 sub w0, w0, w1 str w0, [sp, 28] .L63: adrp x0, vocab_hash add x0, x0, :lo12:vocab_hash ldr x1, [x0] ldr w0, [sp, 28] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] cmn w0, #1 bne .L64 adrp x0, vocab_hash add x0, x0, :lo12:vocab_hash ldr x1, [x0] ldr w0, [sp, 28] lsl x0, x0, 2 add x0, x1, x0 ldr w1, [sp, 20] str w1, [x0] ldr w0, [sp, 20] add w0, w0, 1 str w0, [sp, 20] .L62: ldrsw x1, [sp, 20] adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] cmp x1, x0 blt .L65 adrp x0, :got:stdout ldr x0, [x0, #:got_lo12:stdout] ldr x0, [x0] bl fflush adrp x0, min_reduce add x0, x0, :lo12:min_reduce ldr w0, [x0] add w1, w0, 1 adrp x0, min_reduce add x0, x0, :lo12:min_reduce str w1, [x0] nop ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE14: .size ReduceVocab, .-ReduceVocab .align 2 .global CreateBinaryTree .type CreateBinaryTree, %function CreateBinaryTree: .LFB15: .cfi_startproc stp x29, x30, [sp, -464]! .cfi_def_cfa_offset 464 .cfi_offset 29, -464 .cfi_offset 30, -456 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 456] mov x1, 0 adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] lsl x0, x0, 1 add x0, x0, 1 mov x1, 8 bl calloc str x0, [sp, 72] adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] lsl x0, x0, 1 add x0, x0, 1 mov x1, 8 bl calloc str x0, [sp, 80] adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] lsl x0, x0, 1 add x0, x0, 1 mov x1, 8 bl calloc str x0, [sp, 88] str xzr, [sp, 16] b .L67 .L68: adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldr x1, [sp, 16] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x1, x2, x0 ldr x0, [sp, 16] lsl x0, x0, 3 ldr x2, [sp, 72] add x0, x2, x0 ldr x1, [x1] str x1, [x0] ldr x0, [sp, 16] add x0, x0, 1 str x0, [sp, 16] .L67: adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] ldr x1, [sp, 16] cmp x1, x0 blt .L68 adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] str x0, [sp, 16] b .L69 .L70: ldr x0, [sp, 16] lsl x0, x0, 3 ldr x1, [sp, 72] add x0, x1, x0 mov x1, 32768 movk x1, 0xa4c6, lsl 16 movk x1, 0x8d7e, lsl 32 movk x1, 0x3, lsl 48 str x1, [x0] ldr x0, [sp, 16] add x0, x0, 1 str x0, [sp, 16] .L69: adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] lsl x0, x0, 1 ldr x1, [sp, 16] cmp x1, x0 blt .L70 adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] sub x0, x0, #1 str x0, [sp, 56] adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] str x0, [sp, 64] str xzr, [sp, 16] b .L71 .L78: ldr x0, [sp, 56] cmp x0, 0 blt .L72 ldr x0, [sp, 56] lsl x0, x0, 3 ldr x1, [sp, 72] add x0, x1, x0 ldr x1, [x0] ldr x0, [sp, 64] lsl x0, x0, 3 ldr x2, [sp, 72] add x0, x2, x0 ldr x0, [x0] cmp x1, x0 bge .L73 ldr x0, [sp, 56] str x0, [sp, 40] ldr x0, [sp, 56] sub x0, x0, #1 str x0, [sp, 56] b .L74 .L73: ldr x0, [sp, 64] str x0, [sp, 40] ldr x0, [sp, 64] add x0, x0, 1 str x0, [sp, 64] b .L74 .L72: ldr x0, [sp, 64] str x0, [sp, 40] ldr x0, [sp, 64] add x0, x0, 1 str x0, [sp, 64] .L74: ldr x0, [sp, 56] cmp x0, 0 blt .L75 ldr x0, [sp, 56] lsl x0, x0, 3 ldr x1, [sp, 72] add x0, x1, x0 ldr x1, [x0] ldr x0, [sp, 64] lsl x0, x0, 3 ldr x2, [sp, 72] add x0, x2, x0 ldr x0, [x0] cmp x1, x0 bge .L76 ldr x0, [sp, 56] str x0, [sp, 48] ldr x0, [sp, 56] sub x0, x0, #1 str x0, [sp, 56] b .L77 .L76: ldr x0, [sp, 64] str x0, [sp, 48] ldr x0, [sp, 64] add x0, x0, 1 str x0, [sp, 64] b .L77 .L75: ldr x0, [sp, 64] str x0, [sp, 48] ldr x0, [sp, 64] add x0, x0, 1 str x0, [sp, 64] .L77: ldr x0, [sp, 40] lsl x0, x0, 3 ldr x1, [sp, 72] add x0, x1, x0 ldr x2, [x0] ldr x0, [sp, 48] lsl x0, x0, 3 ldr x1, [sp, 72] add x0, x1, x0 ldr x1, [x0] adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x3, [x0] ldr x0, [sp, 16] add x0, x3, x0 lsl x0, x0, 3 ldr x3, [sp, 72] add x0, x3, x0 add x1, x2, x1 str x1, [x0] adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x2, [x0] ldr x0, [sp, 40] lsl x0, x0, 3 ldr x1, [sp, 88] add x0, x1, x0 ldr x1, [sp, 16] add x1, x2, x1 str x1, [x0] adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x2, [x0] ldr x0, [sp, 48] lsl x0, x0, 3 ldr x1, [sp, 88] add x0, x1, x0 ldr x1, [sp, 16] add x1, x2, x1 str x1, [x0] ldr x0, [sp, 48] lsl x0, x0, 3 ldr x1, [sp, 80] add x0, x1, x0 mov x1, 1 str x1, [x0] ldr x0, [sp, 16] add x0, x0, 1 str x0, [sp, 16] .L71: adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] sub x0, x0, #1 ldr x1, [sp, 16] cmp x1, x0 blt .L78 str xzr, [sp, 16] b .L79 .L85: ldr x0, [sp, 16] str x0, [sp, 24] str xzr, [sp, 32] .L82: ldr x0, [sp, 24] lsl x0, x0, 3 ldr x1, [sp, 80] add x0, x1, x0 ldr x0, [x0] and w2, w0, 255 ldr x0, [sp, 32] add x1, sp, 416 strb w2, [x1, x0] ldr x0, [sp, 32] lsl x0, x0, 3 add x1, sp, 96 ldr x2, [sp, 24] str x2, [x1, x0] ldr x0, [sp, 32] add x0, x0, 1 str x0, [sp, 32] ldr x0, [sp, 24] lsl x0, x0, 3 ldr x1, [sp, 88] add x0, x1, x0 ldr x0, [x0] str x0, [sp, 24] adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] sub x0, x0, #1 lsl x0, x0, 1 ldr x1, [sp, 24] cmp x1, x0 beq .L88 b .L82 .L88: nop adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldr x1, [sp, 16] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x1, [sp, 32] and w1, w1, 255 strb w1, [x0, 32] adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] sub w3, w0, #2 adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldr x1, [sp, 16] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x0, [x0, 8] mov w1, w3 str w1, [x0] str xzr, [sp, 24] b .L83 .L84: adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldr x1, [sp, 16] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x1, [x0, 24] ldr x2, [sp, 32] ldr x0, [sp, 24] sub x0, x2, x0 sub x0, x0, #1 add x0, x1, x0 ldr x1, [sp, 24] add x2, sp, 416 ldrb w1, [x2, x1] strb w1, [x0] ldr x0, [sp, 24] lsl x0, x0, 3 add x1, sp, 96 ldr x0, [x1, x0] mov w1, w0 adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] sub w3, w1, w0 adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldr x1, [sp, 16] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x1, [x0, 8] ldr x2, [sp, 32] ldr x0, [sp, 24] sub x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 mov w1, w3 str w1, [x0] ldr x0, [sp, 24] add x0, x0, 1 str x0, [sp, 24] .L83: ldr x1, [sp, 24] ldr x0, [sp, 32] cmp x1, x0 blt .L84 ldr x0, [sp, 16] add x0, x0, 1 str x0, [sp, 16] .L79: adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] ldr x1, [sp, 16] cmp x1, x0 blt .L85 ldr x0, [sp, 72] bl free ldr x0, [sp, 80] bl free ldr x0, [sp, 88] bl free nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 456] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L86 bl __stack_chk_fail .L86: ldp x29, x30, [sp], 464 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE15: .size CreateBinaryTree, .-CreateBinaryTree .section .rodata .align 3 .LC1: .string "rb" .align 3 .LC2: .string "ERROR: training data file not found!" .align 3 .LC3: .string "%lldK%c" .align 3 .LC4: .string "Vocab size: %lld\n" .align 3 .LC5: .string "Words in train file: %lld\n" .text .align 2 .global LearnVocabFromTrainFile .type LearnVocabFromTrainFile, %function LearnVocabFromTrainFile: .LFB16: .cfi_startproc stp x29, x30, [sp, -160]! .cfi_def_cfa_offset 160 .cfi_offset 29, -160 .cfi_offset 30, -152 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 152] mov x1, 0 str xzr, [sp, 24] b .L90 .L91: adrp x0, vocab_hash add x0, x0, :lo12:vocab_hash ldr x1, [x0] ldr x0, [sp, 24] lsl x0, x0, 2 add x0, x1, x0 mov w1, -1 str w1, [x0] ldr x0, [sp, 24] add x0, x0, 1 str x0, [sp, 24] .L90: mov w0, 50048 movk w0, 0x1c9, lsl 16 sxtw x0, w0 ldr x1, [sp, 24] cmp x1, x0 blt .L91 adrp x0, .LC1 add x1, x0, :lo12:.LC1 adrp x0, train_file add x0, x0, :lo12:train_file bl fopen str x0, [sp, 32] ldr x0, [sp, 32] cmp x0, 0 bne .L92 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl puts mov w0, 1 bl exit .L92: adrp x0, vocab_size add x0, x0, :lo12:vocab_size str xzr, [x0] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl AddWordToVocab .L100: add x0, sp, 48 ldr x1, [sp, 32] bl ReadWord ldr x0, [sp, 32] bl feof cmp w0, 0 bne .L105 adrp x0, train_words add x0, x0, :lo12:train_words ldr x0, [x0] add x1, x0, 1 adrp x0, train_words add x0, x0, :lo12:train_words str x1, [x0] adrp x0, debug_mode add x0, x0, :lo12:debug_mode ldr w0, [x0] cmp w0, 1 ble .L95 adrp x0, train_words add x0, x0, :lo12:train_words ldr x1, [x0] mov x0, 57609 movk x0, 0xc6d1, lsl 16 movk x0, 0x6b11, lsl 32 movk x0, 0x29f1, lsl 48 smulh x0, x1, x0 asr x2, x0, 14 asr x0, x1, 63 sub x0, x2, x0 mov x2, 34464 movk x2, 0x1, lsl 16 mul x0, x0, x2 sub x0, x1, x0 cmp x0, 0 bne .L95 adrp x0, train_words add x0, x0, :lo12:train_words ldr x0, [x0] mov x1, 63439 movk x1, 0xe353, lsl 16 movk x1, 0x9ba5, lsl 32 movk x1, 0x20c4, lsl 48 smulh x1, x0, x1 asr x1, x1, 7 asr x0, x0, 63 sub x0, x1, x0 mov w2, 13 mov x1, x0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl printf adrp x0, :got:stdout ldr x0, [x0, #:got_lo12:stdout] ldr x0, [x0] bl fflush .L95: add x0, sp, 48 bl SearchVocab sxtw x0, w0 str x0, [sp, 40] ldr x0, [sp, 40] cmn x0, #1 bne .L96 add x0, sp, 48 bl AddWordToVocab sxtw x0, w0 str x0, [sp, 24] adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldr x1, [sp, 24] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 mov x1, 1 str x1, [x0] b .L97 .L96: adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldr x1, [sp, 40] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x1, [x0] add x1, x1, 1 str x1, [x0] .L97: adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr d0, [x0] scvtf d1, d0 mov w0, 50048 movk w0, 0x1c9, lsl 16 scvtf d0, w0 mov x0, 7378697629483820646 movk x0, 0x3fe6, lsl 48 fmov d2, x0 fmul d0, d0, d2 fcmpe d1, d0 bgt .L103 b .L98 .L103: bl ReduceVocab .L98: b .L100 .L105: nop bl SortVocab adrp x0, debug_mode add x0, x0, :lo12:debug_mode ldr w0, [x0] cmp w0, 0 ble .L101 adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] mov x1, x0 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf adrp x0, train_words add x0, x0, :lo12:train_words ldr x0, [x0] mov x1, x0 adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl printf .L101: ldr x0, [sp, 32] bl ftell mov x1, x0 adrp x0, file_size add x0, x0, :lo12:file_size str x1, [x0] ldr x0, [sp, 32] bl fclose nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 152] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L102 bl __stack_chk_fail .L102: ldp x29, x30, [sp], 160 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE16: .size LearnVocabFromTrainFile, .-LearnVocabFromTrainFile .section .rodata .align 3 .LC6: .string "wb" .align 3 .LC7: .string "%s %lld\n" .text .align 2 .global SaveVocab .type SaveVocab, %function SaveVocab: .LFB17: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp adrp x0, .LC6 add x1, x0, :lo12:.LC6 adrp x0, save_vocab_file add x0, x0, :lo12:save_vocab_file bl fopen str x0, [sp, 24] str xzr, [sp, 16] b .L107 .L108: adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldr x1, [sp, 16] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x4, [x0, 16] adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldr x1, [sp, 16] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x0, [x0] mov x3, x0 mov x2, x4 adrp x0, .LC7 add x1, x0, :lo12:.LC7 ldr x0, [sp, 24] bl fprintf ldr x0, [sp, 16] add x0, x0, 1 str x0, [sp, 16] .L107: adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] ldr x1, [sp, 16] cmp x1, x0 blt .L108 ldr x0, [sp, 24] bl fclose nop ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE17: .size SaveVocab, .-SaveVocab .section .rodata .align 3 .LC8: .string "Vocabulary file not found" .align 3 .LC9: .string "%lld%c" .text .align 2 .global ReadVocab .type ReadVocab, %function ReadVocab: .LFB18: .cfi_startproc stp x29, x30, [sp, -160]! .cfi_def_cfa_offset 160 .cfi_offset 29, -160 .cfi_offset 30, -152 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 152] mov x1, 0 str xzr, [sp, 32] adrp x0, .LC1 add x1, x0, :lo12:.LC1 adrp x0, read_vocab_file add x0, x0, :lo12:read_vocab_file bl fopen str x0, [sp, 40] ldr x0, [sp, 40] cmp x0, 0 bne .L110 adrp x0, .LC8 add x0, x0, :lo12:.LC8 bl puts mov w0, 1 bl exit .L110: str xzr, [sp, 24] b .L111 .L112: adrp x0, vocab_hash add x0, x0, :lo12:vocab_hash ldr x1, [x0] ldr x0, [sp, 24] lsl x0, x0, 2 add x0, x1, x0 mov w1, -1 str w1, [x0] ldr x0, [sp, 24] add x0, x0, 1 str x0, [sp, 24] .L111: mov w0, 50048 movk w0, 0x1c9, lsl 16 sxtw x0, w0 ldr x1, [sp, 24] cmp x1, x0 blt .L112 adrp x0, vocab_size add x0, x0, :lo12:vocab_size str xzr, [x0] .L115: add x0, sp, 48 ldr x1, [sp, 40] bl ReadWord ldr x0, [sp, 40] bl feof cmp w0, 0 bne .L120 add x0, sp, 48 bl AddWordToVocab sxtw x0, w0 str x0, [sp, 24] adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldr x1, [sp, 24] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 mov x1, x0 add x0, sp, 23 mov x3, x0 mov x2, x1 adrp x0, .LC9 add x1, x0, :lo12:.LC9 ldr x0, [sp, 40] bl __isoc99_fscanf ldr x0, [sp, 32] add x0, x0, 1 str x0, [sp, 32] b .L115 .L120: nop bl SortVocab adrp x0, debug_mode add x0, x0, :lo12:debug_mode ldr w0, [x0] cmp w0, 0 ble .L116 adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] mov x1, x0 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf adrp x0, train_words add x0, x0, :lo12:train_words ldr x0, [x0] mov x1, x0 adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl printf .L116: adrp x0, .LC1 add x1, x0, :lo12:.LC1 adrp x0, train_file add x0, x0, :lo12:train_file bl fopen str x0, [sp, 40] ldr x0, [sp, 40] cmp x0, 0 bne .L117 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl puts mov w0, 1 bl exit .L117: mov w2, 2 mov x1, 0 ldr x0, [sp, 40] bl fseek ldr x0, [sp, 40] bl ftell mov x1, x0 adrp x0, file_size add x0, x0, :lo12:file_size str x1, [x0] ldr x0, [sp, 40] bl fclose nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 152] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L118 bl __stack_chk_fail .L118: ldp x29, x30, [sp], 160 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE18: .size ReadVocab, .-ReadVocab .section .rodata .align 3 .LC10: .string "Memory allocation failed" .text .align 2 .global InitNet .type InitNet, %function InitNet: .LFB19: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp mov x0, 1 str x0, [sp, 40] adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x1, [x0] adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] mul x0, x1, x0 lsl x0, x0, 2 mov x2, x0 mov x1, 128 adrp x0, syn0 add x0, x0, :lo12:syn0 bl posix_memalign sxtw x0, w0 str x0, [sp, 24] adrp x0, syn0 add x0, x0, :lo12:syn0 ldr x0, [x0] cmp x0, 0 bne .L122 adrp x0, .LC10 add x0, x0, :lo12:.LC10 bl puts mov w0, 1 bl exit .L122: adrp x0, hs add x0, x0, :lo12:hs ldr w0, [x0] cmp w0, 0 beq .L123 adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x1, [x0] adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] mul x0, x1, x0 lsl x0, x0, 2 mov x2, x0 mov x1, 128 adrp x0, syn1 add x0, x0, :lo12:syn1 bl posix_memalign sxtw x0, w0 str x0, [sp, 24] adrp x0, syn1 add x0, x0, :lo12:syn1 ldr x0, [x0] cmp x0, 0 bne .L124 adrp x0, .LC10 add x0, x0, :lo12:.LC10 bl puts mov w0, 1 bl exit .L124: str xzr, [sp, 24] b .L125 .L128: str xzr, [sp, 32] b .L126 .L127: adrp x0, syn1 add x0, x0, :lo12:syn1 ldr x1, [x0] adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x2, [x0] ldr x0, [sp, 24] mul x2, x2, x0 ldr x0, [sp, 32] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 str wzr, [x0] ldr x0, [sp, 32] add x0, x0, 1 str x0, [sp, 32] .L126: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 32] cmp x1, x0 blt .L127 ldr x0, [sp, 24] add x0, x0, 1 str x0, [sp, 24] .L125: adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] ldr x1, [sp, 24] cmp x1, x0 blt .L128 .L123: adrp x0, negative add x0, x0, :lo12:negative ldr w0, [x0] cmp w0, 0 ble .L129 adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x1, [x0] adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] mul x0, x1, x0 lsl x0, x0, 2 mov x2, x0 mov x1, 128 adrp x0, syn1neg add x0, x0, :lo12:syn1neg bl posix_memalign sxtw x0, w0 str x0, [sp, 24] adrp x0, syn1neg add x0, x0, :lo12:syn1neg ldr x0, [x0] cmp x0, 0 bne .L130 adrp x0, .LC10 add x0, x0, :lo12:.LC10 bl puts mov w0, 1 bl exit .L130: str xzr, [sp, 24] b .L131 .L134: str xzr, [sp, 32] b .L132 .L133: adrp x0, syn1neg add x0, x0, :lo12:syn1neg ldr x1, [x0] adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x2, [x0] ldr x0, [sp, 24] mul x2, x2, x0 ldr x0, [sp, 32] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 str wzr, [x0] ldr x0, [sp, 32] add x0, x0, 1 str x0, [sp, 32] .L132: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 32] cmp x1, x0 blt .L133 ldr x0, [sp, 24] add x0, x0, 1 str x0, [sp, 24] .L131: adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] ldr x1, [sp, 24] cmp x1, x0 blt .L134 .L129: str xzr, [sp, 24] b .L135 .L138: str xzr, [sp, 32] b .L136 .L137: ldr x1, [sp, 40] mov x0, 58989 movk x0, 0xdeec, lsl 16 movk x0, 0x5, lsl 32 mul x0, x1, x0 add x0, x0, 11 str x0, [sp, 40] ldr x0, [sp, 40] and x0, x0, 65535 ucvtf s0, x0 mov w0, 1199570944 fmov s1, w0 fdiv s0, s0, s1 fcvt d1, s0 fmov d0, 5.0e-1 fsub d1, d1, d0 adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr d0, [x0] scvtf d0, d0 fdiv d0, d1, d0 adrp x0, syn0 add x0, x0, :lo12:syn0 ldr x1, [x0] adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x2, [x0] ldr x0, [sp, 24] mul x2, x2, x0 ldr x0, [sp, 32] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 fcvt s0, d0 str s0, [x0] ldr x0, [sp, 32] add x0, x0, 1 str x0, [sp, 32] .L136: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 32] cmp x1, x0 blt .L137 ldr x0, [sp, 24] add x0, x0, 1 str x0, [sp, 24] .L135: adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] ldr x1, [sp, 24] cmp x1, x0 blt .L138 bl CreateBinaryTree nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE19: .size InitNet, .-InitNet .section .rodata .align 3 .LC11: .string "%cAlpha: %f Progress: %.1f%% Words/thread/sec: %.1fk " .text .align 2 .global TrainModelThread .type TrainModelThread, %function TrainModelThread: .LFB20: .cfi_startproc mov x12, 8240 sub sp, sp, x12 .cfi_def_cfa_offset 8240 stp x29, x30, [sp] .cfi_offset 29, -8240 .cfi_offset 30, -8232 mov x29, sp str x0, [sp, 24] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 8232] mov x1, 0 str xzr, [sp, 80] str xzr, [sp, 88] str xzr, [sp, 96] str xzr, [sp, 104] adrp x0, iter add x0, x0, :lo12:iter ldr x0, [x0] str x0, [sp, 136] ldr x0, [sp, 24] str x0, [sp, 144] adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] mov x1, 4 bl calloc str x0, [sp, 152] adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] mov x1, 4 bl calloc str x0, [sp, 160] adrp x0, .LC1 add x1, x0, :lo12:.LC1 adrp x0, train_file add x0, x0, :lo12:train_file bl fopen str x0, [sp, 168] adrp x0, file_size add x0, x0, :lo12:file_size ldr x1, [x0] adrp x0, num_threads add x0, x0, :lo12:num_threads ldr w0, [x0] sxtw x0, w0 sdiv x1, x1, x0 ldr x0, [sp, 24] mul x0, x1, x0 mov w2, 0 mov x1, x0 ldr x0, [sp, 168] bl fseek .L259: ldr x1, [sp, 96] ldr x0, [sp, 104] sub x1, x1, x0 mov x0, 10000 cmp x1, x0 ble .L140 ldr x1, [sp, 96] ldr x0, [sp, 104] sub x1, x1, x0 adrp x0, word_count_actual add x0, x0, :lo12:word_count_actual ldr x0, [x0] add x1, x1, x0 adrp x0, word_count_actual add x0, x0, :lo12:word_count_actual str x1, [x0] ldr x0, [sp, 96] str x0, [sp, 104] adrp x0, debug_mode add x0, x0, :lo12:debug_mode ldr w0, [x0] cmp w0, 1 ble .L141 bl clock str x0, [sp, 176] adrp x0, alpha add x0, x0, :lo12:alpha ldr s0, [x0] fcvt d3, s0 adrp x0, word_count_actual add x0, x0, :lo12:word_count_actual ldr x0, [x0] scvtf s1, x0 adrp x0, iter add x0, x0, :lo12:iter ldr x1, [x0] adrp x0, train_words add x0, x0, :lo12:train_words ldr x0, [x0] mul x0, x1, x0 add x0, x0, 1 scvtf s0, x0 fdiv s0, s1, s0 mov w0, 1120403456 fmov s1, w0 fmul s0, s0, s1 fcvt d4, s0 adrp x0, word_count_actual add x0, x0, :lo12:word_count_actual ldr x0, [x0] scvtf s1, x0 adrp x0, start add x0, x0, :lo12:start ldr x0, [x0] ldr x1, [sp, 176] sub x0, x1, x0 add x0, x0, 1 scvtf s0, x0 mov w0, 9216 movk w0, 0x4974, lsl 16 fmov s2, w0 fdiv s0, s0, s2 mov w0, 1148846080 fmov s2, w0 fmul s0, s0, s2 fdiv s0, s1, s0 fcvt d0, s0 fmov d2, d0 fmov d1, d4 fmov d0, d3 mov w1, 13 adrp x0, .LC11 add x0, x0, :lo12:.LC11 bl printf adrp x0, :got:stdout ldr x0, [x0, #:got_lo12:stdout] ldr x0, [x0] bl fflush .L141: adrp x0, word_count_actual add x0, x0, :lo12:word_count_actual ldr x0, [x0] scvtf s1, x0 adrp x0, iter add x0, x0, :lo12:iter ldr x1, [x0] adrp x0, train_words add x0, x0, :lo12:train_words ldr x0, [x0] mul x0, x1, x0 add x0, x0, 1 scvtf s0, x0 fdiv s0, s1, s0 fmov s1, 1.0e+0 fsub s1, s1, s0 adrp x0, starting_alpha add x0, x0, :lo12:starting_alpha ldr s0, [x0] fmul s0, s1, s0 adrp x0, alpha add x0, x0, :lo12:alpha str s0, [x0] adrp x0, alpha add x0, x0, :lo12:alpha ldr s0, [x0] fcvt d1, s0 adrp x0, starting_alpha add x0, x0, :lo12:starting_alpha ldr s0, [x0] fcvt d0, s0 adrp x0, .LC12 ldr d2, [x0, #:lo12:.LC12] fmul d0, d0, d2 fcmpe d1, d0 bmi .L261 b .L140 .L261: adrp x0, starting_alpha add x0, x0, :lo12:starting_alpha ldr s0, [x0] fcvt d0, s0 adrp x0, .LC12 ldr d1, [x0, #:lo12:.LC12] fmul d0, d0, d1 fcvt s0, d0 adrp x0, alpha add x0, x0, :lo12:alpha str s0, [x0] .L140: ldr x0, [sp, 80] cmp x0, 0 bne .L143 .L152: ldr x0, [sp, 168] bl ReadWordIndex sxtw x0, w0 str x0, [sp, 184] ldr x0, [sp, 168] bl feof cmp w0, 0 bne .L272 ldr x0, [sp, 184] cmn x0, #1 beq .L273 ldr x0, [sp, 96] add x0, x0, 1 str x0, [sp, 96] ldr x0, [sp, 184] cmp x0, 0 beq .L274 adrp x0, sample add x0, x0, :lo12:sample ldr s0, [x0] fcmpe s0, #0.0 bgt .L262 b .L149 .L262: adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldr x1, [sp, 184] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x0, [x0] scvtf s1, x0 adrp x0, train_words add x0, x0, :lo12:train_words ldr x0, [x0] scvtf s2, x0 adrp x0, sample add x0, x0, :lo12:sample ldr s0, [x0] fmul s0, s2, s0 fdiv s0, s1, s0 fcvt d0, s0 bl sqrt fmov d1, d0 fmov d0, 1.0e+0 fadd d1, d1, d0 adrp x0, train_words add x0, x0, :lo12:train_words ldr x0, [x0] scvtf s2, x0 adrp x0, sample add x0, x0, :lo12:sample ldr s0, [x0] fmul s0, s2, s0 fcvt d0, s0 fmul d1, d1, d0 adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldr x1, [sp, 184] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr d0, [x0] scvtf d0, d0 fdiv d0, d1, d0 fcvt s0, d0 str s0, [sp, 52] ldr x1, [sp, 144] mov x0, 58989 movk x0, 0xdeec, lsl 16 movk x0, 0x5, lsl 32 mul x0, x1, x0 add x0, x0, 11 str x0, [sp, 144] ldr x0, [sp, 144] and x0, x0, 65535 ucvtf s0, x0 mov w0, 1199570944 fmov s1, w0 fdiv s0, s0, s1 ldr s1, [sp, 52] fcmpe s1, s0 bmi .L275 .L149: ldr x0, [sp, 80] lsl x0, x0, 3 add x1, sp, 224 ldr x2, [sp, 184] str x2, [x1, x0] ldr x0, [sp, 80] add x0, x0, 1 str x0, [sp, 80] ldr x0, [sp, 80] cmp x0, 999 bgt .L276 b .L152 .L273: nop b .L152 .L275: nop b .L152 .L272: nop b .L145 .L274: nop b .L145 .L276: nop .L145: str xzr, [sp, 88] .L143: ldr x0, [sp, 168] bl feof cmp w0, 0 bne .L153 adrp x0, train_words add x0, x0, :lo12:train_words ldr x1, [x0] adrp x0, num_threads add x0, x0, :lo12:num_threads ldr w0, [x0] sxtw x0, w0 sdiv x0, x1, x0 ldr x1, [sp, 96] cmp x1, x0 ble .L154 .L153: ldr x1, [sp, 96] ldr x0, [sp, 104] sub x1, x1, x0 adrp x0, word_count_actual add x0, x0, :lo12:word_count_actual ldr x0, [x0] add x1, x1, x0 adrp x0, word_count_actual add x0, x0, :lo12:word_count_actual str x1, [x0] ldr x0, [sp, 136] sub x0, x0, #1 str x0, [sp, 136] ldr x0, [sp, 136] cmp x0, 0 beq .L277 str xzr, [sp, 96] str xzr, [sp, 104] str xzr, [sp, 80] adrp x0, file_size add x0, x0, :lo12:file_size ldr x1, [x0] adrp x0, num_threads add x0, x0, :lo12:num_threads ldr w0, [x0] sxtw x0, w0 sdiv x1, x1, x0 ldr x0, [sp, 24] mul x0, x1, x0 mov w2, 0 mov x1, x0 ldr x0, [sp, 168] bl fseek b .L157 .L154: ldr x0, [sp, 88] lsl x0, x0, 3 add x1, sp, 224 ldr x0, [x1, x0] str x0, [sp, 184] ldr x0, [sp, 184] cmn x0, #1 beq .L278 str xzr, [sp, 112] b .L159 .L160: ldr x0, [sp, 112] lsl x0, x0, 2 ldr x1, [sp, 152] add x0, x1, x0 str wzr, [x0] ldr x0, [sp, 112] add x0, x0, 1 str x0, [sp, 112] .L159: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 112] cmp x1, x0 blt .L160 str xzr, [sp, 112] b .L161 .L162: ldr x0, [sp, 112] lsl x0, x0, 2 ldr x1, [sp, 160] add x0, x1, x0 str wzr, [x0] ldr x0, [sp, 112] add x0, x0, 1 str x0, [sp, 112] .L161: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 112] cmp x1, x0 blt .L162 ldr x1, [sp, 144] mov x0, 58989 movk x0, 0xdeec, lsl 16 movk x0, 0x5, lsl 32 mul x0, x1, x0 add x0, x0, 11 str x0, [sp, 144] adrp x0, window add x0, x0, :lo12:window ldr w0, [x0] sxtw x1, w0 ldr x0, [sp, 144] udiv x2, x0, x1 mul x1, x2, x1 sub x0, x0, x1 str x0, [sp, 192] adrp x0, cbow add x0, x0, :lo12:cbow ldr w0, [x0] cmp w0, 0 beq .L163 str xzr, [sp, 72] ldr x0, [sp, 192] str x0, [sp, 56] b .L164 .L171: adrp x0, window add x0, x0, :lo12:window ldr w0, [x0] sxtw x0, w0 ldr x1, [sp, 56] cmp x1, x0 beq .L165 adrp x0, window add x0, x0, :lo12:window ldr w0, [x0] sxtw x0, w0 ldr x1, [sp, 88] sub x0, x1, x0 ldr x1, [sp, 56] add x0, x1, x0 str x0, [sp, 112] ldr x0, [sp, 112] cmp x0, 0 blt .L279 ldr x1, [sp, 112] ldr x0, [sp, 80] cmp x1, x0 bge .L280 ldr x0, [sp, 112] lsl x0, x0, 3 add x1, sp, 224 ldr x0, [x1, x0] str x0, [sp, 200] ldr x0, [sp, 200] cmn x0, #1 beq .L281 str xzr, [sp, 112] b .L169 .L170: ldr x0, [sp, 112] lsl x0, x0, 2 ldr x1, [sp, 152] add x0, x1, x0 ldr s1, [x0] adrp x0, syn0 add x0, x0, :lo12:syn0 ldr x1, [x0] adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x2, [x0] ldr x0, [sp, 200] mul x2, x2, x0 ldr x0, [sp, 112] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 ldr s0, [x0] ldr x0, [sp, 112] lsl x0, x0, 2 ldr x1, [sp, 152] add x0, x1, x0 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 112] add x0, x0, 1 str x0, [sp, 112] .L169: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 112] cmp x1, x0 blt .L170 ldr x0, [sp, 72] add x0, x0, 1 str x0, [sp, 72] b .L165 .L279: nop b .L165 .L280: nop b .L165 .L281: nop .L165: ldr x0, [sp, 56] add x0, x0, 1 str x0, [sp, 56] .L164: adrp x0, window add x0, x0, :lo12:window ldr w0, [x0] lsl w0, w0, 1 add w0, w0, 1 sxtw x1, w0 ldr x0, [sp, 192] sub x0, x1, x0 ldr x1, [sp, 56] cmp x1, x0 blt .L171 ldr x0, [sp, 72] cmp x0, 0 beq .L172 str xzr, [sp, 112] b .L173 .L174: ldr x0, [sp, 112] lsl x0, x0, 2 ldr x1, [sp, 152] add x0, x1, x0 ldr s1, [x0] ldr x0, [sp, 72] scvtf s0, x0 ldr x0, [sp, 112] lsl x0, x0, 2 ldr x1, [sp, 152] add x0, x1, x0 fdiv s0, s1, s0 str s0, [x0] ldr x0, [sp, 112] add x0, x0, 1 str x0, [sp, 112] .L173: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 112] cmp x1, x0 blt .L174 adrp x0, hs add x0, x0, :lo12:hs ldr w0, [x0] cmp w0, 0 beq .L175 str xzr, [sp, 64] b .L176 .L188: str wzr, [sp, 44] adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldr x1, [sp, 184] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x1, [x0, 8] ldr x0, [sp, 64] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] sxtw x1, w0 adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] mul x0, x1, x0 str x0, [sp, 216] str xzr, [sp, 112] b .L177 .L178: ldr x0, [sp, 112] lsl x0, x0, 2 ldr x1, [sp, 152] add x0, x1, x0 ldr s1, [x0] adrp x0, syn1 add x0, x0, :lo12:syn1 ldr x1, [x0] ldr x2, [sp, 112] ldr x0, [sp, 216] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 ldr s0, [x0] fmul s0, s1, s0 ldr s1, [sp, 44] fadd s0, s1, s0 str s0, [sp, 44] ldr x0, [sp, 112] add x0, x0, 1 str x0, [sp, 112] .L177: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 112] cmp x1, x0 blt .L178 ldr s1, [sp, 44] fmov s0, -6.0e+0 fcmpe s1, s0 bls .L282 ldr s1, [sp, 44] fmov s0, 6.0e+0 fcmpe s1, s0 bge .L283 adrp x0, expTable add x0, x0, :lo12:expTable ldr x1, [x0] ldr s1, [sp, 44] fmov s0, 6.0e+0 fadd s0, s1, s0 mov w0, 1118175232 fmov s1, w0 fmul s0, s0, s1 fcvtzs w0, s0 sxtw x0, w0 lsl x0, x0, 2 add x0, x1, x0 ldr s0, [x0] str s0, [sp, 44] adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldr x1, [sp, 184] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x1, [x0, 24] ldr x0, [sp, 64] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 mov w0, 1 sub w0, w0, w1 scvtf s1, w0 ldr s0, [sp, 44] fsub s1, s1, s0 adrp x0, alpha add x0, x0, :lo12:alpha ldr s0, [x0] fmul s0, s1, s0 str s0, [sp, 48] str xzr, [sp, 112] b .L184 .L185: ldr x0, [sp, 112] lsl x0, x0, 2 ldr x1, [sp, 160] add x0, x1, x0 ldr s1, [x0] adrp x0, syn1 add x0, x0, :lo12:syn1 ldr x1, [x0] ldr x2, [sp, 112] ldr x0, [sp, 216] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 ldr s2, [x0] ldr s0, [sp, 48] fmul s0, s2, s0 ldr x0, [sp, 112] lsl x0, x0, 2 ldr x1, [sp, 160] add x0, x1, x0 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 112] add x0, x0, 1 str x0, [sp, 112] .L184: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 112] cmp x1, x0 blt .L185 str xzr, [sp, 112] b .L186 .L187: adrp x0, syn1 add x0, x0, :lo12:syn1 ldr x1, [x0] ldr x2, [sp, 112] ldr x0, [sp, 216] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 ldr s1, [x0] ldr x0, [sp, 112] lsl x0, x0, 2 ldr x1, [sp, 152] add x0, x1, x0 ldr s2, [x0] ldr s0, [sp, 48] fmul s0, s2, s0 adrp x0, syn1 add x0, x0, :lo12:syn1 ldr x1, [x0] ldr x2, [sp, 112] ldr x0, [sp, 216] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 112] add x0, x0, 1 str x0, [sp, 112] .L186: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 112] cmp x1, x0 blt .L187 b .L181 .L282: nop b .L181 .L283: nop .L181: ldr x0, [sp, 64] add x0, x0, 1 str x0, [sp, 64] .L176: adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldr x1, [sp, 184] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldrb w0, [x0, 32] and x0, x0, 255 ldr x1, [sp, 64] cmp x1, x0 blt .L188 .L175: adrp x0, negative add x0, x0, :lo12:negative ldr w0, [x0] cmp w0, 0 ble .L189 str xzr, [sp, 64] b .L190 .L207: ldr x0, [sp, 64] cmp x0, 0 bne .L191 ldr x0, [sp, 184] str x0, [sp, 120] mov x0, 1 str x0, [sp, 128] b .L192 .L191: ldr x1, [sp, 144] mov x0, 58989 movk x0, 0xdeec, lsl 16 movk x0, 0x5, lsl 32 mul x0, x1, x0 add x0, x0, 11 str x0, [sp, 144] adrp x0, table add x0, x0, :lo12:table ldr x2, [x0] ldr x0, [sp, 144] lsr x0, x0, 16 mov w1, 57600 movk w1, 0x5f5, lsl 16 sxtw x1, w1 udiv x3, x0, x1 mul x1, x3, x1 sub x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 ldr w0, [x0] sxtw x0, w0 str x0, [sp, 120] ldr x0, [sp, 120] cmp x0, 0 bne .L193 adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] sub x0, x0, #1 mov x1, x0 ldr x0, [sp, 144] udiv x2, x0, x1 mul x1, x2, x1 sub x0, x0, x1 add x0, x0, 1 str x0, [sp, 120] .L193: ldr x1, [sp, 120] ldr x0, [sp, 184] cmp x1, x0 beq .L284 str xzr, [sp, 128] .L192: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 120] mul x0, x1, x0 str x0, [sp, 216] str wzr, [sp, 44] str xzr, [sp, 112] b .L196 .L197: ldr x0, [sp, 112] lsl x0, x0, 2 ldr x1, [sp, 152] add x0, x1, x0 ldr s1, [x0] adrp x0, syn1neg add x0, x0, :lo12:syn1neg ldr x1, [x0] ldr x2, [sp, 112] ldr x0, [sp, 216] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 ldr s0, [x0] fmul s0, s1, s0 ldr s1, [sp, 44] fadd s0, s1, s0 str s0, [sp, 44] ldr x0, [sp, 112] add x0, x0, 1 str x0, [sp, 112] .L196: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 112] cmp x1, x0 blt .L197 ldr s1, [sp, 44] fmov s0, 6.0e+0 fcmpe s1, s0 bgt .L263 b .L268 .L263: ldr x0, [sp, 128] sub x0, x0, #1 scvtf s1, x0 adrp x0, alpha add x0, x0, :lo12:alpha ldr s0, [x0] fmul s0, s1, s0 str s0, [sp, 48] b .L200 .L268: ldr s1, [sp, 44] fmov s0, -6.0e+0 fcmpe s1, s0 bmi .L264 b .L269 .L264: ldr x0, [sp, 128] scvtf s1, x0 adrp x0, alpha add x0, x0, :lo12:alpha ldr s0, [x0] fmul s0, s1, s0 str s0, [sp, 48] b .L200 .L269: ldr x0, [sp, 128] scvtf s1, x0 adrp x0, expTable add x0, x0, :lo12:expTable ldr x1, [x0] ldr s2, [sp, 44] fmov s0, 6.0e+0 fadd s0, s2, s0 mov w0, 1118175232 fmov s2, w0 fmul s0, s0, s2 fcvtzs w0, s0 sxtw x0, w0 lsl x0, x0, 2 add x0, x1, x0 ldr s0, [x0] fsub s1, s1, s0 adrp x0, alpha add x0, x0, :lo12:alpha ldr s0, [x0] fmul s0, s1, s0 str s0, [sp, 48] .L200: str xzr, [sp, 112] b .L203 .L204: ldr x0, [sp, 112] lsl x0, x0, 2 ldr x1, [sp, 160] add x0, x1, x0 ldr s1, [x0] adrp x0, syn1neg add x0, x0, :lo12:syn1neg ldr x1, [x0] ldr x2, [sp, 112] ldr x0, [sp, 216] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 ldr s2, [x0] ldr s0, [sp, 48] fmul s0, s2, s0 ldr x0, [sp, 112] lsl x0, x0, 2 ldr x1, [sp, 160] add x0, x1, x0 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 112] add x0, x0, 1 str x0, [sp, 112] .L203: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 112] cmp x1, x0 blt .L204 str xzr, [sp, 112] b .L205 .L206: adrp x0, syn1neg add x0, x0, :lo12:syn1neg ldr x1, [x0] ldr x2, [sp, 112] ldr x0, [sp, 216] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 ldr s1, [x0] ldr x0, [sp, 112] lsl x0, x0, 2 ldr x1, [sp, 152] add x0, x1, x0 ldr s2, [x0] ldr s0, [sp, 48] fmul s0, s2, s0 adrp x0, syn1neg add x0, x0, :lo12:syn1neg ldr x1, [x0] ldr x2, [sp, 112] ldr x0, [sp, 216] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 112] add x0, x0, 1 str x0, [sp, 112] .L205: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 112] cmp x1, x0 blt .L206 b .L195 .L284: nop .L195: ldr x0, [sp, 64] add x0, x0, 1 str x0, [sp, 64] .L190: adrp x0, negative add x0, x0, :lo12:negative ldr w0, [x0] add w0, w0, 1 sxtw x0, w0 ldr x1, [sp, 64] cmp x1, x0 blt .L207 .L189: ldr x0, [sp, 192] str x0, [sp, 56] b .L208 .L215: adrp x0, window add x0, x0, :lo12:window ldr w0, [x0] sxtw x0, w0 ldr x1, [sp, 56] cmp x1, x0 beq .L209 adrp x0, window add x0, x0, :lo12:window ldr w0, [x0] sxtw x0, w0 ldr x1, [sp, 88] sub x0, x1, x0 ldr x1, [sp, 56] add x0, x1, x0 str x0, [sp, 112] ldr x0, [sp, 112] cmp x0, 0 blt .L285 ldr x1, [sp, 112] ldr x0, [sp, 80] cmp x1, x0 bge .L286 ldr x0, [sp, 112] lsl x0, x0, 3 add x1, sp, 224 ldr x0, [x1, x0] str x0, [sp, 200] ldr x0, [sp, 200] cmn x0, #1 beq .L287 str xzr, [sp, 112] b .L213 .L214: adrp x0, syn0 add x0, x0, :lo12:syn0 ldr x1, [x0] adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x2, [x0] ldr x0, [sp, 200] mul x2, x2, x0 ldr x0, [sp, 112] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 ldr s1, [x0] ldr x0, [sp, 112] lsl x0, x0, 2 ldr x1, [sp, 160] add x0, x1, x0 ldr s0, [x0] adrp x0, syn0 add x0, x0, :lo12:syn0 ldr x1, [x0] adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x2, [x0] ldr x0, [sp, 200] mul x2, x2, x0 ldr x0, [sp, 112] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 112] add x0, x0, 1 str x0, [sp, 112] .L213: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 112] cmp x1, x0 blt .L214 b .L209 .L285: nop b .L209 .L286: nop b .L209 .L287: nop .L209: ldr x0, [sp, 56] add x0, x0, 1 str x0, [sp, 56] .L208: adrp x0, window add x0, x0, :lo12:window ldr w0, [x0] lsl w0, w0, 1 add w0, w0, 1 sxtw x1, w0 ldr x0, [sp, 192] sub x0, x1, x0 ldr x1, [sp, 56] cmp x1, x0 blt .L215 b .L172 .L163: ldr x0, [sp, 192] str x0, [sp, 56] b .L216 .L258: adrp x0, window add x0, x0, :lo12:window ldr w0, [x0] sxtw x0, w0 ldr x1, [sp, 56] cmp x1, x0 beq .L217 adrp x0, window add x0, x0, :lo12:window ldr w0, [x0] sxtw x0, w0 ldr x1, [sp, 88] sub x0, x1, x0 ldr x1, [sp, 56] add x0, x1, x0 str x0, [sp, 112] ldr x0, [sp, 112] cmp x0, 0 blt .L288 ldr x1, [sp, 112] ldr x0, [sp, 80] cmp x1, x0 bge .L289 ldr x0, [sp, 112] lsl x0, x0, 3 add x1, sp, 224 ldr x0, [x1, x0] str x0, [sp, 200] ldr x0, [sp, 200] cmn x0, #1 beq .L290 adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 200] mul x0, x1, x0 str x0, [sp, 208] str xzr, [sp, 112] b .L221 .L222: ldr x0, [sp, 112] lsl x0, x0, 2 ldr x1, [sp, 160] add x0, x1, x0 str wzr, [x0] ldr x0, [sp, 112] add x0, x0, 1 str x0, [sp, 112] .L221: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 112] cmp x1, x0 blt .L222 adrp x0, hs add x0, x0, :lo12:hs ldr w0, [x0] cmp w0, 0 beq .L223 str xzr, [sp, 64] b .L224 .L236: str wzr, [sp, 44] adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldr x1, [sp, 184] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x1, [x0, 8] ldr x0, [sp, 64] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] sxtw x1, w0 adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] mul x0, x1, x0 str x0, [sp, 216] str xzr, [sp, 112] b .L225 .L226: adrp x0, syn0 add x0, x0, :lo12:syn0 ldr x1, [x0] ldr x2, [sp, 112] ldr x0, [sp, 208] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 ldr s1, [x0] adrp x0, syn1 add x0, x0, :lo12:syn1 ldr x1, [x0] ldr x2, [sp, 112] ldr x0, [sp, 216] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 ldr s0, [x0] fmul s0, s1, s0 ldr s1, [sp, 44] fadd s0, s1, s0 str s0, [sp, 44] ldr x0, [sp, 112] add x0, x0, 1 str x0, [sp, 112] .L225: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 112] cmp x1, x0 blt .L226 ldr s1, [sp, 44] fmov s0, -6.0e+0 fcmpe s1, s0 bls .L291 ldr s1, [sp, 44] fmov s0, 6.0e+0 fcmpe s1, s0 bge .L292 adrp x0, expTable add x0, x0, :lo12:expTable ldr x1, [x0] ldr s1, [sp, 44] fmov s0, 6.0e+0 fadd s0, s1, s0 mov w0, 1118175232 fmov s1, w0 fmul s0, s0, s1 fcvtzs w0, s0 sxtw x0, w0 lsl x0, x0, 2 add x0, x1, x0 ldr s0, [x0] str s0, [sp, 44] adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldr x1, [sp, 184] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x1, [x0, 24] ldr x0, [sp, 64] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 mov w0, 1 sub w0, w0, w1 scvtf s1, w0 ldr s0, [sp, 44] fsub s1, s1, s0 adrp x0, alpha add x0, x0, :lo12:alpha ldr s0, [x0] fmul s0, s1, s0 str s0, [sp, 48] str xzr, [sp, 112] b .L232 .L233: ldr x0, [sp, 112] lsl x0, x0, 2 ldr x1, [sp, 160] add x0, x1, x0 ldr s1, [x0] adrp x0, syn1 add x0, x0, :lo12:syn1 ldr x1, [x0] ldr x2, [sp, 112] ldr x0, [sp, 216] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 ldr s2, [x0] ldr s0, [sp, 48] fmul s0, s2, s0 ldr x0, [sp, 112] lsl x0, x0, 2 ldr x1, [sp, 160] add x0, x1, x0 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 112] add x0, x0, 1 str x0, [sp, 112] .L232: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 112] cmp x1, x0 blt .L233 str xzr, [sp, 112] b .L234 .L235: adrp x0, syn1 add x0, x0, :lo12:syn1 ldr x1, [x0] ldr x2, [sp, 112] ldr x0, [sp, 216] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 ldr s1, [x0] adrp x0, syn0 add x0, x0, :lo12:syn0 ldr x1, [x0] ldr x2, [sp, 112] ldr x0, [sp, 208] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 ldr s2, [x0] ldr s0, [sp, 48] fmul s0, s2, s0 adrp x0, syn1 add x0, x0, :lo12:syn1 ldr x1, [x0] ldr x2, [sp, 112] ldr x0, [sp, 216] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 112] add x0, x0, 1 str x0, [sp, 112] .L234: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 112] cmp x1, x0 blt .L235 b .L229 .L291: nop b .L229 .L292: nop .L229: ldr x0, [sp, 64] add x0, x0, 1 str x0, [sp, 64] .L224: adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldr x1, [sp, 184] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldrb w0, [x0, 32] and x0, x0, 255 ldr x1, [sp, 64] cmp x1, x0 blt .L236 .L223: adrp x0, negative add x0, x0, :lo12:negative ldr w0, [x0] cmp w0, 0 ble .L237 str xzr, [sp, 64] b .L238 .L255: ldr x0, [sp, 64] cmp x0, 0 bne .L239 ldr x0, [sp, 184] str x0, [sp, 120] mov x0, 1 str x0, [sp, 128] b .L240 .L239: ldr x1, [sp, 144] mov x0, 58989 movk x0, 0xdeec, lsl 16 movk x0, 0x5, lsl 32 mul x0, x1, x0 add x0, x0, 11 str x0, [sp, 144] adrp x0, table add x0, x0, :lo12:table ldr x2, [x0] ldr x0, [sp, 144] lsr x0, x0, 16 mov w1, 57600 movk w1, 0x5f5, lsl 16 sxtw x1, w1 udiv x3, x0, x1 mul x1, x3, x1 sub x0, x0, x1 lsl x0, x0, 2 add x0, x2, x0 ldr w0, [x0] sxtw x0, w0 str x0, [sp, 120] ldr x0, [sp, 120] cmp x0, 0 bne .L241 adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] sub x0, x0, #1 mov x1, x0 ldr x0, [sp, 144] udiv x2, x0, x1 mul x1, x2, x1 sub x0, x0, x1 add x0, x0, 1 str x0, [sp, 120] .L241: ldr x1, [sp, 120] ldr x0, [sp, 184] cmp x1, x0 beq .L293 str xzr, [sp, 128] .L240: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 120] mul x0, x1, x0 str x0, [sp, 216] str wzr, [sp, 44] str xzr, [sp, 112] b .L244 .L245: adrp x0, syn0 add x0, x0, :lo12:syn0 ldr x1, [x0] ldr x2, [sp, 112] ldr x0, [sp, 208] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 ldr s1, [x0] adrp x0, syn1neg add x0, x0, :lo12:syn1neg ldr x1, [x0] ldr x2, [sp, 112] ldr x0, [sp, 216] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 ldr s0, [x0] fmul s0, s1, s0 ldr s1, [sp, 44] fadd s0, s1, s0 str s0, [sp, 44] ldr x0, [sp, 112] add x0, x0, 1 str x0, [sp, 112] .L244: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 112] cmp x1, x0 blt .L245 ldr s1, [sp, 44] fmov s0, 6.0e+0 fcmpe s1, s0 bgt .L265 b .L270 .L265: ldr x0, [sp, 128] sub x0, x0, #1 scvtf s1, x0 adrp x0, alpha add x0, x0, :lo12:alpha ldr s0, [x0] fmul s0, s1, s0 str s0, [sp, 48] b .L248 .L270: ldr s1, [sp, 44] fmov s0, -6.0e+0 fcmpe s1, s0 bmi .L266 b .L271 .L266: ldr x0, [sp, 128] scvtf s1, x0 adrp x0, alpha add x0, x0, :lo12:alpha ldr s0, [x0] fmul s0, s1, s0 str s0, [sp, 48] b .L248 .L271: ldr x0, [sp, 128] scvtf s1, x0 adrp x0, expTable add x0, x0, :lo12:expTable ldr x1, [x0] ldr s2, [sp, 44] fmov s0, 6.0e+0 fadd s0, s2, s0 mov w0, 1118175232 fmov s2, w0 fmul s0, s0, s2 fcvtzs w0, s0 sxtw x0, w0 lsl x0, x0, 2 add x0, x1, x0 ldr s0, [x0] fsub s1, s1, s0 adrp x0, alpha add x0, x0, :lo12:alpha ldr s0, [x0] fmul s0, s1, s0 str s0, [sp, 48] .L248: str xzr, [sp, 112] b .L251 .L252: ldr x0, [sp, 112] lsl x0, x0, 2 ldr x1, [sp, 160] add x0, x1, x0 ldr s1, [x0] adrp x0, syn1neg add x0, x0, :lo12:syn1neg ldr x1, [x0] ldr x2, [sp, 112] ldr x0, [sp, 216] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 ldr s2, [x0] ldr s0, [sp, 48] fmul s0, s2, s0 ldr x0, [sp, 112] lsl x0, x0, 2 ldr x1, [sp, 160] add x0, x1, x0 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 112] add x0, x0, 1 str x0, [sp, 112] .L251: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 112] cmp x1, x0 blt .L252 str xzr, [sp, 112] b .L253 .L254: adrp x0, syn1neg add x0, x0, :lo12:syn1neg ldr x1, [x0] ldr x2, [sp, 112] ldr x0, [sp, 216] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 ldr s1, [x0] adrp x0, syn0 add x0, x0, :lo12:syn0 ldr x1, [x0] ldr x2, [sp, 112] ldr x0, [sp, 208] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 ldr s2, [x0] ldr s0, [sp, 48] fmul s0, s2, s0 adrp x0, syn1neg add x0, x0, :lo12:syn1neg ldr x1, [x0] ldr x2, [sp, 112] ldr x0, [sp, 216] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 112] add x0, x0, 1 str x0, [sp, 112] .L253: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 112] cmp x1, x0 blt .L254 b .L243 .L293: nop .L243: ldr x0, [sp, 64] add x0, x0, 1 str x0, [sp, 64] .L238: adrp x0, negative add x0, x0, :lo12:negative ldr w0, [x0] add w0, w0, 1 sxtw x0, w0 ldr x1, [sp, 64] cmp x1, x0 blt .L255 .L237: str xzr, [sp, 112] b .L256 .L257: adrp x0, syn0 add x0, x0, :lo12:syn0 ldr x1, [x0] ldr x2, [sp, 112] ldr x0, [sp, 208] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 ldr s1, [x0] ldr x0, [sp, 112] lsl x0, x0, 2 ldr x1, [sp, 160] add x0, x1, x0 ldr s0, [x0] adrp x0, syn0 add x0, x0, :lo12:syn0 ldr x1, [x0] ldr x2, [sp, 112] ldr x0, [sp, 208] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 112] add x0, x0, 1 str x0, [sp, 112] .L256: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 112] cmp x1, x0 blt .L257 b .L217 .L288: nop b .L217 .L289: nop b .L217 .L290: nop .L217: ldr x0, [sp, 56] add x0, x0, 1 str x0, [sp, 56] .L216: adrp x0, window add x0, x0, :lo12:window ldr w0, [x0] lsl w0, w0, 1 add w0, w0, 1 sxtw x1, w0 ldr x0, [sp, 192] sub x0, x1, x0 ldr x1, [sp, 56] cmp x1, x0 blt .L258 .L172: ldr x0, [sp, 88] add x0, x0, 1 str x0, [sp, 88] ldr x1, [sp, 88] ldr x0, [sp, 80] cmp x1, x0 blt .L259 str xzr, [sp, 80] b .L157 .L278: nop .L157: b .L259 .L277: nop ldr x0, [sp, 168] bl fclose ldr x0, [sp, 152] bl free ldr x0, [sp, 160] bl free mov x0, 0 bl pthread_exit .cfi_endproc .LFE20: .size TrainModelThread, .-TrainModelThread .section .rodata .align 3 .LC13: .string "Starting training using file %s\n" .align 3 .LC14: .string "%lld %lld\n" .align 3 .LC15: .string "%s " .align 3 .LC16: .string "%lf " .align 3 .LC17: .string "%s %d\n" .text .align 2 .global TrainModel .type TrainModel, %function TrainModel: .LFB21: .cfi_startproc stp x29, x30, [sp, -112]! .cfi_def_cfa_offset 112 .cfi_offset 29, -112 .cfi_offset 30, -104 mov x29, sp adrp x0, num_threads add x0, x0, :lo12:num_threads ldr w0, [x0] sxtw x0, w0 lsl x0, x0, 3 bl malloc str x0, [sp, 72] adrp x0, train_file add x1, x0, :lo12:train_file adrp x0, .LC13 add x0, x0, :lo12:.LC13 bl printf adrp x0, alpha add x0, x0, :lo12:alpha ldr s0, [x0] adrp x0, starting_alpha add x0, x0, :lo12:starting_alpha str s0, [x0] adrp x0, read_vocab_file add x0, x0, :lo12:read_vocab_file ldrb w0, [x0] cmp w0, 0 beq .L295 bl ReadVocab b .L296 .L295: bl LearnVocabFromTrainFile .L296: adrp x0, save_vocab_file add x0, x0, :lo12:save_vocab_file ldrb w0, [x0] cmp w0, 0 beq .L297 bl SaveVocab .L297: adrp x0, output_file add x0, x0, :lo12:output_file ldrb w0, [x0] cmp w0, 0 beq .L344 bl InitNet adrp x0, negative add x0, x0, :lo12:negative ldr w0, [x0] cmp w0, 0 ble .L300 bl InitUnigramTable .L300: bl clock mov x1, x0 adrp x0, start add x0, x0, :lo12:start str x1, [x0] str xzr, [sp, 40] b .L301 .L302: ldr x0, [sp, 40] lsl x0, x0, 3 ldr x1, [sp, 72] add x4, x1, x0 ldr x0, [sp, 40] mov x3, x0 adrp x0, TrainModelThread add x2, x0, :lo12:TrainModelThread mov x1, 0 mov x0, x4 bl pthread_create ldr x0, [sp, 40] add x0, x0, 1 str x0, [sp, 40] .L301: adrp x0, num_threads add x0, x0, :lo12:num_threads ldr w0, [x0] sxtw x0, w0 ldr x1, [sp, 40] cmp x1, x0 blt .L302 str xzr, [sp, 40] b .L303 .L304: ldr x0, [sp, 40] lsl x0, x0, 3 ldr x1, [sp, 72] add x0, x1, x0 ldr x0, [x0] mov x1, 0 bl pthread_join ldr x0, [sp, 40] add x0, x0, 1 str x0, [sp, 40] .L303: adrp x0, num_threads add x0, x0, :lo12:num_threads ldr w0, [x0] sxtw x0, w0 ldr x1, [sp, 40] cmp x1, x0 blt .L304 adrp x0, .LC6 add x1, x0, :lo12:.LC6 adrp x0, output_file add x0, x0, :lo12:output_file bl fopen str x0, [sp, 80] adrp x0, classes add x0, x0, :lo12:classes ldr x0, [x0] cmp x0, 0 bne .L305 adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x1, [x0] adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] mov x3, x0 mov x2, x1 adrp x0, .LC14 add x1, x0, :lo12:.LC14 ldr x0, [sp, 80] bl fprintf str xzr, [sp, 40] b .L306 .L313: adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldr x1, [sp, 40] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x0, [x0, 16] mov x2, x0 adrp x0, .LC15 add x1, x0, :lo12:.LC15 ldr x0, [sp, 80] bl fprintf adrp x0, binary add x0, x0, :lo12:binary ldr w0, [x0] cmp w0, 0 beq .L307 str xzr, [sp, 48] b .L308 .L309: adrp x0, syn0 add x0, x0, :lo12:syn0 ldr x1, [x0] adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x2, [x0] ldr x0, [sp, 40] mul x2, x2, x0 ldr x0, [sp, 48] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 ldr x3, [sp, 80] mov x2, 1 mov x1, 4 bl fwrite ldr x0, [sp, 48] add x0, x0, 1 str x0, [sp, 48] .L308: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 48] cmp x1, x0 blt .L309 b .L310 .L307: str xzr, [sp, 48] b .L311 .L312: adrp x0, syn0 add x0, x0, :lo12:syn0 ldr x1, [x0] adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x2, [x0] ldr x0, [sp, 40] mul x2, x2, x0 ldr x0, [sp, 48] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 ldr s0, [x0] fcvt d0, s0 adrp x0, .LC16 add x1, x0, :lo12:.LC16 ldr x0, [sp, 80] bl fprintf ldr x0, [sp, 48] add x0, x0, 1 str x0, [sp, 48] .L311: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 48] cmp x1, x0 blt .L312 .L310: ldr x1, [sp, 80] mov w0, 10 bl fputc ldr x0, [sp, 40] add x0, x0, 1 str x0, [sp, 40] .L306: adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] ldr x1, [sp, 40] cmp x1, x0 blt .L313 b .L314 .L305: adrp x0, classes add x0, x0, :lo12:classes ldr x0, [x0] str w0, [sp, 32] mov w0, 10 str w0, [sp, 36] adrp x0, classes add x0, x0, :lo12:classes ldr x0, [x0] lsl x0, x0, 2 bl malloc str x0, [sp, 88] adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] mov x1, 4 bl calloc str x0, [sp, 96] adrp x0, classes add x0, x0, :lo12:classes ldr x1, [x0] adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] mul x0, x1, x0 mov x1, 4 bl calloc str x0, [sp, 104] str xzr, [sp, 40] b .L315 .L316: ldrsw x1, [sp, 32] ldr x0, [sp, 40] sdiv x2, x0, x1 mul x1, x2, x1 sub x2, x0, x1 ldr x0, [sp, 40] lsl x0, x0, 2 ldr x1, [sp, 96] add x0, x1, x0 mov w1, w2 str w1, [x0] ldr x0, [sp, 40] add x0, x0, 1 str x0, [sp, 40] .L315: adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] ldr x1, [sp, 40] cmp x1, x0 blt .L316 str xzr, [sp, 40] b .L317 .L340: str xzr, [sp, 48] b .L318 .L319: ldr x0, [sp, 48] lsl x0, x0, 2 ldr x1, [sp, 104] add x0, x1, x0 str wzr, [x0] ldr x0, [sp, 48] add x0, x0, 1 str x0, [sp, 48] .L318: ldrsw x1, [sp, 32] adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] mul x0, x1, x0 ldr x1, [sp, 48] cmp x1, x0 blt .L319 str xzr, [sp, 48] b .L320 .L321: ldr x0, [sp, 48] lsl x0, x0, 2 ldr x1, [sp, 88] add x0, x1, x0 mov w1, 1 str w1, [x0] ldr x0, [sp, 48] add x0, x0, 1 str x0, [sp, 48] .L320: ldrsw x0, [sp, 32] ldr x1, [sp, 48] cmp x1, x0 blt .L321 str xzr, [sp, 56] b .L322 .L325: str xzr, [sp, 64] b .L323 .L324: ldr x0, [sp, 56] lsl x0, x0, 2 ldr x1, [sp, 96] add x0, x1, x0 ldr w0, [x0] sxtw x1, w0 adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] mul x1, x1, x0 ldr x0, [sp, 64] add x0, x1, x0 lsl x0, x0, 2 ldr x1, [sp, 104] add x0, x1, x0 ldr s1, [x0] adrp x0, syn0 add x0, x0, :lo12:syn0 ldr x1, [x0] adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x2, [x0] ldr x0, [sp, 56] mul x2, x2, x0 ldr x0, [sp, 64] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 ldr s0, [x0] ldr x0, [sp, 56] lsl x0, x0, 2 ldr x1, [sp, 96] add x0, x1, x0 ldr w0, [x0] sxtw x1, w0 adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] mul x1, x1, x0 ldr x0, [sp, 64] add x0, x1, x0 lsl x0, x0, 2 ldr x1, [sp, 104] add x0, x1, x0 fadd s0, s1, s0 str s0, [x0] ldr x0, [sp, 64] add x0, x0, 1 str x0, [sp, 64] .L323: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 64] cmp x1, x0 blt .L324 ldr x0, [sp, 56] lsl x0, x0, 2 ldr x1, [sp, 96] add x0, x1, x0 ldr w0, [x0] sxtw x0, w0 lsl x0, x0, 2 ldr x1, [sp, 88] add x0, x1, x0 ldr w1, [x0] add w1, w1, 1 str w1, [x0] ldr x0, [sp, 56] add x0, x0, 1 str x0, [sp, 56] .L322: adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] ldr x1, [sp, 56] cmp x1, x0 blt .L325 str xzr, [sp, 48] b .L326 .L331: str wzr, [sp, 24] str xzr, [sp, 56] b .L327 .L328: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x1, [x0] ldr x0, [sp, 48] mul x1, x1, x0 ldr x0, [sp, 56] add x0, x1, x0 lsl x0, x0, 2 ldr x1, [sp, 104] add x0, x1, x0 ldr s1, [x0] ldr x0, [sp, 48] lsl x0, x0, 2 ldr x1, [sp, 88] add x0, x1, x0 ldr s0, [x0] scvtf s0, s0 adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x1, [x0] ldr x0, [sp, 48] mul x1, x1, x0 ldr x0, [sp, 56] add x0, x1, x0 lsl x0, x0, 2 ldr x1, [sp, 104] add x0, x1, x0 fdiv s0, s1, s0 str s0, [x0] adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x1, [x0] ldr x0, [sp, 48] mul x1, x1, x0 ldr x0, [sp, 56] add x0, x1, x0 lsl x0, x0, 2 ldr x1, [sp, 104] add x0, x1, x0 ldr s1, [x0] adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x1, [x0] ldr x0, [sp, 48] mul x1, x1, x0 ldr x0, [sp, 56] add x0, x1, x0 lsl x0, x0, 2 ldr x1, [sp, 104] add x0, x1, x0 ldr s0, [x0] fmul s0, s1, s0 ldr s1, [sp, 24] fadd s0, s1, s0 str s0, [sp, 24] ldr x0, [sp, 56] add x0, x0, 1 str x0, [sp, 56] .L327: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 56] cmp x1, x0 blt .L328 ldr s0, [sp, 24] fcvt d0, s0 bl sqrt fcvt s0, d0 str s0, [sp, 24] str xzr, [sp, 56] b .L329 .L330: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x1, [x0] ldr x0, [sp, 48] mul x1, x1, x0 ldr x0, [sp, 56] add x0, x1, x0 lsl x0, x0, 2 ldr x1, [sp, 104] add x0, x1, x0 ldr s1, [x0] adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x1, [x0] ldr x0, [sp, 48] mul x1, x1, x0 ldr x0, [sp, 56] add x0, x1, x0 lsl x0, x0, 2 ldr x1, [sp, 104] add x0, x1, x0 ldr s0, [sp, 24] fdiv s0, s1, s0 str s0, [x0] ldr x0, [sp, 56] add x0, x0, 1 str x0, [sp, 56] .L329: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 56] cmp x1, x0 blt .L330 ldr x0, [sp, 48] add x0, x0, 1 str x0, [sp, 48] .L326: ldrsw x0, [sp, 32] ldr x1, [sp, 48] cmp x1, x0 blt .L331 str xzr, [sp, 56] b .L332 .L339: fmov s0, -1.0e+1 str s0, [sp, 24] str wzr, [sp, 20] str xzr, [sp, 64] b .L333 .L338: str wzr, [sp, 28] str xzr, [sp, 48] b .L334 .L335: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x1, [x0] ldr x0, [sp, 64] mul x1, x1, x0 ldr x0, [sp, 48] add x0, x1, x0 lsl x0, x0, 2 ldr x1, [sp, 104] add x0, x1, x0 ldr s1, [x0] adrp x0, syn0 add x0, x0, :lo12:syn0 ldr x1, [x0] adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x2, [x0] ldr x0, [sp, 56] mul x2, x2, x0 ldr x0, [sp, 48] add x0, x2, x0 lsl x0, x0, 2 add x0, x1, x0 ldr s0, [x0] fmul s0, s1, s0 ldr s1, [sp, 28] fadd s0, s1, s0 str s0, [sp, 28] ldr x0, [sp, 48] add x0, x0, 1 str x0, [sp, 48] .L334: adrp x0, layer1_size add x0, x0, :lo12:layer1_size ldr x0, [x0] ldr x1, [sp, 48] cmp x1, x0 blt .L335 ldr s1, [sp, 28] ldr s0, [sp, 24] fcmpe s1, s0 bgt .L343 b .L336 .L343: ldr s0, [sp, 28] str s0, [sp, 24] ldr x0, [sp, 64] str w0, [sp, 20] .L336: ldr x0, [sp, 64] add x0, x0, 1 str x0, [sp, 64] .L333: ldrsw x0, [sp, 32] ldr x1, [sp, 64] cmp x1, x0 blt .L338 ldr x0, [sp, 56] lsl x0, x0, 2 ldr x1, [sp, 96] add x0, x1, x0 ldr w1, [sp, 20] str w1, [x0] ldr x0, [sp, 56] add x0, x0, 1 str x0, [sp, 56] .L332: adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] ldr x1, [sp, 56] cmp x1, x0 blt .L339 ldr x0, [sp, 40] add x0, x0, 1 str x0, [sp, 40] .L317: ldrsw x0, [sp, 36] ldr x1, [sp, 40] cmp x1, x0 blt .L340 str xzr, [sp, 40] b .L341 .L342: adrp x0, vocab add x0, x0, :lo12:vocab ldr x2, [x0] ldr x1, [sp, 40] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 3 add x0, x2, x0 ldr x2, [x0, 16] ldr x0, [sp, 40] lsl x0, x0, 2 ldr x1, [sp, 96] add x0, x1, x0 ldr w0, [x0] mov w3, w0 adrp x0, .LC17 add x1, x0, :lo12:.LC17 ldr x0, [sp, 80] bl fprintf ldr x0, [sp, 40] add x0, x0, 1 str x0, [sp, 40] .L341: adrp x0, vocab_size add x0, x0, :lo12:vocab_size ldr x0, [x0] ldr x1, [sp, 40] cmp x1, x0 blt .L342 ldr x0, [sp, 88] bl free ldr x0, [sp, 104] bl free ldr x0, [sp, 96] bl free .L314: ldr x0, [sp, 80] bl fclose b .L294 .L344: nop .L294: ldp x29, x30, [sp], 112 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE21: .size TrainModel, .-TrainModel .section .rodata .align 3 .LC18: .string "Argument missing for %s\n" .text .align 2 .global ArgPos .type ArgPos, %function ArgPos: .LFB22: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 40] str w1, [sp, 36] str x2, [sp, 24] mov w0, 1 str w0, [sp, 60] b .L346 .L350: ldrsw x0, [sp, 60] lsl x0, x0, 3 ldr x1, [sp, 24] add x0, x1, x0 ldr x0, [x0] mov x1, x0 ldr x0, [sp, 40] bl strcmp cmp w0, 0 bne .L347 ldr w0, [sp, 36] sub w0, w0, #1 ldr w1, [sp, 60] cmp w1, w0 bne .L348 ldr x1, [sp, 40] adrp x0, .LC18 add x0, x0, :lo12:.LC18 bl printf mov w0, 1 bl exit .L348: ldr w0, [sp, 60] b .L349 .L347: ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L346: ldr w1, [sp, 60] ldr w0, [sp, 36] cmp w1, w0 blt .L350 mov w0, -1 .L349: ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE22: .size ArgPos, .-ArgPos .section .rodata .align 3 .LC19: .string "WORD VECTOR estimation toolkit v 0.1c\n" .align 3 .LC20: .string "Options:" .align 3 .LC21: .string "Parameters for training:" .align 3 .LC22: .string "\t-train <file>" .align 3 .LC23: .string "\t\tUse text data from <file> to train the model" .align 3 .LC24: .string "\t-output <file>" .align 3 .LC25: .string "\t\tUse <file> to save the resulting word vectors / word clusters" .align 3 .LC26: .string "\t-size <int>" .align 3 .LC27: .string "\t\tSet size of word vectors; default is 100" .align 3 .LC28: .string "\t-window <int>" .align 3 .LC29: .string "\t\tSet max skip length between words; default is 5" .align 3 .LC30: .string "\t-sample <float>" .align 3 .LC31: .string "\t\tSet threshold for occurrence of words. Those that appear with higher frequency in the training data" .align 3 .LC32: .string "\t\twill be randomly down-sampled; default is 1e-3, useful range is (0, 1e-5)" .align 3 .LC33: .string "\t-hs <int>" .align 3 .LC34: .string "\t\tUse Hierarchical Softmax; default is 0 (not used)" .align 3 .LC35: .string "\t-negative <int>" .align 3 .LC36: .string "\t\tNumber of negative examples; default is 5, common values are 3 - 10 (0 = not used)" .align 3 .LC37: .string "\t-threads <int>" .align 3 .LC38: .string "\t\tUse <int> threads (default 12)" .align 3 .LC39: .string "\t-iter <int>" .align 3 .LC40: .string "\t\tRun more training iterations (default 5)" .align 3 .LC41: .string "\t-min-count <int>" .align 3 .LC42: .string "\t\tThis will discard words that appear less than <int> times; default is 5" .align 3 .LC43: .string "\t-alpha <float>" .align 3 .LC44: .string "\t\tSet the starting learning rate; default is 0.025 for skip-gram and 0.05 for CBOW" .align 3 .LC45: .string "\t-classes <int>" .align 3 .LC46: .string "\t\tOutput word classes rather than word vectors; default number of classes is 0 (vectors are written)" .align 3 .LC47: .string "\t-debug <int>" .align 3 .LC48: .string "\t\tSet the debug mode (default = 2 = more info during training)" .align 3 .LC49: .string "\t-binary <int>" .align 3 .LC50: .string "\t\tSave the resulting vectors in binary moded; default is 0 (off)" .align 3 .LC51: .string "\t-save-vocab <file>" .align 3 .LC52: .string "\t\tThe vocabulary will be saved to <file>" .align 3 .LC53: .string "\t-read-vocab <file>" .align 3 .LC54: .string "\t\tThe vocabulary will be read from <file>, not constructed from the training data" .align 3 .LC55: .string "\t-cbow <int>" .align 3 .LC56: .string "\t\tUse the continuous bag of words model; default is 1 (use 0 for skip-gram model)" .align 3 .LC57: .string "\nExamples:" .align 3 .LC58: .string "./word2vec -train data.txt -output vec.txt -size 200 -window 5 -sample 1e-4 -negative 5 -hs 0 -binary 0 -cbow 1 -iter 3\n" .align 3 .LC59: .string "-size" .align 3 .LC60: .string "-train" .align 3 .LC61: .string "-save-vocab" .align 3 .LC62: .string "-read-vocab" .align 3 .LC63: .string "-debug" .align 3 .LC64: .string "-binary" .align 3 .LC65: .string "-cbow" .align 3 .LC66: .string "-alpha" .align 3 .LC67: .string "-output" .align 3 .LC68: .string "-window" .align 3 .LC69: .string "-sample" .align 3 .LC70: .string "-hs" .align 3 .LC71: .string "-negative" .align 3 .LC72: .string "-threads" .align 3 .LC73: .string "-iter" .align 3 .LC74: .string "-min-count" .align 3 .LC75: .string "-classes" .text .align 2 .global main .type main, %function main: .LFB23: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] ldr w0, [sp, 28] cmp w0, 1 bne .L352 adrp x0, .LC19 add x0, x0, :lo12:.LC19 bl puts adrp x0, .LC20 add x0, x0, :lo12:.LC20 bl puts adrp x0, .LC21 add x0, x0, :lo12:.LC21 bl puts adrp x0, .LC22 add x0, x0, :lo12:.LC22 bl puts adrp x0, .LC23 add x0, x0, :lo12:.LC23 bl puts adrp x0, .LC24 add x0, x0, :lo12:.LC24 bl puts adrp x0, .LC25 add x0, x0, :lo12:.LC25 bl puts adrp x0, .LC26 add x0, x0, :lo12:.LC26 bl puts adrp x0, .LC27 add x0, x0, :lo12:.LC27 bl puts adrp x0, .LC28 add x0, x0, :lo12:.LC28 bl puts adrp x0, .LC29 add x0, x0, :lo12:.LC29 bl puts adrp x0, .LC30 add x0, x0, :lo12:.LC30 bl puts adrp x0, .LC31 add x0, x0, :lo12:.LC31 bl puts adrp x0, .LC32 add x0, x0, :lo12:.LC32 bl puts adrp x0, .LC33 add x0, x0, :lo12:.LC33 bl puts adrp x0, .LC34 add x0, x0, :lo12:.LC34 bl puts adrp x0, .LC35 add x0, x0, :lo12:.LC35 bl puts adrp x0, .LC36 add x0, x0, :lo12:.LC36 bl puts adrp x0, .LC37 add x0, x0, :lo12:.LC37 bl puts adrp x0, .LC38 add x0, x0, :lo12:.LC38 bl puts adrp x0, .LC39 add x0, x0, :lo12:.LC39 bl puts adrp x0, .LC40 add x0, x0, :lo12:.LC40 bl puts adrp x0, .LC41 add x0, x0, :lo12:.LC41 bl puts adrp x0, .LC42 add x0, x0, :lo12:.LC42 bl puts adrp x0, .LC43 add x0, x0, :lo12:.LC43 bl puts adrp x0, .LC44 add x0, x0, :lo12:.LC44 bl puts adrp x0, .LC45 add x0, x0, :lo12:.LC45 bl puts adrp x0, .LC46 add x0, x0, :lo12:.LC46 bl puts adrp x0, .LC47 add x0, x0, :lo12:.LC47 bl puts adrp x0, .LC48 add x0, x0, :lo12:.LC48 bl puts adrp x0, .LC49 add x0, x0, :lo12:.LC49 bl puts adrp x0, .LC50 add x0, x0, :lo12:.LC50 bl puts adrp x0, .LC51 add x0, x0, :lo12:.LC51 bl puts adrp x0, .LC52 add x0, x0, :lo12:.LC52 bl puts adrp x0, .LC53 add x0, x0, :lo12:.LC53 bl puts adrp x0, .LC54 add x0, x0, :lo12:.LC54 bl puts adrp x0, .LC55 add x0, x0, :lo12:.LC55 bl puts adrp x0, .LC56 add x0, x0, :lo12:.LC56 bl puts adrp x0, .LC57 add x0, x0, :lo12:.LC57 bl puts adrp x0, .LC58 add x0, x0, :lo12:.LC58 bl puts mov w0, 0 b .L353 .L352: adrp x0, output_file add x0, x0, :lo12:output_file strb wzr, [x0] adrp x0, save_vocab_file add x0, x0, :lo12:save_vocab_file strb wzr, [x0] adrp x0, read_vocab_file add x0, x0, :lo12:read_vocab_file strb wzr, [x0] ldr x2, [sp, 16] ldr w1, [sp, 28] adrp x0, .LC59 add x0, x0, :lo12:.LC59 bl ArgPos str w0, [sp, 44] ldr w0, [sp, 44] cmp w0, 0 ble .L354 ldrsw x0, [sp, 44] add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] bl atoi sxtw x1, w0 adrp x0, layer1_size add x0, x0, :lo12:layer1_size str x1, [x0] .L354: ldr x2, [sp, 16] ldr w1, [sp, 28] adrp x0, .LC60 add x0, x0, :lo12:.LC60 bl ArgPos str w0, [sp, 44] ldr w0, [sp, 44] cmp w0, 0 ble .L355 ldrsw x0, [sp, 44] add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] mov x1, x0 adrp x0, train_file add x0, x0, :lo12:train_file bl strcpy .L355: ldr x2, [sp, 16] ldr w1, [sp, 28] adrp x0, .LC61 add x0, x0, :lo12:.LC61 bl ArgPos str w0, [sp, 44] ldr w0, [sp, 44] cmp w0, 0 ble .L356 ldrsw x0, [sp, 44] add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] mov x1, x0 adrp x0, save_vocab_file add x0, x0, :lo12:save_vocab_file bl strcpy .L356: ldr x2, [sp, 16] ldr w1, [sp, 28] adrp x0, .LC62 add x0, x0, :lo12:.LC62 bl ArgPos str w0, [sp, 44] ldr w0, [sp, 44] cmp w0, 0 ble .L357 ldrsw x0, [sp, 44] add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] mov x1, x0 adrp x0, read_vocab_file add x0, x0, :lo12:read_vocab_file bl strcpy .L357: ldr x2, [sp, 16] ldr w1, [sp, 28] adrp x0, .LC63 add x0, x0, :lo12:.LC63 bl ArgPos str w0, [sp, 44] ldr w0, [sp, 44] cmp w0, 0 ble .L358 ldrsw x0, [sp, 44] add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] bl atoi mov w1, w0 adrp x0, debug_mode add x0, x0, :lo12:debug_mode str w1, [x0] .L358: ldr x2, [sp, 16] ldr w1, [sp, 28] adrp x0, .LC64 add x0, x0, :lo12:.LC64 bl ArgPos str w0, [sp, 44] ldr w0, [sp, 44] cmp w0, 0 ble .L359 ldrsw x0, [sp, 44] add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] bl atoi mov w1, w0 adrp x0, binary add x0, x0, :lo12:binary str w1, [x0] .L359: ldr x2, [sp, 16] ldr w1, [sp, 28] adrp x0, .LC65 add x0, x0, :lo12:.LC65 bl ArgPos str w0, [sp, 44] ldr w0, [sp, 44] cmp w0, 0 ble .L360 ldrsw x0, [sp, 44] add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] bl atoi mov w1, w0 adrp x0, cbow add x0, x0, :lo12:cbow str w1, [x0] .L360: adrp x0, cbow add x0, x0, :lo12:cbow ldr w0, [x0] cmp w0, 0 beq .L361 adrp x0, alpha add x0, x0, :lo12:alpha mov w1, 52429 movk w1, 0x3d4c, lsl 16 fmov s0, w1 str s0, [x0] .L361: ldr x2, [sp, 16] ldr w1, [sp, 28] adrp x0, .LC66 add x0, x0, :lo12:.LC66 bl ArgPos str w0, [sp, 44] ldr w0, [sp, 44] cmp w0, 0 ble .L362 ldrsw x0, [sp, 44] add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] bl atof fcvt s0, d0 adrp x0, alpha add x0, x0, :lo12:alpha str s0, [x0] .L362: ldr x2, [sp, 16] ldr w1, [sp, 28] adrp x0, .LC67 add x0, x0, :lo12:.LC67 bl ArgPos str w0, [sp, 44] ldr w0, [sp, 44] cmp w0, 0 ble .L363 ldrsw x0, [sp, 44] add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] mov x1, x0 adrp x0, output_file add x0, x0, :lo12:output_file bl strcpy .L363: ldr x2, [sp, 16] ldr w1, [sp, 28] adrp x0, .LC68 add x0, x0, :lo12:.LC68 bl ArgPos str w0, [sp, 44] ldr w0, [sp, 44] cmp w0, 0 ble .L364 ldrsw x0, [sp, 44] add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] bl atoi mov w1, w0 adrp x0, window add x0, x0, :lo12:window str w1, [x0] .L364: ldr x2, [sp, 16] ldr w1, [sp, 28] adrp x0, .LC69 add x0, x0, :lo12:.LC69 bl ArgPos str w0, [sp, 44] ldr w0, [sp, 44] cmp w0, 0 ble .L365 ldrsw x0, [sp, 44] add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] bl atof fcvt s0, d0 adrp x0, sample add x0, x0, :lo12:sample str s0, [x0] .L365: ldr x2, [sp, 16] ldr w1, [sp, 28] adrp x0, .LC70 add x0, x0, :lo12:.LC70 bl ArgPos str w0, [sp, 44] ldr w0, [sp, 44] cmp w0, 0 ble .L366 ldrsw x0, [sp, 44] add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] bl atoi mov w1, w0 adrp x0, hs add x0, x0, :lo12:hs str w1, [x0] .L366: ldr x2, [sp, 16] ldr w1, [sp, 28] adrp x0, .LC71 add x0, x0, :lo12:.LC71 bl ArgPos str w0, [sp, 44] ldr w0, [sp, 44] cmp w0, 0 ble .L367 ldrsw x0, [sp, 44] add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] bl atoi mov w1, w0 adrp x0, negative add x0, x0, :lo12:negative str w1, [x0] .L367: ldr x2, [sp, 16] ldr w1, [sp, 28] adrp x0, .LC72 add x0, x0, :lo12:.LC72 bl ArgPos str w0, [sp, 44] ldr w0, [sp, 44] cmp w0, 0 ble .L368 ldrsw x0, [sp, 44] add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] bl atoi mov w1, w0 adrp x0, num_threads add x0, x0, :lo12:num_threads str w1, [x0] .L368: ldr x2, [sp, 16] ldr w1, [sp, 28] adrp x0, .LC73 add x0, x0, :lo12:.LC73 bl ArgPos str w0, [sp, 44] ldr w0, [sp, 44] cmp w0, 0 ble .L369 ldrsw x0, [sp, 44] add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] bl atoi sxtw x1, w0 adrp x0, iter add x0, x0, :lo12:iter str x1, [x0] .L369: ldr x2, [sp, 16] ldr w1, [sp, 28] adrp x0, .LC74 add x0, x0, :lo12:.LC74 bl ArgPos str w0, [sp, 44] ldr w0, [sp, 44] cmp w0, 0 ble .L370 ldrsw x0, [sp, 44] add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] bl atoi mov w1, w0 adrp x0, min_count add x0, x0, :lo12:min_count str w1, [x0] .L370: ldr x2, [sp, 16] ldr w1, [sp, 28] adrp x0, .LC75 add x0, x0, :lo12:.LC75 bl ArgPos str w0, [sp, 44] ldr w0, [sp, 44] cmp w0, 0 ble .L371 ldrsw x0, [sp, 44] add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] bl atoi sxtw x1, w0 adrp x0, classes add x0, x0, :lo12:classes str x1, [x0] .L371: adrp x0, vocab_max_size add x0, x0, :lo12:vocab_max_size ldr x0, [x0] mov x1, 40 bl calloc mov x1, x0 adrp x0, vocab add x0, x0, :lo12:vocab str x1, [x0] mov w0, 50048 movk w0, 0x1c9, lsl 16 sxtw x0, w0 mov x1, 4 bl calloc mov x1, x0 adrp x0, vocab_hash add x0, x0, :lo12:vocab_hash str x1, [x0] mov x0, 4004 bl malloc mov x1, x0 adrp x0, expTable add x0, x0, :lo12:expTable str x1, [x0] str wzr, [sp, 44] b .L372 .L373: ldr s0, [sp, 44] scvtf s0, s0 mov w0, 1148846080 fmov s1, w0 fdiv s0, s0, s1 fadd s1, s0, s0 fmov s0, 1.0e+0 fsub s1, s1, s0 fmov s0, 6.0e+0 fmul s0, s1, s0 fcvt d0, s0 bl exp adrp x0, expTable add x0, x0, :lo12:expTable ldr x1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 2 add x0, x1, x0 fcvt s0, d0 str s0, [x0] adrp x0, expTable add x0, x0, :lo12:expTable ldr x1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 2 add x0, x1, x0 ldr s1, [x0] adrp x0, expTable add x0, x0, :lo12:expTable ldr x1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 2 add x0, x1, x0 ldr s2, [x0] fmov s0, 1.0e+0 fadd s0, s2, s0 adrp x0, expTable add x0, x0, :lo12:expTable ldr x1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 2 add x0, x1, x0 fdiv s0, s1, s0 str s0, [x0] ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L372: ldr w0, [sp, 44] cmp w0, 999 ble .L373 bl TrainModel mov w0, 0 .L353: ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE23: .size main, .-main .section .rodata .align 3 .LC12: .word -350469331 .word 1058682594 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global main .type main, %function main: .LFB34: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 24] mov x1, 0 mov w0, 8 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 24] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L3 bl __stack_chk_fail .L3: mov w0, w1 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE34: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "rb" .text .align 2 .global read_buffer .type read_buffer, %function read_buffer: .LFB6: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] adrp x0, .LC0 add x1, x0, :lo12:.LC0 ldr x0, [sp, 24] bl fopen str x0, [sp, 40] ldr x0, [sp, 40] cmp x0, 0 bne .L2 mov x0, 0 b .L3 .L2: mov w2, 2 mov x1, 0 ldr x0, [sp, 40] bl fseek ldr x0, [sp, 40] bl ftell str x0, [sp, 48] mov w2, 0 mov x1, 0 ldr x0, [sp, 40] bl fseek ldr x0, [sp, 48] add x0, x0, 1 bl malloc str x0, [sp, 56] ldr x3, [sp, 40] ldr x2, [sp, 48] mov x1, 1 ldr x0, [sp, 56] bl fread ldr x1, [sp, 56] ldr x0, [sp, 48] add x0, x1, x0 strb wzr, [x0] ldr x0, [sp, 16] cmp x0, 0 beq .L4 ldr x0, [sp, 16] ldr x1, [sp, 48] str x1, [x0] .L4: ldr x0, [sp, 56] .L3: ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size read_buffer, .-read_buffer .section .rodata .align 3 .LC1: .string "w+" .text .align 2 .global write_buffer .type write_buffer, %function write_buffer: .LFB7: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str x2, [sp, 24] adrp x0, .LC1 add x1, x0, :lo12:.LC1 ldr x0, [sp, 40] bl fopen str x0, [sp, 56] ldr x0, [sp, 32] cmp x0, 0 beq .L6 ldr x3, [sp, 56] ldr x2, [sp, 24] mov x1, 1 ldr x0, [sp, 32] bl fwrite .L6: ldr x0, [sp, 56] bl fclose nop ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size write_buffer, .-write_buffer .section .rodata .align 3 .LC2: .string "error: call to 'clGetPlatformIDs' failed" .align 3 .LC3: .string "Number of platforms: %d\n" .align 3 .LC4: .string "platform=%p\n" .align 3 .LC5: .string "error: call to 'clGetPlatformInfo' failed" .align 3 .LC6: .string "platform.name='%s'\n\n" .align 3 .LC7: .string "error: call to 'clGetDeviceIDs' failed" .align 3 .LC8: .string "Number of devices: %d\n" .align 3 .LC9: .string "device=%p\n" .align 3 .LC10: .string "error: call to 'clGetDeviceInfo' failed" .align 3 .LC11: .string "device.name='%s'\n" .align 3 .LC12: .string "error: call to 'clCreateContext' failed" .align 3 .LC13: .string "context=%p\n" .align 3 .LC14: .string "error: call to 'clCreateCommandQueue' failed" .align 3 .LC15: .string "command_queue=%p\n" .align 3 .LC16: .string "mad_sat_long2long2long2.cl" .align 3 .LC17: .string "error: call to 'clCreateProgramWithSource' failed" .align 3 .LC18: .string "program=%p\n" .align 3 .LC19: .string "error: call to 'clBuildProgram' failed:\n%s\n" .align 3 .LC20: .string "program built" .align 3 .LC21: .string "mad_sat_long2long2long2" .align 3 .LC22: .string "error: call to 'clCreateKernel' failed" .align 3 .LC23: .string "error: could not create source buffer" .align 3 .LC24: .string "error: call to 'clEnqueueWriteBuffer' failed" .align 3 .LC25: .string "error: could not create dst buffer" .align 3 .LC26: .string "error: call to 'clSetKernelArg' failed" .align 3 .LC27: .string "error: call to 'clEnqueueNDRangeKernel' failed" .align 3 .LC28: .string "error: call to 'clEnqueueReadBuffer' failed" .align 3 .LC29: .string "%s.result" .align 3 .LC30: .string "Result dumped to %s\n" .align 3 .LC31: .string "error: call to 'clReleaseMemObject' failed" .align 3 .LC32: .string "error: call to 'clReleaseKernel' failed" .align 3 .LC33: .string "error: call to 'clReleaseProgram' failed" .align 3 .LC34: .string "error: call to 'clReleaseCommandQueue' failed" .align 3 .LC35: .string "error: call to 'clReleaseContext' failed" .text .align 2 .global main .type main, %function main: .LFB8: .cfi_startproc sub sp, sp, #560 .cfi_def_cfa_offset 560 stp x29, x30, [sp, 16] .cfi_offset 29, -544 .cfi_offset 30, -536 add x29, sp, 16 str w0, [sp, 44] str x1, [sp, 32] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 552] mov x1, 0 add x1, sp, 56 add x0, sp, 80 mov x2, x1 mov x1, x0 mov w0, 1 bl clGetPlatformIDs str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 beq .L8 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl puts mov w0, 1 bl exit .L8: ldr w0, [sp, 56] mov w1, w0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl printf ldr x0, [sp, 80] mov x1, x0 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf ldr x0, [sp, 80] add x1, sp, 240 mov x4, 0 mov x3, x1 mov x2, 100 mov w1, 2306 bl clGetPlatformInfo str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 beq .L9 adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl puts mov w0, 1 bl exit .L9: add x0, sp, 240 mov x1, x0 adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl printf ldr x0, [sp, 80] add x2, sp, 64 add x1, sp, 88 mov x4, x2 mov x3, x1 mov w2, 1 mov x1, 4 bl clGetDeviceIDs str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 beq .L10 adrp x0, .LC7 add x0, x0, :lo12:.LC7 bl puts mov w0, 1 bl exit .L10: ldr w0, [sp, 64] mov w1, w0 adrp x0, .LC8 add x0, x0, :lo12:.LC8 bl printf ldr x0, [sp, 88] mov x1, x0 adrp x0, .LC9 add x0, x0, :lo12:.LC9 bl printf ldr x0, [sp, 88] add x1, sp, 344 mov x4, 0 mov x3, x1 mov x2, 100 mov w1, 4139 bl clGetDeviceInfo str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 beq .L11 adrp x0, .LC10 add x0, x0, :lo12:.LC10 bl puts mov w0, 1 bl exit .L11: add x0, sp, 344 mov x1, x0 adrp x0, .LC11 add x0, x0, :lo12:.LC11 bl printf mov w0, 10 bl putchar add x1, sp, 60 add x0, sp, 88 mov x5, x1 mov x4, 0 mov x3, 0 mov x2, x0 mov w1, 1 mov x0, 0 bl clCreateContext str x0, [sp, 160] ldr w0, [sp, 60] cmp w0, 0 beq .L12 adrp x0, .LC12 add x0, x0, :lo12:.LC12 bl puts mov w0, 1 bl exit .L12: ldr x1, [sp, 160] adrp x0, .LC13 add x0, x0, :lo12:.LC13 bl printf ldr x0, [sp, 88] add x1, sp, 60 mov x3, x1 mov x2, 0 mov x1, x0 ldr x0, [sp, 160] bl clCreateCommandQueue str x0, [sp, 168] ldr w0, [sp, 60] cmp w0, 0 beq .L13 adrp x0, .LC14 add x0, x0, :lo12:.LC14 bl puts mov w0, 1 bl exit .L13: ldr x1, [sp, 168] adrp x0, .LC15 add x0, x0, :lo12:.LC15 bl printf mov w0, 10 bl putchar add x0, sp, 104 mov x1, x0 adrp x0, .LC16 add x0, x0, :lo12:.LC16 bl read_buffer str x0, [sp, 96] add x2, sp, 60 add x1, sp, 104 add x0, sp, 96 mov x4, x2 mov x3, x1 mov x2, x0 mov w1, 1 ldr x0, [sp, 160] bl clCreateProgramWithSource str x0, [sp, 176] ldr w0, [sp, 60] cmp w0, 0 beq .L14 adrp x0, .LC17 add x0, x0, :lo12:.LC17 bl puts mov w0, 1 bl exit .L14: ldr x1, [sp, 176] adrp x0, .LC18 add x0, x0, :lo12:.LC18 bl printf add x0, sp, 88 mov x5, 0 mov x4, 0 mov x3, 0 mov x2, x0 mov w1, 1 ldr x0, [sp, 176] bl clBuildProgram str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 beq .L15 ldr x0, [sp, 88] add x1, sp, 152 mov x5, x1 mov x4, 0 mov x3, 0 mov w2, 4483 mov x1, x0 ldr x0, [sp, 176] bl clGetProgramBuildInfo ldr x0, [sp, 152] bl malloc str x0, [sp, 232] ldr x0, [sp, 88] ldr x1, [sp, 152] mov x5, 0 ldr x4, [sp, 232] mov x3, x1 mov w2, 4483 mov x1, x0 ldr x0, [sp, 176] bl clGetProgramBuildInfo ldr x1, [sp, 232] adrp x0, .LC19 add x0, x0, :lo12:.LC19 bl printf ldr x0, [sp, 232] bl free mov w0, 1 bl exit .L15: adrp x0, .LC20 add x0, x0, :lo12:.LC20 bl puts mov w0, 10 bl putchar add x0, sp, 60 mov x2, x0 adrp x0, .LC21 add x1, x0, :lo12:.LC21 ldr x0, [sp, 176] bl clCreateKernel str x0, [sp, 184] ldr w0, [sp, 60] cmp w0, 0 beq .L16 adrp x0, .LC22 add x0, x0, :lo12:.LC22 bl puts mov w0, 1 bl exit .L16: mov x0, 10 str x0, [sp, 192] ldr x0, [sp, 192] lsl x0, x0, 4 bl malloc str x0, [sp, 200] str wzr, [sp, 68] b .L17 .L18: ldrsw x0, [sp, 68] lsl x0, x0, 4 ldr x1, [sp, 200] add x0, x1, x0 mov x1, 2 str x1, [x0] mov x1, 2 str x1, [x0, 8] ldr w0, [sp, 68] add w0, w0, 1 str w0, [sp, 68] .L17: ldrsw x0, [sp, 68] ldr x1, [sp, 192] cmp x1, x0 bhi .L18 ldr x0, [sp, 192] lsl x0, x0, 4 add x1, sp, 60 mov x4, x1 mov x3, 0 mov x2, x0 mov x1, 4 ldr x0, [sp, 160] bl clCreateBuffer str x0, [sp, 112] ldr w0, [sp, 60] cmp w0, 0 beq .L19 adrp x0, .LC23 add x0, x0, :lo12:.LC23 bl puts mov w0, 1 bl exit .L19: ldr x1, [sp, 112] ldr x0, [sp, 192] lsl x0, x0, 4 str xzr, [sp] mov x7, 0 mov w6, 0 ldr x5, [sp, 200] mov x4, x0 mov x3, 0 mov w2, 1 ldr x0, [sp, 168] bl clEnqueueWriteBuffer str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 beq .L20 adrp x0, .LC24 add x0, x0, :lo12:.LC24 bl puts mov w0, 1 bl exit .L20: ldr x0, [sp, 192] lsl x0, x0, 4 bl malloc str x0, [sp, 208] str wzr, [sp, 72] b .L21 .L22: ldrsw x0, [sp, 72] lsl x0, x0, 4 ldr x1, [sp, 208] add x0, x1, x0 mov x1, 2 str x1, [x0] mov x1, 2 str x1, [x0, 8] ldr w0, [sp, 72] add w0, w0, 1 str w0, [sp, 72] .L21: ldrsw x0, [sp, 72] ldr x1, [sp, 192] cmp x1, x0 bhi .L22 ldr x0, [sp, 192] lsl x0, x0, 4 add x1, sp, 60 mov x4, x1 mov x3, 0 mov x2, x0 mov x1, 4 ldr x0, [sp, 160] bl clCreateBuffer str x0, [sp, 120] ldr w0, [sp, 60] cmp w0, 0 beq .L23 adrp x0, .LC23 add x0, x0, :lo12:.LC23 bl puts mov w0, 1 bl exit .L23: ldr x1, [sp, 120] ldr x0, [sp, 192] lsl x0, x0, 4 str xzr, [sp] mov x7, 0 mov w6, 0 ldr x5, [sp, 208] mov x4, x0 mov x3, 0 mov w2, 1 ldr x0, [sp, 168] bl clEnqueueWriteBuffer str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 beq .L24 adrp x0, .LC24 add x0, x0, :lo12:.LC24 bl puts mov w0, 1 bl exit .L24: ldr x0, [sp, 192] lsl x0, x0, 4 bl malloc str x0, [sp, 216] str wzr, [sp, 76] b .L25 .L26: ldrsw x0, [sp, 76] lsl x0, x0, 4 ldr x1, [sp, 216] add x0, x1, x0 mov x1, 2 str x1, [x0] mov x1, 2 str x1, [x0, 8] ldr w0, [sp, 76] add w0, w0, 1 str w0, [sp, 76] .L25: ldrsw x0, [sp, 76] ldr x1, [sp, 192] cmp x1, x0 bhi .L26 ldr x0, [sp, 192] lsl x0, x0, 4 add x1, sp, 60 mov x4, x1 mov x3, 0 mov x2, x0 mov x1, 4 ldr x0, [sp, 160] bl clCreateBuffer str x0, [sp, 128] ldr w0, [sp, 60] cmp w0, 0 beq .L27 adrp x0, .LC23 add x0, x0, :lo12:.LC23 bl puts mov w0, 1 bl exit .L27: ldr x1, [sp, 128] ldr x0, [sp, 192] lsl x0, x0, 4 str xzr, [sp] mov x7, 0 mov w6, 0 ldr x5, [sp, 216] mov x4, x0 mov x3, 0 mov w2, 1 ldr x0, [sp, 168] bl clEnqueueWriteBuffer str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 beq .L28 adrp x0, .LC24 add x0, x0, :lo12:.LC24 bl puts mov w0, 1 bl exit .L28: ldr x0, [sp, 192] lsl x0, x0, 4 bl malloc str x0, [sp, 224] ldr x0, [sp, 192] lsl x0, x0, 4 mov x2, x0 mov w1, 1 ldr x0, [sp, 224] bl memset ldr x0, [sp, 192] lsl x0, x0, 4 add x1, sp, 60 mov x4, x1 mov x3, 0 mov x2, x0 mov x1, 2 ldr x0, [sp, 160] bl clCreateBuffer str x0, [sp, 136] ldr w0, [sp, 60] cmp w0, 0 beq .L29 adrp x0, .LC25 add x0, x0, :lo12:.LC25 bl puts mov w0, 1 bl exit .L29: str wzr, [sp, 60] add x0, sp, 112 mov x3, x0 mov x2, 8 mov w1, 0 ldr x0, [sp, 184] bl clSetKernelArg mov w1, w0 ldr w0, [sp, 60] orr w0, w1, w0 str w0, [sp, 60] add x0, sp, 120 mov x3, x0 mov x2, 8 mov w1, 1 ldr x0, [sp, 184] bl clSetKernelArg mov w1, w0 ldr w0, [sp, 60] orr w0, w1, w0 str w0, [sp, 60] add x0, sp, 128 mov x3, x0 mov x2, 8 mov w1, 2 ldr x0, [sp, 184] bl clSetKernelArg mov w1, w0 ldr w0, [sp, 60] orr w0, w1, w0 str w0, [sp, 60] add x0, sp, 136 mov x3, x0 mov x2, 8 mov w1, 3 ldr x0, [sp, 184] bl clSetKernelArg mov w1, w0 ldr w0, [sp, 60] orr w0, w1, w0 str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 beq .L30 adrp x0, .LC26 add x0, x0, :lo12:.LC26 bl puts mov w0, 1 bl exit .L30: ldr x0, [sp, 192] str x0, [sp, 144] ldr x0, [sp, 192] str x0, [sp, 152] add x1, sp, 152 add x0, sp, 144 str xzr, [sp] mov x7, 0 mov w6, 0 mov x5, x1 mov x4, x0 mov x3, 0 mov w2, 1 ldr x1, [sp, 184] ldr x0, [sp, 168] bl clEnqueueNDRangeKernel str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 beq .L31 adrp x0, .LC27 add x0, x0, :lo12:.LC27 bl puts mov w0, 1 bl exit .L31: ldr x0, [sp, 168] bl clFinish ldr x1, [sp, 136] ldr x0, [sp, 192] lsl x0, x0, 4 str xzr, [sp] mov x7, 0 mov w6, 0 ldr x5, [sp, 224] mov x4, x0 mov x3, 0 mov w2, 1 ldr x0, [sp, 168] bl clEnqueueReadBuffer str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 beq .L32 adrp x0, .LC28 add x0, x0, :lo12:.LC28 bl puts mov w0, 1 bl exit .L32: ldr x0, [sp, 32] ldr x0, [x0] add x3, sp, 448 mov x2, x0 adrp x0, .LC29 add x1, x0, :lo12:.LC29 mov x0, x3 bl sprintf ldr x0, [sp, 192] lsl x1, x0, 4 add x0, sp, 448 mov x2, x1 ldr x1, [sp, 224] bl write_buffer add x0, sp, 448 mov x1, x0 adrp x0, .LC30 add x0, x0, :lo12:.LC30 bl printf ldr x0, [sp, 224] bl free ldr x0, [sp, 136] bl clReleaseMemObject str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 beq .L33 adrp x0, .LC31 add x0, x0, :lo12:.LC31 bl puts mov w0, 1 bl exit .L33: ldr x0, [sp, 200] bl free ldr x0, [sp, 112] bl clReleaseMemObject str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 beq .L34 adrp x0, .LC31 add x0, x0, :lo12:.LC31 bl puts mov w0, 1 bl exit .L34: ldr x0, [sp, 208] bl free ldr x0, [sp, 120] bl clReleaseMemObject str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 beq .L35 adrp x0, .LC31 add x0, x0, :lo12:.LC31 bl puts mov w0, 1 bl exit .L35: ldr x0, [sp, 216] bl free ldr x0, [sp, 128] bl clReleaseMemObject str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 beq .L36 adrp x0, .LC31 add x0, x0, :lo12:.LC31 bl puts mov w0, 1 bl exit .L36: ldr x0, [sp, 184] bl clReleaseKernel str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 beq .L37 adrp x0, .LC32 add x0, x0, :lo12:.LC32 bl puts mov w0, 1 bl exit .L37: ldr x0, [sp, 176] bl clReleaseProgram str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 beq .L38 adrp x0, .LC33 add x0, x0, :lo12:.LC33 bl puts mov w0, 1 bl exit .L38: ldr x0, [sp, 168] bl clReleaseCommandQueue str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 beq .L39 adrp x0, .LC34 add x0, x0, :lo12:.LC34 bl puts mov w0, 1 bl exit .L39: ldr x0, [sp, 160] bl clReleaseContext str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 beq .L40 adrp x0, .LC35 add x0, x0, :lo12:.LC35 bl puts mov w0, 1 bl exit .L40: mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 552] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L42 bl __stack_chk_fail .L42: mov w0, w1 ldp x29, x30, [sp, 16] add sp, sp, 560 .cfi_restore 29 .cfi_restore 30 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global fill0 .type fill0, %function fill0: .LFB6: .cfi_startproc sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, 24] str x1, [sp, 16] str x2, [sp, 8] str xzr, [sp, 40] b .L2 .L3: ldr x0, [sp, 16] ldr x0, [x0] ldr x1, [sp, 24] add x0, x1, x0 strb wzr, [x0] ldr x0, [sp, 16] ldr x0, [x0] add x1, x0, 1 ldr x0, [sp, 16] str x1, [x0] ldr x0, [sp, 40] add x0, x0, 1 str x0, [sp, 40] .L2: ldr x1, [sp, 40] ldr x0, [sp, 8] cmp x1, x0 bcc .L3 nop nop add sp, sp, 48 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size fill0, .-fill0 .align 2 .global swap .type swap, %function swap: .LFB7: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 8] str x1, [sp] ldr x0, [sp, 8] ldrb w0, [x0] strb w0, [sp, 31] ldr x0, [sp] ldrb w1, [x0] ldr x0, [sp, 8] strb w1, [x0] ldr x0, [sp] ldrb w1, [sp, 31] strb w1, [x0] nop add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size swap, .-swap .align 2 .global change_wrong_UTF8_byte .type change_wrong_UTF8_byte, %function change_wrong_UTF8_byte: .LFB8: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, 8] strb w1, [sp, 7] ldr x0, [sp, 8] mov w1, -36 strb w1, [x0] ldr x0, [sp, 8] add x0, x0, 1 ldrb w1, [sp, 7] strb w1, [x0] nop add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size change_wrong_UTF8_byte, .-change_wrong_UTF8_byte .align 2 .global change_ending16 .type change_ending16, %function change_ending16: .LFB9: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] str xzr, [sp, 40] b .L7 .L8: ldr x1, [sp, 24] ldr x0, [sp, 40] add x2, x1, x0 ldr x0, [sp, 40] add x0, x0, 1 ldr x1, [sp, 24] add x0, x1, x0 mov x1, x0 mov x0, x2 bl swap ldr x0, [sp, 40] add x0, x0, 2 str x0, [sp, 40] .L7: ldr x0, [sp, 16] sub x0, x0, #1 ldr x1, [sp, 40] cmp x1, x0 bcc .L8 nop nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE9: .size change_ending16, .-change_ending16 .align 2 .global change_ending32 .type change_ending32, %function change_ending32: .LFB10: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] str xzr, [sp, 40] b .L10 .L11: ldr x1, [sp, 24] ldr x0, [sp, 40] add x2, x1, x0 ldr x0, [sp, 40] add x0, x0, 3 ldr x1, [sp, 24] add x0, x1, x0 mov x1, x0 mov x0, x2 bl swap ldr x0, [sp, 40] add x0, x0, 1 ldr x1, [sp, 24] add x2, x1, x0 ldr x0, [sp, 40] add x0, x0, 2 ldr x1, [sp, 24] add x0, x1, x0 mov x1, x0 mov x0, x2 bl swap ldr x0, [sp, 40] add x0, x0, 4 str x0, [sp, 40] .L10: ldr x0, [sp, 16] sub x0, x0, #3 ldr x1, [sp, 40] cmp x1, x0 bcc .L11 nop nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE10: .size change_ending32, .-change_ending32 .section .rodata .align 3 .LC0: .string "Problem with memory allocation" .text .align 2 .global UTF8_to_32BE .type UTF8_to_32BE, %function UTF8_to_32BE: .LFB11: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 56] mov x1, 0 ldr x0, [sp, 16] add x0, x0, 1 lsl x0, x0, 2 bl malloc str x0, [sp, 48] ldr x0, [sp, 48] cmp x0, 0 bne .L13 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr x0, [sp, 24] ldr x0, [x0] bl free ldr x0, [sp, 24] str xzr, [x0] mov x0, 0 b .L38 .L13: ldr x0, [sp, 48] mov w1, -17 strb w1, [x0] ldr x0, [sp, 24] ldr x0, [x0] ldrb w0, [x0] cmp w0, 239 beq .L15 mov x0, 0 b .L16 .L15: mov x0, 3 .L16: str x0, [sp, 40] str xzr, [sp, 32] add x0, sp, 32 mov x2, 2 mov x1, x0 ldr x0, [sp, 48] bl fill0 ldr x0, [sp, 32] add x1, x0, 1 str x1, [sp, 32] ldr x1, [sp, 48] add x0, x1, x0 mov w1, -2 strb w1, [x0] ldr x0, [sp, 32] add x1, x0, 1 str x1, [sp, 32] ldr x1, [sp, 48] add x0, x1, x0 mov w1, -1 strb w1, [x0] b .L17 .L37: ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x0, x1, x0 ldrb w0, [x0] sxtb w0, w0 cmp w0, 0 blt .L18 add x0, sp, 32 mov x2, 3 mov x1, x0 ldr x0, [sp, 48] bl fill0 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] add x1, x1, x0 ldr x0, [sp, 32] add x2, x0, 1 str x2, [sp, 32] ldr x2, [sp, 48] add x0, x2, x0 ldrb w1, [x1] strb w1, [x0] b .L17 .L18: ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x0, x1, x0 ldrb w0, [x0] cmp w0, 223 bhi .L19 add x0, sp, 32 mov x2, 2 mov x1, x0 ldr x0, [sp, 48] bl fill0 ldr x0, [sp, 40] add x0, x0, 1 ldr x1, [sp, 16] cmp x1, x0 bls .L20 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x0, x1, x0 ldrb w0, [x0] lsr w0, w0, 6 and w0, w0, 255 cmp w0, 3 bne .L20 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x0, x0, 1 add x0, x1, x0 ldrb w0, [x0] lsr w0, w0, 6 and w0, w0, 255 cmp w0, 1 bhi .L21 .L20: ldr x0, [sp, 32] ldr x1, [sp, 48] add x3, x1, x0 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 mov x0, x3 bl change_wrong_UTF8_byte ldr x0, [sp, 32] add x0, x0, 2 str x0, [sp, 32] b .L17 .L21: ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x0, x0, 1 add x0, x1, x0 ldrb w0, [x0] lsr w0, w0, 6 and w0, w0, 255 cmp w0, 2 bls .L22 ldr x0, [sp, 32] ldr x1, [sp, 48] add x3, x1, x0 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 mov x0, x3 bl change_wrong_UTF8_byte ldr x0, [sp, 32] add x0, x0, 2 str x0, [sp, 32] add x0, sp, 32 mov x2, 2 mov x1, x0 ldr x0, [sp, 48] bl fill0 ldr x0, [sp, 32] ldr x1, [sp, 48] add x3, x1, x0 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 mov x0, x3 bl change_wrong_UTF8_byte ldr x0, [sp, 32] add x0, x0, 2 str x0, [sp, 32] b .L17 .L22: ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] add x0, x1, x0 ldrb w0, [x0] lsr w0, w0, 2 and w1, w0, 255 ldr x0, [sp, 32] add x2, x0, 1 str x2, [sp, 32] ldr x2, [sp, 48] add x0, x2, x0 eor w1, w1, 48 and w1, w1, 255 strb w1, [x0] ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x0, x1, x0 ldrb w1, [x0] ldr x0, [sp, 24] ldr x2, [x0] ldr x0, [sp, 40] sub x0, x0, #1 add x0, x2, x0 ldrb w0, [x0] lsl w0, w0, 6 and w0, w0, 255 eor w0, w1, w0 and w1, w0, 255 ldr x0, [sp, 32] add x2, x0, 1 str x2, [sp, 32] ldr x2, [sp, 48] add x0, x2, x0 eor w1, w1, -128 and w1, w1, 255 strb w1, [x0] ldr x0, [sp, 40] add x0, x0, 1 str x0, [sp, 40] b .L17 .L19: ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x0, x1, x0 ldrb w0, [x0] cmp w0, 239 bhi .L23 add x0, sp, 32 mov x2, 2 mov x1, x0 ldr x0, [sp, 48] bl fill0 ldr x0, [sp, 40] add x0, x0, 1 ldr x1, [sp, 16] cmp x1, x0 bls .L24 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x0, x1, x0 ldrb w0, [x0] lsr w0, w0, 4 and w0, w0, 255 cmp w0, 14 bne .L24 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x0, x0, 1 add x0, x1, x0 ldrb w0, [x0] lsr w0, w0, 6 and w0, w0, 255 cmp w0, 1 bhi .L25 .L24: ldr x0, [sp, 32] ldr x1, [sp, 48] add x3, x1, x0 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 mov x0, x3 bl change_wrong_UTF8_byte ldr x0, [sp, 32] add x0, x0, 2 str x0, [sp, 32] b .L17 .L25: ldr x0, [sp, 40] add x0, x0, 2 ldr x1, [sp, 16] cmp x1, x0 bls .L26 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x0, x0, 1 add x0, x1, x0 ldrb w0, [x0] lsr w0, w0, 6 and w0, w0, 255 cmp w0, 2 bhi .L26 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x0, x0, 2 add x0, x1, x0 ldrb w0, [x0] lsr w0, w0, 6 and w0, w0, 255 cmp w0, 1 bhi .L27 .L26: ldr x0, [sp, 32] ldr x1, [sp, 48] add x3, x1, x0 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 mov x0, x3 bl change_wrong_UTF8_byte ldr x0, [sp, 32] add x0, x0, 2 str x0, [sp, 32] add x0, sp, 32 mov x2, 2 mov x1, x0 ldr x0, [sp, 48] bl fill0 ldr x0, [sp, 32] ldr x1, [sp, 48] add x3, x1, x0 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 mov x0, x3 bl change_wrong_UTF8_byte ldr x0, [sp, 32] add x0, x0, 2 str x0, [sp, 32] b .L17 .L27: ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x0, x0, 2 add x0, x1, x0 ldrb w0, [x0] lsr w0, w0, 6 and w0, w0, 255 cmp w0, 2 bls .L28 ldr x0, [sp, 32] ldr x1, [sp, 48] add x3, x1, x0 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 mov x0, x3 bl change_wrong_UTF8_byte ldr x0, [sp, 32] add x0, x0, 2 str x0, [sp, 32] add x0, sp, 32 mov x2, 2 mov x1, x0 ldr x0, [sp, 48] bl fill0 ldr x0, [sp, 32] ldr x1, [sp, 48] add x3, x1, x0 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 mov x0, x3 bl change_wrong_UTF8_byte ldr x0, [sp, 32] add x0, x0, 2 str x0, [sp, 32] add x0, sp, 32 mov x2, 2 mov x1, x0 ldr x0, [sp, 48] bl fill0 ldr x0, [sp, 32] ldr x1, [sp, 48] add x3, x1, x0 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 mov x0, x3 bl change_wrong_UTF8_byte ldr x0, [sp, 32] add x0, x0, 2 str x0, [sp, 32] b .L17 .L28: ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] add x0, x1, x0 ldrb w0, [x0] lsl w0, w0, 4 and w1, w0, 255 ldr x0, [sp, 24] ldr x2, [x0] ldr x0, [sp, 40] add x0, x2, x0 ldrb w0, [x0] lsr w0, w0, 2 and w0, w0, 255 eor w0, w1, w0 and w1, w0, 255 ldr x0, [sp, 32] add x2, x0, 1 str x2, [sp, 32] ldr x2, [sp, 48] add x0, x2, x0 eor w1, w1, 32 and w1, w1, 255 strb w1, [x0] ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] add x0, x1, x0 ldrb w0, [x0] lsl w0, w0, 6 and w1, w0, 255 ldr x0, [sp, 24] ldr x2, [x0] ldr x0, [sp, 40] add x3, x0, 1 str x3, [sp, 40] add x0, x2, x0 ldrb w0, [x0] eor w0, w1, w0 and w1, w0, 255 ldr x0, [sp, 32] add x2, x0, 1 str x2, [sp, 32] ldr x2, [sp, 48] add x0, x2, x0 eor w1, w1, -128 and w1, w1, 255 strb w1, [x0] b .L17 .L23: ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x0, x1, x0 ldrb w0, [x0] cmp w0, 247 bhi .L29 add x0, sp, 32 mov x2, 1 mov x1, x0 ldr x0, [sp, 48] bl fill0 ldr x0, [sp, 40] add x0, x0, 1 ldr x1, [sp, 16] cmp x1, x0 bls .L30 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x0, x1, x0 ldrb w0, [x0] lsr w0, w0, 3 and w0, w0, 255 cmp w0, 30 bne .L30 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x0, x0, 1 add x0, x1, x0 ldrb w0, [x0] lsr w0, w0, 6 and w0, w0, 255 cmp w0, 1 bhi .L31 .L30: add x0, sp, 32 mov x2, 1 mov x1, x0 ldr x0, [sp, 48] bl fill0 ldr x0, [sp, 32] ldr x1, [sp, 48] add x3, x1, x0 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 mov x0, x3 bl change_wrong_UTF8_byte ldr x0, [sp, 32] add x0, x0, 2 str x0, [sp, 32] b .L17 .L31: ldr x0, [sp, 40] add x0, x0, 2 ldr x1, [sp, 16] cmp x1, x0 bls .L32 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x0, x0, 1 add x0, x1, x0 ldrb w0, [x0] lsr w0, w0, 6 and w0, w0, 255 cmp w0, 2 bhi .L32 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x0, x0, 2 add x0, x1, x0 ldrb w0, [x0] lsr w0, w0, 6 and w0, w0, 255 cmp w0, 1 bhi .L33 .L32: add x0, sp, 32 mov x2, 1 mov x1, x0 ldr x0, [sp, 48] bl fill0 ldr x0, [sp, 32] ldr x1, [sp, 48] add x3, x1, x0 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 mov x0, x3 bl change_wrong_UTF8_byte ldr x0, [sp, 32] add x0, x0, 2 str x0, [sp, 32] add x0, sp, 32 mov x2, 2 mov x1, x0 ldr x0, [sp, 48] bl fill0 ldr x0, [sp, 32] ldr x1, [sp, 48] add x3, x1, x0 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 mov x0, x3 bl change_wrong_UTF8_byte ldr x0, [sp, 32] add x0, x0, 2 str x0, [sp, 32] b .L17 .L33: ldr x0, [sp, 40] add x0, x0, 3 ldr x1, [sp, 16] cmp x1, x0 bls .L34 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x0, x0, 2 add x0, x1, x0 ldrb w0, [x0] lsr w0, w0, 6 and w0, w0, 255 cmp w0, 2 bhi .L34 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x0, x0, 3 add x0, x1, x0 ldrb w0, [x0] lsr w0, w0, 6 and w0, w0, 255 cmp w0, 1 bhi .L35 .L34: add x0, sp, 32 mov x2, 1 mov x1, x0 ldr x0, [sp, 48] bl fill0 ldr x0, [sp, 32] ldr x1, [sp, 48] add x3, x1, x0 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 mov x0, x3 bl change_wrong_UTF8_byte ldr x0, [sp, 32] add x0, x0, 2 str x0, [sp, 32] add x0, sp, 32 mov x2, 2 mov x1, x0 ldr x0, [sp, 48] bl fill0 ldr x0, [sp, 32] ldr x1, [sp, 48] add x3, x1, x0 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 mov x0, x3 bl change_wrong_UTF8_byte ldr x0, [sp, 32] add x0, x0, 2 str x0, [sp, 32] add x0, sp, 32 mov x2, 2 mov x1, x0 ldr x0, [sp, 48] bl fill0 ldr x0, [sp, 32] ldr x1, [sp, 48] add x3, x1, x0 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 mov x0, x3 bl change_wrong_UTF8_byte ldr x0, [sp, 32] add x0, x0, 2 str x0, [sp, 32] b .L17 .L35: ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x0, x0, 3 add x0, x1, x0 ldrb w0, [x0] lsr w0, w0, 6 and w0, w0, 255 cmp w0, 2 bls .L36 add x0, sp, 32 mov x2, 1 mov x1, x0 ldr x0, [sp, 48] bl fill0 ldr x0, [sp, 32] ldr x1, [sp, 48] add x3, x1, x0 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 mov x0, x3 bl change_wrong_UTF8_byte ldr x0, [sp, 32] add x0, x0, 2 str x0, [sp, 32] add x0, sp, 32 mov x2, 2 mov x1, x0 ldr x0, [sp, 48] bl fill0 ldr x0, [sp, 32] ldr x1, [sp, 48] add x3, x1, x0 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 mov x0, x3 bl change_wrong_UTF8_byte ldr x0, [sp, 32] add x0, x0, 2 str x0, [sp, 32] add x0, sp, 32 mov x2, 2 mov x1, x0 ldr x0, [sp, 48] bl fill0 ldr x0, [sp, 32] ldr x1, [sp, 48] add x3, x1, x0 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 mov x0, x3 bl change_wrong_UTF8_byte ldr x0, [sp, 32] add x0, x0, 2 str x0, [sp, 32] add x0, sp, 32 mov x2, 2 mov x1, x0 ldr x0, [sp, 48] bl fill0 ldr x0, [sp, 32] ldr x1, [sp, 48] add x3, x1, x0 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 mov x0, x3 bl change_wrong_UTF8_byte ldr x0, [sp, 32] add x0, x0, 2 str x0, [sp, 32] b .L17 .L36: ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] add x0, x1, x0 ldrb w0, [x0] eor w0, w0, -16 and w0, w0, 255 lsl w0, w0, 2 and w1, w0, 255 ldr x0, [sp, 24] ldr x2, [x0] ldr x0, [sp, 40] add x0, x2, x0 ldrb w0, [x0] lsr w0, w0, 4 and w0, w0, 255 eor w0, w1, w0 and w1, w0, 255 ldr x0, [sp, 32] add x2, x0, 1 str x2, [sp, 32] ldr x2, [sp, 48] add x0, x2, x0 eor w1, w1, 8 and w1, w1, 255 strb w1, [x0] ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] add x0, x1, x0 ldrb w0, [x0] lsl w0, w0, 4 and w1, w0, 255 ldr x0, [sp, 24] ldr x2, [x0] ldr x0, [sp, 40] add x0, x2, x0 ldrb w0, [x0] lsr w0, w0, 2 and w0, w0, 255 eor w0, w1, w0 and w1, w0, 255 ldr x0, [sp, 32] add x2, x0, 1 str x2, [sp, 32] ldr x2, [sp, 48] add x0, x2, x0 eor w1, w1, 32 and w1, w1, 255 strb w1, [x0] ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] add x0, x1, x0 ldrb w0, [x0] lsl w0, w0, 6 and w1, w0, 255 ldr x0, [sp, 24] ldr x2, [x0] ldr x0, [sp, 40] add x3, x0, 1 str x3, [sp, 40] add x0, x2, x0 ldrb w0, [x0] eor w0, w1, w0 and w1, w0, 255 ldr x0, [sp, 32] add x2, x0, 1 str x2, [sp, 32] ldr x2, [sp, 48] add x0, x2, x0 eor w1, w1, -128 and w1, w1, 255 strb w1, [x0] b .L17 .L29: add x0, sp, 32 mov x2, 2 mov x1, x0 ldr x0, [sp, 48] bl fill0 ldr x0, [sp, 32] ldr x1, [sp, 48] add x3, x1, x0 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 mov x0, x3 bl change_wrong_UTF8_byte ldr x0, [sp, 32] add x0, x0, 2 str x0, [sp, 32] .L17: ldr x1, [sp, 40] ldr x0, [sp, 16] cmp x1, x0 bcc .L37 ldr x0, [sp, 24] ldr x0, [x0] bl free ldr x0, [sp, 24] ldr x1, [sp, 48] str x1, [x0] ldr x0, [sp, 32] .L38: mov x1, x0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 56] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L39 bl __stack_chk_fail .L39: mov x0, x1 ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE11: .size UTF8_to_32BE, .-UTF8_to_32BE .section .rodata .align 3 .LC1: .string "Problem in memory allocation" .text .align 2 .global UTF16BE_to_32BE .type UTF16BE_to_32BE, %function UTF16BE_to_32BE: .LFB12: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 72] mov x1, 0 ldr x0, [sp, 16] add x0, x0, 2 lsl x0, x0, 1 bl malloc str x0, [sp, 64] ldr x0, [sp, 64] cmp x0, 0 bne .L41 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf ldr x0, [sp, 24] ldr x0, [x0] bl free ldr x0, [sp, 24] str xzr, [x0] mov x0, 0 b .L55 .L41: str xzr, [sp, 48] str xzr, [sp, 56] add x0, sp, 48 mov x2, 2 mov x1, x0 ldr x0, [sp, 64] bl fill0 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 56] add x2, x0, 1 str x2, [sp, 56] add x1, x1, x0 ldr x0, [sp, 48] add x2, x0, 1 str x2, [sp, 48] ldr x2, [sp, 64] add x0, x2, x0 ldrb w1, [x1] strb w1, [x0] ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 56] add x2, x0, 1 str x2, [sp, 56] add x1, x1, x0 ldr x0, [sp, 48] add x2, x0, 1 str x2, [sp, 48] ldr x2, [sp, 64] add x0, x2, x0 ldrb w1, [x1] strb w1, [x0] b .L43 .L54: mov w0, -40 strb w0, [sp, 47] ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 56] add x0, x1, x0 ldrb w0, [x0] cmp w0, 215 bls .L44 mov w0, -33 strb w0, [sp, 47] ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 56] add x0, x1, x0 ldrb w0, [x0] cmp w0, 223 bls .L45 .L44: add x0, sp, 48 mov x2, 2 mov x1, x0 ldr x0, [sp, 64] bl fill0 ldr x0, [sp, 56] add x0, x0, 1 ldr x1, [sp, 16] cmp x1, x0 bls .L46 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 56] add x2, x0, 1 str x2, [sp, 56] add x1, x1, x0 ldr x0, [sp, 48] add x2, x0, 1 str x2, [sp, 48] ldr x2, [sp, 64] add x0, x2, x0 ldrb w1, [x1] strb w1, [x0] ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 56] add x2, x0, 1 str x2, [sp, 56] add x1, x1, x0 ldr x0, [sp, 48] add x2, x0, 1 str x2, [sp, 48] ldr x2, [sp, 64] add x0, x2, x0 ldrb w1, [x1] strb w1, [x0] b .L43 .L46: ldr x0, [sp, 48] add x1, x0, 1 str x1, [sp, 48] ldr x1, [sp, 64] add x0, x1, x0 mov w1, -1 strb w1, [x0] ldr x0, [sp, 48] add x1, x0, 1 str x1, [sp, 48] ldr x1, [sp, 64] add x0, x1, x0 mov w1, -3 strb w1, [x0] ldr x0, [sp, 56] add x0, x0, 2 str x0, [sp, 56] b .L43 .L45: ldr x0, [sp, 56] add x0, x0, 1 ldr x1, [sp, 16] cmp x1, x0 bls .L48 mov w0, -36 strb w0, [sp, 47] ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 56] add x0, x1, x0 ldrb w0, [x0] cmp w0, 219 bls .L49 .L48: add x0, sp, 48 mov x2, 2 mov x1, x0 ldr x0, [sp, 64] bl fill0 ldr x0, [sp, 56] add x0, x0, 1 ldr x1, [sp, 16] cmp x1, x0 bls .L50 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 56] add x2, x0, 1 str x2, [sp, 56] add x1, x1, x0 ldr x0, [sp, 48] add x2, x0, 1 str x2, [sp, 48] ldr x2, [sp, 64] add x0, x2, x0 ldrb w1, [x1] strb w1, [x0] ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 56] add x2, x0, 1 str x2, [sp, 56] add x1, x1, x0 ldr x0, [sp, 48] add x2, x0, 1 str x2, [sp, 48] ldr x2, [sp, 64] add x0, x2, x0 ldrb w1, [x1] strb w1, [x0] b .L43 .L50: ldr x0, [sp, 48] add x1, x0, 1 str x1, [sp, 48] ldr x1, [sp, 64] add x0, x1, x0 mov w1, -1 strb w1, [x0] ldr x0, [sp, 48] add x1, x0, 1 str x1, [sp, 48] ldr x1, [sp, 64] add x0, x1, x0 mov w1, -3 strb w1, [x0] ldr x0, [sp, 56] add x0, x0, 2 str x0, [sp, 56] b .L43 .L49: ldr x0, [sp, 56] add x0, x0, 3 ldr x1, [sp, 16] cmp x1, x0 bhi .L52 add x0, sp, 48 mov x2, 2 mov x1, x0 ldr x0, [sp, 64] bl fill0 ldr x0, [sp, 48] add x1, x0, 1 str x1, [sp, 48] ldr x1, [sp, 64] add x0, x1, x0 mov w1, -1 strb w1, [x0] ldr x0, [sp, 48] add x1, x0, 1 str x1, [sp, 48] ldr x1, [sp, 64] add x0, x1, x0 mov w1, -3 strb w1, [x0] ldr x0, [sp, 56] add x0, x0, 2 str x0, [sp, 56] b .L43 .L52: ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 56] add x0, x0, 2 add x0, x1, x0 ldrb w0, [x0] ldrb w1, [sp, 47] cmp w1, w0 bls .L53 add x0, sp, 48 mov x2, 2 mov x1, x0 ldr x0, [sp, 64] bl fill0 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 56] add x2, x0, 1 str x2, [sp, 56] add x1, x1, x0 ldr x0, [sp, 48] add x2, x0, 1 str x2, [sp, 48] ldr x2, [sp, 64] add x0, x2, x0 ldrb w1, [x1] strb w1, [x0] ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 56] add x2, x0, 1 str x2, [sp, 56] add x1, x1, x0 ldr x0, [sp, 48] add x2, x0, 1 str x2, [sp, 48] ldr x2, [sp, 64] add x0, x2, x0 ldrb w1, [x1] strb w1, [x0] b .L43 .L53: add x0, sp, 48 mov x2, 1 mov x1, x0 ldr x0, [sp, 64] bl fill0 mov w0, -40 strb w0, [sp, 47] ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 56] add x2, x0, 1 str x2, [sp, 56] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 ldrb w0, [sp, 47] sub w0, w1, w0 lsl w0, w0, 2 sxtb w1, w0 ldr x0, [sp, 24] ldr x2, [x0] ldr x0, [sp, 56] add x3, x0, 1 str x3, [sp, 56] add x0, x2, x0 ldrb w0, [x0] lsr w0, w0, 6 and w0, w0, 255 sxtb w0, w0 eor w0, w1, w0 sxtb w0, w0 and w1, w0, 255 ldr x0, [sp, 48] add x2, x0, 1 str x2, [sp, 48] ldr x2, [sp, 64] add x0, x2, x0 add w1, w1, 1 and w1, w1, 255 strb w1, [x0] mov w0, -36 strb w0, [sp, 47] ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 56] sub x0, x0, #1 add x0, x1, x0 ldrb w0, [x0] lsl w0, w0, 2 sxtb w1, w0 ldr x0, [sp, 24] ldr x2, [x0] ldr x0, [sp, 56] add x3, x0, 1 str x3, [sp, 56] add x0, x2, x0 ldrb w2, [x0] ldrb w0, [sp, 47] sub w0, w2, w0 and w0, w0, 255 sxtb w0, w0 eor w0, w1, w0 sxtb w2, w0 ldr x0, [sp, 48] add x1, x0, 1 str x1, [sp, 48] ldr x1, [sp, 64] add x0, x1, x0 and w1, w2, 255 strb w1, [x0] ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 56] add x2, x0, 1 str x2, [sp, 56] add x1, x1, x0 ldr x0, [sp, 48] add x2, x0, 1 str x2, [sp, 48] ldr x2, [sp, 64] add x0, x2, x0 ldrb w1, [x1] strb w1, [x0] .L43: ldr x1, [sp, 56] ldr x0, [sp, 16] cmp x1, x0 bcc .L54 ldr x0, [sp, 24] ldr x0, [x0] bl free ldr x0, [sp, 24] ldr x1, [sp, 64] str x1, [x0] ldr x0, [sp, 48] .L55: mov x1, x0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 72] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L56 bl __stack_chk_fail .L56: mov x0, x1 ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE12: .size UTF16BE_to_32BE, .-UTF16BE_to_32BE .align 2 .global add_del_BOM .type add_del_BOM, %function add_del_BOM: .LFB13: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str w2, [sp, 28] ldr w0, [sp, 28] cmp w0, 0 cset w0, eq and w0, w0, 255 and x1, x0, 255 ldr x0, [sp, 32] add x0, x1, x0 cmp x0, 0 beq .L58 mov x0, -3 b .L59 .L58: mov x0, 3 .L59: bl malloc str x0, [sp, 72] ldr x0, [sp, 72] cmp x0, 0 bne .L60 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr x0, [sp, 40] ldr x0, [x0] bl free ldr x0, [sp, 40] str xzr, [x0] mov x0, 0 b .L61 .L60: ldr w0, [sp, 28] cmp w0, 0 bne .L62 mov x0, 3 str x0, [sp, 56] b .L63 .L64: ldr x0, [sp, 40] ldr x1, [x0] ldr x0, [sp, 56] add x1, x1, x0 ldr x0, [sp, 56] sub x0, x0, #3 ldr x2, [sp, 72] add x0, x2, x0 ldrb w1, [x1] strb w1, [x0] ldr x0, [sp, 56] add x0, x0, 1 str x0, [sp, 56] .L63: ldr x1, [sp, 56] ldr x0, [sp, 32] cmp x1, x0 bcc .L64 ldr x0, [sp, 32] sub x0, x0, #3 str x0, [sp, 32] b .L65 .L62: ldr x0, [sp, 72] mov w1, -17 strb w1, [x0] ldr x0, [sp, 72] add x0, x0, 1 mov w1, -69 strb w1, [x0] ldr x0, [sp, 72] add x0, x0, 2 mov w1, -65 strb w1, [x0] str xzr, [sp, 64] b .L66 .L67: ldr x0, [sp, 40] ldr x1, [x0] ldr x0, [sp, 64] add x1, x1, x0 ldr x0, [sp, 64] add x0, x0, 3 ldr x2, [sp, 72] add x0, x2, x0 ldrb w1, [x1] strb w1, [x0] ldr x0, [sp, 64] add x0, x0, 1 str x0, [sp, 64] .L66: ldr x1, [sp, 64] ldr x0, [sp, 32] cmp x1, x0 bcc .L67 ldr x0, [sp, 32] add x0, x0, 3 str x0, [sp, 32] .L65: ldr x0, [sp, 40] ldr x0, [x0] bl free ldr x0, [sp, 40] ldr x1, [sp, 72] str x1, [x0] ldr x0, [sp, 32] .L61: ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE13: .size add_del_BOM, .-add_del_BOM .align 2 .global UTF32BE_to_16BE .type UTF32BE_to_16BE, %function UTF32BE_to_16BE: .LFB14: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] ldr x0, [sp, 16] bl malloc str x0, [sp, 56] ldr x0, [sp, 56] cmp x0, 0 bne .L69 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr x0, [sp, 24] ldr x0, [x0] bl free ldr x0, [sp, 24] str xzr, [x0] mov x0, 0 b .L70 .L69: str xzr, [sp, 40] mov x0, 4 str x0, [sp, 48] ldr x0, [sp, 40] add x1, x0, 1 str x1, [sp, 40] ldr x1, [sp, 56] add x0, x1, x0 mov w1, -2 strb w1, [x0] ldr x0, [sp, 40] add x1, x0, 1 str x1, [sp, 40] ldr x1, [sp, 56] add x0, x1, x0 mov w1, -1 strb w1, [x0] b .L71 .L73: ldr x0, [sp, 48] add x0, x0, 1 str x0, [sp, 48] ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 48] add x0, x1, x0 ldrb w0, [x0] cmp w0, 0 bne .L72 ldr x0, [sp, 48] add x0, x0, 1 str x0, [sp, 48] ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 48] add x2, x0, 1 str x2, [sp, 48] add x1, x1, x0 ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] ldr x2, [sp, 56] add x0, x2, x0 ldrb w1, [x1] strb w1, [x0] ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 48] add x2, x0, 1 str x2, [sp, 48] add x1, x1, x0 ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] ldr x2, [sp, 56] add x0, x2, x0 ldrb w1, [x1] strb w1, [x0] b .L71 .L72: mov w0, -40 strb w0, [sp, 39] ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 48] add x0, x1, x0 ldrb w0, [x0] sub w0, w0, #1 asr w0, w0, 2 and w1, w0, 255 ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] ldr x2, [sp, 56] add x0, x2, x0 ldrb w2, [sp, 39] add w1, w1, w2 and w1, w1, 255 strb w1, [x0] ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 48] add x2, x0, 1 str x2, [sp, 48] add x0, x1, x0 ldrb w0, [x0] sub w0, w0, #1 and w0, w0, 255 ubfiz w0, w0, 6, 2 and w2, w0, 255 ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 48] add x0, x1, x0 ldrb w0, [x0] lsr w0, w0, 2 and w1, w0, 255 ldr x0, [sp, 40] add x3, x0, 1 str x3, [sp, 40] ldr x3, [sp, 56] add x0, x3, x0 add w1, w2, w1 and w1, w1, 255 strb w1, [x0] mov w0, -36 strb w0, [sp, 39] ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 48] add x2, x0, 1 str x2, [sp, 48] add x0, x1, x0 ldrb w0, [x0] and w0, w0, 3 and w1, w0, 255 ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] ldr x2, [sp, 56] add x0, x2, x0 ldrb w2, [sp, 39] add w1, w1, w2 and w1, w1, 255 strb w1, [x0] ldr x0, [sp, 24] ldr x1, [x0] ldr x0, [sp, 48] add x2, x0, 1 str x2, [sp, 48] add x1, x1, x0 ldr x0, [sp, 40] add x2, x0, 1 str x2, [sp, 40] ldr x2, [sp, 56] add x0, x2, x0 ldrb w1, [x1] strb w1, [x0] .L71: ldr x1, [sp, 48] ldr x0, [sp, 16] cmp x1, x0 bcc .L73 ldr x0, [sp, 24] ldr x0, [x0] bl free ldr x0, [sp, 24] ldr x1, [sp, 56] str x1, [x0] ldr x0, [sp, 40] .L70: ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE14: .size UTF32BE_to_16BE, .-UTF32BE_to_16BE .align 2 .global UTF32BE_to_8 .type UTF32BE_to_8, %function UTF32BE_to_8: .LFB15: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] strb w2, [sp, 31] mov w0, -36 strb w0, [sp, 55] ldrb w0, [sp, 31] cmp w0, 0 beq .L75 mov x0, 3 b .L76 .L75: mov x0, 0 .L76: ldr x1, [sp, 32] add x0, x0, x1 bl malloc str x0, [sp, 72] ldr x0, [sp, 72] cmp x0, 0 bne .L77 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr x0, [sp, 40] ldr x0, [x0] bl free ldr x0, [sp, 40] str xzr, [x0] mov x0, 0 b .L78 .L77: mov x0, 4 str x0, [sp, 56] str xzr, [sp, 64] ldrb w0, [sp, 31] cmp w0, 0 beq .L80 ldr x0, [sp, 64] add x1, x0, 1 str x1, [sp, 64] ldr x1, [sp, 72] add x0, x1, x0 mov w1, -17 strb w1, [x0] ldr x0, [sp, 64] add x1, x0, 1 str x1, [sp, 64] ldr x1, [sp, 72] add x0, x1, x0 mov w1, -69 strb w1, [x0] ldr x0, [sp, 64] add x1, x0, 1 str x1, [sp, 64] ldr x1, [sp, 72] add x0, x1, x0 mov w1, -65 strb w1, [x0] b .L80 .L85: ldr x0, [sp, 56] add x0, x0, 1 str x0, [sp, 56] ldr x0, [sp, 40] ldr x1, [x0] ldr x0, [sp, 56] add x0, x1, x0 ldrb w0, [x0] cmp w0, 0 beq .L81 ldr x0, [sp, 40] ldr x1, [x0] ldr x0, [sp, 56] add x0, x1, x0 ldrb w0, [x0] lsr w0, w0, 2 and w1, w0, 255 ldr x0, [sp, 64] add x2, x0, 1 str x2, [sp, 64] ldr x2, [sp, 72] add x0, x2, x0 eor w1, w1, -16 and w1, w1, 255 strb w1, [x0] ldr x0, [sp, 40] ldr x1, [x0] ldr x0, [sp, 56] add x2, x0, 1 str x2, [sp, 56] add x0, x1, x0 ldrb w0, [x0] lsl w0, w0, 4 sxtb w0, w0 and w0, w0, 48 sxtb w1, w0 ldr x0, [sp, 40] ldr x2, [x0] ldr x0, [sp, 56] add x0, x2, x0 ldrb w0, [x0] lsr w0, w0, 4 and w0, w0, 255 sxtb w0, w0 eor w0, w1, w0 sxtb w0, w0 eor w0, w0, -128 sxtb w2, w0 ldr x0, [sp, 64] add x1, x0, 1 str x1, [sp, 64] ldr x1, [sp, 72] add x0, x1, x0 and w1, w2, 255 strb w1, [x0] ldr x0, [sp, 40] ldr x1, [x0] ldr x0, [sp, 56] add x2, x0, 1 str x2, [sp, 56] add x0, x1, x0 ldrb w0, [x0] lsl w0, w0, 2 sxtb w0, w0 and w0, w0, 60 sxtb w1, w0 ldr x0, [sp, 40] ldr x2, [x0] ldr x0, [sp, 56] add x0, x2, x0 ldrb w0, [x0] lsr w0, w0, 6 and w0, w0, 255 sxtb w0, w0 eor w0, w1, w0 sxtb w0, w0 eor w0, w0, -128 sxtb w2, w0 ldr x0, [sp, 64] add x1, x0, 1 str x1, [sp, 64] ldr x1, [sp, 72] add x0, x1, x0 and w1, w2, 255 strb w1, [x0] ldr x0, [sp, 40] ldr x1, [x0] ldr x0, [sp, 56] add x2, x0, 1 str x2, [sp, 56] add x0, x1, x0 ldrb w0, [x0] sxtb w0, w0 and w0, w0, 63 sxtb w0, w0 eor w0, w0, -128 sxtb w2, w0 ldr x0, [sp, 64] add x1, x0, 1 str x1, [sp, 64] ldr x1, [sp, 72] add x0, x1, x0 and w1, w2, 255 strb w1, [x0] b .L80 .L81: ldr x0, [sp, 56] add x0, x0, 1 str x0, [sp, 56] ldr x0, [sp, 40] ldr x1, [x0] ldr x0, [sp, 56] add x0, x1, x0 ldrb w0, [x0] ldrb w1, [sp, 55] cmp w1, w0 bne .L82 ldr x0, [sp, 56] add x0, x0, 1 str x0, [sp, 56] ldr x0, [sp, 40] ldr x1, [x0] ldr x0, [sp, 56] add x2, x0, 1 str x2, [sp, 56] add x1, x1, x0 ldr x0, [sp, 64] add x2, x0, 1 str x2, [sp, 64] ldr x2, [sp, 72] add x0, x2, x0 ldrb w1, [x1] strb w1, [x0] b .L80 .L82: ldr x0, [sp, 40] ldr x1, [x0] ldr x0, [sp, 56] add x0, x1, x0 ldrb w0, [x0] cmp w0, 7 bls .L83 ldr x0, [sp, 40] ldr x1, [x0] ldr x0, [sp, 56] add x0, x1, x0 ldrb w0, [x0] lsr w0, w0, 4 and w1, w0, 255 ldr x0, [sp, 64] add x2, x0, 1 str x2, [sp, 64] ldr x2, [sp, 72] add x0, x2, x0 eor w1, w1, -32 and w1, w1, 255 strb w1, [x0] ldr x0, [sp, 40] ldr x1, [x0] ldr x0, [sp, 56] add x2, x0, 1 str x2, [sp, 56] add x0, x1, x0 ldrb w0, [x0] lsl w0, w0, 2 sxtb w0, w0 and w0, w0, 60 sxtb w1, w0 ldr x0, [sp, 40] ldr x2, [x0] ldr x0, [sp, 56] add x0, x2, x0 ldrb w0, [x0] lsr w0, w0, 6 and w0, w0, 255 sxtb w0, w0 eor w0, w1, w0 sxtb w0, w0 eor w0, w0, -128 sxtb w2, w0 ldr x0, [sp, 64] add x1, x0, 1 str x1, [sp, 64] ldr x1, [sp, 72] add x0, x1, x0 and w1, w2, 255 strb w1, [x0] ldr x0, [sp, 40] ldr x1, [x0] ldr x0, [sp, 56] add x2, x0, 1 str x2, [sp, 56] add x0, x1, x0 ldrb w0, [x0] sxtb w0, w0 and w0, w0, 63 sxtb w0, w0 eor w0, w0, -128 sxtb w2, w0 ldr x0, [sp, 64] add x1, x0, 1 str x1, [sp, 64] ldr x1, [sp, 72] add x0, x1, x0 and w1, w2, 255 strb w1, [x0] b .L80 .L83: ldr x0, [sp, 40] ldr x1, [x0] ldr x0, [sp, 56] add x0, x1, x0 ldrb w0, [x0] cmp w0, 0 bne .L84 ldr x0, [sp, 40] ldr x1, [x0] ldr x0, [sp, 56] add x0, x0, 1 add x0, x1, x0 ldrb w0, [x0] sxtb w0, w0 cmp w0, 0 blt .L84 ldr x0, [sp, 56] add x0, x0, 1 str x0, [sp, 56] ldr x0, [sp, 40] ldr x1, [x0] ldr x0, [sp, 56] add x2, x0, 1 str x2, [sp, 56] add x1, x1, x0 ldr x0, [sp, 64] add x2, x0, 1 str x2, [sp, 64] ldr x2, [sp, 72] add x0, x2, x0 ldrb w1, [x1] strb w1, [x0] b .L80 .L84: ldr x0, [sp, 40] ldr x1, [x0] ldr x0, [sp, 56] add x2, x0, 1 str x2, [sp, 56] add x0, x1, x0 ldrb w0, [x0] lsl w0, w0, 2 sxtb w1, w0 ldr x0, [sp, 40] ldr x2, [x0] ldr x0, [sp, 56] add x0, x2, x0 ldrb w0, [x0] lsr w0, w0, 6 and w0, w0, 255 sxtb w0, w0 eor w0, w1, w0 sxtb w0, w0 eor w0, w0, -64 sxtb w2, w0 ldr x0, [sp, 64] add x1, x0, 1 str x1, [sp, 64] ldr x1, [sp, 72] add x0, x1, x0 and w1, w2, 255 strb w1, [x0] ldr x0, [sp, 40] ldr x1, [x0] ldr x0, [sp, 56] add x2, x0, 1 str x2, [sp, 56] add x0, x1, x0 ldrb w0, [x0] sxtb w0, w0 and w0, w0, 63 sxtb w0, w0 eor w0, w0, -128 sxtb w2, w0 ldr x0, [sp, 64] add x1, x0, 1 str x1, [sp, 64] ldr x1, [sp, 72] add x0, x1, x0 and w1, w2, 255 strb w1, [x0] .L80: ldr x1, [sp, 56] ldr x0, [sp, 32] cmp x1, x0 bcc .L85 ldr x0, [sp, 40] ldr x0, [x0] bl free ldr x0, [sp, 40] ldr x1, [sp, 72] str x1, [x0] ldr x0, [sp, 64] .L78: ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE15: .size UTF32BE_to_8, .-UTF32BE_to_8 .align 2 .global is_UTF32_BE .type is_UTF32_BE, %function is_UTF32_BE: .LFB16: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 8] strb wzr, [sp, 31] ldr x0, [sp, 8] ldrb w0, [x0] cmp w0, 0 bne .L87 strb wzr, [sp, 31] ldr x0, [sp, 8] add x0, x0, 1 ldrb w0, [x0] cmp w0, 0 bne .L87 mov w0, -2 strb w0, [sp, 31] ldr x0, [sp, 8] add x0, x0, 2 ldrb w0, [x0] cmp w0, 254 bne .L87 mov w0, -1 strb w0, [sp, 31] ldr x0, [sp, 8] add x0, x0, 3 ldrb w0, [x0] cmp w0, 255 bne .L87 mov w0, 1 b .L88 .L87: mov w0, 0 .L88: and w0, w0, 1 and w0, w0, 255 add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE16: .size is_UTF32_BE, .-is_UTF32_BE .align 2 .global is_UTF32_LE .type is_UTF32_LE, %function is_UTF32_LE: .LFB17: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 8] mov w0, -1 strb w0, [sp, 31] ldr x0, [sp, 8] ldrb w0, [x0] cmp w0, 255 bne .L91 mov w0, -2 strb w0, [sp, 31] ldr x0, [sp, 8] add x0, x0, 1 ldrb w0, [x0] cmp w0, 254 bne .L91 strb wzr, [sp, 31] ldr x0, [sp, 8] add x0, x0, 2 ldrb w0, [x0] cmp w0, 0 bne .L91 strb wzr, [sp, 31] ldr x0, [sp, 8] add x0, x0, 3 ldrb w0, [x0] cmp w0, 0 bne .L91 mov w0, 1 b .L92 .L91: mov w0, 0 .L92: and w0, w0, 1 and w0, w0, 255 add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE17: .size is_UTF32_LE, .-is_UTF32_LE .align 2 .global is_UTF16_LE .type is_UTF16_LE, %function is_UTF16_LE: .LFB18: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 8] mov w0, -1 strb w0, [sp, 31] ldr x0, [sp, 8] ldrb w0, [x0] cmp w0, 255 bne .L95 mov w0, -2 strb w0, [sp, 31] ldr x0, [sp, 8] add x0, x0, 1 ldrb w0, [x0] cmp w0, 254 bne .L95 mov w0, 1 b .L96 .L95: mov w0, 0 .L96: and w0, w0, 1 and w0, w0, 255 add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE18: .size is_UTF16_LE, .-is_UTF16_LE .align 2 .global is_UTF16_BE .type is_UTF16_BE, %function is_UTF16_BE: .LFB19: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 8] mov w0, -2 strb w0, [sp, 31] ldr x0, [sp, 8] ldrb w0, [x0] cmp w0, 254 bne .L99 mov w0, -1 strb w0, [sp, 31] ldr x0, [sp, 8] add x0, x0, 1 ldrb w0, [x0] cmp w0, 255 bne .L99 mov w0, 1 b .L100 .L99: mov w0, 0 .L100: and w0, w0, 1 and w0, w0, 255 add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE19: .size is_UTF16_BE, .-is_UTF16_BE .align 2 .global is_UTF8_BOM .type is_UTF8_BOM, %function is_UTF8_BOM: .LFB20: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 8] mov w0, -17 strb w0, [sp, 31] ldr x0, [sp, 8] ldrb w0, [x0] cmp w0, 239 bne .L103 mov w0, -69 strb w0, [sp, 31] ldr x0, [sp, 8] add x0, x0, 1 ldrb w0, [x0] cmp w0, 187 bne .L103 mov w0, -65 strb w0, [sp, 31] ldr x0, [sp, 8] add x0, x0, 2 ldrb w0, [x0] cmp w0, 191 bne .L103 mov w0, 1 b .L104 .L103: mov w0, 0 .L104: and w0, w0, 1 and w0, w0, 255 add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE20: .size is_UTF8_BOM, .-is_UTF8_BOM .align 2 .global is_change_endian .type is_change_endian, %function is_change_endian: .LFB21: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, 12] str w1, [sp, 8] ldr w0, [sp, 12] cmp w0, 5 beq .L107 ldr w0, [sp, 12] cmp w0, 4 bne .L108 .L107: ldr w0, [sp, 8] cmp w0, 5 beq .L109 ldr w0, [sp, 8] cmp w0, 4 beq .L109 .L108: ldr w0, [sp, 12] cmp w0, 3 beq .L110 ldr w0, [sp, 12] cmp w0, 2 bne .L111 .L110: ldr w0, [sp, 8] cmp w0, 3 beq .L109 ldr w0, [sp, 8] cmp w0, 2 beq .L109 .L111: ldr w0, [sp, 12] cmp w0, 1 beq .L112 ldr w0, [sp, 12] cmp w0, 0 bne .L113 .L112: ldr w0, [sp, 8] cmp w0, 1 beq .L109 ldr w0, [sp, 8] cmp w0, 0 bne .L113 .L109: mov w0, 1 b .L114 .L113: mov w0, 0 .L114: and w0, w0, 1 and w0, w0, 255 add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE21: .size is_change_endian, .-is_change_endian .section .rodata .align 3 .LC2: .string "Write input, output files, and number of encoder" .align 3 .LC3: .string "rb" .align 3 .LC4: .string "FIle %s not found" .align 3 .LC5: .string "Problem with reading of Input file" .align 3 .LC6: .string "wb" .align 3 .LC7: .string "File %s didn't find or create" .align 3 .LC8: .string "Error in writing" .text .align 2 .global main .type main, %function main: .LFB22: .cfi_startproc stp x29, x30, [sp, -96]! .cfi_def_cfa_offset 96 .cfi_offset 29, -96 .cfi_offset 30, -88 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 88] mov x1, 0 ldr w0, [sp, 28] cmp w0, 4 beq .L117 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl printf mov w0, -1 b .L160 .L117: ldr x0, [sp, 16] add x0, x0, 24 ldr x0, [x0] bl atoi str w0, [sp, 44] ldr x0, [sp, 16] add x0, x0, 8 ldr x2, [x0] adrp x0, .LC3 add x1, x0, :lo12:.LC3 mov x0, x2 bl fopen str x0, [sp, 72] ldr x0, [sp, 72] cmp x0, 0 bne .L119 ldr x0, [sp, 16] add x0, x0, 8 ldr x0, [x0] mov x1, x0 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf mov w0, -1 b .L160 .L119: str xzr, [sp, 56] mov x0, 1 str x0, [sp, 64] ldr x0, [sp, 64] bl malloc str x0, [sp, 48] b .L120 .L122: ldr x0, [sp, 56] add x0, x0, 1 str x0, [sp, 56] ldr x1, [sp, 56] ldr x0, [sp, 64] cmp x1, x0 bcc .L120 ldr x0, [sp, 64] lsl x0, x0, 1 str x0, [sp, 64] ldr x0, [sp, 48] ldr x1, [sp, 64] bl realloc str x0, [sp, 80] ldr x0, [sp, 80] cmp x0, 0 beq .L121 ldr x0, [sp, 80] str x0, [sp, 48] b .L120 .L121: adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr x0, [sp, 48] bl free ldr x0, [sp, 72] bl fclose mov w0, -1 b .L160 .L120: ldr x1, [sp, 48] ldr x0, [sp, 56] add x0, x1, x0 ldr x3, [sp, 72] mov x2, 1 mov x1, 1 bl fread cmp x0, 1 beq .L122 ldr x0, [sp, 72] bl feof cmp w0, 0 bne .L123 adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl printf ldr x0, [sp, 72] bl fclose mov w0, -1 b .L160 .L123: ldr x0, [sp, 72] bl fclose ldr x0, [sp, 56] cmp x0, 3 bls .L124 ldr x0, [sp, 48] bl is_UTF32_BE and w0, w0, 255 cmp w0, 0 beq .L124 mov w0, 5 str w0, [sp, 40] b .L125 .L124: ldr x0, [sp, 56] cmp x0, 3 bls .L126 ldr x0, [sp, 48] bl is_UTF32_LE and w0, w0, 255 cmp w0, 0 beq .L126 mov w0, 4 str w0, [sp, 40] b .L125 .L126: ldr x0, [sp, 56] cmp x0, 2 bls .L127 ldr x0, [sp, 48] bl is_UTF8_BOM and w0, w0, 255 cmp w0, 0 beq .L127 mov w0, 1 str w0, [sp, 40] b .L125 .L127: ldr x0, [sp, 56] cmp x0, 1 bls .L128 ldr x0, [sp, 48] bl is_UTF16_BE and w0, w0, 255 cmp w0, 0 beq .L128 mov w0, 3 str w0, [sp, 40] b .L125 .L128: ldr x0, [sp, 56] cmp x0, 1 bls .L129 ldr x0, [sp, 48] bl is_UTF16_LE and w0, w0, 255 cmp w0, 0 beq .L129 mov w0, 2 str w0, [sp, 40] b .L125 .L129: str wzr, [sp, 40] .L125: ldr w1, [sp, 40] ldr w0, [sp, 44] cmp w1, w0 beq .L130 ldr w1, [sp, 44] ldr w0, [sp, 40] bl is_change_endian and w0, w0, 255 eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L131 ldr w0, [sp, 40] cmp w0, 5 beq .L162 ldr w0, [sp, 40] cmp w0, 5 bhi .L133 ldr w0, [sp, 40] cmp w0, 4 beq .L134 ldr w0, [sp, 40] cmp w0, 4 bhi .L133 ldr w0, [sp, 40] cmp w0, 3 beq .L135 ldr w0, [sp, 40] cmp w0, 3 bhi .L133 ldr w0, [sp, 40] cmp w0, 1 bls .L136 ldr w0, [sp, 40] cmp w0, 2 beq .L137 b .L133 .L136: add x0, sp, 48 ldr x1, [sp, 56] bl UTF8_to_32BE str x0, [sp, 56] ldr x0, [sp, 48] cmp x0, 0 bne .L163 mov w0, -1 b .L160 .L137: ldr x0, [sp, 48] ldr x1, [sp, 56] bl change_ending16 .L135: add x0, sp, 48 ldr x1, [sp, 56] bl UTF16BE_to_32BE str x0, [sp, 56] ldr x0, [sp, 48] cmp x0, 0 bne .L164 mov w0, -1 b .L160 .L134: ldr x0, [sp, 48] ldr x1, [sp, 56] bl change_ending32 b .L133 .L162: nop b .L133 .L163: nop b .L133 .L164: nop .L133: ldr w0, [sp, 44] cmp w0, 5 beq .L165 ldr w0, [sp, 44] cmp w0, 5 bhi .L130 ldr w0, [sp, 44] cmp w0, 4 beq .L142 ldr w0, [sp, 44] cmp w0, 4 bhi .L130 ldr w0, [sp, 44] cmp w0, 3 beq .L143 ldr w0, [sp, 44] cmp w0, 3 bhi .L130 ldr w0, [sp, 44] cmp w0, 2 beq .L144 ldr w0, [sp, 44] cmp w0, 2 bhi .L130 ldr w0, [sp, 44] cmp w0, 0 beq .L145 ldr w0, [sp, 44] cmp w0, 1 beq .L146 b .L130 .L145: add x0, sp, 48 mov w2, 0 ldr x1, [sp, 56] bl UTF32BE_to_8 str x0, [sp, 56] ldr x0, [sp, 48] cmp x0, 0 bne .L166 mov w0, -1 b .L160 .L146: add x0, sp, 48 mov w2, 1 ldr x1, [sp, 56] bl UTF32BE_to_8 str x0, [sp, 56] ldr x0, [sp, 48] cmp x0, 0 bne .L167 mov w0, -1 b .L160 .L144: add x0, sp, 48 ldr x1, [sp, 56] bl UTF32BE_to_16BE str x0, [sp, 56] ldr x0, [sp, 48] cmp x0, 0 bne .L149 mov w0, -1 b .L160 .L149: ldr x0, [sp, 48] ldr x1, [sp, 56] bl change_ending16 b .L130 .L143: add x0, sp, 48 ldr x1, [sp, 56] bl UTF32BE_to_16BE str x0, [sp, 56] ldr x0, [sp, 48] cmp x0, 0 bne .L168 mov w0, -1 b .L160 .L142: ldr x0, [sp, 48] ldr x1, [sp, 56] bl change_ending32 b .L130 .L131: ldr w0, [sp, 40] cmp w0, 1 beq .L151 ldr w0, [sp, 40] cmp w0, 0 bne .L152 .L151: ldr w0, [sp, 44] cmp w0, 1 beq .L153 ldr w0, [sp, 44] cmp w0, 0 bne .L152 .L153: ldr w1, [sp, 44] add x0, sp, 48 mov w2, w1 ldr x1, [sp, 56] bl add_del_BOM str x0, [sp, 56] ldr x0, [sp, 48] cmp x0, 0 bne .L130 mov w0, -1 b .L160 .L152: ldr w0, [sp, 40] cmp w0, 3 beq .L155 ldr w0, [sp, 40] cmp w0, 2 bne .L156 .L155: ldr w0, [sp, 44] cmp w0, 3 beq .L157 ldr w0, [sp, 44] cmp w0, 2 bne .L156 .L157: ldr x0, [sp, 48] ldr x1, [sp, 56] bl change_ending16 b .L130 .L156: ldr x0, [sp, 48] ldr x1, [sp, 56] bl change_ending32 b .L130 .L165: nop b .L130 .L166: nop b .L130 .L167: nop b .L130 .L168: nop .L130: ldr x0, [sp, 16] add x0, x0, 16 ldr x2, [x0] adrp x0, .LC6 add x1, x0, :lo12:.LC6 mov x0, x2 bl fopen str x0, [sp, 72] ldr x0, [sp, 72] cmp x0, 0 bne .L158 ldr x0, [sp, 16] add x0, x0, 16 ldr x0, [x0] mov x1, x0 adrp x0, .LC7 add x0, x0, :lo12:.LC7 bl printf ldr x0, [sp, 48] bl free mov w0, -1 b .L160 .L158: ldr x0, [sp, 48] ldr x3, [sp, 72] ldr x2, [sp, 56] mov x1, 1 bl fwrite mov x1, x0 ldr x0, [sp, 56] cmp x0, x1 beq .L159 adrp x0, .LC8 add x0, x0, :lo12:.LC8 bl printf ldr x0, [sp, 48] bl free ldr x0, [sp, 72] bl fclose mov w0, -1 b .L160 .L159: ldr x0, [sp, 48] bl free ldr x0, [sp, 72] bl fclose mov w0, 0 .L160: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 88] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L161 bl __stack_chk_fail .L161: mov w0, w1 ldp x29, x30, [sp], 96 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE22: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global WPD_DEVICE_SUPPORTED_DRM_SCHEMES .section .rodata .align 3 .type WPD_DEVICE_SUPPORTED_DRM_SCHEMES, %object .size WPD_DEVICE_SUPPORTED_DRM_SCHEMES, 24 WPD_DEVICE_SUPPORTED_DRM_SCHEMES: .xword 651466650 .hword -6589 .hword 17958 .ascii "\236+sm\300\311/\334" .zero 4 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global searchInsert .type searchInsert, %function searchInsert: .LFB0: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 8] str w1, [sp, 4] str w2, [sp] str wzr, [sp, 20] ldr w0, [sp, 4] sub w0, w0, #1 str w0, [sp, 24] b .L2 .L6: ldr w1, [sp, 24] ldr w0, [sp, 20] sub w0, w1, w0 lsr w1, w0, 31 add w0, w1, w0 asr w0, w0, 1 mov w1, w0 ldr w0, [sp, 20] add w0, w0, w1 str w0, [sp, 28] ldrsw x0, [sp, 28] lsl x0, x0, 2 ldr x1, [sp, 8] add x0, x1, x0 ldr w0, [x0] ldr w1, [sp] cmp w1, w0 bne .L3 ldr w0, [sp, 28] b .L4 .L3: ldrsw x0, [sp, 28] lsl x0, x0, 2 ldr x1, [sp, 8] add x0, x1, x0 ldr w0, [x0] ldr w1, [sp] cmp w1, w0 ble .L5 ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 20] b .L2 .L5: ldr w0, [sp, 28] sub w0, w0, #1 str w0, [sp, 24] .L2: ldr w1, [sp, 20] ldr w0, [sp, 24] cmp w1, w0 ble .L6 ldr w0, [sp, 20] .L4: add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size searchInsert, .-searchInsert ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global a .bss .align 3 .type a, %object .size a, 1 a: .zero 1 .global b .align 3 .type b, %object .size b, 8 b: .zero 8 .text .align 2 .global foo .type foo, %function foo: .LFB0: .cfi_startproc adrp x0, b add x0, x0, :lo12:b ldr x1, [x0] adrp x0, b add x0, x0, :lo12:b ldr x0, [x0] adrp x2, a add x2, x2, :lo12:a add x2, x2, x1 add x2, x2, x0 ldrb w2, [x2] sub w2, w2, #1 and w3, w2, 255 adrp x2, a add x2, x2, :lo12:a add x1, x2, x1 add x0, x1, x0 mov w1, w3 strb w1, [x0] nop ret .cfi_endproc .LFE0: .size foo, .-foo ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "Please enter the weight of the package:" .align 3 .LC1: .string "%lf" .align 3 .LC2: .string "The total cost of the parcel is $%.2f\n" .align 3 .LC3: .string "PAUSE" .text .align 2 .global main .type main, %function main: .LFB6: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 40] mov x1, 0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl puts add x0, sp, 24 mov x1, x0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl __isoc99_scanf ldr d0, [sp, 24] bl calcCost str d0, [sp, 32] ldr d0, [sp, 32] adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl printf adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl system mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 40] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L3 bl __stack_chk_fail .L3: mov w0, w1 ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size main, .-main .align 2 .global calcCost .type calcCost, %function calcCost: .LFB7: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str d0, [sp, 8] ldr d1, [sp, 8] fmov d0, 2.0e+0 fcmpe d1, d0 bls .L11 b .L13 .L11: fmov d0, 3.0e+0 str d0, [sp, 24] b .L7 .L13: ldr d1, [sp, 8] fmov d0, 4.0e+0 fcmpe d1, d0 bgt .L12 b .L14 .L12: ldr d1, [sp, 8] fmov d0, 4.0e+0 fsub d0, d1, d0 mov x0, 7378697629483820646 movk x0, 0x3fee, lsl 48 fmov d1, x0 fmul d1, d0, d1 fmov d0, 4.5e+0 fadd d0, d1, d0 str d0, [sp, 24] b .L7 .L14: ldr d1, [sp, 8] fmov d0, 2.0e+0 fsub d1, d1, d0 fmov d0, 7.5e-1 fmul d1, d1, d0 fmov d0, 3.0e+0 fadd d0, d1, d0 str d0, [sp, 24] .L7: ldr d0, [sp, 24] add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size calcCost, .-calcCost ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global to_upper .type to_upper, %function to_upper: .LFB0: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 strb w0, [sp, 15] ldrb w0, [sp, 15] cmp w0, 96 bls .L2 ldrb w0, [sp, 15] cmp w0, 122 bhi .L2 ldrb w0, [sp, 15] sub w0, w0, #32 and w0, w0, 255 b .L1 .L2: .L1: add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size to_upper, .-to_upper .align 2 .global to_lower .type to_lower, %function to_lower: .LFB1: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 strb w0, [sp, 15] ldrb w0, [sp, 15] cmp w0, 64 bls .L5 ldrb w0, [sp, 15] cmp w0, 90 bhi .L5 ldrb w0, [sp, 15] add w0, w0, 32 and w0, w0, 255 b .L4 .L5: .L4: add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size to_lower, .-to_lower .align 2 .global ft_str_capitalizer .type ft_str_capitalizer, %function ft_str_capitalizer: .LFB2: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x19, [sp, 16] .cfi_offset 19, -48 str x0, [sp, 40] str wzr, [sp, 60] ldrsw x0, [sp, 60] ldr x1, [sp, 40] add x0, x1, x0 ldrb w0, [x0] cmp w0, 96 bls .L8 ldrsw x0, [sp, 60] ldr x1, [sp, 40] add x0, x1, x0 ldrb w0, [x0] cmp w0, 122 bhi .L8 ldrsw x0, [sp, 60] ldr x1, [sp, 40] add x0, x1, x0 ldrb w2, [x0] ldrsw x0, [sp, 60] ldr x1, [sp, 40] add x19, x1, x0 mov w0, w2 bl to_upper and w0, w0, 255 strb w0, [x19] .L8: ldr w0, [sp, 60] add w1, w0, 1 str w1, [sp, 60] sxtw x0, w0 ldr x1, [sp, 40] add x0, x1, x0 mov x2, 1 mov x1, x0 mov w0, 1 bl write b .L9 .L12: ldrsw x0, [sp, 60] ldr x1, [sp, 40] add x0, x1, x0 ldrb w2, [x0] ldrsw x0, [sp, 60] ldr x1, [sp, 40] add x19, x1, x0 mov w0, w2 bl to_lower and w0, w0, 255 strb w0, [x19] ldr w0, [sp, 60] cmp w0, 0 ble .L10 ldrsw x0, [sp, 60] sub x0, x0, #1 ldr x1, [sp, 40] add x0, x1, x0 ldrb w0, [x0] cmp w0, 32 beq .L11 ldrsw x0, [sp, 60] sub x0, x0, #1 ldr x1, [sp, 40] add x0, x1, x0 ldrb w0, [x0] cmp w0, 9 bne .L10 .L11: ldrsw x0, [sp, 60] ldr x1, [sp, 40] add x0, x1, x0 ldrb w2, [x0] ldrsw x0, [sp, 60] ldr x1, [sp, 40] add x19, x1, x0 mov w0, w2 bl to_upper and w0, w0, 255 strb w0, [x19] .L10: ldrsw x0, [sp, 60] ldr x1, [sp, 40] add x0, x1, x0 mov x2, 1 mov x1, x0 mov w0, 1 bl write ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L9: ldrsw x0, [sp, 60] ldr x1, [sp, 40] add x0, x1, x0 ldrb w0, [x0] cmp w0, 0 bne .L12 nop nop ldr x19, [sp, 16] ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_restore 19 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE2: .size ft_str_capitalizer, .-ft_str_capitalizer .section .rodata .align 3 .LC0: .string "\n" .text .align 2 .global main .type main, %function main: .LFB3: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] ldr w0, [sp, 28] cmp w0, 1 ble .L14 mov w0, 1 str w0, [sp, 44] b .L15 .L16: ldrsw x0, [sp, 44] lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] bl ft_str_capitalizer mov x2, 1 adrp x0, .LC0 add x1, x0, :lo12:.LC0 mov w0, 1 bl write ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L15: ldrsw x0, [sp, 44] lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] cmp x0, 0 bne .L16 b .L17 .L14: mov x2, 1 adrp x0, .LC0 add x1, x0, :lo12:.LC0 mov w0, 1 bl write .L17: mov w0, 0 ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE3: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string " \n" .section .data.rel.local,"aw" .align 3 .type delim, %object .size delim, 8 delim: .xword .LC0 .local vecs .comm vecs,8,8 .local veclen .comm veclen,4,4 .data .align 2 .type numvecs, %object .size numvecs, 4 numvecs: .word -1 .local in_subset .comm in_subset,8,8 .local in_all_subset .comm in_all_subset,8,8 .local subset_size .comm subset_size,4,4 .local all_subset_size .comm all_subset_size,4,4 .text .align 2 .type reset_subset, %function reset_subset: .LFB6: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str wzr, [sp, 12] b .L2 .L3: adrp x0, in_subset add x0, x0, :lo12:in_subset ldr x1, [x0] ldrsw x0, [sp, 12] lsl x0, x0, 2 add x0, x1, x0 str wzr, [x0] adrp x0, in_all_subset add x0, x0, :lo12:in_all_subset ldr x1, [x0] ldrsw x0, [sp, 12] lsl x0, x0, 2 add x0, x1, x0 str wzr, [x0] ldr w0, [sp, 12] add w0, w0, 1 str w0, [sp, 12] .L2: adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w0, [x0] ldr w1, [sp, 12] cmp w1, w0 blt .L3 adrp x0, subset_size add x0, x0, :lo12:subset_size str wzr, [x0] adrp x0, all_subset_size add x0, x0, :lo12:all_subset_size str wzr, [x0] nop add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size reset_subset, .-reset_subset .section .rodata .align 3 .LC1: .string "r" .align 3 .LC2: .string "oops, could not open '%s'\n" .align 3 .LC3: .string "numvecs = %d\n" .align 3 .LC4: .string "vector length = %d\n" .align 3 .LC5: .string "program.c" .align 3 .LC6: .string "vecs" .align 3 .LC7: .string "vecs[numvecs]" .align 3 .LC8: .string "newptr > s" .align 3 .LC9: .string "vecpos < veclen" .align 3 .LC10: .string "vecpos == veclen" .align 3 .LC11: .string "numvecs < MAXVECS" .align 3 .LC12: .string "in_subset" .align 3 .LC13: .string "in_all_subset" .text .align 2 .type load_vectors, %function load_vectors: .LFB7: .cfi_startproc stp x29, x30, [sp, -128]! .cfi_def_cfa_offset 128 .cfi_offset 29, -128 .cfi_offset 30, -120 mov x29, sp str x19, [sp, 16] .cfi_offset 19, -112 str x0, [sp, 40] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 120] mov x1, 0 adrp x0, .LC1 add x1, x0, :lo12:.LC1 ldr x0, [sp, 40] bl fopen str x0, [sp, 104] ldr x0, [sp, 104] cmp x0, 0 bne .L5 ldr x1, [sp, 40] adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl printf mov w0, -1 bl exit .L5: str xzr, [sp, 64] add x1, sp, 72 add x0, sp, 64 ldr x2, [sp, 104] bl getline str w0, [sp, 60] ldr w0, [sp, 60] cmn w0, #1 bne .L6 ldr x0, [sp, 64] bl free adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w0, [x0] mov w1, w0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl printf adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w0, [x0] sxtw x0, w0 lsl x0, x0, 2 bl malloc mov x1, x0 adrp x0, in_subset add x0, x0, :lo12:in_subset str x1, [x0] adrp x0, in_subset add x0, x0, :lo12:in_subset ldr x0, [x0] cmp x0, 0 bne .L7 b .L28 .L6: adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w0, [x0] cmn w0, #1 bne .L9 ldr x2, [sp, 64] adrp x0, delim add x0, x0, :lo12:delim ldr x0, [x0] mov x1, x0 mov x0, x2 bl strtok str x0, [sp, 88] .L13: ldr x0, [sp, 88] cmp x0, 0 beq .L29 adrp x0, veclen add x0, x0, :lo12:veclen ldr w0, [x0] add w1, w0, 1 adrp x0, veclen add x0, x0, :lo12:veclen str w1, [x0] adrp x0, delim add x0, x0, :lo12:delim ldr x0, [x0] mov x1, x0 mov x0, 0 bl strtok str x0, [sp, 88] b .L13 .L29: nop adrp x0, veclen add x0, x0, :lo12:veclen ldr w0, [x0] mov w1, w0 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf mov x0, 24000 bl malloc mov x1, x0 adrp x0, vecs add x0, x0, :lo12:vecs str x1, [x0] adrp x0, vecs add x0, x0, :lo12:vecs ldr x0, [x0] cmp x0, 0 bne .L14 adrp x0, __PRETTY_FUNCTION__.3 add x3, x0, :lo12:__PRETTY_FUNCTION__.3 mov w2, 88 adrp x0, .LC5 add x1, x0, :lo12:.LC5 adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl __assert_fail .L14: str wzr, [sp, 52] b .L15 .L16: adrp x0, vecs add x0, x0, :lo12:vecs ldr x1, [x0] ldrsw x0, [sp, 52] lsl x0, x0, 3 add x0, x1, x0 str xzr, [x0] ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L15: ldr w0, [sp, 52] cmp w0, 2999 ble .L16 b .L17 .L9: ldr x2, [sp, 64] adrp x0, delim add x0, x0, :lo12:delim ldr x0, [x0] mov x1, x0 mov x0, x2 bl strtok str x0, [sp, 96] str wzr, [sp, 56] adrp x0, veclen add x0, x0, :lo12:veclen ldr w0, [x0] sxtw x0, w0 lsl x2, x0, 3 adrp x0, vecs add x0, x0, :lo12:vecs ldr x1, [x0] adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w0, [x0] sxtw x0, w0 lsl x0, x0, 3 add x19, x1, x0 mov x0, x2 bl malloc str x0, [x19] adrp x0, vecs add x0, x0, :lo12:vecs ldr x1, [x0] adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w0, [x0] sxtw x0, w0 lsl x0, x0, 3 add x0, x1, x0 ldr x0, [x0] cmp x0, 0 bne .L18 adrp x0, __PRETTY_FUNCTION__.3 add x3, x0, :lo12:__PRETTY_FUNCTION__.3 mov w2, 97 adrp x0, .LC5 add x1, x0, :lo12:.LC5 adrp x0, .LC7 add x0, x0, :lo12:.LC7 bl __assert_fail .L18: ldr x0, [sp, 96] cmp x0, 0 beq .L30 add x0, sp, 80 mov x1, x0 ldr x0, [sp, 96] bl strtod str d0, [sp, 112] ldr x0, [sp, 80] ldr x1, [sp, 96] cmp x1, x0 bcc .L20 adrp x0, __PRETTY_FUNCTION__.3 add x3, x0, :lo12:__PRETTY_FUNCTION__.3 mov w2, 102 adrp x0, .LC5 add x1, x0, :lo12:.LC5 adrp x0, .LC8 add x0, x0, :lo12:.LC8 bl __assert_fail .L20: adrp x0, veclen add x0, x0, :lo12:veclen ldr w0, [x0] ldr w1, [sp, 56] cmp w1, w0 blt .L21 adrp x0, __PRETTY_FUNCTION__.3 add x3, x0, :lo12:__PRETTY_FUNCTION__.3 mov w2, 103 adrp x0, .LC5 add x1, x0, :lo12:.LC5 adrp x0, .LC9 add x0, x0, :lo12:.LC9 bl __assert_fail .L21: adrp x0, vecs add x0, x0, :lo12:vecs ldr x0, [x0] cmp x0, 0 bne .L22 adrp x0, __PRETTY_FUNCTION__.3 add x3, x0, :lo12:__PRETTY_FUNCTION__.3 mov w2, 104 adrp x0, .LC5 add x1, x0, :lo12:.LC5 adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl __assert_fail .L22: adrp x0, vecs add x0, x0, :lo12:vecs ldr x1, [x0] adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w0, [x0] sxtw x0, w0 lsl x0, x0, 3 add x0, x1, x0 ldr x1, [x0] ldrsw x0, [sp, 56] lsl x0, x0, 3 add x0, x1, x0 ldr d0, [sp, 112] str d0, [x0] ldr w0, [sp, 56] add w0, w0, 1 str w0, [sp, 56] adrp x0, delim add x0, x0, :lo12:delim ldr x0, [x0] mov x1, x0 mov x0, 0 bl strtok str x0, [sp, 96] b .L18 .L30: nop adrp x0, veclen add x0, x0, :lo12:veclen ldr w0, [x0] ldr w1, [sp, 56] cmp w1, w0 beq .L17 adrp x0, __PRETTY_FUNCTION__.3 add x3, x0, :lo12:__PRETTY_FUNCTION__.3 mov w2, 112 adrp x0, .LC5 add x1, x0, :lo12:.LC5 adrp x0, .LC10 add x0, x0, :lo12:.LC10 bl __assert_fail .L17: adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w0, [x0] add w1, w0, 1 adrp x0, numvecs add x0, x0, :lo12:numvecs str w1, [x0] adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w0, [x0] cmp w0, 2999 ble .L25 adrp x0, __PRETTY_FUNCTION__.3 add x3, x0, :lo12:__PRETTY_FUNCTION__.3 mov w2, 115 adrp x0, .LC5 add x1, x0, :lo12:.LC5 adrp x0, .LC11 add x0, x0, :lo12:.LC11 bl __assert_fail .L25: ldr x0, [sp, 64] bl free b .L5 .L28: adrp x0, __PRETTY_FUNCTION__.3 add x3, x0, :lo12:__PRETTY_FUNCTION__.3 mov w2, 121 adrp x0, .LC5 add x1, x0, :lo12:.LC5 adrp x0, .LC12 add x0, x0, :lo12:.LC12 bl __assert_fail .L7: adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w0, [x0] sxtw x0, w0 lsl x0, x0, 2 bl malloc mov x1, x0 adrp x0, in_all_subset add x0, x0, :lo12:in_all_subset str x1, [x0] adrp x0, in_all_subset add x0, x0, :lo12:in_all_subset ldr x0, [x0] cmp x0, 0 bne .L26 adrp x0, __PRETTY_FUNCTION__.3 add x3, x0, :lo12:__PRETTY_FUNCTION__.3 mov w2, 123 adrp x0, .LC5 add x1, x0, :lo12:.LC5 adrp x0, .LC13 add x0, x0, :lo12:.LC13 bl __assert_fail .L26: bl reset_subset ldr x0, [sp, 104] bl fclose nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 120] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L27 bl __stack_chk_fail .L27: ldr x19, [sp, 16] ldp x29, x30, [sp], 128 .cfi_restore 30 .cfi_restore 29 .cfi_restore 19 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size load_vectors, .-load_vectors .section .rodata .align 3 .LC14: .string "%d " .align 3 .LC15: .string "res==1" .text .align 2 .type load_subsets, %function load_subsets: .LFB8: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 72] mov x1, 0 bl reset_subset adrp x0, .LC1 add x1, x0, :lo12:.LC1 ldr x0, [sp, 24] bl fopen str x0, [sp, 64] ldr x0, [sp, 64] cmp x0, 0 bne .L32 ldr x1, [sp, 24] adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl printf mov w0, -1 bl exit .L32: str xzr, [sp, 48] add x1, sp, 56 add x0, sp, 48 ldr x2, [sp, 64] bl getline str w0, [sp, 44] ldr w0, [sp, 44] cmn w0, #1 bne .L33 ldr x0, [sp, 48] bl free ldr x0, [sp, 64] bl fclose adrp x0, .LC1 add x1, x0, :lo12:.LC1 ldr x0, [sp, 16] bl fopen str x0, [sp, 64] ldr x0, [sp, 64] cmp x0, 0 beq .L34 b .L35 .L33: ldr x3, [sp, 48] add x0, sp, 40 mov x2, x0 adrp x0, .LC14 add x1, x0, :lo12:.LC14 mov x0, x3 bl __isoc99_sscanf str w0, [sp, 44] ldr w0, [sp, 44] cmp w0, 1 beq .L36 adrp x0, __PRETTY_FUNCTION__.2 add x3, x0, :lo12:__PRETTY_FUNCTION__.2 mov w2, 149 adrp x0, .LC5 add x1, x0, :lo12:.LC5 adrp x0, .LC15 add x0, x0, :lo12:.LC15 bl __assert_fail .L36: adrp x0, in_subset add x0, x0, :lo12:in_subset ldr x1, [x0] ldr w0, [sp, 40] sxtw x0, w0 lsl x0, x0, 2 add x0, x1, x0 mov w1, 1 str w1, [x0] adrp x0, subset_size add x0, x0, :lo12:subset_size ldr w0, [x0] add w1, w0, 1 adrp x0, subset_size add x0, x0, :lo12:subset_size str w1, [x0] ldr x0, [sp, 48] bl free b .L32 .L34: ldr x1, [sp, 24] adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl printf mov w0, -1 bl exit .L35: str xzr, [sp, 48] add x1, sp, 56 add x0, sp, 48 ldr x2, [sp, 64] bl getline str w0, [sp, 44] ldr w0, [sp, 44] cmn w0, #1 bne .L37 ldr x0, [sp, 48] bl free ldr x0, [sp, 64] bl fclose nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 72] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L39 b .L40 .L37: ldr x3, [sp, 48] add x0, sp, 40 mov x2, x0 adrp x0, .LC14 add x1, x0, :lo12:.LC14 mov x0, x3 bl __isoc99_sscanf str w0, [sp, 44] ldr w0, [sp, 44] cmp w0, 1 beq .L38 adrp x0, __PRETTY_FUNCTION__.2 add x3, x0, :lo12:__PRETTY_FUNCTION__.2 mov w2, 171 adrp x0, .LC5 add x1, x0, :lo12:.LC5 adrp x0, .LC15 add x0, x0, :lo12:.LC15 bl __assert_fail .L38: adrp x0, in_all_subset add x0, x0, :lo12:in_all_subset ldr x1, [x0] ldr w0, [sp, 40] sxtw x0, w0 lsl x0, x0, 2 add x0, x1, x0 mov w1, 1 str w1, [x0] adrp x0, all_subset_size add x0, x0, :lo12:all_subset_size ldr w0, [x0] add w1, w0, 1 adrp x0, all_subset_size add x0, x0, :lo12:all_subset_size str w1, [x0] ldr x0, [sp, 48] bl free b .L35 .L40: bl __stack_chk_fail .L39: ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size load_subsets, .-load_subsets .align 2 .type distance, %function distance: .LFB9: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] str xzr, [sp, 48] str wzr, [sp, 44] b .L42 .L43: ldrsw x0, [sp, 44] lsl x0, x0, 3 ldr x1, [sp, 24] add x0, x1, x0 ldr d1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr d0, [x0] fsub d0, d1, d0 str d0, [sp, 56] ldr d0, [sp, 56] fmul d0, d0, d0 ldr d1, [sp, 48] fadd d0, d1, d0 str d0, [sp, 48] ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L42: adrp x0, veclen add x0, x0, :lo12:veclen ldr w0, [x0] ldr w1, [sp, 44] cmp w1, w0 blt .L43 ldr d0, [sp, 48] bl sqrt ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE9: .size distance, .-distance .align 2 .global dcomp .type dcomp, %function dcomp: .LFB10: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 8] str x1, [sp] ldr x0, [sp, 8] str x0, [sp, 16] ldr x0, [sp] str x0, [sp, 24] ldr x0, [sp, 16] ldr d1, [x0, 8] ldr x0, [sp, 24] ldr d0, [x0, 8] fcmpe d1, d0 cset w0, mi and w0, w0, 255 add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE10: .size dcomp, .-dcomp .local distances .comm distances,8,8 .global dlist .bss .align 3 .type dlist, %object .size dlist, 8 dlist: .zero 8 .section .rodata .align 3 .LC16: .string "distances" .align 3 .LC17: .string "dlist" .align 3 .LC18: .string "distances[i]" .text .align 2 .type compute_distances, %function compute_distances: .LFB11: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x19, [sp, 16] .cfi_offset 19, -48 adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w0, [x0] sxtw x0, w0 lsl x0, x0, 3 bl malloc mov x1, x0 adrp x0, distances add x0, x0, :lo12:distances str x1, [x0] adrp x0, distances add x0, x0, :lo12:distances ldr x0, [x0] cmp x0, 0 bne .L48 adrp x0, __PRETTY_FUNCTION__.1 add x3, x0, :lo12:__PRETTY_FUNCTION__.1 mov w2, 209 adrp x0, .LC5 add x1, x0, :lo12:.LC5 adrp x0, .LC16 add x0, x0, :lo12:.LC16 bl __assert_fail .L48: adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w1, [x0] adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w0, [x0] mul w0, w1, w0 sxtw x0, w0 lsl x0, x0, 4 bl malloc mov x1, x0 adrp x0, dlist add x0, x0, :lo12:dlist str x1, [x0] adrp x0, dlist add x0, x0, :lo12:dlist ldr x0, [x0] cmp x0, 0 bne .L49 adrp x0, __PRETTY_FUNCTION__.1 add x3, x0, :lo12:__PRETTY_FUNCTION__.1 mov w2, 212 adrp x0, .LC5 add x1, x0, :lo12:.LC5 adrp x0, .LC17 add x0, x0, :lo12:.LC17 bl __assert_fail .L49: str wzr, [sp, 44] b .L50 .L52: adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w0, [x0] sxtw x0, w0 lsl x2, x0, 3 adrp x0, distances add x0, x0, :lo12:distances ldr x1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 3 add x19, x1, x0 mov x0, x2 bl malloc str x0, [x19] adrp x0, distances add x0, x0, :lo12:distances ldr x1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 3 add x0, x1, x0 ldr x0, [x0] cmp x0, 0 bne .L51 adrp x0, __PRETTY_FUNCTION__.1 add x3, x0, :lo12:__PRETTY_FUNCTION__.1 mov w2, 217 adrp x0, .LC5 add x1, x0, :lo12:.LC5 adrp x0, .LC18 add x0, x0, :lo12:.LC18 bl __assert_fail .L51: ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L50: adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w0, [x0] ldr w1, [sp, 44] cmp w1, w0 blt .L52 str wzr, [sp, 48] str wzr, [sp, 44] b .L53 .L58: str wzr, [sp, 52] b .L54 .L57: ldr w1, [sp, 52] ldr w0, [sp, 44] cmp w1, w0 bge .L55 adrp x0, vecs add x0, x0, :lo12:vecs ldr x1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 3 add x0, x1, x0 ldr x2, [x0] adrp x0, vecs add x0, x0, :lo12:vecs ldr x1, [x0] ldrsw x0, [sp, 52] lsl x0, x0, 3 add x0, x1, x0 ldr x0, [x0] mov x1, x0 mov x0, x2 bl distance str d0, [sp, 56] adrp x0, dlist add x0, x0, :lo12:dlist ldr x1, [x0] ldrsw x0, [sp, 48] lsl x0, x0, 4 add x0, x1, x0 ldr w1, [sp, 44] str w1, [x0] adrp x0, dlist add x0, x0, :lo12:dlist ldr x1, [x0] ldrsw x0, [sp, 48] lsl x0, x0, 4 add x0, x1, x0 ldr w1, [sp, 52] str w1, [x0, 4] adrp x0, dlist add x0, x0, :lo12:dlist ldr x1, [x0] ldrsw x0, [sp, 48] lsl x0, x0, 4 add x0, x1, x0 ldr d0, [sp, 56] str d0, [x0, 8] ldr w0, [sp, 48] add w0, w0, 1 str w0, [sp, 48] adrp x0, dlist add x0, x0, :lo12:dlist ldr x1, [x0] ldrsw x0, [sp, 48] lsl x0, x0, 4 add x0, x1, x0 ldr w1, [sp, 52] str w1, [x0] adrp x0, dlist add x0, x0, :lo12:dlist ldr x1, [x0] ldrsw x0, [sp, 48] lsl x0, x0, 4 add x0, x1, x0 ldr w1, [sp, 44] str w1, [x0, 4] adrp x0, dlist add x0, x0, :lo12:dlist ldr x1, [x0] ldrsw x0, [sp, 48] lsl x0, x0, 4 add x0, x1, x0 ldr d0, [sp, 56] str d0, [x0, 8] ldr w0, [sp, 48] add w0, w0, 1 str w0, [sp, 48] adrp x0, distances add x0, x0, :lo12:distances ldr x1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 3 add x0, x1, x0 ldr x1, [x0] ldrsw x0, [sp, 52] lsl x0, x0, 3 add x0, x1, x0 ldr d0, [sp, 56] str d0, [x0] adrp x0, distances add x0, x0, :lo12:distances ldr x1, [x0] ldrsw x0, [sp, 52] lsl x0, x0, 3 add x0, x1, x0 ldr x1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 3 add x0, x1, x0 ldr d0, [sp, 56] str d0, [x0] b .L56 .L55: ldr w1, [sp, 52] ldr w0, [sp, 44] cmp w1, w0 bgt .L56 adrp x0, dlist add x0, x0, :lo12:dlist ldr x1, [x0] ldrsw x0, [sp, 48] lsl x0, x0, 4 add x0, x1, x0 ldr w1, [sp, 52] str w1, [x0] adrp x0, dlist add x0, x0, :lo12:dlist ldr x1, [x0] ldrsw x0, [sp, 48] lsl x0, x0, 4 add x0, x1, x0 ldr w1, [sp, 44] str w1, [x0, 4] adrp x0, dlist add x0, x0, :lo12:dlist ldr x1, [x0] ldrsw x0, [sp, 48] lsl x0, x0, 4 add x0, x1, x0 str xzr, [x0, 8] ldr w0, [sp, 48] add w0, w0, 1 str w0, [sp, 48] adrp x0, distances add x0, x0, :lo12:distances ldr x1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 3 add x0, x1, x0 ldr x1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 3 add x0, x1, x0 str xzr, [x0] .L56: ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L54: adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w0, [x0] ldr w1, [sp, 52] cmp w1, w0 blt .L57 ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L53: adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w0, [x0] ldr w1, [sp, 44] cmp w1, w0 blt .L58 adrp x0, dlist add x0, x0, :lo12:dlist ldr x4, [x0] adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w1, [x0] adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w0, [x0] mul w0, w1, w0 sxtw x1, w0 adrp x0, dcomp add x3, x0, :lo12:dcomp mov x2, 16 mov x0, x4 bl qsort nop ldr x19, [sp, 16] ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_restore 19 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE11: .size compute_distances, .-compute_distances .align 2 .type mind, %function mind: .LFB12: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str d0, [sp, 8] str d1, [sp] ldr d1, [sp, 8] ldr d0, [sp] fcmpe d1, d0 bmi .L63 b .L64 .L63: ldr d0, [sp, 8] b .L62 .L64: ldr d0, [sp] .L62: add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE12: .size mind, .-mind .section .rodata .align 3 .LC19: .string "ranking" .align 3 .LC20: .string "ranked" .align 3 .LC21: .string "output file: '%s'\n" .align 3 .LC22: .string "w+" .align 3 .LC23: .string "outf" .align 3 .LC24: .string "!in_subset[i]" .align 3 .LC25: .string "%d\n" .align 3 .LC26: .string "(min_dist == min_dist2) && \"not the same min_dist!\"" .align 3 .LC27: .string "cur_ranking = %d, subset_size = %d, all_subset_size = %d, numvecs = %d\n" .align 3 .LC28: .string "cur_ranking == numvecs" .align 3 .LC29: .string "(subset_size + cur_ranking) == numvecs" .align 3 .LC30: .string "0" .text .align 2 .type cluster, %function cluster: .LFB13: .cfi_startproc stp x29, x30, [sp, -128]! .cfi_def_cfa_offset 128 .cfi_offset 29, -128 .cfi_offset 30, -120 mov x29, sp str x0, [sp, 24] str w1, [sp, 20] adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w0, [x0] sxtw x0, w0 lsl x0, x0, 2 bl malloc str x0, [sp, 104] ldr x0, [sp, 104] cmp x0, 0 bne .L66 adrp x0, __PRETTY_FUNCTION__.0 add x3, x0, :lo12:__PRETTY_FUNCTION__.0 mov w2, 268 adrp x0, .LC5 add x1, x0, :lo12:.LC5 adrp x0, .LC19 add x0, x0, :lo12:.LC19 bl __assert_fail .L66: adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w0, [x0] sxtw x0, w0 lsl x0, x0, 2 bl malloc str x0, [sp, 112] ldr x0, [sp, 112] cmp x0, 0 bne .L67 adrp x0, __PRETTY_FUNCTION__.0 add x3, x0, :lo12:__PRETTY_FUNCTION__.0 mov w2, 272 adrp x0, .LC5 add x1, x0, :lo12:.LC5 adrp x0, .LC20 add x0, x0, :lo12:.LC20 bl __assert_fail .L67: str wzr, [sp, 40] str wzr, [sp, 44] b .L68 .L69: ldrsw x0, [sp, 44] lsl x0, x0, 2 ldr x1, [sp, 104] add x0, x1, x0 mov w1, -1 str w1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 2 ldr x1, [sp, 112] add x0, x1, x0 str wzr, [x0] ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L68: adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w0, [x0] ldr w1, [sp, 44] cmp w1, w0 blt .L69 ldr x1, [sp, 24] adrp x0, .LC21 add x0, x0, :lo12:.LC21 bl printf adrp x0, .LC22 add x1, x0, :lo12:.LC22 ldr x0, [sp, 24] bl fopen str x0, [sp, 120] ldr x0, [sp, 120] cmp x0, 0 bne .L70 adrp x0, __PRETTY_FUNCTION__.0 add x3, x0, :lo12:__PRETTY_FUNCTION__.0 mov w2, 285 adrp x0, .LC5 add x1, x0, :lo12:.LC5 adrp x0, .LC23 add x0, x0, :lo12:.LC23 bl __assert_fail .L70: ldr w0, [sp, 20] cmp w0, 0 bne .L71 str wzr, [sp, 44] b .L72 .L74: adrp x0, in_subset add x0, x0, :lo12:in_subset ldr x1, [x0] ldrsw x0, [sp, 44] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] cmp w0, 0 beq .L73 ldrsw x0, [sp, 44] lsl x0, x0, 2 ldr x1, [sp, 112] add x0, x1, x0 mov w1, 1 str w1, [x0] ldrsw x0, [sp, 40] lsl x0, x0, 2 ldr x1, [sp, 104] add x0, x1, x0 ldr w1, [sp, 44] str w1, [x0] ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L73: ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L72: adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w0, [x0] ldr w1, [sp, 44] cmp w1, w0 blt .L74 .L71: ldr w0, [sp, 40] cmp w0, 0 bne .L109 mov w0, -1 str w0, [sp, 52] str wzr, [sp, 48] b .L76 .L80: adrp x0, dlist add x0, x0, :lo12:dlist ldr x1, [x0] ldrsw x0, [sp, 48] lsl x0, x0, 4 add x0, x1, x0 ldr w0, [x0] str w0, [sp, 52] adrp x0, dlist add x0, x0, :lo12:dlist ldr x1, [x0] ldrsw x0, [sp, 48] lsl x0, x0, 4 add x0, x1, x0 ldr w0, [x0, 4] str w0, [sp, 72] ldr w0, [sp, 20] cmp w0, 2 bne .L77 adrp x0, in_all_subset add x0, x0, :lo12:in_all_subset ldr x1, [x0] ldrsw x0, [sp, 52] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] cmp w0, 0 bne .L77 adrp x0, in_all_subset add x0, x0, :lo12:in_all_subset ldr x1, [x0] ldrsw x0, [sp, 72] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] cmp w0, 0 beq .L112 .L77: adrp x0, in_subset add x0, x0, :lo12:in_subset ldr x1, [x0] ldrsw x0, [sp, 52] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] cmp w0, 0 bne .L79 adrp x0, in_subset add x0, x0, :lo12:in_subset ldr x1, [x0] ldrsw x0, [sp, 72] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] cmp w0, 0 beq .L113 .L79: ldr w0, [sp, 48] add w0, w0, 1 str w0, [sp, 48] .L76: adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w1, [x0] adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w0, [x0] mul w0, w1, w0 ldr w1, [sp, 48] cmp w1, w0 blt .L80 b .L78 .L112: nop b .L78 .L113: nop .L78: adrp x0, in_subset add x0, x0, :lo12:in_subset ldr x1, [x0] ldrsw x0, [sp, 52] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] cmp w0, 0 beq .L81 adrp x0, __PRETTY_FUNCTION__.0 add x3, x0, :lo12:__PRETTY_FUNCTION__.0 mov w2, 314 adrp x0, .LC5 add x1, x0, :lo12:.LC5 adrp x0, .LC24 add x0, x0, :lo12:.LC24 bl __assert_fail .L81: ldrsw x0, [sp, 40] lsl x0, x0, 2 ldr x1, [sp, 104] add x0, x1, x0 ldr w1, [sp, 52] str w1, [x0] ldrsw x0, [sp, 52] lsl x0, x0, 2 ldr x1, [sp, 112] add x0, x1, x0 mov w1, 1 str w1, [x0] ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] ldr w2, [sp, 52] adrp x0, .LC25 add x1, x0, :lo12:.LC25 ldr x0, [sp, 120] bl fprintf .L109: mov x0, -4503599627370496 fmov d0, x0 str d0, [sp, 80] mov w0, -1 str w0, [sp, 60] str wzr, [sp, 56] b .L82 .L99: ldrsw x0, [sp, 56] lsl x0, x0, 2 ldr x1, [sp, 112] add x0, x1, x0 ldr w0, [x0] cmp w0, 0 bne .L114 ldr w0, [sp, 20] cmp w0, 1 bne .L85 adrp x0, in_subset add x0, x0, :lo12:in_subset ldr x1, [x0] ldrsw x0, [sp, 56] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] cmp w0, 0 bne .L115 .L85: ldr w0, [sp, 20] cmp w0, 2 bne .L86 adrp x0, in_all_subset add x0, x0, :lo12:in_all_subset ldr x1, [x0] ldrsw x0, [sp, 56] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] cmp w0, 0 bne .L116 .L86: mov x0, 9218868437227405312 fmov d0, x0 str d0, [sp, 88] str wzr, [sp, 64] b .L87 .L91: ldrsw x0, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 104] add x0, x1, x0 ldr w0, [x0] str w0, [sp, 76] ldr w0, [sp, 20] cmp w0, 1 bne .L88 adrp x0, in_subset add x0, x0, :lo12:in_subset ldr x1, [x0] ldrsw x0, [sp, 76] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] cmp w0, 0 bne .L117 .L88: ldr w0, [sp, 20] cmp w0, 2 bne .L90 adrp x0, in_all_subset add x0, x0, :lo12:in_all_subset ldr x1, [x0] ldrsw x0, [sp, 76] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] cmp w0, 0 bne .L118 .L90: adrp x0, distances add x0, x0, :lo12:distances ldr x1, [x0] ldrsw x0, [sp, 56] lsl x0, x0, 3 add x0, x1, x0 ldr x1, [x0] ldrsw x0, [sp, 76] lsl x0, x0, 3 add x0, x1, x0 ldr d0, [x0] fmov d1, d0 ldr d0, [sp, 88] bl mind str d0, [sp, 88] b .L89 .L117: nop b .L89 .L118: nop .L89: ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L87: ldr w1, [sp, 64] ldr w0, [sp, 40] cmp w1, w0 blt .L91 mov x0, 9218868437227405312 fmov d0, x0 str d0, [sp, 96] str wzr, [sp, 68] b .L92 .L96: ldr w0, [sp, 20] cmp w0, 1 bne .L93 adrp x0, in_subset add x0, x0, :lo12:in_subset ldr x1, [x0] ldrsw x0, [sp, 68] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] cmp w0, 0 bne .L119 .L93: ldr w0, [sp, 20] cmp w0, 2 bne .L95 adrp x0, in_all_subset add x0, x0, :lo12:in_all_subset ldr x1, [x0] ldrsw x0, [sp, 68] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] cmp w0, 0 bne .L120 .L95: ldrsw x0, [sp, 68] lsl x0, x0, 2 ldr x1, [sp, 112] add x0, x1, x0 ldr w0, [x0] cmp w0, 0 beq .L94 adrp x0, distances add x0, x0, :lo12:distances ldr x1, [x0] ldrsw x0, [sp, 56] lsl x0, x0, 3 add x0, x1, x0 ldr x1, [x0] ldrsw x0, [sp, 68] lsl x0, x0, 3 add x0, x1, x0 ldr d0, [x0] fmov d1, d0 ldr d0, [sp, 96] bl mind str d0, [sp, 96] b .L94 .L119: nop b .L94 .L120: nop .L94: ldr w0, [sp, 68] add w0, w0, 1 str w0, [sp, 68] .L92: adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w0, [x0] ldr w1, [sp, 68] cmp w1, w0 blt .L96 ldr d1, [sp, 88] ldr d0, [sp, 96] fcmp d1, d0 beq .L97 adrp x0, __PRETTY_FUNCTION__.0 add x3, x0, :lo12:__PRETTY_FUNCTION__.0 mov w2, 350 adrp x0, .LC5 add x1, x0, :lo12:.LC5 adrp x0, .LC26 add x0, x0, :lo12:.LC26 bl __assert_fail .L97: ldr d1, [sp, 88] ldr d0, [sp, 80] fcmpe d1, d0 bgt .L110 b .L84 .L110: ldr d0, [sp, 88] str d0, [sp, 80] ldr w0, [sp, 56] str w0, [sp, 60] b .L84 .L114: nop b .L84 .L115: nop b .L84 .L116: nop .L84: ldr w0, [sp, 56] add w0, w0, 1 str w0, [sp, 56] .L82: adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w0, [x0] ldr w1, [sp, 56] cmp w1, w0 blt .L99 ldr w0, [sp, 60] cmn w0, #1 bne .L100 adrp x0, subset_size add x0, x0, :lo12:subset_size ldr w1, [x0] adrp x0, all_subset_size add x0, x0, :lo12:all_subset_size ldr w2, [x0] adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w0, [x0] mov w4, w0 mov w3, w2 mov w2, w1 ldr w1, [sp, 40] adrp x0, .LC27 add x0, x0, :lo12:.LC27 bl printf ldr w0, [sp, 20] cmp w0, 2 beq .L121 ldr w0, [sp, 20] cmp w0, 2 bgt .L102 ldr w0, [sp, 20] cmp w0, 0 beq .L103 ldr w0, [sp, 20] cmp w0, 1 beq .L104 b .L102 .L103: adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w0, [x0] ldr w1, [sp, 40] cmp w1, w0 beq .L122 adrp x0, __PRETTY_FUNCTION__.0 add x3, x0, :lo12:__PRETTY_FUNCTION__.0 mov w2, 363 adrp x0, .LC5 add x1, x0, :lo12:.LC5 adrp x0, .LC28 add x0, x0, :lo12:.LC28 bl __assert_fail .L104: adrp x0, subset_size add x0, x0, :lo12:subset_size ldr w1, [x0] ldr w0, [sp, 40] add w1, w1, w0 adrp x0, numvecs add x0, x0, :lo12:numvecs ldr w0, [x0] cmp w1, w0 beq .L123 adrp x0, __PRETTY_FUNCTION__.0 add x3, x0, :lo12:__PRETTY_FUNCTION__.0 mov w2, 366 adrp x0, .LC5 add x1, x0, :lo12:.LC5 adrp x0, .LC29 add x0, x0, :lo12:.LC29 bl __assert_fail .L102: adrp x0, __PRETTY_FUNCTION__.0 add x3, x0, :lo12:__PRETTY_FUNCTION__.0 mov w2, 372 adrp x0, .LC5 add x1, x0, :lo12:.LC5 adrp x0, .LC30 add x0, x0, :lo12:.LC30 bl __assert_fail .L121: nop b .L111 .L122: nop b .L111 .L123: nop b .L111 .L100: ldrsw x0, [sp, 40] lsl x0, x0, 2 ldr x1, [sp, 104] add x0, x1, x0 ldr w1, [sp, 60] str w1, [x0] ldrsw x0, [sp, 60] lsl x0, x0, 2 ldr x1, [sp, 112] add x0, x1, x0 mov w1, 1 str w1, [x0] ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] ldr w2, [sp, 60] adrp x0, .LC25 add x1, x0, :lo12:.LC25 ldr x0, [sp, 120] bl fprintf b .L109 .L111: ldr x0, [sp, 120] bl fclose ldr x0, [sp, 104] bl free ldr x0, [sp, 112] bl free nop ldp x29, x30, [sp], 128 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE13: .size cluster, .-cluster .section .rodata .align 3 .LC31: .string "usage: gonzalez fileroot [subsetfiles]" .text .align 2 .type usage, %function usage: .LFB14: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp adrp x0, .LC31 add x0, x0, :lo12:.LC31 bl puts mov w0, -1 bl exit .cfi_endproc .LFE14: .size usage, .-usage .section .rodata .align 3 .LC32: .string "vectors/%s.ds" .align 3 .LC33: .string "vector file '%s'\n" .align 3 .LC34: .string "results-gonzalez/%s.rank" .align 3 .LC35: .string "vectors/%s" .align 3 .LC36: .string "subset file '%s'\n" .align 3 .LC37: .string "vectors/%s.all" .align 3 .LC38: .string "results-gonzalez/%s.%s.rank" .align 3 .LC39: .string "results-gonzalez/%s.%s.baseline.rank" .align 3 .LC40: .string "results-gonzalez/%s.%s.best.rank" .text .align 2 .global main .type main, %function main: .LFB15: .cfi_startproc sub sp, sp, #1344 .cfi_def_cfa_offset 1344 stp x29, x30, [sp] .cfi_offset 29, -1344 .cfi_offset 30, -1336 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 1336] mov x1, 0 ldr w0, [sp, 28] cmp w0, 1 bgt .L126 bl usage .L126: ldr x0, [sp, 16] ldr x0, [x0, 8] str x0, [sp, 48] add x3, sp, 56 ldr x2, [sp, 48] adrp x0, .LC32 add x1, x0, :lo12:.LC32 mov x0, x3 bl sprintf add x0, sp, 56 mov x1, x0 adrp x0, .LC33 add x0, x0, :lo12:.LC33 bl printf add x0, sp, 56 bl load_vectors bl compute_distances add x3, sp, 312 ldr x2, [sp, 48] adrp x0, .LC34 add x1, x0, :lo12:.LC34 mov x0, x3 bl sprintf add x0, sp, 312 mov w1, 0 bl cluster mov w0, 2 str w0, [sp, 44] b .L127 .L128: ldrsw x0, [sp, 44] lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] add x3, sp, 568 mov x2, x0 adrp x0, .LC35 add x1, x0, :lo12:.LC35 mov x0, x3 bl sprintf add x0, sp, 568 mov x1, x0 adrp x0, .LC36 add x0, x0, :lo12:.LC36 bl printf ldrsw x0, [sp, 44] lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] add x3, sp, 824 mov x2, x0 adrp x0, .LC37 add x1, x0, :lo12:.LC37 mov x0, x3 bl sprintf add x0, sp, 824 mov x1, x0 adrp x0, .LC36 add x0, x0, :lo12:.LC36 bl printf add x1, sp, 824 add x0, sp, 568 bl load_subsets ldrsw x0, [sp, 44] lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] add x4, sp, 1080 mov x3, x0 ldr x2, [sp, 48] adrp x0, .LC38 add x1, x0, :lo12:.LC38 mov x0, x4 bl sprintf add x0, sp, 1080 mov w1, 0 bl cluster ldrsw x0, [sp, 44] lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] add x4, sp, 1080 mov x3, x0 ldr x2, [sp, 48] adrp x0, .LC39 add x1, x0, :lo12:.LC39 mov x0, x4 bl sprintf add x0, sp, 1080 mov w1, 1 bl cluster ldrsw x0, [sp, 44] lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] add x4, sp, 1080 mov x3, x0 ldr x2, [sp, 48] adrp x0, .LC40 add x1, x0, :lo12:.LC40 mov x0, x4 bl sprintf add x0, sp, 1080 mov w1, 2 bl cluster ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L127: ldr w1, [sp, 44] ldr w0, [sp, 28] cmp w1, w0 blt .L128 mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 1336] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L130 bl __stack_chk_fail .L130: mov w0, w1 ldp x29, x30, [sp] add sp, sp, 1344 .cfi_restore 29 .cfi_restore 30 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE15: .size main, .-main .section .rodata .align 3 .type __PRETTY_FUNCTION__.3, %object .size __PRETTY_FUNCTION__.3, 13 __PRETTY_FUNCTION__.3: .string "load_vectors" .align 3 .type __PRETTY_FUNCTION__.2, %object .size __PRETTY_FUNCTION__.2, 13 __PRETTY_FUNCTION__.2: .string "load_subsets" .align 3 .type __PRETTY_FUNCTION__.1, %object .size __PRETTY_FUNCTION__.1, 18 __PRETTY_FUNCTION__.1: .string "compute_distances" .align 3 .type __PRETTY_FUNCTION__.0, %object .size __PRETTY_FUNCTION__.0, 8 __PRETTY_FUNCTION__.0: .string "cluster" ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, 12] str x1, [sp] mov w0, 0 add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .type Cf, %function Cf: .LFB6: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, 8] ldr x0, [sp, 8] ldr s0, [x0, 4] ldr x0, [sp, 8] ldr s2, [x0] movi v1.2s, #0 fmul s1, s0, s1 fadd s1, s2, s1 fmov s2, s1 fmov s1, s0 fmov s0, s2 add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size Cf, .-Cf .align 2 .type _pCf, %function _pCf: .LFB8: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str x0, [sp, 8] ldr x0, [sp, 8] add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size _pCf, .-_pCf .data .align 3 .type junk, %object .size junk, 30 junk: .string "\n@(#)LIBF77 VERSION 19990503\n" .text .align 2 .type spow_ui, %function spow_ui: .LFB10: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str s0, [sp, 12] str w0, [sp, 8] fmov s0, 1.0e+0 str s0, [sp, 20] ldr w0, [sp, 8] cmp w0, 0 beq .L6 ldr w0, [sp, 8] cmp w0, 0 bge .L7 ldr w0, [sp, 8] neg w0, w0 str w0, [sp, 8] ldr s0, [sp, 12] fmov s1, 1.0e+0 fdiv s0, s1, s0 str s0, [sp, 12] .L7: ldrsw x0, [sp, 8] str x0, [sp, 24] .L11: ldr x0, [sp, 24] and x0, x0, 1 cmp x0, 0 beq .L8 ldr s1, [sp, 20] ldr s0, [sp, 12] fmul s0, s1, s0 str s0, [sp, 20] .L8: ldr x0, [sp, 24] lsr x0, x0, 1 str x0, [sp, 24] ldr x0, [sp, 24] cmp x0, 0 beq .L13 ldr s0, [sp, 12] fmul s0, s0, s0 str s0, [sp, 12] b .L11 .L13: nop .L6: ldr s0, [sp, 20] add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE10: .size spow_ui, .-spow_ui .align 2 .type dpow_ui, %function dpow_ui: .LFB11: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str d0, [sp, 8] str w0, [sp, 4] fmov d0, 1.0e+0 str d0, [sp, 16] ldr w0, [sp, 4] cmp w0, 0 beq .L15 ldr w0, [sp, 4] cmp w0, 0 bge .L16 ldr w0, [sp, 4] neg w0, w0 str w0, [sp, 4] ldr d0, [sp, 8] fmov d1, 1.0e+0 fdiv d0, d1, d0 str d0, [sp, 8] .L16: ldrsw x0, [sp, 4] str x0, [sp, 24] .L20: ldr x0, [sp, 24] and x0, x0, 1 cmp x0, 0 beq .L17 ldr d1, [sp, 16] ldr d0, [sp, 8] fmul d0, d1, d0 str d0, [sp, 16] .L17: ldr x0, [sp, 24] lsr x0, x0, 1 str x0, [sp, 24] ldr x0, [sp, 24] cmp x0, 0 beq .L22 ldr d0, [sp, 8] fmul d0, d0, d0 str d0, [sp, 8] b .L20 .L22: nop .L15: ldr d0, [sp, 16] add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE11: .size dpow_ui, .-dpow_ui .align 2 .type cpow_ui, %function cpow_ui: .LFB12: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp fmov s2, s0 fmov s0, s1 fmov s1, s2 str s1, [sp, 24] str s0, [sp, 28] str w0, [sp, 20] ldr s0, [sp, 24] str s0, [sp, 32] ldr s0, [sp, 28] str s0, [sp, 36] fmov s0, 1.0e+0 str s0, [sp, 56] str wzr, [sp, 60] ldr w0, [sp, 20] cmp w0, 0 beq .L31 ldr w0, [sp, 20] cmp w0, 0 bge .L25 ldr w0, [sp, 20] neg w0, w0 str w0, [sp, 20] ldr s3, [sp, 36] ldr s2, [sp, 32] movi v1.2s, #0 fmov s0, 1.0e+0 bl __divsc3 fmov s2, s0 fmov s0, s1 str s2, [sp, 24] str s0, [sp, 28] ldr s0, [sp, 24] str s0, [sp, 32] ldr s0, [sp, 28] str s0, [sp, 36] .L25: ldrsw x0, [sp, 20] str x0, [sp, 48] str wzr, [sp, 44] fmov s0, 1.0e+0 str s0, [sp, 40] .L29: ldr x0, [sp, 48] and x0, x0, 1 cmp x0, 0 beq .L26 ldr s3, [sp, 36] ldr s2, [sp, 32] ldr s1, [sp, 44] ldr s0, [sp, 40] bl __mulsc3 fmov s2, s0 fmov s0, s1 str s2, [sp, 56] str s0, [sp, 60] ldr s0, [sp, 56] str s0, [sp, 40] ldr s0, [sp, 60] str s0, [sp, 44] .L26: ldr x0, [sp, 48] lsr x0, x0, 1 str x0, [sp, 48] ldr x0, [sp, 48] cmp x0, 0 beq .L32 ldr s3, [sp, 36] ldr s2, [sp, 32] ldr s1, [sp, 36] ldr s0, [sp, 32] bl __mulsc3 fmov s2, s0 fmov s0, s1 str s2, [sp, 24] str s0, [sp, 28] ldr s0, [sp, 24] str s0, [sp, 32] ldr s0, [sp, 28] str s0, [sp, 36] b .L29 .L31: str wzr, [sp, 44] fmov s0, 1.0e+0 str s0, [sp, 40] b .L24 .L32: nop .L24: ldr s1, [sp, 40] ldr s0, [sp, 44] fmov s2, s1 fmov s1, s0 fmov s0, s2 ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE12: .size cpow_ui, .-cpow_ui .align 2 .type zpow_ui, %function zpow_ui: .LFB13: .cfi_startproc stp x29, x30, [sp, -112]! .cfi_def_cfa_offset 112 .cfi_offset 29, -112 .cfi_offset 30, -104 mov x29, sp fmov d2, d0 fmov d0, d1 fmov d1, d2 str d1, [sp, 32] str d0, [sp, 40] str w0, [sp, 28] ldr d0, [sp, 32] str d0, [sp, 64] ldr d0, [sp, 40] str d0, [sp, 72] fmov d0, 1.0e+0 str d0, [sp, 96] str xzr, [sp, 104] ldr w0, [sp, 28] cmp w0, 0 beq .L41 ldr w0, [sp, 28] cmp w0, 0 bge .L35 ldr w0, [sp, 28] neg w0, w0 str w0, [sp, 28] ldr d3, [sp, 72] ldr d2, [sp, 64] movi d1, #0 fmov d0, 1.0e+0 bl __divdc3 fmov d2, d0 fmov d0, d1 str d2, [sp, 32] str d0, [sp, 40] ldr d0, [sp, 32] str d0, [sp, 64] ldr d0, [sp, 40] str d0, [sp, 72] .L35: ldrsw x0, [sp, 28] str x0, [sp, 56] str xzr, [sp, 88] fmov d0, 1.0e+0 str d0, [sp, 80] .L39: ldr x0, [sp, 56] and x0, x0, 1 cmp x0, 0 beq .L36 ldr d3, [sp, 72] ldr d2, [sp, 64] ldr d1, [sp, 88] ldr d0, [sp, 80] bl __muldc3 fmov d2, d0 fmov d0, d1 str d2, [sp, 96] str d0, [sp, 104] ldr d0, [sp, 96] str d0, [sp, 80] ldr d0, [sp, 104] str d0, [sp, 88] .L36: ldr x0, [sp, 56] lsr x0, x0, 1 str x0, [sp, 56] ldr x0, [sp, 56] cmp x0, 0 beq .L42 ldr d3, [sp, 72] ldr d2, [sp, 64] ldr d1, [sp, 72] ldr d0, [sp, 64] bl __muldc3 fmov d2, d0 fmov d0, d1 str d2, [sp, 32] str d0, [sp, 40] ldr d0, [sp, 32] str d0, [sp, 64] ldr d0, [sp, 40] str d0, [sp, 72] b .L39 .L41: str xzr, [sp, 88] fmov d0, 1.0e+0 str d0, [sp, 80] b .L34 .L42: nop .L34: ldr d1, [sp, 80] ldr d0, [sp, 88] fmov d2, d1 fmov d1, d0 fmov d0, d2 ldp x29, x30, [sp], 112 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE13: .size zpow_ui, .-zpow_ui .align 2 .type pow_ii, %function pow_ii: .LFB14: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str w0, [sp, 12] str w1, [sp, 8] ldr w0, [sp, 8] cmp w0, 0 bgt .L44 ldr w0, [sp, 8] cmp w0, 0 beq .L45 ldr w0, [sp, 12] cmp w0, 1 bne .L46 .L45: mov w0, 1 str w0, [sp, 20] b .L44 .L46: ldr w0, [sp, 12] cmn w0, #1 beq .L47 ldr w0, [sp, 12] cmp w0, 0 bne .L48 mov w1, 1 ldr w0, [sp, 12] sdiv w0, w1, w0 b .L49 .L48: mov w0, 0 .L49: str w0, [sp, 20] b .L44 .L47: ldr w0, [sp, 8] neg w0, w0 str w0, [sp, 8] .L44: ldr w0, [sp, 8] cmp w0, 0 bgt .L50 ldr w0, [sp, 8] cmp w0, 0 beq .L51 ldr w0, [sp, 12] cmp w0, 1 beq .L51 ldr w0, [sp, 12] cmn w0, #1 bne .L51 .L50: ldrsw x0, [sp, 8] str x0, [sp, 24] mov w0, 1 str w0, [sp, 20] .L55: ldr x0, [sp, 24] and x0, x0, 1 cmp x0, 0 beq .L52 ldr w1, [sp, 20] ldr w0, [sp, 12] mul w0, w1, w0 str w0, [sp, 20] .L52: ldr x0, [sp, 24] lsr x0, x0, 1 str x0, [sp, 24] ldr x0, [sp, 24] cmp x0, 0 beq .L57 ldr w0, [sp, 12] mul w0, w0, w0 str w0, [sp, 12] b .L55 .L57: nop .L51: ldr w0, [sp, 20] add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE14: .size pow_ii, .-pow_ii .align 2 .type dmaxloc_, %function dmaxloc_: .LFB15: .cfi_startproc sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, 24] str w1, [sp, 20] str w2, [sp, 16] str x3, [sp, 8] ldrsw x0, [sp, 20] lsl x0, x0, 3 sub x0, x0, #8 ldr x1, [sp, 24] add x0, x1, x0 ldr d0, [x0] str d0, [sp, 40] ldr w0, [sp, 20] str w0, [sp, 36] ldr w0, [sp, 20] add w0, w0, 1 str w0, [sp, 32] b .L59 .L62: ldrsw x0, [sp, 32] lsl x0, x0, 3 sub x0, x0, #8 ldr x1, [sp, 24] add x0, x1, x0 ldr d0, [x0] ldr d1, [sp, 40] fcmpe d1, d0 bmi .L64 b .L60 .L64: ldr w0, [sp, 32] str w0, [sp, 36] ldrsw x0, [sp, 32] lsl x0, x0, 3 sub x0, x0, #8 ldr x1, [sp, 24] add x0, x1, x0 ldr d0, [x0] str d0, [sp, 40] .L60: ldr w0, [sp, 32] add w0, w0, 1 str w0, [sp, 32] .L59: ldr w1, [sp, 32] ldr w0, [sp, 16] cmp w1, w0 ble .L62 ldr w1, [sp, 36] ldr w0, [sp, 20] sub w0, w1, w0 add w0, w0, 1 add sp, sp, 48 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE15: .size dmaxloc_, .-dmaxloc_ .align 2 .type smaxloc_, %function smaxloc_: .LFB16: .cfi_startproc sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, 24] str w1, [sp, 20] str w2, [sp, 16] str x3, [sp, 8] ldrsw x0, [sp, 20] lsl x0, x0, 2 sub x0, x0, #4 ldr x1, [sp, 24] add x0, x1, x0 ldr s0, [x0] str s0, [sp, 36] ldr w0, [sp, 20] str w0, [sp, 44] ldr w0, [sp, 20] add w0, w0, 1 str w0, [sp, 40] b .L66 .L69: ldrsw x0, [sp, 40] lsl x0, x0, 2 sub x0, x0, #4 ldr x1, [sp, 24] add x0, x1, x0 ldr s0, [x0] ldr s1, [sp, 36] fcmpe s1, s0 bmi .L71 b .L67 .L71: ldr w0, [sp, 40] str w0, [sp, 44] ldrsw x0, [sp, 40] lsl x0, x0, 2 sub x0, x0, #4 ldr x1, [sp, 24] add x0, x1, x0 ldr s0, [x0] str s0, [sp, 36] .L67: ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L66: ldr w1, [sp, 40] ldr w0, [sp, 16] cmp w1, w0 ble .L69 ldr w1, [sp, 44] ldr w0, [sp, 20] sub w0, w1, w0 add w0, w0, 1 add sp, sp, 48 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE16: .size smaxloc_, .-smaxloc_ .data .align 3 .type c_b1, %object .size c_b1, 8 c_b1: .word 1065353216 .word 0 .align 2 .type c__1, %object .size c__1, 4 c__1: .word 1 .section .rodata .align 3 .LC0: .string "U" .align 3 .LC1: .string "L" .align 3 .LC2: .string "CPSTF2" .align 3 .LC3: .string "Epsilon" .align 3 .LC4: .string "Trans" .align 3 .LC5: .string "No Trans" .text .align 2 .global cpstf2_ .type cpstf2_, %function cpstf2_: .LFB21: .cfi_startproc sub sp, sp, #240 .cfi_def_cfa_offset 240 stp x29, x30, [sp, 32] .cfi_offset 29, -208 .cfi_offset 30, -200 add x29, sp, 32 stp d8, d9, [sp, 48] .cfi_offset 72, -192 .cfi_offset 73, -184 str x0, [sp, 136] str x1, [sp, 128] str x2, [sp, 120] str x3, [sp, 112] str x4, [sp, 104] str x5, [sp, 96] str x6, [sp, 88] str x7, [sp, 80] ldr x0, [sp, 240] str x0, [sp, 72] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 232] mov x1, 0 ldr x0, [sp, 80] sub x0, x0, #4 str x0, [sp, 80] ldr x0, [sp, 104] sub x0, x0, #4 str x0, [sp, 104] ldr x0, [sp, 112] ldr w0, [x0] str w0, [sp, 188] ldr w0, [sp, 188] add w0, w0, 1 str w0, [sp, 192] ldrsw x0, [sp, 192] lsl x0, x0, 3 neg x0, x0 ldr x1, [sp, 120] add x0, x1, x0 str x0, [sp, 120] ldr x0, [sp, 72] str wzr, [x0] adrp x0, .LC0 add x1, x0, :lo12:.LC0 ldr x0, [sp, 136] bl lsame_ str w0, [sp, 196] ldr w0, [sp, 196] cmp w0, 0 bne .L73 adrp x0, .LC1 add x1, x0, :lo12:.LC1 ldr x0, [sp, 136] bl lsame_ cmp w0, 0 bne .L73 ldr x0, [sp, 72] mov w1, -1 str w1, [x0] b .L74 .L73: ldr x0, [sp, 128] ldr w0, [x0] cmp w0, 0 bge .L75 ldr x0, [sp, 72] mov w1, -2 str w1, [x0] b .L74 .L75: ldr x0, [sp, 112] ldr w1, [x0] ldr x0, [sp, 128] ldr w0, [x0] mov w2, 1 cmp w0, 0 csel w0, w0, w2, gt cmp w1, w0 bge .L74 ldr x0, [sp, 72] mov w1, -4 str w1, [x0] .L74: ldr x0, [sp, 72] ldr w0, [x0] cmp w0, 0 beq .L76 ldr x0, [sp, 72] ldr w0, [x0] neg w0, w0 str w0, [sp, 152] add x0, sp, 152 mov w2, 6 mov x1, x0 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl xerbla_ mov w0, 0 b .L118 .L76: ldr x0, [sp, 128] ldr w0, [x0] cmp w0, 0 bne .L78 mov w0, 0 b .L118 .L78: ldr x0, [sp, 128] ldr w0, [x0] str w0, [sp, 152] mov w0, 1 str w0, [sp, 172] b .L79 .L80: ldrsw x0, [sp, 172] lsl x0, x0, 2 ldr x1, [sp, 104] add x0, x1, x0 ldr w1, [sp, 172] str w1, [x0] ldr w0, [sp, 172] add w0, w0, 1 str w0, [sp, 172] .L79: ldr w0, [sp, 152] ldr w1, [sp, 172] cmp w1, w0 ble .L80 ldr x0, [sp, 128] ldr w0, [x0] str w0, [sp, 152] mov w0, 1 str w0, [sp, 172] b .L81 .L82: ldr w1, [sp, 172] ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 172] add w0, w1, w0 str w0, [sp, 156] ldr w0, [sp, 156] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x1, x1, x0 ldrsw x0, [sp, 172] lsl x0, x0, 2 ldr x2, [sp, 80] add x0, x2, x0 ldr s0, [x1] str s0, [x0] ldr w0, [sp, 172] add w0, w0, 1 str w0, [sp, 172] .L81: ldr w0, [sp, 152] ldr w1, [sp, 172] cmp w1, w0 ble .L82 ldr x0, [sp, 80] add x4, x0, 4 adrp x0, c__1 add x0, x0, :lo12:c__1 ldr w1, [x0] ldr x0, [sp, 128] ldr w2, [x0] adrp x0, c__1 add x3, x0, :lo12:c__1 mov x0, x4 bl dmaxloc_ str w0, [sp, 184] ldr w1, [sp, 184] ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 184] add w0, w1, w0 str w0, [sp, 152] ldr w0, [sp, 152] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 ldr s0, [x0] str s0, [sp, 168] ldr s0, [sp, 168] fcmpe s0, #0.0 bls .L83 add x0, sp, 168 bl sisnan_ cmp w0, 0 beq .L84 .L83: ldr x0, [sp, 96] str wzr, [x0] ldr x0, [sp, 72] mov w1, 1 str w1, [x0] b .L85 .L84: ldr x0, [sp, 88] ldr s0, [x0] fcmpe s0, #0.0 bmi .L120 b .L121 .L120: ldr x0, [sp, 128] ldr s0, [x0] scvtf s8, s0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl slamch_ fmul s1, s8, s0 ldr s0, [sp, 168] fmul s0, s1, s0 str s0, [sp, 180] b .L88 .L121: ldr x0, [sp, 88] ldr s0, [x0] str s0, [sp, 180] .L88: ldr x0, [sp, 128] ldr w0, [x0] str w0, [sp, 152] mov w0, 1 str w0, [sp, 172] b .L89 .L90: ldrsw x0, [sp, 172] lsl x0, x0, 2 ldr x1, [sp, 80] add x0, x1, x0 str wzr, [x0] ldr w0, [sp, 172] add w0, w0, 1 str w0, [sp, 172] .L89: ldr w0, [sp, 152] ldr w1, [sp, 172] cmp w1, w0 ble .L90 ldr w0, [sp, 196] cmp w0, 0 beq .L91 ldr x0, [sp, 128] ldr w0, [x0] str w0, [sp, 152] mov w0, 1 str w0, [sp, 176] b .L92 .L104: ldr x0, [sp, 128] ldr w0, [x0] str w0, [sp, 156] ldr w0, [sp, 176] str w0, [sp, 172] b .L93 .L95: ldr w0, [sp, 176] cmp w0, 1 ble .L94 ldr w0, [sp, 176] sub w1, w0, #1 ldr w2, [sp, 172] ldr w0, [sp, 188] mul w0, w2, w0 add w0, w1, w0 sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 bl Cf fmov s2, s0 fmov s0, s1 fmov s1, s2 fmov s8, s1 fmov s9, s0 add x0, sp, 216 bl _pCf fneg s0, s9 str s8, [x0] str s0, [x0, 4] ldr w0, [sp, 176] sub w1, w0, #1 ldr w2, [sp, 172] ldr w0, [sp, 188] mul w0, w2, w0 add w0, w1, w0 str w0, [sp, 160] ldr s1, [sp, 216] ldr w0, [sp, 160] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 ldr s0, [x0] fmul s1, s1, s0 ldr s2, [sp, 220] ldr w0, [sp, 160] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 ldr s0, [x0, 4] fmul s0, s2, s0 fsub s0, s1, s0 str s0, [sp, 208] ldr s1, [sp, 216] ldr w0, [sp, 160] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 ldr s0, [x0, 4] fmul s1, s1, s0 ldr s2, [sp, 220] ldr w0, [sp, 160] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 ldr s0, [x0] fmul s0, s2, s0 fadd s0, s1, s0 str s0, [sp, 212] ldrsw x0, [sp, 172] lsl x0, x0, 2 ldr x1, [sp, 80] add x0, x1, x0 ldr s1, [x0] ldr s0, [sp, 208] ldrsw x0, [sp, 172] lsl x0, x0, 2 ldr x1, [sp, 80] add x0, x1, x0 fadd s0, s1, s0 str s0, [x0] .L94: ldr w1, [sp, 172] ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 172] add w0, w1, w0 str w0, [sp, 160] ldr w0, [sp, 160] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 ldr s1, [x0] ldrsw x0, [sp, 172] lsl x0, x0, 2 ldr x1, [sp, 80] add x0, x1, x0 ldr s0, [x0] ldr x0, [sp, 128] ldr w1, [x0] ldr w0, [sp, 172] add w0, w1, w0 sxtw x0, w0 lsl x0, x0, 2 ldr x1, [sp, 80] add x0, x1, x0 fsub s0, s1, s0 str s0, [x0] ldr w0, [sp, 172] add w0, w0, 1 str w0, [sp, 172] .L93: ldr w0, [sp, 156] ldr w1, [sp, 172] cmp w1, w0 ble .L95 ldr w0, [sp, 176] cmp w0, 1 ble .L96 ldr x0, [sp, 128] ldr w1, [x0] ldr w0, [sp, 176] add w0, w1, w0 str w0, [sp, 156] ldr x0, [sp, 128] ldr w0, [x0] lsl w0, w0, 1 str w0, [sp, 160] ldr x0, [sp, 80] add x4, x0, 4 ldr w1, [sp, 156] ldr w2, [sp, 160] adrp x0, c__1 add x3, x0, :lo12:c__1 mov x0, x4 bl dmaxloc_ str w0, [sp, 200] ldr w1, [sp, 200] ldr w0, [sp, 176] add w0, w1, w0 sub w0, w0, #1 str w0, [sp, 184] ldr x0, [sp, 128] ldr w1, [x0] ldr w0, [sp, 184] add w0, w1, w0 sxtw x0, w0 lsl x0, x0, 2 ldr x1, [sp, 80] add x0, x1, x0 ldr s0, [x0] str s0, [sp, 168] ldr s0, [sp, 168] ldr s1, [sp, 180] fcmpe s1, s0 bge .L97 add x0, sp, 168 bl sisnan_ cmp w0, 0 beq .L96 .L97: ldr w1, [sp, 176] ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 176] add w0, w1, w0 str w0, [sp, 156] ldr w0, [sp, 156] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 ldr s0, [sp, 168] str s0, [x0] ldr w0, [sp, 156] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 str wzr, [x0, 4] b .L98 .L96: ldr w1, [sp, 176] ldr w0, [sp, 184] cmp w1, w0 beq .L99 ldr w1, [sp, 184] ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 184] add w0, w1, w0 str w0, [sp, 156] ldr w1, [sp, 176] ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 176] add w0, w1, w0 str w0, [sp, 160] ldr w0, [sp, 160] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x1, x1, x0 ldr w0, [sp, 156] sxtw x0, w0 lsl x0, x0, 3 ldr x2, [sp, 120] add x0, x2, x0 ldr s0, [x1] str s0, [x0] ldr w0, [sp, 160] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x1, x1, x0 ldr w0, [sp, 156] sxtw x0, w0 lsl x0, x0, 3 ldr x2, [sp, 120] add x0, x2, x0 ldr s0, [x1, 4] str s0, [x0, 4] ldr w0, [sp, 176] sub w0, w0, #1 str w0, [sp, 156] ldr w1, [sp, 176] ldr w0, [sp, 188] mul w0, w1, w0 sxtw x0, w0 add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 120] add x6, x1, x0 ldr w1, [sp, 184] ldr w0, [sp, 188] mul w0, w1, w0 sxtw x0, w0 add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 120] add x1, x1, x0 add x5, sp, 156 adrp x0, c__1 add x4, x0, :lo12:c__1 mov x3, x1 adrp x0, c__1 add x2, x0, :lo12:c__1 mov x1, x6 mov x0, x5 bl cswap_ ldr x0, [sp, 128] ldr w0, [x0] ldr w1, [sp, 184] cmp w1, w0 bge .L100 ldr x0, [sp, 128] ldr w1, [x0] ldr w0, [sp, 184] sub w0, w1, w0 str w0, [sp, 156] ldr w0, [sp, 184] add w1, w0, 1 ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 176] add w0, w1, w0 sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x5, x1, x0 ldr w0, [sp, 184] add w1, w0, 1 ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 184] add w0, w1, w0 sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x1, x1, x0 add x0, sp, 156 ldr x4, [sp, 112] mov x3, x1 ldr x2, [sp, 112] mov x1, x5 bl cswap_ .L100: ldr w0, [sp, 184] sub w0, w0, #1 str w0, [sp, 156] ldr w0, [sp, 176] add w0, w0, 1 str w0, [sp, 172] b .L101 .L102: ldr w1, [sp, 172] ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 176] add w0, w1, w0 sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 bl Cf fmov s2, s0 fmov s0, s1 fmov s1, s2 fmov s8, s1 fmov s9, s0 add x0, sp, 208 bl _pCf fneg s0, s9 str s8, [x0] str s0, [x0, 4] ldr s0, [sp, 208] str s0, [sp, 224] ldr s0, [sp, 212] str s0, [sp, 228] ldr w1, [sp, 172] ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 176] add w0, w1, w0 str w0, [sp, 160] ldr w1, [sp, 184] ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 172] add w0, w1, w0 sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 bl Cf fmov s2, s0 fmov s0, s1 fmov s1, s2 fmov s8, s1 fmov s9, s0 add x0, sp, 208 bl _pCf fneg s0, s9 str s8, [x0] str s0, [x0, 4] ldr w0, [sp, 160] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 ldr s0, [sp, 208] str s0, [x0] ldr w0, [sp, 160] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 ldr s0, [sp, 212] str s0, [x0, 4] ldr w1, [sp, 184] ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 172] add w0, w1, w0 str w0, [sp, 160] ldr w0, [sp, 160] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 ldr s0, [sp, 224] str s0, [x0] ldr w0, [sp, 160] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 ldr s0, [sp, 228] str s0, [x0, 4] ldr w0, [sp, 172] add w0, w0, 1 str w0, [sp, 172] .L101: ldr w0, [sp, 156] ldr w1, [sp, 172] cmp w1, w0 ble .L102 ldr w1, [sp, 184] ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 176] add w0, w1, w0 str w0, [sp, 156] ldr w1, [sp, 184] ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 176] add w0, w1, w0 sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 bl Cf fmov s2, s0 fmov s0, s1 fmov s1, s2 fmov s8, s1 fmov s9, s0 add x0, sp, 208 bl _pCf fneg s0, s9 str s8, [x0] str s0, [x0, 4] ldr w0, [sp, 156] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 ldr s0, [sp, 208] str s0, [x0] ldr w0, [sp, 156] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 ldr s0, [sp, 212] str s0, [x0, 4] ldrsw x0, [sp, 176] lsl x0, x0, 2 ldr x1, [sp, 80] add x0, x1, x0 ldr s0, [x0] str s0, [sp, 204] ldrsw x0, [sp, 184] lsl x0, x0, 2 ldr x1, [sp, 80] add x1, x1, x0 ldrsw x0, [sp, 176] lsl x0, x0, 2 ldr x2, [sp, 80] add x0, x2, x0 ldr s0, [x1] str s0, [x0] ldrsw x0, [sp, 184] lsl x0, x0, 2 ldr x1, [sp, 80] add x0, x1, x0 ldr s0, [sp, 204] str s0, [x0] ldrsw x0, [sp, 184] lsl x0, x0, 2 ldr x1, [sp, 104] add x0, x1, x0 ldr w0, [x0] str w0, [sp, 200] ldrsw x0, [sp, 176] lsl x0, x0, 2 ldr x1, [sp, 104] add x1, x1, x0 ldrsw x0, [sp, 184] lsl x0, x0, 2 ldr x2, [sp, 104] add x0, x2, x0 ldr w1, [x1] str w1, [x0] ldrsw x0, [sp, 176] lsl x0, x0, 2 ldr x1, [sp, 104] add x0, x1, x0 ldr w1, [sp, 200] str w1, [x0] .L99: ldr s0, [sp, 168] fcvt d0, s0 bl sqrt fcvt s0, d0 str s0, [sp, 168] ldr w1, [sp, 176] ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 176] add w0, w1, w0 str w0, [sp, 156] ldr w0, [sp, 156] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 ldr s0, [sp, 168] str s0, [x0] ldr w0, [sp, 156] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 str wzr, [x0, 4] ldr x0, [sp, 128] ldr w0, [x0] ldr w1, [sp, 176] cmp w1, w0 bge .L103 ldr w0, [sp, 176] sub w0, w0, #1 str w0, [sp, 156] ldr w1, [sp, 176] ldr w0, [sp, 188] mul w0, w1, w0 sxtw x0, w0 add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 120] add x1, x1, x0 add x3, sp, 156 adrp x0, c__1 add x2, x0, :lo12:c__1 mov x0, x3 bl clacgv_ ldr w0, [sp, 176] sub w0, w0, #1 str w0, [sp, 156] ldr x0, [sp, 128] ldr w1, [x0] ldr w0, [sp, 176] sub w0, w1, w0 str w0, [sp, 160] fmov s0, -1.0e+0 str s0, [sp, 208] str wzr, [sp, 212] ldr w0, [sp, 176] add w1, w0, 1 ldr w0, [sp, 188] mul w0, w1, w0 sxtw x0, w0 add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 120] add x4, x1, x0 ldr w1, [sp, 176] ldr w0, [sp, 188] mul w0, w1, w0 sxtw x0, w0 add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 120] add x5, x1, x0 ldr w0, [sp, 176] add w1, w0, 1 ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 176] add w0, w1, w0 sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 add x3, sp, 208 add x2, sp, 160 add x8, sp, 156 ldr x1, [sp, 112] str x1, [sp, 16] str x0, [sp, 8] adrp x0, c_b1 add x0, x0, :lo12:c_b1 str x0, [sp] adrp x0, c__1 add x7, x0, :lo12:c__1 mov x6, x5 ldr x5, [sp, 112] mov x1, x8 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl cgemv_ ldr w0, [sp, 176] sub w0, w0, #1 str w0, [sp, 156] ldr w1, [sp, 176] ldr w0, [sp, 188] mul w0, w1, w0 sxtw x0, w0 add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 120] add x1, x1, x0 add x3, sp, 156 adrp x0, c__1 add x2, x0, :lo12:c__1 mov x0, x3 bl clacgv_ ldr x0, [sp, 128] ldr w1, [x0] ldr w0, [sp, 176] sub w0, w1, w0 str w0, [sp, 156] ldr s0, [sp, 168] fmov s1, 1.0e+0 fdiv s0, s1, s0 str s0, [sp, 164] ldr w0, [sp, 176] add w1, w0, 1 ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 176] add w0, w1, w0 sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x2, x1, x0 add x1, sp, 164 add x0, sp, 156 ldr x3, [sp, 112] bl csscal_ .L103: ldr w0, [sp, 176] add w0, w0, 1 str w0, [sp, 176] .L92: ldr w0, [sp, 152] ldr w1, [sp, 176] cmp w1, w0 ble .L104 b .L105 .L91: ldr x0, [sp, 128] ldr w0, [x0] str w0, [sp, 152] mov w0, 1 str w0, [sp, 176] b .L106 .L117: ldr x0, [sp, 128] ldr w0, [x0] str w0, [sp, 156] ldr w0, [sp, 176] str w0, [sp, 172] b .L107 .L109: ldr w0, [sp, 176] cmp w0, 1 ble .L108 ldr w0, [sp, 176] sub w1, w0, #1 ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 172] add w0, w1, w0 sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 bl Cf fmov s2, s0 fmov s0, s1 fmov s1, s2 fmov s8, s1 fmov s9, s0 add x0, sp, 216 bl _pCf fneg s0, s9 str s8, [x0] str s0, [x0, 4] ldr w0, [sp, 176] sub w1, w0, #1 ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 172] add w0, w1, w0 str w0, [sp, 160] ldr s1, [sp, 216] ldr w0, [sp, 160] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 ldr s0, [x0] fmul s1, s1, s0 ldr s2, [sp, 220] ldr w0, [sp, 160] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 ldr s0, [x0, 4] fmul s0, s2, s0 fsub s0, s1, s0 str s0, [sp, 208] ldr s1, [sp, 216] ldr w0, [sp, 160] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 ldr s0, [x0, 4] fmul s1, s1, s0 ldr s2, [sp, 220] ldr w0, [sp, 160] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 ldr s0, [x0] fmul s0, s2, s0 fadd s0, s1, s0 str s0, [sp, 212] ldrsw x0, [sp, 172] lsl x0, x0, 2 ldr x1, [sp, 80] add x0, x1, x0 ldr s1, [x0] ldr s0, [sp, 208] ldrsw x0, [sp, 172] lsl x0, x0, 2 ldr x1, [sp, 80] add x0, x1, x0 fadd s0, s1, s0 str s0, [x0] .L108: ldr w1, [sp, 172] ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 172] add w0, w1, w0 str w0, [sp, 160] ldr w0, [sp, 160] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 ldr s1, [x0] ldrsw x0, [sp, 172] lsl x0, x0, 2 ldr x1, [sp, 80] add x0, x1, x0 ldr s0, [x0] ldr x0, [sp, 128] ldr w1, [x0] ldr w0, [sp, 172] add w0, w1, w0 sxtw x0, w0 lsl x0, x0, 2 ldr x1, [sp, 80] add x0, x1, x0 fsub s0, s1, s0 str s0, [x0] ldr w0, [sp, 172] add w0, w0, 1 str w0, [sp, 172] .L107: ldr w0, [sp, 156] ldr w1, [sp, 172] cmp w1, w0 ble .L109 ldr w0, [sp, 176] cmp w0, 1 ble .L110 ldr x0, [sp, 128] ldr w1, [x0] ldr w0, [sp, 176] add w0, w1, w0 str w0, [sp, 156] ldr x0, [sp, 128] ldr w0, [x0] lsl w0, w0, 1 str w0, [sp, 160] ldr x0, [sp, 80] add x4, x0, 4 ldr w1, [sp, 156] ldr w2, [sp, 160] adrp x0, c__1 add x3, x0, :lo12:c__1 mov x0, x4 bl dmaxloc_ str w0, [sp, 200] ldr w1, [sp, 200] ldr w0, [sp, 176] add w0, w1, w0 sub w0, w0, #1 str w0, [sp, 184] ldr x0, [sp, 128] ldr w1, [x0] ldr w0, [sp, 184] add w0, w1, w0 sxtw x0, w0 lsl x0, x0, 2 ldr x1, [sp, 80] add x0, x1, x0 ldr s0, [x0] str s0, [sp, 168] ldr s0, [sp, 168] ldr s1, [sp, 180] fcmpe s1, s0 bge .L111 add x0, sp, 168 bl sisnan_ cmp w0, 0 beq .L110 .L111: ldr w1, [sp, 176] ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 176] add w0, w1, w0 str w0, [sp, 156] ldr w0, [sp, 156] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 ldr s0, [sp, 168] str s0, [x0] ldr w0, [sp, 156] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 str wzr, [x0, 4] b .L98 .L110: ldr w1, [sp, 176] ldr w0, [sp, 184] cmp w1, w0 beq .L112 ldr w1, [sp, 184] ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 184] add w0, w1, w0 str w0, [sp, 156] ldr w1, [sp, 176] ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 176] add w0, w1, w0 str w0, [sp, 160] ldr w0, [sp, 160] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x1, x1, x0 ldr w0, [sp, 156] sxtw x0, w0 lsl x0, x0, 3 ldr x2, [sp, 120] add x0, x2, x0 ldr s0, [x1] str s0, [x0] ldr w0, [sp, 160] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x1, x1, x0 ldr w0, [sp, 156] sxtw x0, w0 lsl x0, x0, 3 ldr x2, [sp, 120] add x0, x2, x0 ldr s0, [x1, 4] str s0, [x0, 4] ldr w0, [sp, 176] sub w0, w0, #1 str w0, [sp, 156] ldr w1, [sp, 176] ldr w0, [sp, 188] add w0, w1, w0 sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x5, x1, x0 ldr w1, [sp, 184] ldr w0, [sp, 188] add w0, w1, w0 sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x1, x1, x0 add x0, sp, 156 ldr x4, [sp, 112] mov x3, x1 ldr x2, [sp, 112] mov x1, x5 bl cswap_ ldr x0, [sp, 128] ldr w0, [x0] ldr w1, [sp, 184] cmp w1, w0 bge .L113 ldr x0, [sp, 128] ldr w1, [x0] ldr w0, [sp, 184] sub w0, w1, w0 str w0, [sp, 156] ldr w0, [sp, 184] add w1, w0, 1 ldr w2, [sp, 176] ldr w0, [sp, 188] mul w0, w2, w0 add w0, w1, w0 sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x6, x1, x0 ldr w0, [sp, 184] add w1, w0, 1 ldr w2, [sp, 184] ldr w0, [sp, 188] mul w0, w2, w0 add w0, w1, w0 sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x1, x1, x0 add x5, sp, 156 adrp x0, c__1 add x4, x0, :lo12:c__1 mov x3, x1 adrp x0, c__1 add x2, x0, :lo12:c__1 mov x1, x6 mov x0, x5 bl cswap_ .L113: ldr w0, [sp, 184] sub w0, w0, #1 str w0, [sp, 156] ldr w0, [sp, 176] add w0, w0, 1 str w0, [sp, 172] b .L114 .L115: ldr w1, [sp, 176] ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 172] add w0, w1, w0 sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 bl Cf fmov s2, s0 fmov s0, s1 fmov s1, s2 fmov s8, s1 fmov s9, s0 add x0, sp, 208 bl _pCf fneg s0, s9 str s8, [x0] str s0, [x0, 4] ldr s0, [sp, 208] str s0, [sp, 224] ldr s0, [sp, 212] str s0, [sp, 228] ldr w1, [sp, 176] ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 172] add w0, w1, w0 str w0, [sp, 160] ldr w1, [sp, 172] ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 184] add w0, w1, w0 sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 bl Cf fmov s2, s0 fmov s0, s1 fmov s1, s2 fmov s8, s1 fmov s9, s0 add x0, sp, 208 bl _pCf fneg s0, s9 str s8, [x0] str s0, [x0, 4] ldr w0, [sp, 160] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 ldr s0, [sp, 208] str s0, [x0] ldr w0, [sp, 160] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 ldr s0, [sp, 212] str s0, [x0, 4] ldr w1, [sp, 172] ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 184] add w0, w1, w0 str w0, [sp, 160] ldr w0, [sp, 160] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 ldr s0, [sp, 224] str s0, [x0] ldr w0, [sp, 160] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 ldr s0, [sp, 228] str s0, [x0, 4] ldr w0, [sp, 172] add w0, w0, 1 str w0, [sp, 172] .L114: ldr w0, [sp, 156] ldr w1, [sp, 172] cmp w1, w0 ble .L115 ldr w1, [sp, 176] ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 184] add w0, w1, w0 str w0, [sp, 156] ldr w1, [sp, 176] ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 184] add w0, w1, w0 sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 bl Cf fmov s2, s0 fmov s0, s1 fmov s1, s2 fmov s8, s1 fmov s9, s0 add x0, sp, 208 bl _pCf fneg s0, s9 str s8, [x0] str s0, [x0, 4] ldr w0, [sp, 156] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 ldr s0, [sp, 208] str s0, [x0] ldr w0, [sp, 156] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 ldr s0, [sp, 212] str s0, [x0, 4] ldrsw x0, [sp, 176] lsl x0, x0, 2 ldr x1, [sp, 80] add x0, x1, x0 ldr s0, [x0] str s0, [sp, 204] ldrsw x0, [sp, 184] lsl x0, x0, 2 ldr x1, [sp, 80] add x1, x1, x0 ldrsw x0, [sp, 176] lsl x0, x0, 2 ldr x2, [sp, 80] add x0, x2, x0 ldr s0, [x1] str s0, [x0] ldrsw x0, [sp, 184] lsl x0, x0, 2 ldr x1, [sp, 80] add x0, x1, x0 ldr s0, [sp, 204] str s0, [x0] ldrsw x0, [sp, 184] lsl x0, x0, 2 ldr x1, [sp, 104] add x0, x1, x0 ldr w0, [x0] str w0, [sp, 200] ldrsw x0, [sp, 176] lsl x0, x0, 2 ldr x1, [sp, 104] add x1, x1, x0 ldrsw x0, [sp, 184] lsl x0, x0, 2 ldr x2, [sp, 104] add x0, x2, x0 ldr w1, [x1] str w1, [x0] ldrsw x0, [sp, 176] lsl x0, x0, 2 ldr x1, [sp, 104] add x0, x1, x0 ldr w1, [sp, 200] str w1, [x0] .L112: ldr s0, [sp, 168] fcvt d0, s0 bl sqrt fcvt s0, d0 str s0, [sp, 168] ldr w1, [sp, 176] ldr w0, [sp, 188] mul w1, w1, w0 ldr w0, [sp, 176] add w0, w1, w0 str w0, [sp, 156] ldr w0, [sp, 156] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 ldr s0, [sp, 168] str s0, [x0] ldr w0, [sp, 156] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 str wzr, [x0, 4] ldr x0, [sp, 128] ldr w0, [x0] ldr w1, [sp, 176] cmp w1, w0 bge .L116 ldr w0, [sp, 176] sub w0, w0, #1 str w0, [sp, 156] ldr w1, [sp, 176] ldr w0, [sp, 188] add w0, w1, w0 sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x1, x1, x0 add x0, sp, 156 ldr x2, [sp, 112] bl clacgv_ ldr x0, [sp, 128] ldr w1, [x0] ldr w0, [sp, 176] sub w0, w1, w0 str w0, [sp, 156] ldr w0, [sp, 176] sub w0, w0, #1 str w0, [sp, 160] fmov s0, -1.0e+0 str s0, [sp, 208] str wzr, [sp, 212] ldr w0, [sp, 176] add w1, w0, 1 ldr w0, [sp, 188] add w0, w1, w0 sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x4, x1, x0 ldr w1, [sp, 176] ldr w0, [sp, 188] add w0, w1, w0 sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x5, x1, x0 ldr w0, [sp, 176] add w1, w0, 1 ldr w2, [sp, 176] ldr w0, [sp, 188] mul w0, w2, w0 add w0, w1, w0 sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x0, x1, x0 add x3, sp, 208 add x2, sp, 160 add x8, sp, 156 adrp x1, c__1 add x1, x1, :lo12:c__1 str x1, [sp, 16] str x0, [sp, 8] adrp x0, c_b1 add x0, x0, :lo12:c_b1 str x0, [sp] ldr x7, [sp, 112] mov x6, x5 ldr x5, [sp, 112] mov x1, x8 adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl cgemv_ ldr w0, [sp, 176] sub w0, w0, #1 str w0, [sp, 156] ldr w1, [sp, 176] ldr w0, [sp, 188] add w0, w1, w0 sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x1, x1, x0 add x0, sp, 156 ldr x2, [sp, 112] bl clacgv_ ldr x0, [sp, 128] ldr w1, [x0] ldr w0, [sp, 176] sub w0, w1, w0 str w0, [sp, 156] ldr s0, [sp, 168] fmov s1, 1.0e+0 fdiv s0, s1, s0 str s0, [sp, 164] ldr w0, [sp, 176] add w1, w0, 1 ldr w2, [sp, 176] ldr w0, [sp, 188] mul w0, w2, w0 add w0, w1, w0 sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 120] add x2, x1, x0 add x1, sp, 164 add x4, sp, 156 adrp x0, c__1 add x3, x0, :lo12:c__1 mov x0, x4 bl csscal_ .L116: ldr w0, [sp, 176] add w0, w0, 1 str w0, [sp, 176] .L106: ldr w0, [sp, 152] ldr w1, [sp, 176] cmp w1, w0 ble .L117 .L105: ldr x0, [sp, 128] ldr w1, [x0] ldr x0, [sp, 96] str w1, [x0] b .L85 .L98: ldr w0, [sp, 176] sub w1, w0, #1 ldr x0, [sp, 96] str w1, [x0] ldr x0, [sp, 72] mov w1, 1 str w1, [x0] .L85: mov w0, 0 .L118: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 232] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L119 bl __stack_chk_fail .L119: mov w0, w1 ldp d8, d9, [sp, 48] ldp x29, x30, [sp, 32] add sp, sp, 240 .cfi_restore 29 .cfi_restore 30 .cfi_restore 72 .cfi_restore 73 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE21: .size cpstf2_, .-cpstf2_ ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "MAIN MENU\n==========" .align 3 .LC1: .string "1. Input Text" .align 3 .LC2: .string "2. Encrypt" .align 3 .LC3: .string "3. Decrypt" .align 3 .LC4: .string "4. Exit" .align 3 .LC5: .string "Selection: " .align 3 .LC6: .string "%d" .text .align 2 .global menu .type menu, %function menu: .LFB0: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 24] mov x1, 0 str wzr, [sp, 20] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl puts adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl puts adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl puts adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl puts adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl puts adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl printf add x0, sp, 20 mov x1, x0 adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl __isoc99_scanf bl getchar ldr w0, [sp, 20] cmp w0, 4 bgt .L2 ldr w0, [sp, 20] cmp w0, 0 bge .L3 .L2: mov w0, 5 str w0, [sp, 20] .L3: ldr w0, [sp, 20] mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 24] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L5 bl __stack_chk_fail .L5: mov w0, w1 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size menu, .-menu .section .rodata .align 3 .LC7: .string "Input sentences to fill the matrix:" .text .align 2 .global input .type input, %function input: .LFB1: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] adrp x0, .LC7 add x0, x0, :lo12:.LC7 bl puts mov w0, 50 str w0, [sp, 44] str wzr, [sp, 32] b .L7 .L10: str wzr, [sp, 36] b .L8 .L9: ldrsw x1, [sp, 32] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 24] add x1, x0, x1 ldrsw x0, [sp, 36] strb wzr, [x1, x0] ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L8: ldr w1, [sp, 36] ldr w0, [sp, 44] cmp w1, w0 blt .L9 ldr w0, [sp, 32] add w0, w0, 1 str w0, [sp, 32] .L7: ldr w1, [sp, 32] ldr w0, [sp, 44] cmp w1, w0 blt .L10 str wzr, [sp, 40] b .L11 .L14: ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 24] add x3, x0, x1 adrp x0, :got:stdin ldr x0, [x0, #:got_lo12:stdin] ldr x0, [x0] mov x2, x0 mov w1, 50 mov x0, x3 bl fgets ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 24] add x0, x0, x1 ldrb w0, [x0] cmp w0, 10 bne .L12 ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 24] add x0, x0, x1 mov w1, 10 strb w1, [x0] ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 24] add x0, x0, x1 mov w1, 13 strb w1, [x0, 1] ldrsw x1, [sp, 40] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 24] add x0, x0, x1 strb wzr, [x0, 2] b .L13 .L12: ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L11: ldr w1, [sp, 40] ldr w0, [sp, 44] cmp w1, w0 blt .L14 .L13: ldr x0, [sp, 16] ldr w1, [sp, 40] str w1, [x0] str wzr, [sp, 32] b .L15 .L19: str wzr, [sp, 36] b .L16 .L18: ldrsw x1, [sp, 32] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 24] add x1, x0, x1 ldrsw x0, [sp, 36] ldrb w0, [x1, x0] cmp w0, 10 bne .L17 ldrsw x1, [sp, 32] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 24] add x1, x0, x1 ldrsw x0, [sp, 36] strb wzr, [x1, x0] .L17: ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L16: ldr w1, [sp, 36] ldr w0, [sp, 44] cmp w1, w0 blt .L18 ldr w0, [sp, 32] add w0, w0, 1 str w0, [sp, 32] .L15: ldr w1, [sp, 32] ldr w0, [sp, 44] cmp w1, w0 blt .L19 nop nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size input, .-input .section .rodata .align 3 .LC8: .string "Input an integer N to encrypt: " .align 3 .LC9: .string "%i" .text .align 2 .global encrypt .type encrypt, %function encrypt: .LFB2: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 72] mov x1, 0 str wzr, [sp, 56] mov w0, 50 str w0, [sp, 64] str wzr, [sp, 48] b .L21 .L24: str wzr, [sp, 52] b .L22 .L23: ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 ldrsw x0, [sp, 52] strb wzr, [x1, x0] ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L22: ldr w1, [sp, 52] ldr w0, [sp, 64] cmp w1, w0 blt .L23 ldr w0, [sp, 48] add w0, w0, 1 str w0, [sp, 48] .L21: ldr w1, [sp, 48] ldr w0, [sp, 64] cmp w1, w0 blt .L24 adrp x0, .LC8 add x0, x0, :lo12:.LC8 bl printf add x0, sp, 44 mov x1, x0 adrp x0, .LC9 add x0, x0, :lo12:.LC9 bl __isoc99_scanf bl getchar str wzr, [sp, 48] b .L25 .L35: str wzr, [sp, 52] b .L26 .L34: ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 24] add x1, x0, x1 ldrsw x0, [sp, 52] ldrb w0, [x1, x0] cmp w0, 96 bls .L27 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 24] add x1, x0, x1 ldrsw x0, [sp, 52] ldrb w0, [x1, x0] cmp w0, 122 bhi .L27 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 24] add x1, x0, x1 ldrsw x0, [sp, 52] ldrb w0, [x1, x0] sub w0, w0, #97 str w0, [sp, 68] ldr w1, [sp, 44] ldr w0, [sp, 68] add w0, w1, w0 mov w1, 60495 movk w1, 0x4ec4, lsl 16 smull x1, w0, w1 lsr x1, x1, 32 asr w2, w1, 3 asr w1, w0, 31 sub w2, w2, w1 mov w1, 26 mul w1, w2, w1 sub w0, w0, w1 str w0, [sp, 56] b .L28 .L29: ldr w0, [sp, 56] add w0, w0, 26 str w0, [sp, 56] .L28: ldr w0, [sp, 56] cmp w0, 0 blt .L29 ldr w0, [sp, 56] and w2, w0, 255 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 add w0, w2, 97 and w2, w0, 255 ldrsw x0, [sp, 52] strb w2, [x1, x0] b .L30 .L27: ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 24] add x1, x0, x1 ldrsw x0, [sp, 52] ldrb w0, [x1, x0] cmp w0, 64 bls .L31 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 24] add x1, x0, x1 ldrsw x0, [sp, 52] ldrb w0, [x1, x0] cmp w0, 90 bhi .L31 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 24] add x1, x0, x1 ldrsw x0, [sp, 52] ldrb w0, [x1, x0] sub w0, w0, #65 str w0, [sp, 68] ldr w1, [sp, 44] ldr w0, [sp, 68] add w0, w1, w0 mov w1, 60495 movk w1, 0x4ec4, lsl 16 smull x1, w0, w1 lsr x1, x1, 32 asr w2, w1, 3 asr w1, w0, 31 sub w2, w2, w1 mov w1, 26 mul w1, w2, w1 sub w0, w0, w1 str w0, [sp, 56] b .L32 .L33: ldr w0, [sp, 56] add w0, w0, 26 str w0, [sp, 56] .L32: ldr w0, [sp, 56] cmp w0, 0 blt .L33 ldr w0, [sp, 56] and w2, w0, 255 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 add w0, w2, 65 and w2, w0, 255 ldrsw x0, [sp, 52] strb w2, [x1, x0] b .L30 .L31: ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 24] add x2, x0, x1 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 ldrsw x0, [sp, 52] ldrb w2, [x2, x0] ldrsw x0, [sp, 52] strb w2, [x1, x0] .L30: ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L26: ldr w1, [sp, 52] ldr w0, [sp, 64] cmp w1, w0 blt .L34 ldr w0, [sp, 48] add w0, w0, 1 str w0, [sp, 48] .L25: ldr w1, [sp, 48] ldr w0, [sp, 64] cmp w1, w0 blt .L35 str wzr, [sp, 48] b .L36 .L39: str wzr, [sp, 52] b .L37 .L38: ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x2, x0, x1 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 24] add x1, x0, x1 ldrsw x0, [sp, 52] ldrb w2, [x2, x0] ldrsw x0, [sp, 52] strb w2, [x1, x0] ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L37: ldr w1, [sp, 52] ldr w0, [sp, 64] cmp w1, w0 blt .L38 ldr w0, [sp, 48] add w0, w0, 1 str w0, [sp, 48] .L36: ldr w1, [sp, 48] ldr w0, [sp, 64] cmp w1, w0 blt .L39 str wzr, [sp, 48] b .L40 .L46: str wzr, [sp, 52] b .L41 .L45: ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 ldrsw x0, [sp, 52] ldrb w0, [x1, x0] cmp w0, 10 beq .L42 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 ldrsw x0, [sp, 52] ldrb w0, [x1, x0] cmp w0, 13 bne .L43 .L42: ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 ldrsw x0, [sp, 52] strb wzr, [x1, x0] b .L44 .L43: ldrsw x1, [sp, 52] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 24] add x2, x0, x1 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 ldrsw x0, [sp, 48] ldrb w2, [x2, x0] ldrsw x0, [sp, 52] strb w2, [x1, x0] .L44: ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L41: ldr w1, [sp, 52] ldr w0, [sp, 64] cmp w1, w0 blt .L45 ldr w0, [sp, 48] add w0, w0, 1 str w0, [sp, 48] .L40: ldr w1, [sp, 48] ldr w0, [sp, 64] cmp w1, w0 blt .L46 str wzr, [sp, 48] b .L47 .L52: str wzr, [sp, 60] ldr w0, [sp, 64] sub w0, w0, #1 str w0, [sp, 52] b .L48 .L51: ldr w0, [sp, 60] cmp w0, 0 bne .L49 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 ldrsw x0, [sp, 52] ldrb w0, [x1, x0] cmp w0, 0 beq .L49 mov w0, 1 str w0, [sp, 60] .L49: ldr w0, [sp, 60] cmp w0, 0 beq .L50 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 ldrsw x0, [sp, 52] ldrb w0, [x1, x0] cmp w0, 0 bne .L50 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 ldrsw x0, [sp, 52] mov w2, 32 strb w2, [x1, x0] .L50: ldr w0, [sp, 52] sub w0, w0, #1 str w0, [sp, 52] .L48: ldr w0, [sp, 52] cmp w0, 0 bge .L51 ldr w0, [sp, 48] add w0, w0, 1 str w0, [sp, 48] .L47: ldr w1, [sp, 48] ldr w0, [sp, 64] cmp w1, w0 blt .L52 str wzr, [sp, 52] b .L53 .L58: str wzr, [sp, 60] ldr w0, [sp, 64] sub w0, w0, #1 str w0, [sp, 48] b .L54 .L57: ldr w0, [sp, 60] cmp w0, 0 bne .L55 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 ldrsw x0, [sp, 52] ldrb w0, [x1, x0] cmp w0, 0 beq .L55 mov w0, 1 str w0, [sp, 60] .L55: ldr w0, [sp, 60] cmp w0, 0 beq .L56 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 ldrsw x0, [sp, 52] ldrb w0, [x1, x0] cmp w0, 0 bne .L56 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 ldrsw x0, [sp, 52] mov w2, 32 strb w2, [x1, x0] .L56: ldr w0, [sp, 48] sub w0, w0, #1 str w0, [sp, 48] .L54: ldr w0, [sp, 48] cmp w0, 0 bge .L57 ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L53: ldr w1, [sp, 52] ldr w0, [sp, 64] cmp w1, w0 blt .L58 nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 72] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L59 bl __stack_chk_fail .L59: ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE2: .size encrypt, .-encrypt .section .rodata .align 3 .LC10: .string "Input an integer N to decrypt: " .text .align 2 .global decrypt .type decrypt, %function decrypt: .LFB3: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 72] mov x1, 0 str wzr, [sp, 56] mov w0, 50 str w0, [sp, 64] str wzr, [sp, 48] b .L61 .L64: str wzr, [sp, 52] b .L62 .L63: ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 ldrsw x0, [sp, 52] strb wzr, [x1, x0] ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L62: ldr w1, [sp, 52] ldr w0, [sp, 64] cmp w1, w0 blt .L63 ldr w0, [sp, 48] add w0, w0, 1 str w0, [sp, 48] .L61: ldr w1, [sp, 48] ldr w0, [sp, 64] cmp w1, w0 blt .L64 str wzr, [sp, 48] b .L65 .L71: str wzr, [sp, 52] b .L66 .L70: ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 24] add x1, x0, x1 ldrsw x0, [sp, 52] ldrb w0, [x1, x0] cmp w0, 10 beq .L67 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 24] add x1, x0, x1 ldrsw x0, [sp, 52] ldrb w0, [x1, x0] cmp w0, 13 bne .L68 .L67: ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 ldrsw x0, [sp, 52] strb wzr, [x1, x0] b .L69 .L68: ldrsw x1, [sp, 52] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 24] add x2, x0, x1 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 ldrsw x0, [sp, 48] ldrb w2, [x2, x0] ldrsw x0, [sp, 52] strb w2, [x1, x0] .L69: ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L66: ldr w1, [sp, 52] ldr w0, [sp, 64] cmp w1, w0 blt .L70 ldr w0, [sp, 48] add w0, w0, 1 str w0, [sp, 48] .L65: ldr w1, [sp, 48] ldr w0, [sp, 64] cmp w1, w0 blt .L71 str wzr, [sp, 48] b .L72 .L77: str wzr, [sp, 60] ldr w0, [sp, 64] sub w0, w0, #1 str w0, [sp, 52] b .L73 .L76: ldr w0, [sp, 60] cmp w0, 0 bne .L74 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 ldrsw x0, [sp, 52] ldrb w0, [x1, x0] cmp w0, 0 beq .L74 mov w0, 1 str w0, [sp, 60] .L74: ldr w0, [sp, 60] cmp w0, 0 beq .L75 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 ldrsw x0, [sp, 52] ldrb w0, [x1, x0] cmp w0, 0 bne .L75 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 ldrsw x0, [sp, 52] mov w2, 32 strb w2, [x1, x0] .L75: ldr w0, [sp, 52] sub w0, w0, #1 str w0, [sp, 52] .L73: ldr w0, [sp, 52] cmp w0, 0 bge .L76 ldr w0, [sp, 48] add w0, w0, 1 str w0, [sp, 48] .L72: ldr w1, [sp, 48] ldr w0, [sp, 64] cmp w1, w0 blt .L77 str wzr, [sp, 52] b .L78 .L83: str wzr, [sp, 60] ldr w0, [sp, 64] sub w0, w0, #1 str w0, [sp, 48] b .L79 .L82: ldr w0, [sp, 60] cmp w0, 0 bne .L80 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 ldrsw x0, [sp, 52] ldrb w0, [x1, x0] cmp w0, 0 beq .L80 mov w0, 1 str w0, [sp, 60] .L80: ldr w0, [sp, 60] cmp w0, 0 beq .L81 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 ldrsw x0, [sp, 52] ldrb w0, [x1, x0] cmp w0, 0 bne .L81 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 ldrsw x0, [sp, 52] mov w2, 32 strb w2, [x1, x0] .L81: ldr w0, [sp, 48] sub w0, w0, #1 str w0, [sp, 48] .L79: ldr w0, [sp, 48] cmp w0, 0 bge .L82 ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L78: ldr w1, [sp, 52] ldr w0, [sp, 64] cmp w1, w0 blt .L83 adrp x0, .LC10 add x0, x0, :lo12:.LC10 bl printf add x0, sp, 44 mov x1, x0 adrp x0, .LC9 add x0, x0, :lo12:.LC9 bl __isoc99_scanf bl getchar str wzr, [sp, 48] b .L84 .L94: str wzr, [sp, 52] b .L85 .L93: ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 ldrsw x0, [sp, 52] ldrb w0, [x1, x0] cmp w0, 96 bls .L86 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 ldrsw x0, [sp, 52] ldrb w0, [x1, x0] cmp w0, 122 bhi .L86 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 ldrsw x0, [sp, 52] ldrb w0, [x1, x0] sub w0, w0, #97 str w0, [sp, 68] ldr w0, [sp, 44] ldr w1, [sp, 68] sub w0, w1, w0 mov w1, 60495 movk w1, 0x4ec4, lsl 16 smull x1, w0, w1 lsr x1, x1, 32 asr w2, w1, 3 asr w1, w0, 31 sub w2, w2, w1 mov w1, 26 mul w1, w2, w1 sub w0, w0, w1 str w0, [sp, 56] b .L87 .L88: ldr w0, [sp, 56] add w0, w0, 26 str w0, [sp, 56] .L87: ldr w0, [sp, 56] cmp w0, 0 blt .L88 ldr w0, [sp, 56] and w2, w0, 255 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 add w0, w2, 97 and w2, w0, 255 ldrsw x0, [sp, 52] strb w2, [x1, x0] b .L89 .L86: ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 ldrsw x0, [sp, 52] ldrb w0, [x1, x0] cmp w0, 64 bls .L90 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 ldrsw x0, [sp, 52] ldrb w0, [x1, x0] cmp w0, 90 bhi .L90 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 ldrsw x0, [sp, 52] ldrb w0, [x1, x0] sub w0, w0, #65 str w0, [sp, 68] ldr w0, [sp, 44] ldr w1, [sp, 68] sub w0, w1, w0 mov w1, 60495 movk w1, 0x4ec4, lsl 16 smull x1, w0, w1 lsr x1, x1, 32 asr w2, w1, 3 asr w1, w0, 31 sub w2, w2, w1 mov w1, 26 mul w1, w2, w1 sub w0, w0, w1 str w0, [sp, 56] b .L91 .L92: ldr w0, [sp, 56] add w0, w0, 26 str w0, [sp, 56] .L91: ldr w0, [sp, 56] cmp w0, 0 blt .L92 ldr w0, [sp, 56] and w2, w0, 255 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 add w0, w2, 65 and w2, w0, 255 ldrsw x0, [sp, 52] strb w2, [x1, x0] b .L89 .L90: ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x2, x0, x1 ldrsw x1, [sp, 48] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 16] add x1, x0, x1 ldrsw x0, [sp, 52] ldrb w2, [x2, x0] ldrsw x0, [sp, 52] strb w2, [x1, x0] .L89: ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L85: ldr w1, [sp, 52] ldr w0, [sp, 64] cmp w1, w0 blt .L93 ldr w0, [sp, 48] add w0, w0, 1 str w0, [sp, 48] .L84: ldr w1, [sp, 48] ldr w0, [sp, 64] cmp w1, w0 blt .L94 nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 72] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L95 bl __stack_chk_fail .L95: ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE3: .size decrypt, .-decrypt .align 2 .global printMatrix .type printMatrix, %function printMatrix: .LFB4: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] mov w0, 50 str w0, [sp, 44] str wzr, [sp, 32] b .L97 .L102: str wzr, [sp, 40] str wzr, [sp, 36] b .L98 .L100: ldrsw x1, [sp, 32] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 24] add x1, x0, x1 ldrsw x0, [sp, 36] ldrb w0, [x1, x0] bl putchar ldr w0, [sp, 40] cmp w0, 0 bne .L99 ldrsw x1, [sp, 32] mov x0, x1 lsl x0, x0, 1 add x0, x0, x1 lsl x0, x0, 3 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldr x0, [sp, 24] add x1, x0, x1 ldrsw x0, [sp, 36] ldrb w0, [x1, x0] cmp w0, 0 beq .L99 ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L99: ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L98: ldr w1, [sp, 36] ldr w0, [sp, 44] cmp w1, w0 blt .L100 ldr w0, [sp, 40] cmp w0, 0 beq .L101 mov w0, 10 bl putchar .L101: ldr w0, [sp, 32] add w0, w0, 1 str w0, [sp, 32] .L97: ldr w1, [sp, 32] ldr w0, [sp, 44] cmp w1, w0 blt .L102 nop nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE4: .size printMatrix, .-printMatrix .align 2 .global main .type main, %function main: .LFB5: .cfi_startproc mov x12, 7568 sub sp, sp, x12 .cfi_def_cfa_offset 7568 stp x29, x30, [sp] .cfi_offset 29, -7568 .cfi_offset 30, -7560 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 7560] mov x1, 0 mov w0, 9 str w0, [sp, 36] str wzr, [sp, 32] add x0, sp, 32 str x0, [sp, 40] .L108: bl menu str w0, [sp, 36] ldr w0, [sp, 36] cmp w0, 3 beq .L104 ldr w0, [sp, 36] cmp w0, 3 bgt .L105 ldr w0, [sp, 36] cmp w0, 1 beq .L106 ldr w0, [sp, 36] cmp w0, 2 beq .L107 b .L105 .L106: add x0, sp, 48 ldr x1, [sp, 40] bl input add x0, sp, 48 bl printMatrix b .L105 .L107: add x1, sp, 2552 add x0, sp, 48 bl encrypt add x0, sp, 2552 bl printMatrix b .L105 .L104: add x1, sp, 4096 add x1, x1, 960 add x0, sp, 2552 bl decrypt add x0, sp, 4096 add x0, x0, 960 bl printMatrix nop .L105: ldr w0, [sp, 36] cmp w0, 4 bne .L108 mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 7560] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L110 bl __stack_chk_fail .L110: mov w0, w1 ldp x29, x30, [sp] mov x12, 7568 add sp, sp, x12 .cfi_restore 29 .cfi_restore 30 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE5: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .local cb_called .comm cb_called,4,4 .section .rodata .align 3 .LC0: .string "%s %d\n" .text .align 2 .type cb, %function cb: .LFB6: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str w2, [sp, 28] ldr w2, [sp, 28] ldr x1, [sp, 40] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf adrp x0, cb_called add x0, x0, :lo12:cb_called mov w1, 1 str w1, [x0] mov w0, 0 ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size cb, .-cb .section .rodata .align 3 .LC3: .string "this test needs to be run by ordinary user" .align 3 .LC4: .string "mkdtemp: %m\n" .align 3 .LC5: .string "chmod: %m\n" .align 3 .LC6: .string "r = %d" .align 3 .LC7: .string ", errno = %d" .align 3 .LC8: .string "" .text .align 2 .global main .type main, %function main: .LFB7: .cfi_startproc stp x29, x30, [sp, -96]! .cfi_def_cfa_offset 96 .cfi_offset 29, -96 .cfi_offset 30, -88 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 88] mov x1, 0 adrp x0, .LC1 add x1, x0, :lo12:.LC1 add x0, sp, 40 ldr x2, [x1] str x2, [x0] ldr x1, [x1, 7] str x1, [x0, 7] adrp x0, .LC2 add x1, x0, :lo12:.LC2 add x0, sp, 56 ldr q0, [x1] str q0, [x0] ldr q0, [x1, 9] str q0, [x0, 9] bl getuid cmp w0, 0 bne .L4 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl puts mov w0, 0 bl exit .L4: add x0, sp, 40 bl mkdtemp str x0, [sp, 24] ldr x0, [sp, 24] cmp x0, 0 bne .L5 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf mov w0, 1 bl exit .L5: add x0, sp, 40 bl strlen mov x2, x0 add x1, sp, 40 add x0, sp, 56 bl memcpy add x0, sp, 56 bl mkdtemp str x0, [sp, 32] ldr x0, [sp, 32] cmp x0, 0 bne .L6 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf ldr x0, [sp, 24] bl rmdir mov w0, 1 bl exit .L6: mov w1, 146 ldr x0, [sp, 24] bl chmod cmp w0, 0 beq .L7 adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl printf ldr x0, [sp, 24] bl rmdir mov w0, 1 bl exit .L7: mov w2, 10 adrp x0, cb add x1, x0, :lo12:cb ldr x0, [sp, 32] bl ftw str w0, [sp, 16] bl __errno_location ldr w0, [x0] str w0, [sp, 20] ldr w1, [sp, 16] adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl printf ldr w0, [sp, 16] cmp w0, 0 beq .L8 bl __errno_location ldr w0, [x0] mov w1, w0 adrp x0, .LC7 add x0, x0, :lo12:.LC7 bl printf .L8: adrp x0, .LC8 add x0, x0, :lo12:.LC8 bl puts mov w1, 511 ldr x0, [sp, 24] bl chmod ldr x0, [sp, 32] bl rmdir ldr x0, [sp, 24] bl rmdir ldr w0, [sp, 16] cmn w0, #1 beq .L9 ldr w0, [sp, 20] cmp w0, 13 beq .L10 .L9: adrp x0, cb_called add x0, x0, :lo12:cb_called ldr w0, [x0] cmp w0, 0 beq .L11 .L10: mov w0, 1 b .L13 .L11: mov w0, 0 .L13: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 88] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L14 bl __stack_chk_fail .L14: mov w0, w1 ldp x29, x30, [sp], 96 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size main, .-main .section .rodata .align 3 .LC1: .string "/tmp/ftwXXXXXX" .align 3 .LC2: .string "/tmp/ftwXXXXXX/ftwXXXXXX" .text ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global monster1_Sprite .section .rodata .align 2 .type monster1_Sprite, %object .size monster1_Sprite, 1024 monster1_Sprite: .string "" .string "" .string "" .string "" .string "" .string "" .string "" .string "" .string "" .string "" .string "" .string "" .string "" .string "" .string "" .string "\001" .string "" .string "" .string "" .string "" .string "\001\001\002" .string "" .string "" .string "" .string "\001\002\002\003" .string "" .string "" .string "\001\002\003\003\004" .string "" .string "\001\002\003\004\004\005" .string "" .string "\001\002\003\004\f\n" .string "\001\002\003\004\004\017\r" .string "\001\001\001\001\001\001\001\001\002\002\002\002\002\002\002\002\002\003\003\003\003\003\003\003\003\004\004\004\004\004\004\004\004\004\004\004\004\004\004\006\007\b\007\006\005\004\004\r\r\r\r\r\n\f\004\r\r\001\r\r\r\017\004\001\001\001\001\001\001\001" .string "\002\002\002\002\002\002\002\001\003\003\003\003\003\003\002\002\004\004\004\004\004\004\003\003\004\004\004\004\004\004\004\004\004\004\004\t\n\013\n\t\004\004\016\r\r\r\r\r\004\020\r\r\r\r\001\r" .string "" .string "" .string "" .string "" .string "" .string "" .string "" .string "\001" .string "" .string "" .string "" .string "" .string "" .string "" .string "\002\001\001" .string "" .string "" .string "" .string "" .string "\003\002\002\001" .string "" .string "" .string "" .string "\004\003\003\002\001" .string "" .string "" .string "\004\004\004\003\002\001" .string "" .string "\016\004\004\003\002\001" .string "" .string "\r\020\004\004\003\002\001" .string "" .string "\001\002\003\004\004\021\r" .string "\001\002\003\004\004\013\r" .string "\001\002\003\004\004\013\r" .string "\001\002\003\004\004\021\r" .string "\001\002\003\004\004\017\r" .string "\001\002\003\004\004\f\n" .string "\001\002\003\004\004\004\005" .string "\001\002\003\004\004\004\004\r\001\001\001\r\r\021\004\r\r\001\r\r\r\013\004\r\r\r\r\r\r\013\004\r\r\r\r\r\r\021\004\r\r\r\r\r\r\017\004\r\r\r\r\r\n\f\004\006\007\b\007\006\005\004\004\004\004\004\004\004\004\004\004\004\022\r\r\r\001\001\001\004\023\r\r\r\r\001\r\004\023\r\r\r\r\r\r\004\022\r\r\r\r\r\r\004\020\r\r\r\r\r\r\004\004\016\r\r\r\r\r\004\004\004\t\n\013\n\t\004\004\004\004\004\004\004\004\r\022\004\004\003\002\001" .string "\r\023\004\004\003\002\001" .string "\r\023\004\004\003\002\001" .string "\r\022\004\004\003\002\001" .string "\r\020\004\004\003\002\001" .string "\016\004\004\004\003\002\001" .string "\004\004\004\004\003\002\001" .string "\004\004\004\004\003\002\001" .string "" .string "\001\002\003\004\004\004\004" .string "\001\002\003\004\004\004\004" .string "\001\002\003\004\004\004\004" .string "\001\002\003\004\004\004\004" .string "\001\002\003\004\004\004\004" .string "\001\002\003\004\004\004\004" .string "\001\002\003\004\004\004\004" .string "\001\002\003\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\003\002\001" .string "\004\004\004\004\003\002\001" .string "\004\004\004\004\003\002\001" .string "\004\004\004\004\003\002\001" .string "\004\004\004\004\003\002\001" .string "\004\004\004\004\003\002\001" .string "\004\004\004\004\003\002\001" .string "\004\004\004\004\003\002\001" .string "" .string "\001\002\003\004\004\004\004" .string "\001\002\003\004\004\004\004" .string "\001\002\003\004\004\004\004" .string "\001\002\003\003\004\004\004" .string "\001\002\002\002\003\004\004" .string "\001\002\001\001\002\003\003" .string "\001\001" .string "" .string "\001\002\002" .string "\001" .string "" .string "" .string "" .string "\001\001\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\003\004\004\004\004\004\004\003\002\003\004\004\004\004\003\002\001\002\003\003\003\003\002\001" .string "\001\002\002\002\001\001" .string "" .string "" .string "\001\001\001" .string "\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\004\003\004\003\004\004\004\004\003\002\003\001\003\003\003\003\002\001\002" .string "\001\002\002\002\001" .string "\001" .string "" .string "\001\001\001" .string "" .string "" .string "\004\004\004\004\003\002\001" .string "\004\004\004\004\003\002\001" .string "\004\004\004\004\003\002\001" .string "\004\004\004\004\003\002\001" .string "\004\004\004\003\002\002\001" .string "\003\003\003\002\001\002\001" .string "\002\002\002\001" .string "\001\001" .string "\001\001\001" .string "" .string "" .string "\001" ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global f .type f, %function f: .LFB0: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 8] mov w0, 10 str w0, [sp, 28] ldr x0, [sp, 8] ldr w0, [x0] cmp w0, 7 beq .L2 cmp w0, 7 bgt .L3 cmp w0, 5 beq .L4 cmp w0, 5 bgt .L3 cmp w0, 4 beq .L5 cmp w0, 4 bgt .L3 cmp w0, 0 beq .L6 cmp w0, 3 beq .L7 b .L3 .L6: mov w0, 5 str w0, [sp, 28] b .L3 .L7: mov w0, 6 str w0, [sp, 28] b .L3 .L5: mov w0, 6 str w0, [sp, 28] .L4: mov w0, 6 str w0, [sp, 28] b .L3 .L2: str wzr, [sp, 28] nop .L3: ldr w0, [sp, 28] add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size f, .-f .align 2 .global main .type main, %function main: .LFB1: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 24] mov x1, 0 mov w0, 5 str w0, [sp, 20] add x0, sp, 20 bl f mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 24] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L11 bl __stack_chk_fail .L11: mov w0, w1 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "%d %lf\n" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp mov w0, 3 bl fatorial str w0, [sp, 20] adrp x0, .LC1 ldr d0, [x0, #:lo12:.LC1] bl rad_to_deg str d0, [sp, 24] ldr d0, [sp, 24] ldr w1, [sp, 20] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf mov w0, 0 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main .align 2 .global fatorial .type fatorial, %function fatorial: .LFB1: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str w0, [sp, 12] mov x0, 1 str x0, [sp, 24] mov x0, 1 str x0, [sp, 16] b .L4 .L5: ldr x1, [sp, 24] ldr x0, [sp, 16] mul x0, x1, x0 str x0, [sp, 24] ldr x0, [sp, 16] add x0, x0, 1 str x0, [sp, 16] .L4: ldr w0, [sp, 12] ldr x1, [sp, 16] cmp x1, x0 bls .L5 ldr x0, [sp, 24] add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size fatorial, .-fatorial .align 2 .global rad_to_deg .type rad_to_deg, %function rad_to_deg: .LFB2: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str d0, [sp, 8] ldr d0, [sp, 8] mov x0, 140737488355328 movk x0, 0x4076, lsl 48 fmov d1, x0 fmul d0, d0, d1 adrp x0, .LC1 ldr d1, [x0, #:lo12:.LC1] fdiv d0, d0, d1 add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE2: .size rad_to_deg, .-rad_to_deg .section .rodata .align 3 .LC1: .word 1413754136 .word 1075388923 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "Enter the number to be checked : " .align 3 .LC1: .string "%d" .align 3 .LC2: .string "%d \n" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 24] mov x1, 0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf add x0, sp, 16 mov x1, x0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl __isoc99_scanf mov w0, 1 str w0, [sp, 20] b .L2 .L4: ldr w0, [sp, 16] ldr w1, [sp, 20] sdiv w2, w0, w1 ldr w1, [sp, 20] mul w1, w2, w1 sub w0, w0, w1 cmp w0, 0 bne .L3 ldr w1, [sp, 20] adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl printf .L3: ldr w0, [sp, 20] add w0, w0, 1 str w0, [sp, 20] .L2: ldr w0, [sp, 16] ldr w1, [sp, 20] cmp w1, w0 ble .L4 nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 24] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L5 bl __stack_chk_fail .L5: ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .data .align 3 .type cmap_blu_red, %object .size cmap_blu_red, 3072 cmap_blu_red: .word 42 .word 0 .word 127 .word 42 .word 0 .word 130 .word 42 .word 0 .word 133 .word 42 .word 0 .word 136 .word 42 .word 0 .word 139 .word 41 .word 0 .word 142 .word 41 .word 0 .word 145 .word 41 .word 0 .word 148 .word 40 .word 0 .word 151 .word 40 .word 0 .word 154 .word 40 .word 0 .word 157 .word 39 .word 0 .word 160 .word 39 .word 0 .word 163 .word 38 .word 0 .word 166 .word 37 .word 0 .word 169 .word 37 .word 0 .word 172 .word 36 .word 0 .word 175 .word 35 .word 0 .word 178 .word 34 .word 0 .word 181 .word 34 .word 0 .word 184 .word 33 .word 0 .word 187 .word 32 .word 0 .word 190 .word 31 .word 0 .word 193 .word 30 .word 0 .word 196 .word 28 .word 0 .word 199 .word 27 .word 0 .word 202 .word 26 .word 0 .word 205 .word 25 .word 0 .word 208 .word 24 .word 0 .word 211 .word 22 .word 0 .word 214 .word 21 .word 0 .word 217 .word 19 .word 0 .word 220 .word 18 .word 0 .word 223 .word 16 .word 0 .word 226 .word 15 .word 0 .word 229 .word 13 .word 0 .word 232 .word 12 .word 0 .word 235 .word 10 .word 0 .word 238 .word 8 .word 0 .word 241 .word 6 .word 0 .word 244 .word 4 .word 0 .word 247 .word 2 .word 0 .word 250 .word 0 .word 0 .word 253 .word 1 .word 2 .word 255 .word 4 .word 7 .word 255 .word 7 .word 12 .word 255 .word 10 .word 17 .word 255 .word 13 .word 22 .word 255 .word 16 .word 26 .word 255 .word 19 .word 31 .word 255 .word 22 .word 36 .word 255 .word 25 .word 40 .word 255 .word 28 .word 45 .word 255 .word 31 .word 49 .word 255 .word 34 .word 54 .word 255 .word 37 .word 58 .word 255 .word 40 .word 63 .word 255 .word 43 .word 67 .word 255 .word 46 .word 71 .word 255 .word 49 .word 76 .word 255 .word 52 .word 80 .word 255 .word 55 .word 84 .word 255 .word 58 .word 88 .word 255 .word 61 .word 92 .word 255 .word 64 .word 96 .word 255 .word 67 .word 100 .word 255 .word 70 .word 104 .word 255 .word 73 .word 108 .word 255 .word 76 .word 112 .word 255 .word 79 .word 115 .word 255 .word 82 .word 119 .word 255 .word 85 .word 123 .word 255 .word 88 .word 127 .word 255 .word 91 .word 130 .word 255 .word 94 .word 134 .word 255 .word 97 .word 137 .word 255 .word 100 .word 141 .word 255 .word 103 .word 144 .word 255 .word 106 .word 147 .word 255 .word 109 .word 151 .word 255 .word 112 .word 154 .word 255 .word 115 .word 157 .word 255 .word 118 .word 160 .word 255 .word 121 .word 163 .word 255 .word 124 .word 166 .word 255 .word 127 .word 170 .word 255 .word 130 .word 172 .word 255 .word 133 .word 175 .word 255 .word 136 .word 178 .word 255 .word 139 .word 181 .word 255 .word 142 .word 184 .word 255 .word 145 .word 187 .word 255 .word 148 .word 189 .word 255 .word 151 .word 192 .word 255 .word 154 .word 195 .word 255 .word 157 .word 197 .word 255 .word 160 .word 200 .word 255 .word 163 .word 202 .word 255 .word 166 .word 205 .word 255 .word 169 .word 207 .word 255 .word 172 .word 209 .word 255 .word 175 .word 211 .word 255 .word 178 .word 214 .word 255 .word 181 .word 216 .word 255 .word 184 .word 218 .word 255 .word 187 .word 220 .word 255 .word 190 .word 222 .word 255 .word 193 .word 224 .word 255 .word 196 .word 226 .word 255 .word 199 .word 228 .word 255 .word 202 .word 230 .word 255 .word 205 .word 232 .word 255 .word 208 .word 233 .word 255 .word 211 .word 235 .word 255 .word 214 .word 237 .word 255 .word 217 .word 238 .word 255 .word 220 .word 240 .word 255 .word 223 .word 241 .word 255 .word 226 .word 243 .word 255 .word 229 .word 244 .word 255 .word 232 .word 246 .word 255 .word 235 .word 247 .word 255 .word 238 .word 248 .word 255 .word 241 .word 250 .word 255 .word 244 .word 251 .word 255 .word 247 .word 252 .word 255 .word 250 .word 253 .word 255 .word 253 .word 254 .word 255 .word 255 .word 254 .word 253 .word 255 .word 253 .word 250 .word 255 .word 252 .word 247 .word 255 .word 251 .word 244 .word 255 .word 250 .word 241 .word 255 .word 248 .word 238 .word 255 .word 247 .word 235 .word 255 .word 246 .word 232 .word 255 .word 244 .word 229 .word 255 .word 243 .word 226 .word 255 .word 241 .word 223 .word 255 .word 240 .word 220 .word 255 .word 238 .word 217 .word 255 .word 237 .word 214 .word 255 .word 235 .word 211 .word 255 .word 233 .word 208 .word 255 .word 232 .word 205 .word 255 .word 230 .word 202 .word 255 .word 228 .word 199 .word 255 .word 226 .word 196 .word 255 .word 224 .word 193 .word 255 .word 222 .word 190 .word 255 .word 220 .word 187 .word 255 .word 218 .word 184 .word 255 .word 216 .word 181 .word 255 .word 214 .word 178 .word 255 .word 211 .word 175 .word 255 .word 209 .word 172 .word 255 .word 207 .word 169 .word 255 .word 205 .word 166 .word 255 .word 202 .word 163 .word 255 .word 200 .word 160 .word 255 .word 197 .word 157 .word 255 .word 195 .word 154 .word 255 .word 192 .word 151 .word 255 .word 189 .word 148 .word 255 .word 187 .word 145 .word 255 .word 184 .word 142 .word 255 .word 181 .word 139 .word 255 .word 178 .word 136 .word 255 .word 175 .word 133 .word 255 .word 172 .word 130 .word 255 .word 169 .word 127 .word 255 .word 166 .word 124 .word 255 .word 163 .word 121 .word 255 .word 160 .word 118 .word 255 .word 157 .word 115 .word 255 .word 154 .word 112 .word 255 .word 151 .word 109 .word 255 .word 147 .word 106 .word 255 .word 144 .word 103 .word 255 .word 141 .word 100 .word 255 .word 137 .word 97 .word 255 .word 134 .word 94 .word 255 .word 130 .word 91 .word 255 .word 127 .word 88 .word 255 .word 123 .word 85 .word 255 .word 119 .word 82 .word 255 .word 115 .word 79 .word 255 .word 112 .word 76 .word 255 .word 108 .word 73 .word 255 .word 104 .word 70 .word 255 .word 100 .word 67 .word 255 .word 96 .word 64 .word 255 .word 92 .word 61 .word 255 .word 88 .word 58 .word 255 .word 84 .word 55 .word 255 .word 80 .word 52 .word 255 .word 76 .word 49 .word 255 .word 71 .word 46 .word 255 .word 67 .word 43 .word 255 .word 63 .word 40 .word 255 .word 58 .word 37 .word 255 .word 54 .word 34 .word 255 .word 49 .word 31 .word 255 .word 45 .word 28 .word 255 .word 40 .word 25 .word 255 .word 36 .word 22 .word 255 .word 31 .word 19 .word 255 .word 26 .word 16 .word 255 .word 22 .word 13 .word 255 .word 17 .word 10 .word 255 .word 12 .word 7 .word 255 .word 7 .word 4 .word 255 .word 2 .word 1 .word 253 .word 0 .word 0 .word 250 .word 0 .word 2 .word 247 .word 0 .word 4 .word 244 .word 0 .word 6 .word 241 .word 0 .word 8 .word 238 .word 0 .word 10 .word 235 .word 0 .word 12 .word 232 .word 0 .word 13 .word 229 .word 0 .word 15 .word 226 .word 0 .word 16 .word 223 .word 0 .word 18 .word 220 .word 0 .word 19 .word 217 .word 0 .word 21 .word 214 .word 0 .word 22 .word 211 .word 0 .word 24 .word 208 .word 0 .word 25 .word 205 .word 0 .word 26 .word 202 .word 0 .word 27 .word 199 .word 0 .word 28 .word 196 .word 0 .word 30 .word 193 .word 0 .word 31 .word 190 .word 0 .word 32 .word 187 .word 0 .word 33 .word 184 .word 0 .word 34 .word 181 .word 0 .word 34 .word 178 .word 0 .word 35 .word 175 .word 0 .word 36 .word 172 .word 0 .word 37 .word 169 .word 0 .word 37 .word 166 .word 0 .word 38 .word 163 .word 0 .word 39 .word 160 .word 0 .word 39 .word 157 .word 0 .word 40 .word 154 .word 0 .word 40 .word 151 .word 0 .word 40 .word 148 .word 0 .word 41 .word 145 .word 0 .word 41 .word 142 .word 0 .word 41 .word 139 .word 0 .word 42 .word 136 .word 0 .word 42 .word 133 .word 0 .word 42 .word 130 .word 0 .word 42 .word 127 .word 0 .word 42 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global foo .type foo, %function foo: .LFB0: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 40] mov x1, 0 str wzr, [sp, 28] add x0, sp, 28 str x0, [sp, 32] ldr x0, [sp, 32] ldr w0, [x0] mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 40] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L3 bl __stack_chk_fail .L3: mov w0, w1 ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size foo, .-foo .global f .bss .align 3 .type f, %object .size f, 4 f: .zero 4 .text .align 2 .global bar .type bar, %function bar: .LFB1: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 adrp x0, f add x0, x0, :lo12:f str x0, [sp, 8] ldr x0, [sp, 8] ldr w0, [x0] add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size bar, .-bar .align 2 .global foobar .type foobar, %function foobar: .LFB2: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 adrp x0, :got:g ldr x0, [x0, #:got_lo12:g] str x0, [sp, 8] ldr x0, [sp, 8] ldr w0, [x0] add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE2: .size foobar, .-foobar ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global test_vreinterpretu16_s8 .type test_vreinterpretu16_s8, %function test_vreinterpretu16_s8: .LFB4340: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 ldr d0, [sp, 8] str d0, [sp, 24] ldr d0, [sp, 24] str d0, [sp, 16] nop add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE4340: .size test_vreinterpretu16_s8, .-test_vreinterpretu16_s8 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "%d" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 24] mov x1, 0 ldr w0, [sp, 28] mov w1, w0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 8] mov w1, w0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 24] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L3 bl __stack_chk_fail .L3: mov w0, w1 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global test_vreinterpretQp16_f32 .type test_vreinterpretQp16_f32, %function test_vreinterpretQp16_f32: .LFB4340: .cfi_startproc sub sp, sp, #48 .cfi_def_cfa_offset 48 ldr q0, [sp] str q0, [sp, 32] ldr q0, [sp, 32] str q0, [sp, 16] nop add sp, sp, 48 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE4340: .size test_vreinterpretQp16_f32, .-test_vreinterpretQp16_f32 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global ft_print_alphabet .type ft_print_alphabet, %function ft_print_alphabet: .LFB0: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp mov w0, 97 str w0, [sp, 20] mov w0, 122 str w0, [sp, 24] mov w0, 10 str w0, [sp, 28] ldr w0, [sp, 20] str w0, [sp, 16] b .L2 .L3: ldr w0, [sp, 16] bl ft_putchar ldr w0, [sp, 16] add w0, w0, 1 str w0, [sp, 16] .L2: ldr w1, [sp, 16] ldr w0, [sp, 24] cmp w1, w0 ble .L3 ldr w0, [sp, 28] bl ft_putchar nop ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size ft_print_alphabet, .-ft_print_alphabet ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global byte_order .type byte_order, %function byte_order: .LFB6: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 40] mov x1, 0 mov w0, 1 str w0, [sp, 28] add x0, sp, 28 str x0, [sp, 32] ldr x0, [sp, 32] ldrb w0, [x0] mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 40] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L3 bl __stack_chk_fail .L3: mov w0, w1 ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size byte_order, .-byte_order .global endinness .section .rodata .align 3 .LC0: .string "big_endian" .align 3 .LC1: .string "little_endian" .section .data.rel.local,"aw" .align 3 .type endinness, %object .size endinness, 16 endinness: .xword .LC0 .xword .LC1 .section .rodata .align 3 .LC2: .string "Usage: tforkraw outsfile.raw dur freq srate amp isfloat" .align 3 .LC3: .string "error: sampletype can be only 0 or 1" .align 3 .LC4: .string "wb" .align 3 .LC5: .string "Error creating output file %s\n" .align 3 .LC6: .string "Writing %d %s samples\n" .align 3 .LC7: .string "error: unable to print on STDOUT stream.\n" .align 3 .LC8: .string "Error writing data to file" .align 3 .LC9: .string "error: unable to close the FILE stream\n" .align 3 .LC10: .string "done. Maximum sample value = %.8lf at frame %d\n" .text .align 2 .global main .type main, %function main: .LFB7: .cfi_startproc stp x29, x30, [sp, -176]! .cfi_def_cfa_offset 176 .cfi_offset 29, -176 .cfi_offset 30, -168 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 168] mov x1, 0 str wzr, [sp, 48] adrp x0, .LC11 ldr d0, [x0, #:lo12:.LC11] str d0, [sp, 80] str xzr, [sp, 88] ldr w0, [sp, 28] cmp w0, 7 beq .L5 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl puts mov w0, 1 b .L23 .L5: ldr x0, [sp, 16] add x0, x0, 16 ldr x0, [x0] bl atof str d0, [sp, 96] ldr x0, [sp, 16] add x0, x0, 24 ldr x0, [x0] bl atof str d0, [sp, 104] ldr x0, [sp, 16] add x0, x0, 32 ldr x0, [x0] bl atof str d0, [sp, 112] ldr x0, [sp, 16] add x0, x0, 40 ldr x0, [x0] bl atof str d0, [sp, 120] ldr x0, [sp, 16] add x0, x0, 48 ldr x0, [x0] bl atoi str w0, [sp, 52] ldr w0, [sp, 52] cmp w0, 1 bls .L7 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl puts mov w0, 1 b .L23 .L7: ldr x0, [sp, 16] add x0, x0, 8 ldr x2, [x0] adrp x0, .LC4 add x1, x0, :lo12:.LC4 mov x0, x2 bl fopen str x0, [sp, 88] ldr x0, [sp, 88] cmp x0, 0 bne .L8 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] ldr x0, [sp, 16] add x0, x0, 8 ldr x0, [x0] mov x2, x0 adrp x0, .LC5 add x1, x0, :lo12:.LC5 mov x0, x3 bl fprintf mov w0, 1 b .L23 .L8: ldr d1, [sp, 96] ldr d0, [sp, 112] fmul d0, d1, d0 fcvtzs w0, d0 str w0, [sp, 56] ldr d1, [sp, 80] ldr d0, [sp, 104] fmul d1, d1, d0 ldr d0, [sp, 112] fdiv d0, d1, d0 str d0, [sp, 128] ldr w0, [sp, 56] ucvtf d0, w0 ldr d1, [sp, 96] fdiv d0, d1, d0 str d0, [sp, 136] fmov d0, 1.0e+0 str d0, [sp, 64] adrp x0, .LC12 ldr d0, [x0, #:lo12:.LC12] str d0, [sp, 144] str xzr, [sp, 72] ldr d0, [sp, 64] ldr d1, [sp, 144] fdiv d2, d1, d0 ldr w0, [sp, 56] ucvtf d0, w0 fmov d1, 1.0e+0 fdiv d0, d1, d0 fmov d1, d0 fmov d0, d2 bl pow str d0, [sp, 152] bl byte_order str w0, [sp, 60] adrp x0, endinness add x0, x0, :lo12:endinness ldr w1, [sp, 60] ldr x0, [x0, x1, lsl 3] mov x2, x0 ldr w1, [sp, 56] adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl printf cmp w0, 0 bge .L9 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 41 mov x1, 1 adrp x0, .LC7 add x0, x0, :lo12:.LC7 bl fwrite mov w0, 1 b .L23 .L9: ldr w0, [sp, 52] cmp w0, 0 bne .L10 str wzr, [sp, 44] b .L11 .L15: ldr w0, [sp, 44] ucvtf d1, w0 ldr d0, [sp, 128] fmul d0, d1, d0 bl cos fmov d1, d0 ldr d0, [sp, 120] fmul d0, d0, d1 str d0, [sp, 160] ldr d1, [sp, 160] ldr d0, [sp, 64] fmul d0, d1, d0 str d0, [sp, 160] ldr d1, [sp, 64] ldr d0, [sp, 152] fmul d0, d1, d0 str d0, [sp, 64] ldr d0, [sp, 160] mov x0, 281200098803712 movk x0, 0x40df, lsl 48 fmov d1, x0 fmul d0, d0, d1 fcvtzs w0, d0 sxth w0, w0 strh w0, [sp, 38] add x0, sp, 38 ldr x3, [sp, 88] mov x2, 1 mov x1, 2 bl fwrite cmp x0, 1 beq .L12 adrp x0, .LC8 add x0, x0, :lo12:.LC8 bl puts mov w0, 1 b .L23 .L12: ldr d0, [sp, 160] fabs d0, d0 ldr d1, [sp, 72] fcmpe d1, d0 bmi .L25 b .L13 .L25: ldr d0, [sp, 160] fabs d0, d0 str d0, [sp, 72] ldr w0, [sp, 44] str w0, [sp, 48] .L13: ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L11: ldr w1, [sp, 44] ldr w0, [sp, 56] cmp w1, w0 bcc .L15 b .L16 .L10: str wzr, [sp, 44] b .L17 .L21: ldr w0, [sp, 44] ucvtf d1, w0 ldr d0, [sp, 128] fmul d0, d1, d0 bl cos fmov d1, d0 ldr d0, [sp, 120] fmul d0, d0, d1 str d0, [sp, 160] ldr d1, [sp, 160] ldr d0, [sp, 64] fmul d0, d1, d0 str d0, [sp, 160] ldr d1, [sp, 64] ldr d0, [sp, 152] fmul d0, d1, d0 str d0, [sp, 64] ldr d0, [sp, 160] fcvt s0, d0 str s0, [sp, 40] add x0, sp, 40 ldr x3, [sp, 88] mov x2, 1 mov x1, 4 bl fwrite cmp x0, 1 beq .L18 adrp x0, .LC8 add x0, x0, :lo12:.LC8 bl puts mov w0, 1 b .L23 .L18: ldr d0, [sp, 160] fabs d0, d0 ldr d1, [sp, 72] fcmpe d1, d0 bmi .L26 b .L19 .L26: ldr d0, [sp, 160] fabs d0, d0 str d0, [sp, 72] ldr w0, [sp, 44] str w0, [sp, 48] .L19: ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L17: ldr w1, [sp, 44] ldr w0, [sp, 56] cmp w1, w0 bcc .L21 .L16: ldr x0, [sp, 88] bl fclose cmp w0, 0 beq .L22 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 39 mov x1, 1 adrp x0, .LC9 add x0, x0, :lo12:.LC9 bl fwrite mov w0, 1 b .L23 .L22: ldr w1, [sp, 48] ldr d0, [sp, 72] adrp x0, .LC10 add x0, x0, :lo12:.LC10 bl printf mov w0, 0 .L23: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 168] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L24 bl __stack_chk_fail .L24: mov w0, w1 ldp x29, x30, [sp], 176 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size main, .-main .section .rodata .align 3 .LC11: .word 1413754136 .word 1075388923 .align 3 .LC12: .word -350469331 .word 1058682594 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global longestSubarray .type longestSubarray, %function longestSubarray: .LFB0: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 8] str w1, [sp, 4] str wzr, [sp, 16] mov w0, -1 str w0, [sp, 20] str wzr, [sp, 24] str wzr, [sp, 28] b .L2 .L7: ldrsw x0, [sp, 28] lsl x0, x0, 2 ldr x1, [sp, 8] add x0, x1, x0 ldr w0, [x0] cmp w0, 0 bne .L3 ldr w0, [sp, 16] str w0, [sp, 20] str wzr, [sp, 16] b .L4 .L3: ldr w1, [sp, 20] ldr w0, [sp, 16] cmp w1, w0 blt .L5 ldr w0, [sp, 20] add w0, w0, 1 b .L6 .L5: ldr w0, [sp, 16] .L6: str w0, [sp, 20] ldr w0, [sp, 16] add w0, w0, 1 str w0, [sp, 16] .L4: ldr w0, [sp, 24] ldr w2, [sp, 20] ldr w1, [sp, 20] cmp w2, w0 csel w0, w1, w0, ge str w0, [sp, 24] ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L2: ldr w1, [sp, 28] ldr w0, [sp, 4] cmp w1, w0 blt .L7 ldr w0, [sp, 24] add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size longestSubarray, .-longestSubarray ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global dpy .bss .align 3 .type dpy, %object .size dpy, 8 dpy: .zero 8 .section .rodata .align 3 .LC0: .string "mbcontrol: Unable to find theme name\n" .align 3 .LC1: .string "Unable to find theme name\n" .text .align 2 .type getRootProperty, %function getRootProperty: .LFB6: .cfi_startproc sub sp, sp, #128 .cfi_def_cfa_offset 128 stp x29, x30, [sp, 32] .cfi_offset 29, -96 .cfi_offset 30, -88 add x29, sp, 32 str x0, [sp, 56] str w1, [sp, 52] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 120] mov x1, 0 adrp x0, dpy add x0, x0, :lo12:dpy ldr x0, [x0] mov w2, 1 ldr x1, [sp, 56] bl XInternAtom str x0, [sp, 112] ldr x0, [sp, 112] cmp x0, 0 bne .L2 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 37 mov x1, 1 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl fwrite b .L1 .L2: adrp x0, dpy add x0, x0, :lo12:dpy ldr x8, [x0] adrp x0, dpy add x0, x0, :lo12:dpy ldr x0, [x0] ldr x1, [x0, 232] adrp x0, dpy add x0, x0, :lo12:dpy ldr x0, [x0] ldr w0, [x0, 224] sxtw x0, w0 lsl x0, x0, 7 add x0, x1, x0 ldr x1, [x0, 16] add x2, sp, 80 add x0, sp, 104 str x0, [sp, 24] add x0, sp, 96 str x0, [sp, 16] add x0, sp, 88 str x0, [sp, 8] add x0, sp, 72 str x0, [sp] mov x7, x2 mov x6, 0 ldr w5, [sp, 52] mov x4, 512 mov x3, 0 ldr x2, [sp, 112] mov x0, x8 bl XGetWindowProperty str w0, [sp, 76] ldr w0, [sp, 76] cmp w0, 0 beq .L4 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 26 mov x1, 1 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl fwrite b .L1 .L4: ldr x0, [sp, 104] cmp x0, 0 beq .L1 ldr x0, [sp, 104] bl puts .L1: adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 120] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L7 bl __stack_chk_fail .L7: ldp x29, x30, [sp, 32] add sp, sp, 128 .cfi_restore 29 .cfi_restore 30 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size getRootProperty, .-getRootProperty .section .rodata .align 3 .LC2: .string "_NET_SYSTEM_TRAY_S%d" .align 3 .LC3: .string "_MB_COMMAND" .align 3 .LC4: .string "Cant find panel %i\n" .text .align 2 .type mbpanelcommand, %function mbpanelcommand: .LFB7: .cfi_startproc stp x29, x30, [sp, -336]! .cfi_def_cfa_offset 336 .cfi_offset 29, -336 .cfi_offset 30, -328 mov x29, sp str w0, [sp, 28] str w1, [sp, 24] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 328] mov x1, 0 adrp x0, dpy add x0, x0, :lo12:dpy ldr x0, [x0] ldr x1, [x0, 232] adrp x0, dpy add x0, x0, :lo12:dpy ldr x0, [x0] ldr w0, [x0, 224] sxtw x0, w0 lsl x0, x0, 7 add x0, x1, x0 ldr x0, [x0, 16] str x0, [sp, 40] add x4, sp, 264 ldr w3, [sp, 24] adrp x0, .LC2 add x2, x0, :lo12:.LC2 mov x1, 64 mov x0, x4 bl snprintf adrp x0, dpy add x0, x0, :lo12:dpy ldr x0, [x0] add x1, sp, 264 mov w2, 0 bl XInternAtom str x0, [sp, 48] adrp x0, dpy add x0, x0, :lo12:dpy ldr x3, [x0] mov w2, 0 adrp x0, .LC3 add x1, x0, :lo12:.LC3 mov x0, x3 bl XInternAtom str x0, [sp, 56] ldr w0, [sp, 28] cmp w0, 1 bne .L12 adrp x0, dpy add x0, x0, :lo12:dpy ldr x0, [x0] ldr x1, [sp, 48] bl XGetSelectionOwner str x0, [sp, 64] ldr x0, [sp, 64] cmp x0, 0 beq .L10 add x0, sp, 72 mov x2, 192 mov w1, 0 bl memset mov w0, 33 str w0, [sp, 72] ldr x0, [sp, 40] str x0, [sp, 104] ldr x0, [sp, 56] str x0, [sp, 112] mov w0, 8 str w0, [sp, 120] ldrsw x0, [sp, 28] str x0, [sp, 128] adrp x0, dpy add x0, x0, :lo12:dpy ldr x0, [x0] add x1, sp, 72 mov x4, x1 mov x3, 1572864 mov w2, 0 ldr x1, [sp, 64] bl XSendEvent b .L12 .L10: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] ldr w2, [sp, 24] adrp x0, .LC4 add x1, x0, :lo12:.LC4 mov x0, x3 bl fprintf mov w0, 1 bl exit .L12: nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 328] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L11 bl __stack_chk_fail .L11: ldp x29, x30, [sp], 336 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size mbpanelcommand, .-mbpanelcommand .section .rodata .align 3 .LC5: .string "_NET_DESKTOP_MANGER" .align 3 .LC6: .string "_MB_THEME" .align 3 .LC7: .string "Desktop not running, exiting...\n" .align 3 .LC8: .string "mbdesktop" .align 3 .LC9: .string "failed to exec mbdesktop" .text .align 2 .type mbcommand, %function mbcommand: .LFB8: .cfi_startproc stp x29, x30, [sp, -288]! .cfi_def_cfa_offset 288 .cfi_offset 29, -288 .cfi_offset 30, -280 mov x29, sp str x19, [sp, 16] .cfi_offset 19, -272 str w0, [sp, 44] str x1, [sp, 32] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 280] mov x1, 0 adrp x0, dpy add x0, x0, :lo12:dpy ldr x3, [x0] mov w2, 0 adrp x0, .LC5 add x1, x0, :lo12:.LC5 mov x0, x3 bl XInternAtom str x0, [sp, 56] adrp x0, dpy add x0, x0, :lo12:dpy ldr x0, [x0] ldr x1, [x0, 232] adrp x0, dpy add x0, x0, :lo12:dpy ldr x0, [x0] ldr w0, [x0, 224] sxtw x0, w0 lsl x0, x0, 7 add x0, x1, x0 ldr x0, [x0, 16] str x0, [sp, 64] ldr w0, [sp, 44] cmp w0, 1 bne .L14 adrp x0, dpy add x0, x0, :lo12:dpy ldr x3, [x0] mov w2, 0 adrp x0, .LC6 add x1, x0, :lo12:.LC6 mov x0, x3 bl XInternAtom str x0, [sp, 72] adrp x0, dpy add x0, x0, :lo12:dpy ldr x19, [x0] ldr x0, [sp, 32] bl strlen mov w7, w0 ldr x6, [sp, 32] mov w5, 0 mov w4, 8 mov x3, 31 ldr x2, [sp, 72] ldr x1, [sp, 64] mov x0, x19 bl XChangeProperty .L14: ldr w0, [sp, 44] cmp w0, 3 bne .L15 adrp x0, dpy add x0, x0, :lo12:dpy ldr x0, [x0] ldr x1, [sp, 56] bl XGetSelectionOwner cmp x0, 0 bne .L15 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 32 mov x1, 1 adrp x0, .LC7 add x0, x0, :lo12:.LC7 bl fwrite bl fork cmn w0, #1 beq .L16 cmp w0, 0 bne .L17 mov x1, 0 adrp x0, .LC8 add x0, x0, :lo12:.LC8 bl execvp b .L17 .L16: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 24 mov x1, 1 adrp x0, .LC9 add x0, x0, :lo12:.LC9 bl fwrite nop .L17: mov w0, 0 bl exit .L15: adrp x0, dpy add x0, x0, :lo12:dpy ldr x3, [x0] mov w2, 0 adrp x0, .LC3 add x1, x0, :lo12:.LC3 mov x0, x3 bl XInternAtom str x0, [sp, 80] add x0, sp, 88 mov x2, 192 mov w1, 0 bl memset mov w0, 33 str w0, [sp, 88] ldr x0, [sp, 64] str x0, [sp, 120] ldr x0, [sp, 80] str x0, [sp, 128] mov w0, 8 str w0, [sp, 136] ldrsw x0, [sp, 44] str x0, [sp, 144] adrp x0, dpy add x0, x0, :lo12:dpy ldr x0, [x0] add x1, sp, 88 mov x4, x1 mov x3, 1572864 mov w2, 0 ldr x1, [sp, 64] bl XSendEvent nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 280] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L18 bl __stack_chk_fail .L18: ldr x19, [sp, 16] ldp x29, x30, [sp], 288 .cfi_restore 30 .cfi_restore 29 .cfi_restore 19 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size mbcommand, .-mbcommand .section .rodata .align 3 .LC10: .string "_MB_INPUT_REQUEST" .align 3 .LC11: .string "valie : %i\n" .text .align 2 .global send_input_manager_request .type send_input_manager_request, %function send_input_manager_request: .LFB9: .cfi_startproc stp x29, x30, [sp, -256]! .cfi_def_cfa_offset 256 .cfi_offset 29, -256 .cfi_offset 30, -248 mov x29, sp str w0, [sp, 28] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 248] mov x1, 0 adrp x0, dpy add x0, x0, :lo12:dpy ldr x3, [x0] mov w2, 0 adrp x0, .LC10 add x1, x0, :lo12:.LC10 mov x0, x3 bl XInternAtom str x0, [sp, 40] adrp x0, dpy add x0, x0, :lo12:dpy ldr x0, [x0] ldr x1, [x0, 232] adrp x0, dpy add x0, x0, :lo12:dpy ldr x0, [x0] ldr w0, [x0, 224] sxtw x0, w0 lsl x0, x0, 7 add x0, x1, x0 ldr x0, [x0, 16] str x0, [sp, 48] add x0, sp, 56 mov x2, 192 mov w1, 0 bl memset mov w0, 33 str w0, [sp, 56] ldr x0, [sp, 48] str x0, [sp, 88] ldr x0, [sp, 40] str x0, [sp, 96] mov w0, 8 str w0, [sp, 104] ldrsw x0, [sp, 28] str x0, [sp, 112] ldr w1, [sp, 28] adrp x0, .LC11 add x0, x0, :lo12:.LC11 bl printf adrp x0, dpy add x0, x0, :lo12:dpy ldr x0, [x0] add x1, sp, 56 mov x4, x1 mov x3, 1572864 mov w2, 0 ldr x1, [sp, 48] bl XSendEvent nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 248] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L20 bl __stack_chk_fail .L20: ldp x29, x30, [sp], 256 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE9: .size send_input_manager_request, .-send_input_manager_request .section .rodata .align 3 .LC12: .string "Usage: %s [options...]\n" .align 3 .LC13: .string "Options:" .align 3 .LC14: .string " -t <matchbox theme name> switch matchbox theme" .align 3 .LC15: .string " -r Print current matchbox theme to stdout " .align 3 .LC16: .string " -exit Request matchbox to exit " .align 3 .LC17: .string " -next Page to next window " .align 3 .LC18: .string " -prev Page to previous window " .align 3 .LC19: .string " -desktop Toggle desktop visibility" .align 3 .LC20: .string " -menu Activate mb-applet-menu-launcher" .align 3 .LC21: .string " -panel-toggle [panel id] Toogle panel visibility" .align 3 .LC22: .string " -input-toggle [1|0] Toggle Input method ( requires input-manager )" .align 3 .LC23: .string " -composite-toggle Toggle Compositing Engine ( if enabled )" .align 3 .LC24: .string " -keys-reload Reload key shortcut config ( if enabled )" .align 3 .LC25: .string " -h this help\n" .text .align 2 .type usage, %function usage: .LFB10: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] ldr x1, [sp, 24] adrp x0, .LC12 add x0, x0, :lo12:.LC12 bl printf adrp x0, .LC13 add x0, x0, :lo12:.LC13 bl puts adrp x0, .LC14 add x0, x0, :lo12:.LC14 bl puts adrp x0, .LC15 add x0, x0, :lo12:.LC15 bl puts adrp x0, .LC16 add x0, x0, :lo12:.LC16 bl puts adrp x0, .LC17 add x0, x0, :lo12:.LC17 bl puts adrp x0, .LC18 add x0, x0, :lo12:.LC18 bl puts adrp x0, .LC19 add x0, x0, :lo12:.LC19 bl puts adrp x0, .LC20 add x0, x0, :lo12:.LC20 bl puts adrp x0, .LC21 add x0, x0, :lo12:.LC21 bl puts adrp x0, .LC22 add x0, x0, :lo12:.LC22 bl puts adrp x0, .LC23 add x0, x0, :lo12:.LC23 bl puts adrp x0, .LC24 add x0, x0, :lo12:.LC24 bl puts adrp x0, .LC25 add x0, x0, :lo12:.LC25 bl puts mov w0, 1 bl exit .cfi_endproc .LFE10: .size usage, .-usage .section .rodata .align 3 .LC26: .string "DISPLAY" .align 3 .LC27: .string "Cant connect to display: %s\n" .align 3 .LC28: .string "panel-toggle" .align 3 .LC29: .string "prev" .text .align 2 .global main .type main, %function main: .LFB11: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] adrp x0, .LC26 add x0, x0, :lo12:.LC26 bl getenv str x0, [sp, 48] ldr w0, [sp, 28] cmp w0, 1 bgt .L23 ldr x0, [sp, 16] ldr x0, [x0] bl usage .L23: ldr x0, [sp, 48] bl XOpenDisplay mov x1, x0 adrp x0, dpy add x0, x0, :lo12:dpy str x1, [x0] adrp x0, dpy add x0, x0, :lo12:dpy ldr x0, [x0] cmp x0, 0 bne .L24 ldr x1, [sp, 48] adrp x0, .LC27 add x0, x0, :lo12:.LC27 bl printf mov w0, 1 bl exit .L24: mov w0, 1 str w0, [sp, 40] b .L25 .L47: ldrsw x0, [sp, 40] lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] str x0, [sp, 56] ldr x0, [sp, 56] ldrb w0, [x0] cmp w0, 45 bne .L26 ldr x0, [sp, 56] add x0, x0, 1 ldrb w0, [x0] cmp w0, 120 beq .L27 cmp w0, 120 bgt .L28 cmp w0, 116 beq .L29 cmp w0, 116 bgt .L28 cmp w0, 114 beq .L30 cmp w0, 114 bgt .L28 cmp w0, 112 beq .L31 cmp w0, 112 bgt .L28 cmp w0, 110 beq .L32 cmp w0, 110 bgt .L28 cmp w0, 109 beq .L33 cmp w0, 109 bgt .L28 cmp w0, 107 beq .L34 cmp w0, 107 bgt .L28 cmp w0, 105 beq .L35 cmp w0, 105 bgt .L28 cmp w0, 101 beq .L36 cmp w0, 101 bgt .L28 cmp w0, 99 beq .L37 cmp w0, 100 beq .L38 b .L28 .L29: ldrsw x0, [sp, 40] add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] cmp x0, 0 beq .L39 ldrsw x0, [sp, 40] add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] mov x1, x0 mov w0, 1 bl mbcommand .L39: ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] b .L26 .L30: mov w1, 0 adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl getRootProperty ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] b .L26 .L36: mov x1, 0 mov w0, 2 bl mbcommand b .L26 .L38: mov x1, 0 mov w0, 3 bl mbcommand b .L26 .L32: mov x1, 0 mov w0, 4 bl mbcommand b .L26 .L37: mov x1, 0 mov w0, 8 bl mbcommand b .L26 .L34: mov x1, 0 mov w0, 9 bl mbcommand b .L26 .L31: ldr x0, [sp, 56] add x2, x0, 1 adrp x0, .LC28 add x1, x0, :lo12:.LC28 mov x0, x2 bl strcmp cmp w0, 0 bne .L40 str wzr, [sp, 44] ldr w0, [sp, 40] add w0, w0, 1 ldr w1, [sp, 28] cmp w1, w0 ble .L41 ldrsw x0, [sp, 40] add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] bl atoi str w0, [sp, 44] .L41: ldr w1, [sp, 44] mov w0, 1 bl mbpanelcommand b .L26 .L40: ldr x0, [sp, 56] add x2, x0, 1 adrp x0, .LC29 add x1, x0, :lo12:.LC29 mov x0, x2 bl strcmp cmp w0, 0 beq .L43 ldr x0, [sp, 56] add x0, x0, 1 bl strlen cmp x0, 1 bne .L44 .L43: mov x1, 0 mov w0, 5 bl mbcommand b .L26 .L44: ldr x0, [sp, 16] ldr x0, [x0] bl usage b .L26 .L33: mov x1, 0 mov w0, 6 bl mbcommand b .L26 .L27: mov x1, 0 mov w0, 7 bl mbcommand b .L26 .L35: ldrsw x0, [sp, 40] add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] cmp x0, 0 beq .L45 ldrsw x0, [sp, 40] add x0, x0, 1 lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] bl atoi bl send_input_manager_request b .L26 .L45: ldr x0, [sp, 16] ldr x0, [x0] bl usage b .L26 .L28: ldr x0, [sp, 16] ldr x0, [x0] bl usage nop .L26: ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L25: ldrsw x0, [sp, 40] lsl x0, x0, 3 ldr x1, [sp, 16] add x0, x1, x0 ldr x0, [x0] cmp x0, 0 bne .L47 adrp x0, dpy add x0, x0, :lo12:dpy ldr x0, [x0] mov w1, 0 bl XSync adrp x0, dpy add x0, x0, :lo12:dpy ldr x0, [x0] bl XCloseDisplay mov w0, 0 ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE11: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "malloc" .text .align 2 .global ealloc .type ealloc, %function ealloc: .LFB6: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] bl malloc str x0, [sp, 40] ldr x0, [sp, 40] cmp x0, 0 bne .L2 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl perror mov w0, 1 bl exit .L2: ldr x0, [sp, 40] ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size ealloc, .-ealloc .section .rodata .align 3 .LC1: .string "realloc" .text .align 2 .global erealloc .type erealloc, %function erealloc: .LFB7: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] ldr x0, [sp, 24] cmp x0, 0 bne .L5 ldr x0, [sp, 16] bl ealloc b .L6 .L5: ldr x1, [sp, 16] ldr x0, [sp, 24] bl realloc str x0, [sp, 24] ldr x0, [sp, 24] cmp x0, 0 bne .L7 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl perror mov w0, 1 bl exit .L7: ldr x0, [sp, 24] .L6: ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size erealloc, .-erealloc .align 2 .global efree .type efree, %function efree: .LFB8: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] cmp x0, 0 beq .L10 ldr x0, [sp, 24] bl free .L10: nop ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size efree, .-efree ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global fd .bss .align 2 .type fd, %object .size fd, 4 fd: .zero 4 .global write_erg .align 2 .type write_erg, %object .size write_erg, 4 write_erg: .zero 4 .global SERVER_sockaddr_in .align 3 .type SERVER_sockaddr_in, %object .size SERVER_sockaddr_in, 16 SERVER_sockaddr_in: .zero 16 .global dlport .align 3 .type dlport, %object .size dlport, 13 dlport: .zero 13 .global ip_zugriff .align 2 .type ip_zugriff, %object .size ip_zugriff, 4 ip_zugriff: .zero 4 .global usb_zugriff .align 2 .type usb_zugriff, %object .size usb_zugriff, 4 usb_zugriff: .zero 4 .global uvr_modus .align 2 .type uvr_modus, %object .size uvr_modus, 4 uvr_modus: .zero 4 .global sock .align 2 .type sock, %object .size sock, 4 sock: .zero 4 .global setup_wert .type setup_wert, %object .size setup_wert, 1 setup_wert: .zero 1 .section .rodata .align 3 .LC0: .string "Senden des neuen Speicherkriteriums war erfolgreich. " .align 3 .LC1: .string "Senden des neuen Speicherkriteriums war nicht erfolgreich. Returnwert: 0x%x\n" .align 3 .LC2: .string "socket failed()" .align 3 .LC3: .string "connect failed()" .align 3 .LC4: .string "BL im Datenloggingmodus 2 Geraete wird nicht unterstuetzt.\n" .text .align 2 .global main .type main, %function main: .LFB6: .cfi_startproc stp x29, x30, [sp, -208]! .cfi_def_cfa_offset 208 .cfi_offset 29, -208 .cfi_offset 30, -200 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 200] mov x1, 0 adrp x0, ip_zugriff add x0, x0, :lo12:ip_zugriff str wzr, [x0] adrp x0, usb_zugriff add x0, x0, :lo12:usb_zugriff str wzr, [x0] mov w0, 46 strb w0, [sp, 43] ldr x1, [sp, 16] ldr w0, [sp, 28] bl check_arg_getopt str w0, [sp, 44] ldr w0, [sp, 44] cmp w0, 1 beq .L2 mov w0, -1 bl exit .L2: adrp x0, usb_zugriff add x0, x0, :lo12:usb_zugriff ldr w0, [x0] cmp w0, 0 beq .L3 mov w1, 258 adrp x0, dlport add x0, x0, :lo12:dlport bl open mov w1, w0 adrp x0, fd add x0, x0, :lo12:fd str w1, [x0] adrp x0, fd add x0, x0, :lo12:fd ldr w0, [x0] cmp w0, 0 bge .L4 adrp x0, dlport add x0, x0, :lo12:dlport bl perror mov w0, -1 bl exit .L4: adrp x0, fd add x0, x0, :lo12:fd ldr w0, [x0] add x1, sp, 56 bl tcgetattr add x0, sp, 120 mov x2, 60 mov w1, 0 bl memset mov w0, 6322 movk w0, 0x8000, lsl 16 str w0, [sp, 128] mov w0, 4 str w0, [sp, 120] str wzr, [sp, 124] str wzr, [sp, 132] strb wzr, [sp, 142] mov w0, 1 strb w0, [sp, 143] adrp x0, fd add x0, x0, :lo12:fd ldr w0, [x0] mov w1, 0 bl tcflush adrp x0, fd add x0, x0, :lo12:fd ldr w0, [x0] add x1, sp, 120 mov x2, x1 mov w1, 0 bl tcsetattr mov w0, -127 strb w0, [sp, 192] adrp x0, fd add x0, x0, :lo12:fd ldr w0, [x0] add x1, sp, 192 mov x2, 1 bl write mov w1, w0 adrp x0, write_erg add x0, x0, :lo12:write_erg str w1, [x0] adrp x0, write_erg add x0, x0, :lo12:write_erg ldr w0, [x0] cmp w0, 1 bne .L5 adrp x0, fd add x0, x0, :lo12:fd ldr w0, [x0] add x1, sp, 184 mov x2, 1 bl read str w0, [sp, 52] .L5: mov w0, -106 strb w0, [sp, 192] adrp x0, fd add x0, x0, :lo12:fd ldr w0, [x0] add x1, sp, 192 mov x2, 1 bl write mov w1, w0 adrp x0, write_erg add x0, x0, :lo12:write_erg str w1, [x0] adrp x0, write_erg add x0, x0, :lo12:write_erg ldr w0, [x0] cmp w0, 1 bne .L6 adrp x0, setup_wert add x0, x0, :lo12:setup_wert ldrb w0, [x0] strb w0, [sp, 192] adrp x0, fd add x0, x0, :lo12:fd ldr w0, [x0] add x1, sp, 192 mov x2, 1 bl write mov w1, w0 adrp x0, write_erg add x0, x0, :lo12:write_erg str w1, [x0] adrp x0, write_erg add x0, x0, :lo12:write_erg ldr w0, [x0] cmp w0, 1 bne .L6 adrp x0, fd add x0, x0, :lo12:fd ldr w0, [x0] add x1, sp, 184 mov x2, 1 bl read str w0, [sp, 52] ldrb w1, [sp, 192] ldrb w0, [sp, 184] cmp w1, w0 bne .L7 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl puts b .L6 .L7: ldrb w0, [sp, 184] mov w1, w0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf .L6: adrp x0, fd add x0, x0, :lo12:fd ldr w0, [x0] add x1, sp, 56 mov x2, x1 mov w1, 0 bl tcsetattr mov w0, 0 b .L15 .L3: adrp x0, ip_zugriff add x0, x0, :lo12:ip_zugriff ldr w0, [x0] cmp w0, 0 beq .L9 mov w2, 0 mov w1, 1 mov w0, 2 bl socket mov w1, w0 adrp x0, sock add x0, x0, :lo12:sock str w1, [x0] adrp x0, sock add x0, x0, :lo12:sock ldr w0, [x0] cmn w0, #1 bne .L10 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl perror mov w0, 2 b .L15 .L10: adrp x0, sock add x0, x0, :lo12:sock ldr w3, [x0] mov w2, 16 adrp x0, SERVER_sockaddr_in add x1, x0, :lo12:SERVER_sockaddr_in mov w0, w3 bl connect cmn w0, #1 bne .L11 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl perror mov w0, 3 b .L15 .L11: mov w0, -127 strb w0, [sp, 192] adrp x0, sock add x0, x0, :lo12:sock ldr w0, [x0] add x1, sp, 192 mov w3, 0 mov x2, 1 bl send str w0, [sp, 48] ldr w0, [sp, 48] cmp w0, 1 bne .L12 adrp x0, sock add x0, x0, :lo12:sock ldr w0, [x0] add x1, sp, 184 mov w3, 0 mov x2, 1 bl recv str w0, [sp, 52] ldrb w0, [sp, 184] cmp w0, 209 bne .L12 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 59 mov x1, 1 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl fwrite mov w0, -4 b .L15 .L12: mov w0, -106 strb w0, [sp, 192] adrp x0, setup_wert add x0, x0, :lo12:setup_wert ldrb w0, [x0] strb w0, [sp, 193] adrp x0, sock add x0, x0, :lo12:sock ldr w0, [x0] add x1, sp, 192 mov w3, 0 mov x2, 2 bl send str w0, [sp, 48] ldr w0, [sp, 48] cmp w0, 2 bne .L13 adrp x0, sock add x0, x0, :lo12:sock ldr w0, [x0] add x1, sp, 184 mov w3, 0 mov x2, 1 bl recv str w0, [sp, 52] ldr w0, [sp, 52] cmp w0, 1 bne .L13 ldrb w1, [sp, 193] ldrb w0, [sp, 184] cmp w1, w0 bne .L14 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl puts b .L13 .L14: ldrb w0, [sp, 184] mov w1, w0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf .L13: mov w0, 0 b .L15 .L9: mov w0, -5 .L15: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 200] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L16 bl __stack_chk_fail .L16: mov w0, w1 ldp x29, x30, [sp], 208 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size main, .-main .section .rodata .align 3 .LC5: .string "\n Speicherkriterium im UVR1611 einstellen \n" .align 3 .LC6: .string " Version 0.3 vom 18.02.2007 \n" .align 3 .LC7: .string "\nsetup-dlogg (-p USB-Port | -i IP:Port) -w Wert [-h] [-v]\n" .align 3 .LC8: .string " -p USB-Port -> Angabe des USB-Portes,\n" .align 3 .LC9: .string " an dem der D-LOGG angeschlossen ist.\n" .align 3 .LC10: .string " -i IP:Port -> Angabe der IP-Adresse und des Ports,\n" .align 3 .LC11: .string " an dem der BL-Net angeschlossen ist.\n" .align 3 .LC12: .string " Wert -> das Speicherkriterium, nachdem UVR1611 die Daten aufzeichnet\n" .align 3 .LC13: .string " Format: entweder xx:yy (min:sec) \n" .align 3 .LC14: .string " im Bereich von 20 sec bis max. 40 min\n" .align 3 .LC15: .string " oder x,y im Bereich von 0,5 bis 12 Grad Kelvin\n" .align 3 .LC16: .string " -h -> diesen Hilfetext\n" .align 3 .LC17: .string " -v -> Versionsangabe\n" .align 3 .LC18: .string "Beispiel: setup-dlogg -p /dev/ttyUSB0 -w 1:20\n" .align 3 .LC19: .string " Setzt das Speicherkriterium im UVR1611 auf 80 Sekunden.\n" .align 3 .LC20: .string "Beispiel: setup-dlogg -i 192.168.1.1:40000 -w 3,0\n" .align 3 .LC21: .string " Setzt das Speicherkriterium im UVR1611 auf eine Temperaturdifferenz\n" .align 3 .LC22: .string " von 3 Grad Kelvin.\n\n" .text .align 2 .type print_usage, %function print_usage: .LFB7: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 46 mov x1, 1 adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 32 mov x1, 1 adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 58 mov x1, 1 adrp x0, .LC7 add x0, x0, :lo12:.LC7 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 42 mov x1, 1 adrp x0, .LC8 add x0, x0, :lo12:.LC8 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 56 mov x1, 1 adrp x0, .LC9 add x0, x0, :lo12:.LC9 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 56 mov x1, 1 adrp x0, .LC10 add x0, x0, :lo12:.LC10 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 56 mov x1, 1 adrp x0, .LC11 add x0, x0, :lo12:.LC11 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 80 mov x1, 1 adrp x0, .LC12 add x0, x0, :lo12:.LC12 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 53 mov x1, 1 adrp x0, .LC13 add x0, x0, :lo12:.LC13 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 57 mov x1, 1 adrp x0, .LC14 add x0, x0, :lo12:.LC14 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 66 mov x1, 1 adrp x0, .LC15 add x0, x0, :lo12:.LC15 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 36 mov x1, 1 adrp x0, .LC16 add x0, x0, :lo12:.LC16 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 34 mov x1, 1 adrp x0, .LC17 add x0, x0, :lo12:.LC17 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x1, x0 mov w0, 10 bl fputc adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 46 mov x1, 1 adrp x0, .LC18 add x0, x0, :lo12:.LC18 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 66 mov x1, 1 adrp x0, .LC19 add x0, x0, :lo12:.LC19 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 50 mov x1, 1 adrp x0, .LC20 add x0, x0, :lo12:.LC20 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 78 mov x1, 1 adrp x0, .LC21 add x0, x0, :lo12:.LC21 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 30 mov x1, 1 adrp x0, .LC22 add x0, x0, :lo12:.LC22 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x1, x0 mov w0, 10 bl fputc mov w0, 0 ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size print_usage, .-print_usage .section .rodata .align 3 .LC23: .string "hvi:p:w:" .align 3 .LC24: .string "\n port gesetzt: %s\n" .align 3 .LC25: .string " portname zu lang: %s\n" .align 3 .LC26: .string " IP-Adresse falsch: %s\n" .align 3 .LC27: .string " IP-Adresse zu lang: %s\n" .align 3 .LC28: .string " keine IP-Adresse angegeben!\n" .align 3 .LC29: .string " Das Zeitkriterium ist falsch: %s\n" .align 3 .LC30: .string " Das Zeitkriterium ist zu falsch!\n" .align 3 .LC31: .string " Zu hoher Nachkommawert (Temperatur) im Speicherkriterium!\n" .align 3 .LC32: .string " Kein Nachkommawert (Temperatur) im Speicherkriterium!\n" .align 3 .LC33: .string " Kein Temperaturwert im Speicherkriterium!\n" .align 3 .LC34: .string "Zu hoher Temperaturwert im Speicherkriterium!\n" .align 3 .LC35: .string "Zu kleiner Temperaturwert im Speicherkriterium!\n" .align 3 .LC36: .string " Falsche Parameterangabe: -w %s \n" .align 3 .LC37: .string " Kein Speicherkriterium angegeben!\n" .align 3 .LC38: .string "?? input mit character code 0%o ??\n" .align 3 .LC39: .string "Falsche Parameterangabe!\n" .align 3 .LC40: .string "\n USB-Port- oder IP-Angabe fehlt!\n" .align 3 .LC41: .string "\n Auslesen nicht gleichzeitig von USB-Port- und IP-Port moeglich!\n" .align 3 .LC42: .string "\n Das neue Speicherkriterium fehlt oder ist ungueltig!\n" .align 3 .LC43: .string "non-option ARGV-elements: " .align 3 .LC44: .string "%s " .text .align 2 .global check_arg_getopt .type check_arg_getopt, %function check_arg_getopt: .LFB8: .cfi_startproc stp x29, x30, [sp, -128]! .cfi_def_cfa_offset 128 .cfi_offset 29, -128 .cfi_offset 30, -120 mov x29, sp str x19, [sp, 16] .cfi_offset 19, -112 str w0, [sp, 44] str x1, [sp, 32] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 120] mov x1, 0 str wzr, [sp, 68] mov w0, -1 str w0, [sp, 56] mov w0, -1 str w0, [sp, 60] mov w0, -1 str w0, [sp, 64] mov w0, 58 strb w0, [sp, 49] mov w0, 44 strb w0, [sp, 50] mov w0, 58 strh w0, [sp, 104] mov w0, 44 strh w0, [sp, 112] .L58: str wzr, [sp, 52] add x0, sp, 52 mov x4, x0 adrp x0, long_options.0 add x3, x0, :lo12:long_options.0 adrp x0, .LC23 add x2, x0, :lo12:.LC23 ldr x1, [sp, 32] ldr w0, [sp, 44] bl getopt_long str w0, [sp, 68] ldr w0, [sp, 68] cmn w0, #1 bne .L20 adrp x0, :got:optind ldr x0, [x0, #:got_lo12:optind] ldr w0, [x0] cmp w0, 1 bgt .L21 bl print_usage mov w0, -1 b .L65 .L21: ldr w0, [sp, 56] cmp w0, 0 ble .L23 b .L24 .L20: ldr w0, [sp, 68] cmp w0, 119 beq .L25 ldr w0, [sp, 68] cmp w0, 119 bgt .L26 ldr w0, [sp, 68] cmp w0, 118 beq .L27 ldr w0, [sp, 68] cmp w0, 118 bgt .L26 ldr w0, [sp, 68] cmp w0, 112 beq .L28 ldr w0, [sp, 68] cmp w0, 112 bgt .L26 ldr w0, [sp, 68] cmp w0, 105 beq .L29 ldr w0, [sp, 68] cmp w0, 105 bgt .L26 ldr w0, [sp, 68] cmp w0, 104 beq .L30 ldr w0, [sp, 68] cmp w0, 104 bgt .L26 ldr w0, [sp, 68] cmp w0, 0 beq .L68 ldr w0, [sp, 68] cmp w0, 63 beq .L30 b .L26 .L27: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 46 mov x1, 1 adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 32 mov x1, 1 adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl fwrite mov w0, 10 bl putchar mov w0, -1 b .L65 .L30: bl print_usage mov w0, -1 b .L65 .L28: adrp x0, :got:optarg ldr x0, [x0, #:got_lo12:optarg] ldr x0, [x0] cmp x0, 0 beq .L32 adrp x0, :got:optarg ldr x0, [x0, #:got_lo12:optarg] ldr x0, [x0] bl strlen cmp x0, 13 bhi .L32 adrp x0, :got:optarg ldr x0, [x0, #:got_lo12:optarg] ldr x0, [x0] bl strlen cmp x0, 3 bls .L32 adrp x0, :got:optarg ldr x0, [x0, #:got_lo12:optarg] ldr x19, [x0] adrp x0, :got:optarg ldr x0, [x0, #:got_lo12:optarg] ldr x0, [x0] bl strlen mov x2, x0 mov x1, x19 adrp x0, dlport add x0, x0, :lo12:dlport bl strncpy adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] adrp x0, dlport add x2, x0, :lo12:dlport adrp x0, .LC24 add x1, x0, :lo12:.LC24 mov x0, x3 bl fprintf mov w0, 1 str w0, [sp, 56] adrp x0, usb_zugriff add x0, x0, :lo12:usb_zugriff mov w1, 1 str w1, [x0] b .L33 .L32: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] adrp x0, :got:optarg ldr x0, [x0, #:got_lo12:optarg] ldr x0, [x0] mov x2, x0 adrp x0, .LC25 add x1, x0, :lo12:.LC25 mov x0, x3 bl fprintf bl print_usage mov w0, -1 b .L65 .L29: adrp x0, :got:optarg ldr x0, [x0, #:got_lo12:optarg] ldr x0, [x0] cmp x0, 0 beq .L34 adrp x0, :got:optarg ldr x0, [x0, #:got_lo12:optarg] ldr x0, [x0] bl strlen cmp x0, 21 bhi .L34 adrp x0, :got:optarg ldr x0, [x0, #:got_lo12:optarg] ldr x0, [x0] bl strlen cmp x0, 6 bls .L34 str xzr, [sp, 96] adrp x0, :got:optarg ldr x0, [x0, #:got_lo12:optarg] ldr x0, [x0] add x1, sp, 104 bl strtok str x0, [sp, 96] ldr x0, [sp, 96] cmp x0, 0 beq .L35 ldr x0, [sp, 96] bl inet_addr mov w1, w0 adrp x0, SERVER_sockaddr_in add x0, x0, :lo12:SERVER_sockaddr_in str w1, [x0, 4] add x0, sp, 104 mov x1, x0 mov x0, 0 bl strtok str x0, [sp, 96] ldr x0, [sp, 96] cmp x0, 0 beq .L36 ldr x0, [sp, 96] bl atol and w0, w0, 65535 bl htons and w1, w0, 65535 adrp x0, SERVER_sockaddr_in add x0, x0, :lo12:SERVER_sockaddr_in strh w1, [x0, 2] adrp x0, SERVER_sockaddr_in add x0, x0, :lo12:SERVER_sockaddr_in mov w1, 2 strh w1, [x0] mov w0, 1 str w0, [sp, 60] adrp x0, ip_zugriff add x0, x0, :lo12:ip_zugriff mov w1, 1 str w1, [x0] nop b .L33 .L36: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] adrp x0, :got:optarg ldr x0, [x0, #:got_lo12:optarg] ldr x0, [x0] mov x2, x0 adrp x0, .LC26 add x1, x0, :lo12:.LC26 mov x0, x3 bl fprintf mov w0, -1 b .L65 .L35: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] adrp x0, :got:optarg ldr x0, [x0, #:got_lo12:optarg] ldr x0, [x0] mov x2, x0 adrp x0, .LC26 add x1, x0, :lo12:.LC26 mov x0, x3 bl fprintf mov w0, -1 b .L65 .L34: adrp x0, :got:optarg ldr x0, [x0, #:got_lo12:optarg] ldr x0, [x0] cmp x0, 0 beq .L39 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] adrp x0, :got:optarg ldr x0, [x0, #:got_lo12:optarg] ldr x0, [x0] mov x2, x0 adrp x0, .LC27 add x1, x0, :lo12:.LC27 mov x0, x3 bl fprintf b .L40 .L39: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 29 mov x1, 1 adrp x0, .LC28 add x0, x0, :lo12:.LC28 bl fwrite .L40: bl print_usage mov w0, -1 b .L65 .L25: adrp x0, :got:optarg ldr x0, [x0, #:got_lo12:optarg] ldr x0, [x0] cmp x0, 0 beq .L41 adrp x0, :got:optarg ldr x0, [x0, #:got_lo12:optarg] ldr x0, [x0] bl strlen cmp x0, 5 bhi .L41 adrp x0, :got:optarg ldr x0, [x0, #:got_lo12:optarg] ldr x0, [x0] bl strlen cmp x0, 2 bls .L41 str xzr, [sp, 88] adrp x0, :got:optarg ldr x0, [x0, #:got_lo12:optarg] ldr x0, [x0] ldrb w1, [sp, 49] bl strchr cmp x0, 0 beq .L42 adrp x0, :got:optarg ldr x0, [x0, #:got_lo12:optarg] ldr x0, [x0] add x1, sp, 104 bl strtok str x0, [sp, 88] ldr x0, [sp, 88] cmp x0, 0 beq .L43 ldr x0, [sp, 88] bl atoi str w0, [sp, 72] add x0, sp, 104 mov x1, x0 mov x0, 0 bl strtok str x0, [sp, 88] ldr x0, [sp, 88] cmp x0, 0 beq .L44 ldr x0, [sp, 88] bl atoi str w0, [sp, 76] ldr w0, [sp, 72] cmp w0, 39 ble .L46 b .L67 .L44: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] adrp x0, :got:optarg ldr x0, [x0, #:got_lo12:optarg] ldr x0, [x0] mov x2, x0 adrp x0, .LC29 add x1, x0, :lo12:.LC29 mov x0, x3 bl fprintf mov w0, -1 b .L65 .L43: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] adrp x0, :got:optarg ldr x0, [x0, #:got_lo12:optarg] ldr x0, [x0] mov x2, x0 adrp x0, .LC29 add x1, x0, :lo12:.LC29 mov x0, x3 bl fprintf mov w0, -1 b .L65 .L67: ldr w0, [sp, 76] cmp w0, 0 bgt .L47 .L46: ldr w0, [sp, 72] cmp w0, 0 bgt .L48 ldr w0, [sp, 76] cmp w0, 19 bgt .L48 .L47: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 34 mov x1, 1 adrp x0, .LC30 add x0, x0, :lo12:.LC30 bl fwrite mov w0, -1 b .L65 .L48: ldr w1, [sp, 72] mov w0, w1 lsl w0, w0, 4 sub w0, w0, w1 lsl w0, w0, 2 mov w1, w0 ldr w0, [sp, 76] add w0, w1, w0 mov w1, 26215 movk w1, 0x6666, lsl 16 smull x1, w0, w1 lsr x1, x1, 32 asr w1, w1, 3 asr w0, w0, 31 sub w0, w1, w0 and w0, w0, 255 sub w0, w0, #128 and w1, w0, 255 adrp x0, setup_wert add x0, x0, :lo12:setup_wert strb w1, [x0] mov w0, 1 str w0, [sp, 64] .L42: adrp x0, :got:optarg ldr x0, [x0, #:got_lo12:optarg] ldr x0, [x0] ldrb w1, [sp, 50] bl strchr cmp x0, 0 beq .L69 adrp x0, :got:optarg ldr x0, [x0, #:got_lo12:optarg] ldr x0, [x0] add x1, sp, 112 bl strtok str x0, [sp, 88] ldr x0, [sp, 88] cmp x0, 0 beq .L50 ldr x0, [sp, 88] bl atoi str w0, [sp, 80] add x0, sp, 112 mov x1, x0 mov x0, 0 bl strtok str x0, [sp, 88] ldr x0, [sp, 88] cmp x0, 0 beq .L51 ldr x0, [sp, 88] bl atoi str w0, [sp, 84] ldr w0, [sp, 84] cmp w0, 9 ble .L52 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 59 mov x1, 1 adrp x0, .LC31 add x0, x0, :lo12:.LC31 bl fwrite mov w0, -1 b .L65 .L51: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 55 mov x1, 1 adrp x0, .LC32 add x0, x0, :lo12:.LC32 bl fwrite mov w0, -1 b .L65 .L50: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 43 mov x1, 1 adrp x0, .LC33 add x0, x0, :lo12:.LC33 bl fwrite mov w0, -1 b .L65 .L52: ldr w0, [sp, 80] and w0, w0, 255 mov w1, w0 mov w0, w1 ubfiz w0, w0, 2, 6 add w0, w0, w1 ubfiz w0, w0, 1, 7 and w1, w0, 255 ldr w0, [sp, 84] and w0, w0, 255 add w0, w1, w0 strb w0, [sp, 51] ldrb w0, [sp, 51] cmp w0, 120 bls .L53 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 46 mov x1, 1 adrp x0, .LC34 add x0, x0, :lo12:.LC34 bl fwrite mov w0, -1 b .L65 .L53: ldrb w0, [sp, 51] cmp w0, 4 bhi .L54 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 48 mov x1, 1 adrp x0, .LC35 add x0, x0, :lo12:.LC35 bl fwrite mov w0, -1 b .L65 .L54: ldrb w1, [sp, 51] mov w0, w1 ubfiz w0, w0, 2, 6 add w0, w0, w1 ubfiz w0, w0, 1, 7 and w1, w0, 255 adrp x0, setup_wert add x0, x0, :lo12:setup_wert strb w1, [x0] mov w0, 1 str w0, [sp, 64] b .L69 .L41: adrp x0, :got:optarg ldr x0, [x0, #:got_lo12:optarg] ldr x0, [x0] cmp x0, 0 beq .L56 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] adrp x0, :got:optarg ldr x0, [x0, #:got_lo12:optarg] ldr x0, [x0] mov x2, x0 adrp x0, .LC36 add x1, x0, :lo12:.LC36 mov x0, x3 bl fprintf b .L57 .L56: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 35 mov x1, 1 adrp x0, .LC37 add x0, x0, :lo12:.LC37 bl fwrite .L57: bl print_usage mov w0, -1 b .L65 .L69: nop b .L33 .L26: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] ldr w2, [sp, 68] adrp x0, .LC38 add x1, x0, :lo12:.LC38 mov x0, x3 bl fprintf adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 25 mov x1, 1 adrp x0, .LC39 add x0, x0, :lo12:.LC39 bl fwrite bl print_usage mov w0, -1 b .L65 .L68: nop .L33: b .L58 .L23: ldr w0, [sp, 60] cmp w0, 0 bgt .L24 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 34 mov x1, 1 adrp x0, .LC40 add x0, x0, :lo12:.LC40 bl fwrite bl print_usage mov w0, -1 b .L65 .L24: ldr w0, [sp, 56] cmp w0, 0 ble .L60 ldr w0, [sp, 60] cmp w0, 0 ble .L60 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 66 mov x1, 1 adrp x0, .LC41 add x0, x0, :lo12:.LC41 bl fwrite bl print_usage mov w0, -1 b .L65 .L60: ldr w0, [sp, 64] cmp w0, 0 bgt .L61 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 55 mov x1, 1 adrp x0, .LC42 add x0, x0, :lo12:.LC42 bl fwrite bl print_usage mov w0, -1 b .L65 .L61: adrp x0, :got:optind ldr x0, [x0, #:got_lo12:optind] ldr w0, [x0] ldr w1, [sp, 44] cmp w1, w0 ble .L62 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 26 mov x1, 1 adrp x0, .LC43 add x0, x0, :lo12:.LC43 bl fwrite b .L63 .L64: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] adrp x0, :got:optind ldr x0, [x0, #:got_lo12:optind] ldr w0, [x0] add w2, w0, 1 adrp x1, :got:optind ldr x1, [x1, #:got_lo12:optind] str w2, [x1] sxtw x0, w0 lsl x0, x0, 3 ldr x1, [sp, 32] add x0, x1, x0 ldr x0, [x0] mov x2, x0 adrp x0, .LC44 add x1, x0, :lo12:.LC44 mov x0, x3 bl fprintf .L63: adrp x0, :got:optind ldr x0, [x0, #:got_lo12:optind] ldr w0, [x0] ldr w1, [sp, 44] cmp w1, w0 bgt .L64 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x1, x0 mov w0, 10 bl fputc mov w0, -1 b .L65 .L62: mov w0, 1 .L65: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 120] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L66 bl __stack_chk_fail .L66: mov w0, w1 ldr x19, [sp, 16] ldp x29, x30, [sp], 128 .cfi_restore 30 .cfi_restore 29 .cfi_restore 19 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size check_arg_getopt, .-check_arg_getopt .local long_options.0 .comm long_options.0,32,8 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global GUID_PROCESSOR_CORE_PARKING_MAX_CORES .section .rodata .align 3 .type GUID_PROCESSOR_CORE_PARKING_MAX_CORES, %object .size GUID_PROCESSOR_CORE_PARKING_MAX_CORES, 24 GUID_PROCESSOR_CORE_PARKING_MAX_CORES: .xword 3926270001 .hword 3636 .hword 20465 .ascii "\233m\353\020Y3@(" .zero 4 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "/n Entre com AV1 do aluno %d :" .align 3 .LC1: .string "%f" .align 3 .LC2: .string "\n Hall das menores notas! Aluno %d " .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 72] mov x1, 0 mov w0, 49152 movk w0, 0x4479, lsl 16 fmov s0, w0 str s0, [sp, 28] str wzr, [sp, 24] b .L2 .L5: ldr w0, [sp, 24] add w0, w0, 1 mov w1, w0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf add x1, sp, 32 ldrsw x0, [sp, 24] lsl x0, x0, 2 add x0, x1, x0 mov x1, x0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl __isoc99_scanf ldrsw x0, [sp, 24] lsl x0, x0, 2 add x1, sp, 32 ldr s0, [x1, x0] ldr s1, [sp, 28] fcmpe s1, s0 bgt .L11 b .L3 .L11: ldrsw x0, [sp, 24] lsl x0, x0, 2 add x1, sp, 32 ldr s0, [x1, x0] str s0, [sp, 28] .L3: ldr w0, [sp, 24] add w0, w0, 1 str w0, [sp, 24] .L2: ldr w0, [sp, 24] cmp w0, 9 ble .L5 str wzr, [sp, 24] b .L6 .L8: ldrsw x0, [sp, 24] lsl x0, x0, 2 add x1, sp, 32 ldr s0, [x1, x0] ldr s1, [sp, 28] fcmp s1, s0 bne .L7 ldr w0, [sp, 24] add w0, w0, 1 mov w1, w0 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl printf .L7: ldr w0, [sp, 24] add w0, w0, 1 str w0, [sp, 24] .L6: ldr w0, [sp, 24] cmp w0, 9 ble .L8 mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 72] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L10 bl __stack_chk_fail .L10: mov w0, w1 ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global MFComponentID_LPCMMediaSource .section .rodata .align 3 .type MFComponentID_LPCMMediaSource, %object .size MFComponentID_LPCMMediaSource, 24 MFComponentID_LPCMMediaSource: .xword 1622147078 .hword 21942 .hword 20159 .ascii "\210\306\230\336\200\327z " .zero 4 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global current_function .bss .align 3 .type current_function, %object .size current_function, 8 current_function: .zero 8 .text .align 2 .global enter_function .type enter_function, %function enter_function: .LFB6: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] str w1, [sp, 20] mov x0, 48 bl malloc str x0, [sp, 40] bl rand mov w1, w0 ldr x0, [sp, 40] str w1, [x0, 44] adrp x0, current_function add x0, x0, :lo12:current_function ldr x1, [x0] ldr x0, [sp, 40] str x1, [x0] adrp x0, current_function add x0, x0, :lo12:current_function ldr x0, [x0] cmp x0, 0 beq .L2 adrp x0, current_function add x0, x0, :lo12:current_function ldr x0, [x0] ldr x0, [x0, 8] cmp x0, 0 beq .L2 adrp x0, current_function add x0, x0, :lo12:current_function ldr x0, [x0] ldr x0, [x0, 8] str x0, [sp, 32] b .L3 .L4: ldr x0, [sp, 32] ldr x0, [x0, 16] str x0, [sp, 32] .L3: ldr x0, [sp, 32] ldr x0, [x0, 16] cmp x0, 0 bne .L4 ldr x0, [sp, 32] ldr x1, [sp, 40] str x1, [x0, 16] adrp x0, current_function add x0, x0, :lo12:current_function ldr x0, [x0] ldr w1, [x0, 24] add w1, w1, 1 str w1, [x0, 24] b .L5 .L2: adrp x0, current_function add x0, x0, :lo12:current_function ldr x0, [x0] cmp x0, 0 beq .L5 adrp x0, current_function add x0, x0, :lo12:current_function ldr x0, [x0] ldr x1, [sp, 40] str x1, [x0, 8] adrp x0, current_function add x0, x0, :lo12:current_function ldr x0, [x0] ldr w1, [x0, 24] add w1, w1, 1 str w1, [x0, 24] .L5: ldr x0, [sp, 40] str xzr, [x0, 16] ldr x0, [sp, 40] str xzr, [x0, 8] ldr x0, [sp, 40] str wzr, [x0, 24] ldr x0, [sp, 40] ldr x1, [sp, 24] str x1, [x0, 32] ldr x0, [sp, 40] ldr w1, [sp, 20] str w1, [x0, 40] adrp x0, current_function add x0, x0, :lo12:current_function ldr x1, [sp, 40] str x1, [x0] nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size enter_function, .-enter_function .align 2 .global exit_function .type exit_function, %function exit_function: .LFB7: .cfi_startproc adrp x0, current_function add x0, x0, :lo12:current_function ldr x0, [x0] ldr x1, [x0] adrp x0, current_function add x0, x0, :lo12:current_function str x1, [x0] nop ret .cfi_endproc .LFE7: .size exit_function, .-exit_function .section .rodata .align 3 .LC0: .string "%d [label=\"%s(%d)\"];\n" .align 3 .LC1: .string "%d -> %d;\n" .text .align 2 .global add_level .type add_level, %function add_level: .LFB8: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] ldr x0, [sp, 16] ldr w1, [x0, 44] ldr x0, [sp, 16] ldr x2, [x0, 32] ldr x0, [sp, 16] ldr w0, [x0, 40] mov w4, w0 mov x3, x2 mov w2, w1 adrp x0, .LC0 add x1, x0, :lo12:.LC0 ldr x0, [sp, 24] bl fprintf ldr x0, [sp, 16] ldr x0, [x0, 8] str x0, [sp, 40] b .L8 .L9: ldr x1, [sp, 40] ldr x0, [sp, 24] bl add_level ldr x0, [sp, 16] ldr w1, [x0, 44] ldr x0, [sp, 40] ldr w0, [x0, 44] mov w3, w0 mov w2, w1 adrp x0, .LC1 add x1, x0, :lo12:.LC1 ldr x0, [sp, 24] bl fprintf ldr x0, [sp, 40] ldr x0, [x0, 16] str x0, [sp, 40] .L8: ldr x0, [sp, 40] cmp x0, 0 bne .L9 nop nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size add_level, .-add_level .section .rodata .align 3 .LC2: .string ".dot" .align 3 .LC3: .string "w" .align 3 .LC4: .string "digraph function_call {\n" .align 3 .LC5: .string "rankdir=UD;\n" .align 3 .LC6: .string "}\n" .align 3 .LC7: .string ".png" .align 3 .LC8: .string "calling dot..." .align 3 .LC9: .string "-o" .align 3 .LC10: .string "-Tpng" .align 3 .LC11: .string "dot" .align 3 .LC12: .string "this isnt good..." .text .align 2 .global create_graph .type create_graph, %function create_graph: .LFB9: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] bl strlen add x0, x0, 5 bl malloc str x0, [sp, 40] ldr x1, [sp, 24] ldr x0, [sp, 40] bl strcpy ldr x0, [sp, 40] bl strlen mov x1, x0 ldr x0, [sp, 40] add x2, x0, x1 adrp x0, .LC2 add x1, x0, :lo12:.LC2 mov x0, x2 ldr w2, [x1] str w2, [x0] ldrb w1, [x1, 4] strb w1, [x0, 4] adrp x0, .LC3 add x1, x0, :lo12:.LC3 ldr x0, [sp, 40] bl fopen str x0, [sp, 48] ldr x3, [sp, 48] mov x2, 24 mov x1, 1 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl fwrite ldr x3, [sp, 48] mov x2, 12 mov x1, 1 adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl fwrite adrp x0, current_function add x0, x0, :lo12:current_function ldr x0, [x0] mov x1, x0 ldr x0, [sp, 48] bl add_level ldr x3, [sp, 48] mov x2, 2 mov x1, 1 adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl fwrite ldr x0, [sp, 48] bl fclose bl fork cmp w0, 0 bne .L12 ldr x0, [sp, 24] bl strlen add x0, x0, 5 bl malloc str x0, [sp, 56] ldr x1, [sp, 24] ldr x0, [sp, 56] bl strcpy ldr x0, [sp, 56] bl strlen mov x1, x0 ldr x0, [sp, 56] add x2, x0, x1 adrp x0, .LC7 add x1, x0, :lo12:.LC7 mov x0, x2 ldr w2, [x1] str w2, [x0] ldrb w1, [x1, 4] strb w1, [x0, 4] adrp x0, .LC8 add x0, x0, :lo12:.LC8 bl puts mov x6, 0 ldr x5, [sp, 40] ldr x4, [sp, 56] adrp x0, .LC9 add x3, x0, :lo12:.LC9 adrp x0, .LC10 add x2, x0, :lo12:.LC10 adrp x0, .LC11 add x1, x0, :lo12:.LC11 adrp x0, .LC11 add x0, x0, :lo12:.LC11 bl execlp adrp x0, .LC12 add x0, x0, :lo12:.LC12 bl puts .L12: nop ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE9: .size create_graph, .-create_graph .global f_name .section .rodata .align 3 .LC13: .string "f" .section .data.rel.local,"aw" .align 3 .type f_name, %object .size f_name, 8 f_name: .xword .LC13 .text .align 2 .global f .type f, %function f: .LFB10: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x19, [sp, 16] .cfi_offset 19, -48 str w0, [sp, 44] adrp x0, f_name add x0, x0, :lo12:f_name ldr x0, [x0] ldr w1, [sp, 44] bl enter_function ldr w0, [sp, 44] cmp w0, 0 bgt .L14 bl exit_function ldr w0, [sp, 44] b .L15 .L14: ldr w0, [sp, 44] sub w0, w0, #1 bl f mov w19, w0 ldr w0, [sp, 44] lsr w1, w0, 31 add w0, w1, w0 asr w0, w0, 1 bl f add w0, w19, w0 str w0, [sp, 60] bl exit_function ldr w0, [sp, 60] .L15: ldr x19, [sp, 16] ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_restore 19 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE10: .size f, .-f .global main_name .section .rodata .align 3 .LC14: .string "main" .section .data.rel.local .align 3 .type main_name, %object .size main_name, 8 main_name: .xword .LC14 .section .rodata .align 3 .LC15: .string "The result is %d\n" .align 3 .LC16: .string "./f_out" .text .align 2 .global main .type main, %function main: .LFB11: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] adrp x0, main_name add x0, x0, :lo12:main_name ldr x0, [x0] ldr w1, [sp, 28] bl enter_function mov w0, 4 bl f mov w1, w0 adrp x0, .LC15 add x0, x0, :lo12:.LC15 bl printf adrp x0, .LC16 add x0, x0, :lo12:.LC16 bl create_graph mov w0, 0 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE11: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "\nInsert %d elements:\n" .align 3 .LC1: .string "%d" .align 3 .LC2: .string "Insert complete.\n" .align 3 .LC3: .string "Your array looks like:" .align 3 .LC4: .string "%d " .align 3 .LC5: .string "\n\nAfter sorting your array looks like:" .text .align 2 .global selectionSort .type selectionSort, %function selectionSort: .LFB0: .cfi_startproc stp x29, x30, [sp, -96]! .cfi_def_cfa_offset 96 .cfi_offset 29, -96 .cfi_offset 30, -88 mov x29, sp .cfi_def_cfa_register 29 str x19, [sp, 16] sub sp, sp, #16 .cfi_offset 19, -80 str w0, [x29, 44] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [x29, 88] mov x1, 0 mov x0, sp mov x19, x0 ldr w0, [x29, 44] sxtw x1, w0 sub x1, x1, #1 str x1, [x29, 72] sxtw x1, w0 mov x8, x1 mov x9, 0 lsr x1, x8, 59 lsl x5, x9, 5 orr x5, x1, x5 lsl x4, x8, 5 sxtw x1, w0 mov x6, x1 mov x7, 0 lsr x1, x6, 59 lsl x3, x7, 5 orr x3, x1, x3 lsl x2, x6, 5 sxtw x0, w0 lsl x0, x0, 2 add x0, x0, 15 lsr x0, x0, 4 lsl x0, x0, 4 and x1, x0, -65536 sub x1, sp, x1 .L2: cmp sp, x1 beq .L3 sub sp, sp, #65536 str xzr, [sp, 1024] b .L2 .L3: and x1, x0, 65535 sub sp, sp, x1 str xzr, [sp] and x0, x0, 65535 cmp x0, 1024 bcc .L4 str xzr, [sp, 1024] .L4: add x0, sp, 16 add x0, x0, 3 lsr x0, x0, 2 lsl x0, x0, 2 str x0, [x29, 80] ldr w1, [x29, 44] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf str wzr, [x29, 56] b .L5 .L6: ldrsw x0, [x29, 56] lsl x0, x0, 2 ldr x1, [x29, 80] add x0, x1, x0 mov x1, x0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl __isoc99_scanf ldr w0, [x29, 56] add w0, w0, 1 str w0, [x29, 56] .L5: ldr w1, [x29, 56] ldr w0, [x29, 44] cmp w1, w0 blt .L6 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl puts adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl puts str wzr, [x29, 56] b .L7 .L8: ldr x0, [x29, 80] ldrsw x1, [x29, 56] ldr w0, [x0, x1, lsl 2] mov w1, w0 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf ldr w0, [x29, 56] add w0, w0, 1 str w0, [x29, 56] .L7: ldr w1, [x29, 56] ldr w0, [x29, 44] cmp w1, w0 blt .L8 str wzr, [x29, 56] b .L9 .L13: ldr w0, [x29, 56] str w0, [x29, 64] ldr w0, [x29, 56] add w0, w0, 1 str w0, [x29, 60] b .L10 .L12: ldr x0, [x29, 80] ldrsw x1, [x29, 60] ldr w1, [x0, x1, lsl 2] ldr x0, [x29, 80] ldrsw x2, [x29, 64] ldr w0, [x0, x2, lsl 2] cmp w1, w0 bge .L11 ldr w0, [x29, 60] str w0, [x29, 64] .L11: ldr w0, [x29, 60] add w0, w0, 1 str w0, [x29, 60] .L10: ldr w1, [x29, 60] ldr w0, [x29, 44] cmp w1, w0 blt .L12 ldr x0, [x29, 80] ldrsw x1, [x29, 56] ldr w0, [x0, x1, lsl 2] str w0, [x29, 68] ldr x0, [x29, 80] ldrsw x1, [x29, 64] ldr w2, [x0, x1, lsl 2] ldr x0, [x29, 80] ldrsw x1, [x29, 56] str w2, [x0, x1, lsl 2] ldr x0, [x29, 80] ldrsw x1, [x29, 64] ldr w2, [x29, 68] str w2, [x0, x1, lsl 2] ldr w0, [x29, 56] add w0, w0, 1 str w0, [x29, 56] .L9: ldr w0, [x29, 44] sub w0, w0, #1 ldr w1, [x29, 56] cmp w1, w0 blt .L13 adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl puts str wzr, [x29, 56] b .L14 .L15: ldr x0, [x29, 80] ldrsw x1, [x29, 56] ldr w0, [x0, x1, lsl 2] mov w1, w0 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf ldr w0, [x29, 56] add w0, w0, 1 str w0, [x29, 56] .L14: ldr w1, [x29, 56] ldr w0, [x29, 44] cmp w1, w0 blt .L15 mov sp, x19 nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [x29, 88] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L16 bl __stack_chk_fail .L16: mov sp, x29 ldr x19, [sp, 16] ldp x29, x30, [sp], 96 .cfi_restore 30 .cfi_restore 29 .cfi_restore 19 .cfi_def_cfa 31, 0 ret .cfi_endproc .LFE0: .size selectionSort, .-selectionSort .section .rodata .align 3 .LC6: .string "Enter number of array elements: " .text .align 2 .global main .type main, %function main: .LFB1: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 24] mov x1, 0 adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl printf add x0, sp, 20 mov x1, x0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl __isoc99_scanf ldr w0, [sp, 20] bl selectionSort mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 24] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L19 bl __stack_chk_fail .L19: mov w0, w1 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "%lld" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc mov x12, 8048 sub sp, sp, x12 .cfi_def_cfa_offset 8048 stp x29, x30, [sp] .cfi_offset 29, -8048 .cfi_offset 30, -8040 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 8040] mov x1, 0 mov x0, 1 str x0, [sp, 40] mov x0, 1 str x0, [sp, 48] mov x0, 2 str x0, [sp, 56] mov x0, 3 str x0, [sp, 24] b .L2 .L3: ldr x0, [sp, 24] sub x0, x0, #2 lsl x0, x0, 3 add x1, sp, 40 ldr x1, [x1, x0] ldr x0, [sp, 24] sub x0, x0, #1 lsl x0, x0, 3 add x2, sp, 40 ldr x0, [x2, x0] add x1, x1, x0 ldr x0, [sp, 24] sub x0, x0, #3 lsl x0, x0, 3 add x2, sp, 40 ldr x0, [x2, x0] add x2, x1, x0 ldr x0, [sp, 24] lsl x0, x0, 3 add x1, sp, 40 str x2, [x1, x0] ldr x0, [sp, 24] add x0, x0, 1 str x0, [sp, 24] .L2: ldr x0, [sp, 24] cmp x0, 72 ble .L3 add x0, sp, 16 mov x1, x0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl __isoc99_scanf ldr x0, [sp, 16] lsl x0, x0, 3 add x1, sp, 40 ldr x0, [x1, x0] mov x1, x0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf b .L4 .L6: ldr x0, [sp, 32] cmp x0, 0 beq .L5 mov w0, 10 bl putchar .L5: mov x0, 1 str x0, [sp, 32] ldr x0, [sp, 16] lsl x0, x0, 3 add x1, sp, 40 ldr x0, [x1, x0] mov x1, x0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf .L4: add x0, sp, 16 mov x1, x0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl __isoc99_scanf cmn w0, #1 bne .L6 mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 8040] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L8 bl __stack_chk_fail .L8: mov w0, w1 ldp x29, x30, [sp] mov x12, 8048 add sp, sp, x12 .cfi_restore 29 .cfi_restore 30 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global test_vclef32 .type test_vclef32, %function test_vclef32: .LFB4340: .cfi_startproc sub sp, sp, #48 .cfi_def_cfa_offset 48 ldr d0, [sp, 8] str d0, [sp, 32] ldr d0, [sp, 16] str d0, [sp, 40] ldr d0, [sp, 32] ldr d1, [sp, 40] fcmge v0.2s, v1.2s, v0.2s str d0, [sp, 24] nop add sp, sp, 48 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE4340: .size test_vclef32, .-test_vclef32 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global function_dir_1a_file3 .type function_dir_1a_file3, %function function_dir_1a_file3: .LFB0: .cfi_startproc nop ret .cfi_endproc .LFE0: .size function_dir_1a_file3, .-function_dir_1a_file3 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global gang .type gang, %function gang: .LFB0: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str wzr, [sp, 12] b .L2 .L3: ldr w0, [sp, 12] add w0, w0, 1 str w0, [sp, 12] .L2: ldr w0, [sp, 12] cmp w0, 9 ble .L3 mov w0, 1 add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size gang, .-gang .align 2 .global worker .type worker, %function worker: .LFB1: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str wzr, [sp, 12] b .L6 .L7: ldr w0, [sp, 12] add w0, w0, 1 str w0, [sp, 12] .L6: ldr w0, [sp, 12] cmp w0, 9 ble .L7 mov w0, 1 add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size worker, .-worker .align 2 .global vector .type vector, %function vector: .LFB2: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str wzr, [sp, 12] b .L10 .L11: ldr w0, [sp, 12] add w0, w0, 1 str w0, [sp, 12] .L10: ldr w0, [sp, 12] cmp w0, 9 ble .L11 mov w0, 1 add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE2: .size vector, .-vector .align 2 .global seq .type seq, %function seq: .LFB3: .cfi_startproc mov w0, 1 ret .cfi_endproc .LFE3: .size seq, .-seq .align 2 .global main .type main, %function main: .LFB4: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str wzr, [sp, 16] str wzr, [sp, 20] b .L16 .L17: bl gang mov w1, w0 ldr w0, [sp, 16] add w0, w0, w1 str w0, [sp, 16] ldr w0, [sp, 20] add w0, w0, 1 str w0, [sp, 20] .L16: ldr w0, [sp, 20] cmp w0, 9 ble .L17 str wzr, [sp, 24] b .L18 .L19: bl worker mov w1, w0 ldr w0, [sp, 16] add w0, w0, w1 str w0, [sp, 16] ldr w0, [sp, 24] add w0, w0, 1 str w0, [sp, 24] .L18: ldr w0, [sp, 24] cmp w0, 9 ble .L19 str wzr, [sp, 28] b .L20 .L21: bl vector mov w1, w0 ldr w0, [sp, 16] add w0, w0, w1 str w0, [sp, 16] ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L20: ldr w0, [sp, 28] cmp w0, 9 ble .L21 str wzr, [sp, 32] b .L22 .L23: bl gang mov w1, w0 ldr w0, [sp, 16] add w0, w0, w1 str w0, [sp, 16] ldr w0, [sp, 32] add w0, w0, 1 str w0, [sp, 32] .L22: ldr w0, [sp, 32] cmp w0, 9 ble .L23 str wzr, [sp, 36] b .L24 .L25: bl gang mov w1, w0 ldr w0, [sp, 16] add w0, w0, w1 str w0, [sp, 16] ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L24: ldr w0, [sp, 36] cmp w0, 9 ble .L25 str wzr, [sp, 40] b .L26 .L27: bl gang mov w1, w0 ldr w0, [sp, 16] add w0, w0, w1 str w0, [sp, 16] ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L26: ldr w0, [sp, 40] cmp w0, 9 ble .L27 str wzr, [sp, 44] b .L28 .L29: bl worker mov w1, w0 ldr w0, [sp, 16] add w0, w0, w1 str w0, [sp, 16] ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L28: ldr w0, [sp, 44] cmp w0, 9 ble .L29 str wzr, [sp, 48] b .L30 .L31: bl worker mov w1, w0 ldr w0, [sp, 16] add w0, w0, w1 str w0, [sp, 16] ldr w0, [sp, 48] add w0, w0, 1 str w0, [sp, 48] .L30: ldr w0, [sp, 48] cmp w0, 9 ble .L31 str wzr, [sp, 52] b .L32 .L33: bl worker mov w1, w0 ldr w0, [sp, 16] add w0, w0, w1 str w0, [sp, 16] ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L32: ldr w0, [sp, 52] cmp w0, 9 ble .L33 str wzr, [sp, 56] b .L34 .L35: bl vector mov w1, w0 ldr w0, [sp, 16] add w0, w0, w1 str w0, [sp, 16] ldr w0, [sp, 56] add w0, w0, 1 str w0, [sp, 56] .L34: ldr w0, [sp, 56] cmp w0, 9 ble .L35 str wzr, [sp, 60] b .L36 .L37: bl vector mov w1, w0 ldr w0, [sp, 16] add w0, w0, w1 str w0, [sp, 16] ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L36: ldr w0, [sp, 60] cmp w0, 9 ble .L37 str wzr, [sp, 64] b .L38 .L39: bl vector mov w1, w0 ldr w0, [sp, 16] add w0, w0, w1 str w0, [sp, 16] ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L38: ldr w0, [sp, 64] cmp w0, 9 ble .L39 str wzr, [sp, 68] b .L40 .L41: bl seq mov w1, w0 ldr w0, [sp, 16] add w0, w0, w1 str w0, [sp, 16] ldr w0, [sp, 68] add w0, w0, 1 str w0, [sp, 68] .L40: ldr w0, [sp, 68] cmp w0, 9 ble .L41 str wzr, [sp, 72] b .L42 .L43: bl seq mov w1, w0 ldr w0, [sp, 16] add w0, w0, w1 str w0, [sp, 16] ldr w0, [sp, 72] add w0, w0, 1 str w0, [sp, 72] .L42: ldr w0, [sp, 72] cmp w0, 9 ble .L43 str wzr, [sp, 76] b .L44 .L45: bl seq mov w1, w0 ldr w0, [sp, 16] add w0, w0, w1 str w0, [sp, 16] ldr w0, [sp, 76] add w0, w0, 1 str w0, [sp, 76] .L44: ldr w0, [sp, 76] cmp w0, 9 ble .L45 mov w0, 0 ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE4: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global CLSID_XMLHTTP26 .section .rodata .align 3 .type CLSID_XMLHTTP26, %object .size CLSID_XMLHTTP26, 24 CLSID_XMLHTTP26: .xword 4110913310 .hword -15023 .hword 4563 .string "\211\271" .string "" .ascii "\370\037\342!" .zero 4 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global strToInt .type strToInt, %function strToInt: .LFB0: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] ldr x0, [sp, 24] ldrb w0, [x0] cmp w0, 45 cset w0, eq and w0, w0, 255 str w0, [sp, 44] ldr x0, [sp, 24] bl strlen str w0, [sp, 48] str xzr, [sp, 56] b .L2 .L7: ldrsw x0, [sp, 44] ldr x1, [sp, 24] add x0, x1, x0 ldrb w0, [x0] sub w0, w0, #48 str w0, [sp, 52] ldr x0, [sp, 24] ldrb w0, [x0] cmp w0, 45 beq .L3 ldr x1, [sp, 56] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldrsw x0, [sp, 52] add x1, x1, x0 mov x0, 2147483647 cmp x1, x0 bgt .L4 .L3: ldr x0, [sp, 24] ldrb w0, [x0] cmp w0, 45 bne .L5 ldr x1, [sp, 56] mov x0, 0 sub x0, x0, x1 lsl x0, x0, 2 sub x0, x0, x1 lsl x0, x0, 1 mov x1, x0 ldrsw x0, [sp, 52] sub x1, x1, x0 mov x0, -2147483648 cmp x1, x0 bge .L5 .L4: ldr x0, [sp, 16] str wzr, [x0] mov w0, -1 b .L6 .L5: ldr x1, [sp, 56] mov x0, x1 lsl x0, x0, 2 add x0, x0, x1 lsl x0, x0, 1 str x0, [sp, 56] ldrsw x0, [sp, 52] ldr x1, [sp, 56] add x0, x1, x0 str x0, [sp, 56] ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L2: ldrsw x0, [sp, 44] ldr x1, [sp, 24] add x0, x1, x0 ldrb w0, [x0] cmp w0, 0 bne .L7 ldr x0, [sp, 24] ldrb w0, [x0] cmp w0, 45 bne .L8 ldr x0, [sp, 56] neg w0, w0 b .L6 .L8: ldr x0, [sp, 56] .L6: ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size strToInt, .-strToInt .section .rodata .align 3 .LC2: .string "ERROR" .align 3 .LC3: .string "Input string: " .align 3 .LC4: .string "-" .align 3 .LC5: .string "%d" .text .align 2 .global main .type main, %function main: .LFB1: .cfi_startproc stp x29, x30, [sp, -96]! .cfi_def_cfa_offset 96 .cfi_offset 29, -96 .cfi_offset 30, -88 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 88] mov x1, 0 mov w0, 255 str w0, [sp, 36] adrp x0, .LC0 add x1, x0, :lo12:.LC0 add x0, sp, 56 ldr x2, [x1] str x2, [x0] ldr x1, [x1, 5] str x1, [x0, 5] adrp x0, .LC1 add x0, x0, :lo12:.LC1 ldp x0, x1, [x0] stp x0, x1, [sp, 72] ldrsw x0, [sp, 36] bl malloc str x0, [sp, 48] ldr x0, [sp, 48] cmp x0, 0 bne .L11 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl printf mov w0, 1 b .L28 .L11: adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl printf ldr x0, [sp, 48] bl gets ldr x0, [sp, 48] bl strlen str w0, [sp, 40] str wzr, [sp, 28] b .L13 .L14: ldrsw x0, [sp, 28] ldr x1, [sp, 48] add x0, x1, x0 mov w1, 48 strb w1, [x0] ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L13: ldrsw x0, [sp, 28] ldr x1, [sp, 48] add x0, x1, x0 ldrb w0, [x0] cmp w0, 32 beq .L14 ldrsw x0, [sp, 28] ldr x1, [sp, 48] add x0, x1, x0 ldrb w0, [x0] cmp w0, 45 bne .L15 ldrsw x0, [sp, 28] ldr x1, [sp, 48] add x0, x1, x0 mov w1, 48 strb w1, [x0] ldr x0, [sp, 48] mov w1, 45 strb w1, [x0] ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L15: adrp x0, .LC4 add x1, x0, :lo12:.LC4 ldr x0, [sp, 48] bl strcmp cmp w0, 0 beq .L16 ldr w0, [sp, 40] cmp w0, 0 beq .L16 ldrsw x0, [sp, 28] ldr x1, [sp, 48] add x0, x1, x0 ldrb w0, [x0] cmp w0, 0 bne .L18 .L16: add x0, sp, 56 bl puts mov w0, 1 b .L28 .L20: ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L18: ldrsw x0, [sp, 28] ldr x1, [sp, 48] add x0, x1, x0 ldrb w0, [x0] cmp w0, 47 bls .L19 ldrsw x0, [sp, 28] ldr x1, [sp, 48] add x0, x1, x0 ldrb w0, [x0] cmp w0, 57 bls .L20 .L19: ldr w0, [sp, 28] str w0, [sp, 32] ldrsw x0, [sp, 28] ldr x1, [sp, 48] add x0, x1, x0 ldrb w0, [x0] cmp w0, 0 beq .L21 ldrsw x0, [sp, 28] ldr x1, [sp, 48] add x0, x1, x0 ldrb w0, [x0] cmp w0, 32 beq .L23 add x0, sp, 56 bl puts mov w0, 1 b .L28 .L24: ldr w0, [sp, 32] add w0, w0, 1 str w0, [sp, 32] .L23: ldrsw x0, [sp, 32] ldr x1, [sp, 48] add x0, x1, x0 ldrb w0, [x0] cmp w0, 32 beq .L24 ldrsw x0, [sp, 32] ldr x1, [sp, 48] add x0, x1, x0 ldrb w0, [x0] cmp w0, 0 bne .L25 ldrsw x0, [sp, 28] ldr x1, [sp, 48] add x0, x1, x0 strb wzr, [x0] b .L21 .L25: add x0, sp, 56 bl puts mov w0, 1 b .L28 .L21: mov w0, 1 str w0, [sp, 24] add x0, sp, 24 mov x1, x0 ldr x0, [sp, 48] bl strToInt str w0, [sp, 44] ldr w0, [sp, 24] cmp w0, 0 bne .L26 add x0, sp, 72 bl puts b .L27 .L26: ldr w1, [sp, 44] adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl printf .L27: ldr x0, [sp, 48] bl free mov w0, 0 .L28: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 88] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L29 bl __stack_chk_fail .L29: mov w0, w1 ldp x29, x30, [sp], 96 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size main, .-main .section .rodata .align 3 .LC0: .string "Error input!" .align 3 .LC1: .string "Error overflow!" .text ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .data .align 3 .type mainMem, %object .size mainMem, 32 mainMem: .word -1 .word -1 .word -1 .word -1 .word -1 .word -1 .word -1 .word -1 .align 3 .type diskMem, %object .size diskMem, 64 diskMem: .word -1 .word -1 .word -1 .word -1 .word -1 .word -1 .word -1 .word -1 .word -1 .word -1 .word -1 .word -1 .word -1 .word -1 .word -1 .word -1 .align 3 .type lastUsed, %object .size lastUsed, 16 lastUsed: .word -1 .word -1 .word -1 .word -1 .align 3 .type pgTable, %object .size pgTable, 32 pgTable: .byte 0 .byte 0 .byte 0 .byte 0 .byte 1 .byte 0 .byte 0 .byte 1 .byte 2 .byte 0 .byte 0 .byte 2 .byte 3 .byte 0 .byte 0 .byte 3 .byte 4 .byte 0 .byte 0 .byte 4 .byte 5 .byte 0 .byte 0 .byte 5 .byte 6 .byte 0 .byte 0 .byte 6 .byte 7 .byte 0 .byte 0 .byte 7 .section .rodata .align 3 .LC0: .string "%d, " .text .align 2 .global printUsed .type printUsed, %function printUsed: .LFB6: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str wzr, [sp, 28] b .L2 .L3: adrp x0, lastUsed add x0, x0, :lo12:lastUsed ldrsw x1, [sp, 28] ldr w0, [x0, x1, lsl 2] mov w1, w0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L2: ldr w0, [sp, 28] cmp w0, 3 ble .L3 mov w0, 10 bl putchar nop ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size printUsed, .-printUsed .align 2 .global trackUsed .type trackUsed, %function trackUsed: .LFB7: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str w0, [sp, 12] mov w0, -1 str w0, [sp, 24] str wzr, [sp, 28] b .L5 .L7: adrp x0, lastUsed add x0, x0, :lo12:lastUsed ldrsw x1, [sp, 28] ldr w0, [x0, x1, lsl 2] ldr w1, [sp, 12] cmp w1, w0 bne .L6 ldr w0, [sp, 28] str w0, [sp, 24] .L6: ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L5: ldr w0, [sp, 28] cmp w0, 3 ble .L7 ldr w0, [sp, 24] cmn w0, #1 bne .L12 mov w0, 3 str w0, [sp, 28] b .L9 .L10: ldr w0, [sp, 28] sub w1, w0, #1 adrp x0, lastUsed add x0, x0, :lo12:lastUsed sxtw x1, w1 ldr w2, [x0, x1, lsl 2] adrp x0, lastUsed add x0, x0, :lo12:lastUsed ldrsw x1, [sp, 28] str w2, [x0, x1, lsl 2] ldr w0, [sp, 28] sub w0, w0, #1 str w0, [sp, 28] .L9: ldr w0, [sp, 28] cmp w0, 0 bgt .L10 adrp x0, lastUsed add x0, x0, :lo12:lastUsed ldr w1, [sp, 12] str w1, [x0] b .L14 .L13: ldr w0, [sp, 24] sub w1, w0, #1 adrp x0, lastUsed add x0, x0, :lo12:lastUsed sxtw x1, w1 ldr w2, [x0, x1, lsl 2] adrp x0, lastUsed add x0, x0, :lo12:lastUsed ldrsw x1, [sp, 24] str w2, [x0, x1, lsl 2] ldr w0, [sp, 24] sub w0, w0, #1 str w0, [sp, 24] .L12: ldr w0, [sp, 24] cmp w0, 0 bgt .L13 adrp x0, lastUsed add x0, x0, :lo12:lastUsed ldr w1, [sp, 12] str w1, [x0] .L14: nop add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size trackUsed, .-trackUsed .align 2 .global pgFault .type pgFault, %function pgFault: .LFB8: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str w0, [sp, 28] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 72] mov x1, 0 ldr w0, [sp, 28] lsr w1, w0, 31 add w0, w1, w0 asr w0, w0, 1 str w0, [sp, 48] str wzr, [sp, 56] str wzr, [sp, 60] str wzr, [sp, 64] str wzr, [sp, 68] str wzr, [sp, 44] b .L16 .L18: adrp x0, pgTable add x1, x0, :lo12:pgTable ldrsw x0, [sp, 44] lsl x0, x0, 2 add x0, x1, x0 ldrb w0, [x0, 1] cmp w0, 1 bne .L17 adrp x0, pgTable add x1, x0, :lo12:pgTable ldrsw x0, [sp, 44] lsl x0, x0, 2 add x0, x1, x0 ldrb w0, [x0, 3] sxtw x0, w0 lsl x0, x0, 2 add x1, sp, 56 mov w2, 1 str w2, [x1, x0] .L17: ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L16: ldr w0, [sp, 44] cmp w0, 7 ble .L18 str wzr, [sp, 44] b .L19 .L22: ldrsw x0, [sp, 44] lsl x0, x0, 2 add x1, sp, 56 ldr w0, [x1, x0] cmp w0, 0 bne .L20 ldr w0, [sp, 44] bl trackUsed adrp x0, pgTable add x1, x0, :lo12:pgTable ldrsw x0, [sp, 48] lsl x0, x0, 2 add x0, x1, x0 ldrb w0, [x0, 3] lsl w1, w0, 1 ldr w0, [sp, 44] lsl w3, w0, 1 adrp x0, diskMem add x0, x0, :lo12:diskMem sxtw x1, w1 ldr w2, [x0, x1, lsl 2] adrp x0, mainMem add x0, x0, :lo12:mainMem sxtw x1, w3 str w2, [x0, x1, lsl 2] adrp x0, pgTable add x1, x0, :lo12:pgTable ldrsw x0, [sp, 48] lsl x0, x0, 2 add x0, x1, x0 ldrb w0, [x0, 3] lsl w0, w0, 1 add w1, w0, 1 ldr w0, [sp, 44] lsl w0, w0, 1 add w3, w0, 1 adrp x0, diskMem add x0, x0, :lo12:diskMem sxtw x1, w1 ldr w2, [x0, x1, lsl 2] adrp x0, mainMem add x0, x0, :lo12:mainMem sxtw x1, w3 str w2, [x0, x1, lsl 2] adrp x0, pgTable add x1, x0, :lo12:pgTable ldrsw x0, [sp, 48] lsl x0, x0, 2 add x0, x1, x0 mov w1, 1 strb w1, [x0, 1] ldr w0, [sp, 44] and w2, w0, 255 adrp x0, pgTable add x1, x0, :lo12:pgTable ldrsw x0, [sp, 48] lsl x0, x0, 2 add x0, x1, x0 mov w1, w2 strb w1, [x0, 3] b .L15 .L20: ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L19: ldr w0, [sp, 44] cmp w0, 3 ble .L22 adrp x0, lastUsed add x0, x0, :lo12:lastUsed ldr w0, [x0, 12] str w0, [sp, 52] str wzr, [sp, 44] b .L23 .L25: adrp x0, pgTable add x1, x0, :lo12:pgTable ldrsw x0, [sp, 44] lsl x0, x0, 2 add x0, x1, x0 ldrb w0, [x0, 1] cmp w0, 1 bne .L24 adrp x0, pgTable add x1, x0, :lo12:pgTable ldrsw x0, [sp, 44] lsl x0, x0, 2 add x0, x1, x0 ldrb w0, [x0, 3] mov w1, w0 ldr w0, [sp, 52] cmp w0, w1 bne .L24 ldr w0, [sp, 52] bl trackUsed ldr w0, [sp, 52] lsl w1, w0, 1 ldr w0, [sp, 44] lsl w3, w0, 1 adrp x0, mainMem add x0, x0, :lo12:mainMem sxtw x1, w1 ldr w2, [x0, x1, lsl 2] adrp x0, diskMem add x0, x0, :lo12:diskMem sxtw x1, w3 str w2, [x0, x1, lsl 2] ldr w0, [sp, 52] lsl w0, w0, 1 add w1, w0, 1 ldr w0, [sp, 44] lsl w0, w0, 1 add w3, w0, 1 adrp x0, mainMem add x0, x0, :lo12:mainMem sxtw x1, w1 ldr w2, [x0, x1, lsl 2] adrp x0, diskMem add x0, x0, :lo12:diskMem sxtw x1, w3 str w2, [x0, x1, lsl 2] ldr w0, [sp, 44] and w2, w0, 255 adrp x0, pgTable add x1, x0, :lo12:pgTable ldrsw x0, [sp, 44] lsl x0, x0, 2 add x0, x1, x0 mov w1, w2 strb w1, [x0, 3] adrp x0, pgTable add x1, x0, :lo12:pgTable ldrsw x0, [sp, 44] lsl x0, x0, 2 add x0, x1, x0 strb wzr, [x0, 1] adrp x0, pgTable add x1, x0, :lo12:pgTable ldrsw x0, [sp, 44] lsl x0, x0, 2 add x0, x1, x0 strb wzr, [x0, 2] adrp x0, pgTable add x1, x0, :lo12:pgTable ldrsw x0, [sp, 48] lsl x0, x0, 2 add x0, x1, x0 ldrb w0, [x0, 3] lsl w1, w0, 1 ldr w0, [sp, 52] lsl w3, w0, 1 adrp x0, diskMem add x0, x0, :lo12:diskMem sxtw x1, w1 ldr w2, [x0, x1, lsl 2] adrp x0, mainMem add x0, x0, :lo12:mainMem sxtw x1, w3 str w2, [x0, x1, lsl 2] adrp x0, pgTable add x1, x0, :lo12:pgTable ldrsw x0, [sp, 48] lsl x0, x0, 2 add x0, x1, x0 ldrb w0, [x0, 3] lsl w0, w0, 1 add w1, w0, 1 ldr w0, [sp, 52] lsl w0, w0, 1 add w3, w0, 1 adrp x0, diskMem add x0, x0, :lo12:diskMem sxtw x1, w1 ldr w2, [x0, x1, lsl 2] adrp x0, mainMem add x0, x0, :lo12:mainMem sxtw x1, w3 str w2, [x0, x1, lsl 2] adrp x0, pgTable add x1, x0, :lo12:pgTable ldrsw x0, [sp, 48] lsl x0, x0, 2 add x0, x1, x0 mov w1, 1 strb w1, [x0, 1] adrp x0, pgTable add x1, x0, :lo12:pgTable ldrsw x0, [sp, 48] lsl x0, x0, 2 add x0, x1, x0 strb wzr, [x0, 2] ldr w0, [sp, 52] and w2, w0, 255 adrp x0, pgTable add x1, x0, :lo12:pgTable ldrsw x0, [sp, 48] lsl x0, x0, 2 add x0, x1, x0 mov w1, w2 strb w1, [x0, 3] b .L15 .L24: ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L23: ldr w0, [sp, 44] cmp w0, 7 ble .L25 .L15: adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 72] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L27 bl __stack_chk_fail .L27: ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size pgFault, .-pgFault .section .rodata .align 3 .LC1: .string "VPageNum Valid\t\tDirty\t\tPN" .align 3 .LC2: .string "%d %d\t\t%d\t\t%d\n" .text .align 2 .global showptable .type showptable, %function showptable: .LFB9: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl puts str wzr, [sp, 28] b .L29 .L30: adrp x0, pgTable add x1, x0, :lo12:pgTable ldrsw x0, [sp, 28] lsl x0, x0, 2 add x0, x1, x0 ldrb w0, [x0] mov w5, w0 adrp x0, pgTable add x1, x0, :lo12:pgTable ldrsw x0, [sp, 28] lsl x0, x0, 2 add x0, x1, x0 ldrb w0, [x0, 1] mov w2, w0 adrp x0, pgTable add x1, x0, :lo12:pgTable ldrsw x0, [sp, 28] lsl x0, x0, 2 add x0, x1, x0 ldrb w0, [x0, 2] mov w3, w0 adrp x0, pgTable add x1, x0, :lo12:pgTable ldrsw x0, [sp, 28] lsl x0, x0, 2 add x0, x1, x0 ldrb w0, [x0, 3] mov w4, w0 mov w1, w5 adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl printf ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L29: ldr w0, [sp, 28] cmp w0, 7 ble .L30 nop nop ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE9: .size showptable, .-showptable .section .rodata .align 3 .LC3: .string "Address Contents" .align 3 .LC4: .string "%d %d\n" .text .align 2 .global showmain .type showmain, %function showmain: .LFB10: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str w0, [sp, 28] ldr w0, [sp, 28] cmp w0, 3 bgt .L34 ldr w0, [sp, 28] lsl w0, w0, 1 str w0, [sp, 40] ldr w0, [sp, 28] lsl w0, w0, 1 add w0, w0, 1 str w0, [sp, 44] adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl puts adrp x0, mainMem add x0, x0, :lo12:mainMem ldrsw x1, [sp, 40] ldr w0, [x0, x1, lsl 2] mov w2, w0 ldr w1, [sp, 40] adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf adrp x0, mainMem add x0, x0, :lo12:mainMem ldrsw x1, [sp, 44] ldr w0, [x0, x1, lsl 2] mov w2, w0 ldr w1, [sp, 44] adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf b .L31 .L34: nop .L31: ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE10: .size showmain, .-showmain .align 2 .global showdisk .type showdisk, %function showdisk: .LFB11: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str w0, [sp, 28] ldr w0, [sp, 28] lsl w0, w0, 1 str w0, [sp, 40] ldr w0, [sp, 28] lsl w0, w0, 1 add w0, w0, 1 str w0, [sp, 44] adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl puts adrp x0, diskMem add x0, x0, :lo12:diskMem ldrsw x1, [sp, 40] ldr w0, [x0, x1, lsl 2] mov w2, w0 ldr w1, [sp, 40] adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf adrp x0, diskMem add x0, x0, :lo12:diskMem ldrsw x1, [sp, 44] ldr w0, [x0, x1, lsl 2] mov w2, w0 ldr w1, [sp, 44] adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl printf nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE11: .size showdisk, .-showdisk .section .rodata .align 3 .LC5: .string "Address: %d Value: %d \n" .text .align 2 .global read .type read, %function read: .LFB12: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str w0, [sp, 28] ldr w0, [sp, 28] lsr w1, w0, 31 add w0, w1, w0 asr w0, w0, 1 str w0, [sp, 32] adrp x0, pgTable add x1, x0, :lo12:pgTable ldrsw x0, [sp, 32] lsl x0, x0, 2 add x0, x1, x0 ldrb w0, [x0, 1] cmp w0, 1 beq .L37 adrp x0, :got:stdout ldr x0, [x0, #:got_lo12:stdout] ldr x0, [x0] bl fflush ldr w0, [sp, 28] bl pgFault .L37: adrp x0, pgTable add x1, x0, :lo12:pgTable ldrsw x0, [sp, 32] lsl x0, x0, 2 add x0, x1, x0 ldrb w0, [x0, 3] bl trackUsed adrp x0, pgTable add x1, x0, :lo12:pgTable ldrsw x0, [sp, 32] lsl x0, x0, 2 add x0, x1, x0 ldrb w0, [x0, 3] str w0, [sp, 36] ldr w0, [sp, 28] cmp w0, 0 and w0, w0, 1 csneg w0, w0, w0, ge str w0, [sp, 40] ldr w0, [sp, 36] lsl w0, w0, 1 ldr w1, [sp, 40] add w0, w1, w0 str w0, [sp, 44] adrp x0, mainMem add x0, x0, :lo12:mainMem ldrsw x1, [sp, 44] ldr w0, [x0, x1, lsl 2] mov w2, w0 ldr w1, [sp, 28] adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl printf nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE12: .size read, .-read .align 2 .global write .type write, %function write: .LFB13: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str w0, [sp, 28] str w1, [sp, 24] ldr w0, [sp, 28] lsr w1, w0, 31 add w0, w1, w0 asr w0, w0, 1 str w0, [sp, 32] adrp x0, pgTable add x1, x0, :lo12:pgTable ldrsw x0, [sp, 32] lsl x0, x0, 2 add x0, x1, x0 ldrb w0, [x0, 1] cmp w0, 1 beq .L39 ldr w0, [sp, 28] bl pgFault .L39: adrp x0, pgTable add x1, x0, :lo12:pgTable ldrsw x0, [sp, 32] lsl x0, x0, 2 add x0, x1, x0 ldrb w0, [x0, 3] bl trackUsed adrp x0, :got:stdout ldr x0, [x0, #:got_lo12:stdout] ldr x0, [x0] bl fflush adrp x0, pgTable add x1, x0, :lo12:pgTable ldrsw x0, [sp, 32] lsl x0, x0, 2 add x0, x1, x0 ldrb w0, [x0, 3] str w0, [sp, 36] ldr w0, [sp, 28] cmp w0, 0 and w0, w0, 1 csneg w0, w0, w0, ge str w0, [sp, 40] ldr w0, [sp, 36] lsl w0, w0, 1 ldr w1, [sp, 40] add w0, w1, w0 str w0, [sp, 44] adrp x0, mainMem add x0, x0, :lo12:mainMem ldrsw x1, [sp, 44] ldr w2, [sp, 24] str w2, [x0, x1, lsl 2] adrp x0, pgTable add x1, x0, :lo12:pgTable ldrsw x0, [sp, 32] lsl x0, x0, 2 add x0, x1, x0 mov w1, 1 strb w1, [x0, 2] nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE13: .size write, .-write .section .rodata .align 3 .LC6: .string "read" .align 3 .LC7: .string "write" .align 3 .LC8: .string "showmain" .align 3 .LC9: .string "showdisk" .align 3 .LC10: .string "showptable\n" .align 3 .LC11: .string "quit\n" .text .align 2 .global processInput .type processInput, %function processInput: .LFB14: .cfi_startproc stp x29, x30, [sp, -336]! .cfi_def_cfa_offset 336 .cfi_offset 29, -336 .cfi_offset 30, -328 mov x29, sp str x0, [sp, 24] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 328] mov x1, 0 mov w0, 32 strh w0, [sp, 64] add x0, sp, 64 mov x1, x0 ldr x0, [sp, 24] bl strtok mov x1, x0 add x0, sp, 72 bl strcpy add x2, sp, 72 adrp x0, .LC6 add x1, x0, :lo12:.LC6 mov x0, x2 bl strcmp cmp w0, 0 bne .L41 add x0, sp, 64 mov x1, x0 mov x0, 0 bl strtok bl atoi str w0, [sp, 60] ldr w0, [sp, 60] bl read b .L42 .L41: add x2, sp, 72 adrp x0, .LC7 add x1, x0, :lo12:.LC7 mov x0, x2 bl strcmp cmp w0, 0 bne .L43 add x0, sp, 64 mov x1, x0 mov x0, 0 bl strtok bl atoi str w0, [sp, 52] add x0, sp, 64 mov x1, x0 mov x0, 0 bl strtok bl atoi str w0, [sp, 56] ldr w1, [sp, 56] ldr w0, [sp, 52] bl write b .L42 .L43: add x2, sp, 72 adrp x0, .LC8 add x1, x0, :lo12:.LC8 mov x0, x2 bl strcmp cmp w0, 0 bne .L44 add x0, sp, 64 mov x1, x0 mov x0, 0 bl strtok bl atoi str w0, [sp, 48] ldr w0, [sp, 48] bl showmain b .L42 .L44: add x2, sp, 72 adrp x0, .LC9 add x1, x0, :lo12:.LC9 mov x0, x2 bl strcmp cmp w0, 0 bne .L45 add x0, sp, 64 mov x1, x0 mov x0, 0 bl strtok bl atoi str w0, [sp, 44] ldr w0, [sp, 44] bl showdisk b .L42 .L45: add x2, sp, 72 adrp x0, .LC10 add x1, x0, :lo12:.LC10 mov x0, x2 bl strcmp cmp w0, 0 bne .L46 bl showptable b .L42 .L46: add x2, sp, 72 adrp x0, .LC11 add x1, x0, :lo12:.LC11 mov x0, x2 bl strcmp cmp w0, 0 bne .L42 mov w0, 1 b .L48 .L42: mov w0, 0 .L48: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 328] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L49 bl __stack_chk_fail .L49: mov w0, w1 ldp x29, x30, [sp], 336 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE14: .size processInput, .-processInput .section .rodata .align 3 .LC12: .string "$ " .text .align 2 .global main .type main, %function main: .LFB15: .cfi_startproc stp x29, x30, [sp, -128]! .cfi_def_cfa_offset 128 .cfi_offset 29, -128 .cfi_offset 30, -120 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 120] mov x1, 0 adrp x0, .LC12 add x0, x0, :lo12:.LC12 bl printf b .L51 .L52: adrp x0, .LC12 add x0, x0, :lo12:.LC12 bl printf .L51: adrp x0, :got:stdin ldr x0, [x0, #:got_lo12:stdin] ldr x1, [x0] add x0, sp, 16 mov x2, x1 mov w1, 100 bl fgets bl processInput cmp w0, 0 beq .L52 mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 120] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L54 bl __stack_chk_fail .L54: mov w0, w1 ldp x29, x30, [sp], 128 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE15: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global symbolStack .bss .align 3 .type symbolStack, %object .size symbolStack, 64 symbolStack: .zero 64 .global sp .data .align 2 .type sp, %object .size sp, 4 sp: .word -1 .section .rodata .align 3 .LC0: .string "Usage: %s [exp]\n" .text .align 2 .global main .type main, %function main: .LFB6: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] ldr w0, [sp, 28] cmp w0, 2 beq .L2 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] ldr x0, [sp, 16] ldr x0, [x0] mov x2, x0 adrp x0, .LC0 add x1, x0, :lo12:.LC0 mov x0, x3 bl fprintf mov w0, 1 b .L3 .L2: ldr x0, [sp, 16] add x0, x0, 8 ldr x0, [x0] bl transition mov w0, 0 .L3: ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size main, .-main .section .rodata .align 3 .LC1: .string "%c " .align 3 .LC2: .string "`%c` cannot defined.\n" .align 3 .LC3: .string "FATAL ERROR.\n" .text .align 2 .global transition .type transition, %function transition: .LFB7: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] str x0, [sp, 40] b .L5 .L26: ldr x0, [sp, 40] ldrb w0, [x0] strb w0, [sp, 39] bl top strb w0, [sp, 38] bl __ctype_b_loc ldr x1, [x0] ldrb w0, [sp, 39] lsl x0, x0, 1 add x0, x1, x0 ldrh w0, [x0] and w0, w0, 2048 cmp w0, 0 bne .L6 bl __ctype_b_loc ldr x1, [x0] ldrb w0, [sp, 39] lsl x0, x0, 1 add x0, x1, x0 ldrh w0, [x0] and w0, w0, 1024 cmp w0, 0 beq .L7 .L6: ldrb w0, [sp, 39] mov w1, w0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf b .L8 .L7: ldrb w0, [sp, 39] cmp w0, 43 beq .L9 ldrb w0, [sp, 39] cmp w0, 45 beq .L9 ldrb w0, [sp, 39] cmp w0, 42 beq .L9 ldrb w0, [sp, 39] cmp w0, 47 beq .L9 ldrb w0, [sp, 39] cmp w0, 40 beq .L9 ldrb w0, [sp, 39] cmp w0, 41 beq .L9 ldrb w0, [sp, 39] cmp w0, 32 beq .L9 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] ldrb w0, [sp, 39] mov w2, w0 adrp x0, .LC2 add x1, x0, :lo12:.LC2 mov x0, x3 bl fprintf mov w0, 1 bl exit .L9: ldrb w0, [sp, 39] cmp w0, 32 beq .L29 ldrb w0, [sp, 38] cmp w0, 0 bne .L11 ldrb w0, [sp, 39] bl push b .L8 .L11: ldrb w0, [sp, 39] cmp w0, 47 beq .L12 cmp w0, 47 bgt .L13 cmp w0, 45 beq .L20 cmp w0, 45 bgt .L13 cmp w0, 43 beq .L20 cmp w0, 43 bgt .L13 cmp w0, 42 beq .L12 cmp w0, 42 bgt .L13 cmp w0, 40 beq .L15 cmp w0, 41 beq .L23 b .L13 .L15: ldrb w0, [sp, 39] bl push b .L8 .L12: ldrb w0, [sp, 38] cmp w0, 42 beq .L19 ldrb w0, [sp, 38] cmp w0, 47 bne .L18 .L19: bl pop and w0, w0, 255 mov w1, w0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf bl top strb w0, [sp, 38] ldrb w0, [sp, 38] cmp w0, 42 beq .L19 ldrb w0, [sp, 38] cmp w0, 47 beq .L19 .L18: ldrb w0, [sp, 39] bl push b .L8 .L22: bl pop and w0, w0, 255 mov w1, w0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf bl top strb w0, [sp, 38] .L20: ldrb w0, [sp, 38] cmp w0, 40 beq .L21 ldrb w0, [sp, 38] cmp w0, 0 bne .L22 .L21: ldrb w0, [sp, 39] bl push b .L8 .L25: bl pop and w0, w0, 255 mov w1, w0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf bl top strb w0, [sp, 38] .L23: ldrb w0, [sp, 38] cmp w0, 40 beq .L24 ldrb w0, [sp, 38] cmp w0, 0 bne .L25 .L24: bl pop b .L8 .L13: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 13 mov x1, 1 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl fwrite mov w0, 1 bl exit .L29: nop .L8: ldr x0, [sp, 40] add x0, x0, 1 str x0, [sp, 40] .L5: ldr x0, [sp, 40] ldrb w0, [x0] cmp w0, 0 bne .L26 b .L27 .L28: bl pop and w0, w0, 255 mov w1, w0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf .L27: bl top and w0, w0, 255 cmp w0, 0 bne .L28 mov w0, 10 bl putchar nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size transition, .-transition .align 2 .global push .type push, %function push: .LFB8: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 strb w0, [sp, 15] adrp x0, sp add x0, x0, :lo12:sp ldr w0, [x0] add w1, w0, 1 adrp x0, sp add x0, x0, :lo12:sp str w1, [x0] adrp x0, sp add x0, x0, :lo12:sp ldr w2, [x0] adrp x0, symbolStack add x1, x0, :lo12:symbolStack sxtw x0, w2 ldrb w2, [sp, 15] strb w2, [x1, x0] nop add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size push, .-push .align 2 .global pop .type pop, %function pop: .LFB9: .cfi_startproc adrp x0, sp add x0, x0, :lo12:sp ldr w0, [x0] cmn w0, #1 bne .L32 mov w0, 0 b .L33 .L32: adrp x0, sp add x0, x0, :lo12:sp ldr w0, [x0] sub w2, w0, #1 adrp x1, sp add x1, x1, :lo12:sp str w2, [x1] adrp x1, symbolStack add x1, x1, :lo12:symbolStack sxtw x0, w0 ldrb w0, [x1, x0] .L33: ret .cfi_endproc .LFE9: .size pop, .-pop .align 2 .global top .type top, %function top: .LFB10: .cfi_startproc adrp x0, sp add x0, x0, :lo12:sp ldr w0, [x0] cmn w0, #1 bne .L35 mov w0, 0 b .L36 .L35: adrp x0, sp add x0, x0, :lo12:sp ldr w2, [x0] adrp x0, symbolStack add x1, x0, :lo12:symbolStack sxtw x0, w2 ldrb w0, [x1, x0] .L36: ret .cfi_endproc .LFE10: .size top, .-top ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .local lib_handle .comm lib_handle,8,8 .local _diskmodel_init .comm _diskmodel_init,8,8 .local _diskmodel_done .comm _diskmodel_done,8,8 .local _diskmodel_name .comm _diskmodel_name,8,8 .local _diskmodel_help .comm _diskmodel_help,8,8 .local _diskmodel_r_min .comm _diskmodel_r_min,8,8 .local _diskmodel_flux .comm _diskmodel_flux,8,8 .local _diskmodel_lumi .comm _diskmodel_lumi,8,8 .local _diskmodel_mdot .comm _diskmodel_mdot,8,8 .local _diskmodel_sigma .comm _diskmodel_sigma,8,8 .local _diskmodel_l .comm _diskmodel_l,8,8 .local _diskmodel_vr .comm _diskmodel_vr,8,8 .local _diskmodel_h .comm _diskmodel_h,8,8 .local _diskmodel_dhdr .comm _diskmodel_dhdr,8,8 .local _diskmodel_eval .comm _diskmodel_eval,8,8 .local _diskmodel_params .comm _diskmodel_params,8,8 .section .rodata .align 3 .LC0: .string "diskmodel_init: error in function binding (%s; %s)\n" .align 3 .LC1: .string "diskmodel_init: missing function (%s)\n" .text .align 2 .type bind_func.0, %function bind_func.0: .LFB7: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str x18, [sp, 24] adrp x0, lib_handle add x0, x0, :lo12:lib_handle ldr x0, [x0] ldr x1, [sp, 32] bl dlsym mov x1, x0 ldr x0, [sp, 40] str x1, [x0] bl dlerror str x0, [sp, 56] ldr x0, [sp, 56] cmp x0, 0 beq .L2 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x4, [x0] ldr x3, [sp, 56] ldr x2, [sp, 32] adrp x0, .LC0 add x1, x0, :lo12:.LC0 mov x0, x4 bl fprintf .L2: ldr x0, [sp, 40] ldr x0, [x0] cmp x0, 0 bne .L3 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] ldr x2, [sp, 32] adrp x0, .LC1 add x1, x0, :lo12:.LC1 mov x0, x3 bl fprintf .L3: ldr x0, [sp, 40] ldr x0, [x0] cmp x0, 0 cset w0, ne and w0, w0, 255 ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size bind_func.0, .-bind_func.0 .section .rodata .align 3 .LC2: .string "diskmodel_init: cannot open '%s', close current model first\n" .align 3 .LC3: .string "diskmodel_init: opening failed (%s)\n" .align 3 .LC4: .string "diskmodel_init" .align 3 .LC5: .string "diskmodel_done" .align 3 .LC6: .string "diskmodel_name" .align 3 .LC7: .string "diskmodel_help" .align 3 .LC8: .string "diskmodel_params" .align 3 .LC9: .string "diskmodel_r_min" .align 3 .LC10: .string "diskmodel_mdot" .align 3 .LC11: .string "diskmodel_lumi" .align 3 .LC12: .string "diskmodel_flux" .align 3 .LC13: .string "diskmodel_sigma" .align 3 .LC14: .string "diskmodel_l" .align 3 .LC15: .string "diskmodel_vr" .align 3 .LC16: .string "diskmodel_h" .align 3 .LC17: .string "diskmodel_dhdr" .align 3 .LC18: .string "diskmodel_eval" .text .align 2 .global diskmodel_init .type diskmodel_init, %function diskmodel_init: .LFB6: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str x19, [sp, 16] .cfi_offset 19, -64 str x0, [sp, 56] str d0, [sp, 48] str d1, [sp, 40] str x1, [sp, 32] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 72] mov x1, 0 add x0, sp, 80 str x0, [sp, 64] adrp x0, lib_handle add x0, x0, :lo12:lib_handle ldr x0, [x0] cmp x0, 0 beq .L6 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] ldr x2, [sp, 56] adrp x0, .LC2 add x1, x0, :lo12:.LC2 mov x0, x3 bl fprintf mov w0, -1 b .L7 .L6: mov w1, 2 ldr x0, [sp, 56] bl dlopen mov x1, x0 adrp x0, lib_handle add x0, x0, :lo12:lib_handle str x1, [x0] adrp x0, lib_handle add x0, x0, :lo12:lib_handle ldr x0, [x0] cmp x0, 0 bne .L8 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x19, [x0] bl dlerror mov x2, x0 adrp x0, .LC3 add x1, x0, :lo12:.LC3 mov x0, x19 bl fprintf mov w0, -1 b .L7 .L8: add x0, sp, 64 mov x18, x0 adrp x0, .LC4 add x1, x0, :lo12:.LC4 adrp x0, _diskmodel_init add x0, x0, :lo12:_diskmodel_init bl bind_func.0 cmp w0, 0 beq .L26 add x0, sp, 64 mov x18, x0 adrp x0, .LC5 add x1, x0, :lo12:.LC5 adrp x0, _diskmodel_done add x0, x0, :lo12:_diskmodel_done bl bind_func.0 cmp w0, 0 beq .L27 add x0, sp, 64 mov x18, x0 adrp x0, .LC6 add x1, x0, :lo12:.LC6 adrp x0, _diskmodel_name add x0, x0, :lo12:_diskmodel_name bl bind_func.0 cmp w0, 0 beq .L28 add x0, sp, 64 mov x18, x0 adrp x0, .LC7 add x1, x0, :lo12:.LC7 adrp x0, _diskmodel_help add x0, x0, :lo12:_diskmodel_help bl bind_func.0 cmp w0, 0 beq .L29 add x0, sp, 64 mov x18, x0 adrp x0, .LC8 add x1, x0, :lo12:.LC8 adrp x0, _diskmodel_params add x0, x0, :lo12:_diskmodel_params bl bind_func.0 cmp w0, 0 beq .L30 add x0, sp, 64 mov x18, x0 adrp x0, .LC9 add x1, x0, :lo12:.LC9 adrp x0, _diskmodel_r_min add x0, x0, :lo12:_diskmodel_r_min bl bind_func.0 cmp w0, 0 beq .L31 add x0, sp, 64 mov x18, x0 adrp x0, .LC10 add x1, x0, :lo12:.LC10 adrp x0, _diskmodel_mdot add x0, x0, :lo12:_diskmodel_mdot bl bind_func.0 cmp w0, 0 beq .L32 add x0, sp, 64 mov x18, x0 adrp x0, .LC11 add x1, x0, :lo12:.LC11 adrp x0, _diskmodel_lumi add x0, x0, :lo12:_diskmodel_lumi bl bind_func.0 cmp w0, 0 beq .L33 add x0, sp, 64 mov x18, x0 adrp x0, .LC12 add x1, x0, :lo12:.LC12 adrp x0, _diskmodel_flux add x0, x0, :lo12:_diskmodel_flux bl bind_func.0 cmp w0, 0 beq .L34 add x0, sp, 64 mov x18, x0 adrp x0, .LC13 add x1, x0, :lo12:.LC13 adrp x0, _diskmodel_sigma add x0, x0, :lo12:_diskmodel_sigma bl bind_func.0 cmp w0, 0 beq .L35 add x0, sp, 64 mov x18, x0 adrp x0, .LC14 add x1, x0, :lo12:.LC14 adrp x0, _diskmodel_l add x0, x0, :lo12:_diskmodel_l bl bind_func.0 cmp w0, 0 beq .L36 add x0, sp, 64 mov x18, x0 adrp x0, .LC15 add x1, x0, :lo12:.LC15 adrp x0, _diskmodel_vr add x0, x0, :lo12:_diskmodel_vr bl bind_func.0 cmp w0, 0 beq .L37 add x0, sp, 64 mov x18, x0 adrp x0, .LC16 add x1, x0, :lo12:.LC16 adrp x0, _diskmodel_h add x0, x0, :lo12:_diskmodel_h bl bind_func.0 cmp w0, 0 beq .L38 add x0, sp, 64 mov x18, x0 adrp x0, .LC17 add x1, x0, :lo12:.LC17 adrp x0, _diskmodel_dhdr add x0, x0, :lo12:_diskmodel_dhdr bl bind_func.0 cmp w0, 0 beq .L39 add x0, sp, 64 mov x18, x0 adrp x0, .LC18 add x1, x0, :lo12:.LC18 adrp x0, _diskmodel_eval add x0, x0, :lo12:_diskmodel_eval bl bind_func.0 cmp w0, 0 beq .L40 adrp x0, _diskmodel_init add x0, x0, :lo12:_diskmodel_init ldr x1, [x0] ldr x0, [sp, 32] ldr d1, [sp, 40] ldr d0, [sp, 48] blr x1 b .L7 .L26: nop b .L10 .L27: nop b .L10 .L28: nop b .L10 .L29: nop b .L10 .L30: nop b .L10 .L31: nop b .L10 .L32: nop b .L10 .L33: nop b .L10 .L34: nop b .L10 .L35: nop b .L10 .L36: nop b .L10 .L37: nop b .L10 .L38: nop b .L10 .L39: nop b .L10 .L40: nop .L10: adrp x0, lib_handle add x0, x0, :lo12:lib_handle ldr x0, [x0] bl dlclose adrp x0, lib_handle add x0, x0, :lo12:lib_handle str xzr, [x0] mov w0, -1 .L7: mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 72] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L25 bl __stack_chk_fail .L25: mov w0, w1 ldr x19, [sp, 16] ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_restore 19 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size diskmodel_init, .-diskmodel_init .align 2 .global diskmodel_done .type diskmodel_done, %function diskmodel_done: .LFB8: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp adrp x0, _diskmodel_done add x0, x0, :lo12:_diskmodel_done ldr x0, [x0] blr x0 adrp x0, lib_handle add x0, x0, :lo12:lib_handle ldr x0, [x0] bl dlclose adrp x0, lib_handle add x0, x0, :lo12:lib_handle str xzr, [x0] nop ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size diskmodel_done, .-diskmodel_done .align 2 .global diskmodel_name .type diskmodel_name, %function diskmodel_name: .LFB9: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp adrp x0, _diskmodel_name add x0, x0, :lo12:_diskmodel_name ldr x0, [x0] blr x0 ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE9: .size diskmodel_name, .-diskmodel_name .align 2 .global diskmodel_r_min .type diskmodel_r_min, %function diskmodel_r_min: .LFB10: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp adrp x0, _diskmodel_r_min add x0, x0, :lo12:_diskmodel_r_min ldr x0, [x0] blr x0 ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE10: .size diskmodel_r_min, .-diskmodel_r_min .align 2 .global diskmodel_mdot .type diskmodel_mdot, %function diskmodel_mdot: .LFB11: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp adrp x0, _diskmodel_mdot add x0, x0, :lo12:_diskmodel_mdot ldr x0, [x0] blr x0 ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE11: .size diskmodel_mdot, .-diskmodel_mdot .align 2 .global diskmodel_lumi .type diskmodel_lumi, %function diskmodel_lumi: .LFB12: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp adrp x0, _diskmodel_lumi add x0, x0, :lo12:_diskmodel_lumi ldr x0, [x0] blr x0 ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE12: .size diskmodel_lumi, .-diskmodel_lumi .align 2 .global diskmodel_flux .type diskmodel_flux, %function diskmodel_flux: .LFB13: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str d0, [sp, 24] adrp x0, _diskmodel_flux add x0, x0, :lo12:_diskmodel_flux ldr x0, [x0] ldr d0, [sp, 24] blr x0 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE13: .size diskmodel_flux, .-diskmodel_flux .align 2 .global diskmodel_sigma .type diskmodel_sigma, %function diskmodel_sigma: .LFB14: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str d0, [sp, 24] adrp x0, _diskmodel_sigma add x0, x0, :lo12:_diskmodel_sigma ldr x0, [x0] ldr d0, [sp, 24] blr x0 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE14: .size diskmodel_sigma, .-diskmodel_sigma .align 2 .global diskmodel_l .type diskmodel_l, %function diskmodel_l: .LFB15: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str d0, [sp, 24] adrp x0, _diskmodel_l add x0, x0, :lo12:_diskmodel_l ldr x0, [x0] ldr d0, [sp, 24] blr x0 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE15: .size diskmodel_l, .-diskmodel_l .align 2 .global diskmodel_vr .type diskmodel_vr, %function diskmodel_vr: .LFB16: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str d0, [sp, 24] adrp x0, _diskmodel_vr add x0, x0, :lo12:_diskmodel_vr ldr x0, [x0] ldr d0, [sp, 24] blr x0 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE16: .size diskmodel_vr, .-diskmodel_vr .align 2 .global diskmodel_h .type diskmodel_h, %function diskmodel_h: .LFB17: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str d0, [sp, 24] adrp x0, _diskmodel_h add x0, x0, :lo12:_diskmodel_h ldr x0, [x0] ldr d0, [sp, 24] blr x0 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE17: .size diskmodel_h, .-diskmodel_h .align 2 .global diskmodel_dhdr .type diskmodel_dhdr, %function diskmodel_dhdr: .LFB18: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str d0, [sp, 24] adrp x0, _diskmodel_dhdr add x0, x0, :lo12:_diskmodel_dhdr ldr x0, [x0] ldr d0, [sp, 24] blr x0 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE18: .size diskmodel_dhdr, .-diskmodel_dhdr .align 2 .global diskmodel_eval .type diskmodel_eval, %function diskmodel_eval: .LFB19: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str d0, [sp, 24] str w0, [sp, 20] adrp x0, _diskmodel_eval add x0, x0, :lo12:_diskmodel_eval ldr x1, [x0] ldr w0, [sp, 20] ldr d0, [sp, 24] blr x1 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE19: .size diskmodel_eval, .-diskmodel_eval .align 2 .global diskmodel_params .type diskmodel_params, %function diskmodel_params: .LFB20: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] adrp x0, _diskmodel_params add x0, x0, :lo12:_diskmodel_params ldr x1, [x0] ldr x0, [sp, 24] blr x1 nop ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE20: .size diskmodel_params, .-diskmodel_params .section .rodata .align 3 .LC19: .string "w" .align 3 .LC20: .string "diskmodel_dump: cannot open output (%s)\n" .align 3 .LC21: .string "# Disk model dump\n" .align 3 .LC22: .string "#-------------------------------------------\n" .align 3 .LC23: .string "# parameters:\n" .align 3 .LC24: .string "# col1: radius [GM/c2]\n" .align 3 .LC25: .string "# col2: flux (one side) [erg s-1 cm-2]\n" .align 3 .LC26: .string "# col3: sigma [g cm-2]\n" .align 3 .LC27: .string "# col4: specific angular momentum [none]\n" .align 3 .LC28: .string "# col5: radial velocity [speed of light]\n" .align 3 .LC29: .string "# col6: disk height [GM/c2]\n" .align 3 .LC30: .string "# col7: disk slope (derivative dH/dR of height with respect to equatorial radius) [none]\n" .align 3 .LC31: .string "%e %e %e %e %+e %+e %+e\n" .text .align 2 .global diskmodel_dump .type diskmodel_dump, %function diskmodel_dump: .LFB21: .cfi_startproc stp x29, x30, [sp, -112]! .cfi_def_cfa_offset 112 .cfi_offset 29, -112 .cfi_offset 30, -104 mov x29, sp stp d8, d9, [sp, 16] stp d10, d11, [sp, 32] str d12, [sp, 48] .cfi_offset 72, -96 .cfi_offset 73, -88 .cfi_offset 74, -80 .cfi_offset 75, -72 .cfi_offset 76, -64 str x0, [sp, 72] adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] str x0, [sp, 88] ldr x0, [sp, 72] cmp x0, 0 beq .L66 adrp x0, .LC19 add x1, x0, :lo12:.LC19 ldr x0, [sp, 72] bl fopen str x0, [sp, 88] .L66: ldr x0, [sp, 88] cmp x0, 0 bne .L67 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] ldr x2, [sp, 72] adrp x0, .LC20 add x1, x0, :lo12:.LC20 mov x0, x3 bl fprintf b .L65 .L67: ldr x3, [sp, 88] mov x2, 18 mov x1, 1 adrp x0, .LC21 add x0, x0, :lo12:.LC21 bl fwrite ldr x3, [sp, 88] mov x2, 45 mov x1, 1 adrp x0, .LC22 add x0, x0, :lo12:.LC22 bl fwrite ldr x3, [sp, 88] mov x2, 14 mov x1, 1 adrp x0, .LC23 add x0, x0, :lo12:.LC23 bl fwrite ldr x0, [sp, 88] bl diskmodel_params ldr x3, [sp, 88] mov x2, 45 mov x1, 1 adrp x0, .LC22 add x0, x0, :lo12:.LC22 bl fwrite ldr x3, [sp, 88] mov x2, 23 mov x1, 1 adrp x0, .LC24 add x0, x0, :lo12:.LC24 bl fwrite ldr x3, [sp, 88] mov x2, 39 mov x1, 1 adrp x0, .LC25 add x0, x0, :lo12:.LC25 bl fwrite ldr x3, [sp, 88] mov x2, 23 mov x1, 1 adrp x0, .LC26 add x0, x0, :lo12:.LC26 bl fwrite ldr x3, [sp, 88] mov x2, 41 mov x1, 1 adrp x0, .LC27 add x0, x0, :lo12:.LC27 bl fwrite ldr x3, [sp, 88] mov x2, 41 mov x1, 1 adrp x0, .LC28 add x0, x0, :lo12:.LC28 bl fwrite ldr x3, [sp, 88] mov x2, 28 mov x1, 1 adrp x0, .LC29 add x0, x0, :lo12:.LC29 bl fwrite ldr x3, [sp, 88] mov x2, 89 mov x1, 1 adrp x0, .LC30 add x0, x0, :lo12:.LC30 bl fwrite ldr x3, [sp, 88] mov x2, 45 mov x1, 1 adrp x0, .LC22 add x0, x0, :lo12:.LC22 bl fwrite bl diskmodel_r_min str d0, [sp, 104] ldr d0, [sp, 104] str d0, [sp, 96] b .L69 .L70: ldr d0, [sp, 96] bl diskmodel_flux fmov d8, d0 ldr d0, [sp, 96] bl diskmodel_sigma fmov d9, d0 ldr d0, [sp, 96] bl diskmodel_l fmov d10, d0 ldr d0, [sp, 96] bl diskmodel_vr fmov d11, d0 ldr d0, [sp, 96] bl diskmodel_h fmov d12, d0 ldr d0, [sp, 96] bl diskmodel_dhdr fmov d6, d0 fmov d5, d12 fmov d4, d11 fmov d3, d10 fmov d2, d9 fmov d1, d8 ldr d0, [sp, 96] adrp x0, .LC31 add x0, x0, :lo12:.LC31 bl printf ldr d0, [sp, 96] adrp x0, .LC32 ldr d1, [x0, #:lo12:.LC32] fmul d0, d0, d1 str d0, [sp, 96] .L69: ldr d0, [sp, 96] mov x0, 149533581377536 movk x0, 0x40b3, lsl 48 fmov d1, x0 fcmpe d0, d1 bmi .L70 ldr x0, [sp, 88] bl fflush ldr x0, [sp, 72] cmp x0, 0 beq .L65 ldr x0, [sp, 88] bl fclose .L65: ldp d8, d9, [sp, 16] ldp d10, d11, [sp, 32] ldr d12, [sp, 48] ldp x29, x30, [sp], 112 .cfi_restore 30 .cfi_restore 29 .cfi_restore 76 .cfi_restore 74 .cfi_restore 75 .cfi_restore 72 .cfi_restore 73 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE21: .size diskmodel_dump, .-diskmodel_dump .section .rodata .align 3 .LC33: .string "modot=0.1" .align 3 .LC34: .string "../../models/nt/disk-nt.so" .text .align 2 .global main .type main, %function main: .LFB22: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp adrp x0, .LC33 add x1, x0, :lo12:.LC33 movi d1, #0 fmov d0, 1.0e+1 adrp x0, .LC34 add x0, x0, :lo12:.LC34 bl diskmodel_init adrp x0, lib_handle add x0, x0, :lo12:lib_handle ldr x0, [x0] cmp x0, 0 bne .L72 mov w0, -1 b .L73 .L72: mov x0, 0 bl diskmodel_dump bl diskmodel_done mov w0, 0 .L73: ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE22: .size main, .-main .section .rodata .align 3 .LC32: .word -858993459 .word 1072745676 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global d .bss .align 3 .type d, %object .size d, 4 d: .zero 4 .global e .align 3 .type e, %object .size e, 4 e: .zero 4 .global c .align 2 .type c, %object .size c, 4 c: .zero 4 .text .align 2 .global f .type f, %function f: .LFB0: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 adrp x0, d add x0, x0, :lo12:d ldr x0, [x0] sbfx x0, x0, 0, 3 sxtb w0, w0 mov w1, w0 adrp x0, e add x0, x0, :lo12:e ldr x0, [x0] sbfx x0, x0, 0, 3 sxtb w0, w0 mul w0, w1, w0 sxtb w0, w0 strb w0, [sp, 15] ldrb w1, [sp, 15] adrp x0, c add x0, x0, :lo12:c str w1, [x0] nop add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size f, .-f ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global ft_striter .type ft_striter, %function ft_striter: .LFB0: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] ldr x0, [sp, 24] cmp x0, 0 beq .L5 ldr x0, [sp, 16] cmp x0, 0 beq .L5 ldr x0, [sp, 24] str x0, [sp, 40] str xzr, [sp, 32] b .L3 .L4: ldr x1, [sp, 40] ldr x0, [sp, 32] add x0, x1, x0 ldr x1, [sp, 16] blr x1 ldr x0, [sp, 32] add x0, x0, 1 str x0, [sp, 32] .L3: ldr x1, [sp, 40] ldr x0, [sp, 32] add x0, x1, x0 ldrb w0, [x0] cmp w0, 0 bne .L4 .L5: nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size ft_striter, .-ft_striter ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global irc_send_command .type irc_send_command, %function irc_send_command: .LFB0: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str x2, [sp, 24] ldr x0, [sp, 40] bl UNUSED ldr x0, [sp, 32] bl UNUSED ldr x0, [sp, 24] bl UNUSED mov w0, 0 ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size irc_send_command, .-irc_send_command .align 2 .global irc_send_privmsg .type irc_send_privmsg, %function irc_send_privmsg: .LFB1: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str x2, [sp, 24] ldr x0, [sp, 40] bl UNUSED ldr x0, [sp, 32] bl UNUSED ldr x0, [sp, 24] bl UNUSED mov w0, 0 ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size irc_send_privmsg, .-irc_send_privmsg ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "a = 0x%X\n" .align 3 .LC1: .string "b = 0x%X\n" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] mov w0, -2147483648 str w0, [sp, 40] mov w0, -2147483648 str w0, [sp, 44] ldr w0, [sp, 40] asr w0, w0, 1 mov w1, w0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr w0, [sp, 44] lsr w0, w0, 1 mov w1, w0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf mov w0, 0 ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC3: .string "%d" .align 3 .LC4: .string "%s%s" .align 3 .LC5: .string "Caso #%d: De novo!\n" .align 3 .LC6: .string "Caso #%d: Bazinga!\n" .align 3 .LC7: .string "Caso #%d: Raj trapaceou!\n" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -112]! .cfi_def_cfa_offset 112 .cfi_offset 29, -112 .cfi_offset 30, -104 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 104] mov x1, 0 mov x0, 25972 movk x0, 0x6f73, lsl 16 movk x0, 0x7275, lsl 32 movk x0, 0x61, lsl 48 str x0, [sp, 56] adrp x0, .LC0 add x1, x0, :lo12:.LC0 add x0, sp, 32 ldr w2, [x1] str w2, [x0] ldrh w1, [x1, 4] strh w1, [x0, 4] adrp x0, .LC1 add x1, x0, :lo12:.LC1 add x0, sp, 40 ldr w2, [x1] str w2, [x0] ldrh w1, [x1, 4] strh w1, [x0, 4] mov x0, 24940 movk x0, 0x6167, lsl 16 movk x0, 0x7472, lsl 32 movk x0, 0x6f, lsl 48 str x0, [sp, 64] adrp x0, .LC2 add x1, x0, :lo12:.LC2 add x0, sp, 48 ldr w2, [x1] str w2, [x0] ldrh w1, [x1, 4] strh w1, [x0, 4] add x0, sp, 24 mov x1, x0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl __isoc99_scanf mov w0, 1 str w0, [sp, 28] b .L2 .L28: add x1, sp, 88 add x0, sp, 72 mov x2, x1 mov x1, x0 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl __isoc99_scanf add x1, sp, 88 add x0, sp, 72 bl strcmp cmp w0, 0 bne .L3 ldr w1, [sp, 28] adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl printf b .L4 .L3: add x1, sp, 56 add x0, sp, 72 bl strcmp cmp w0, 0 bne .L5 add x1, sp, 32 add x0, sp, 88 bl strcmp cmp w0, 0 beq .L6 add x1, sp, 64 add x0, sp, 88 bl strcmp cmp w0, 0 bne .L7 .L6: ldr w1, [sp, 28] adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl printf b .L4 .L7: add x1, sp, 40 add x0, sp, 88 bl strcmp cmp w0, 0 beq .L9 add x1, sp, 48 add x0, sp, 88 bl strcmp cmp w0, 0 bne .L4 .L9: ldr w1, [sp, 28] adrp x0, .LC7 add x0, x0, :lo12:.LC7 bl printf b .L4 .L5: add x1, sp, 32 add x0, sp, 72 bl strcmp cmp w0, 0 bne .L10 add x1, sp, 40 add x0, sp, 88 bl strcmp cmp w0, 0 beq .L11 add x1, sp, 48 add x0, sp, 88 bl strcmp cmp w0, 0 bne .L12 .L11: ldr w1, [sp, 28] adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl printf b .L4 .L12: add x1, sp, 56 add x0, sp, 88 bl strcmp cmp w0, 0 beq .L14 add x1, sp, 64 add x0, sp, 88 bl strcmp cmp w0, 0 bne .L4 .L14: ldr w1, [sp, 28] adrp x0, .LC7 add x0, x0, :lo12:.LC7 bl printf b .L4 .L10: add x1, sp, 40 add x0, sp, 72 bl strcmp cmp w0, 0 bne .L15 add x1, sp, 56 add x0, sp, 88 bl strcmp cmp w0, 0 beq .L16 add x1, sp, 64 add x0, sp, 88 bl strcmp cmp w0, 0 bne .L17 .L16: ldr w1, [sp, 28] adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl printf b .L4 .L17: add x1, sp, 32 add x0, sp, 88 bl strcmp cmp w0, 0 beq .L19 add x1, sp, 48 add x0, sp, 88 bl strcmp cmp w0, 0 bne .L4 .L19: ldr w1, [sp, 28] adrp x0, .LC7 add x0, x0, :lo12:.LC7 bl printf b .L4 .L15: add x1, sp, 64 add x0, sp, 72 bl strcmp cmp w0, 0 bne .L20 add x1, sp, 32 add x0, sp, 88 bl strcmp cmp w0, 0 beq .L21 add x1, sp, 48 add x0, sp, 88 bl strcmp cmp w0, 0 bne .L22 .L21: ldr w1, [sp, 28] adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl printf b .L4 .L22: add x1, sp, 40 add x0, sp, 88 bl strcmp cmp w0, 0 beq .L24 add x1, sp, 56 add x0, sp, 88 bl strcmp cmp w0, 0 bne .L4 .L24: ldr w1, [sp, 28] adrp x0, .LC7 add x0, x0, :lo12:.LC7 bl printf b .L4 .L20: add x1, sp, 48 add x0, sp, 72 bl strcmp cmp w0, 0 bne .L4 add x1, sp, 56 add x0, sp, 88 bl strcmp cmp w0, 0 beq .L25 add x1, sp, 40 add x0, sp, 88 bl strcmp cmp w0, 0 bne .L26 .L25: ldr w1, [sp, 28] adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl printf b .L4 .L26: add x1, sp, 32 add x0, sp, 88 bl strcmp cmp w0, 0 beq .L27 add x1, sp, 64 add x0, sp, 88 bl strcmp cmp w0, 0 bne .L4 .L27: ldr w1, [sp, 28] adrp x0, .LC7 add x0, x0, :lo12:.LC7 bl printf .L4: ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L2: ldr w0, [sp, 24] ldr w1, [sp, 28] cmp w1, w0 ble .L28 mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 104] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L30 bl __stack_chk_fail .L30: mov w0, w1 ldp x29, x30, [sp], 112 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main .section .rodata .align 3 .LC0: .string "papel" .align 3 .LC1: .string "pedra" .align 3 .LC2: .string "Spock" .text ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global caCert1_BASE64 .section .rodata .align 3 .LC0: .ascii "MIIB0DCCATmgAwIBAgIJAI75TJGxEsCoMA0GCSqGSIb3DQEBCwUAMCExHzAd" .ascii "BgNVBAMTFlBheW1lbnRSZXF1ZXN0IFRlc3QgQ0EwHhcNMTIxMjEwMTYzNzI0" .ascii "WhcNMjIxMjA4MTYzNzI0WjAhMR8wHQYDVQQDExZQYXltZW50UmVxdWVzdCBU" .ascii "ZXN0IENBMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCvua59nX9radoq" .ascii "DYyplcns5qdVDTN17tmcGixmMYOYU3UYMU55VSsJs0dWKnMm3COQDY+N63c0" .ascii "XSbRqarBcsLTkaNASuPXFCv1VWuEKSyy5xe4zeoDU7CVSzlxtQD9wbZW/s3I" .ascii "SjgaXBpw" .string "n6eVmntb0JwYxxPcM1u/hrMD8BDbSQIDAQABoxAwDjAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBCwUAA4GBADSaRgK5xe47XxycXBhHhr0Wgl4pAsFsufqA9aB9r8KNEHJ0yUvvbD/jaJJMRtQcf0AJ9olzUMY4syehxbzUJP6aeXhZEYiMvdvcv9D55clq6+WLLlNT3jBgAaVnp3waRjPD4bUX3nv+ojz5s4puw7Qq5QUZlhGsMzPvwDGCmZkL" .section .data.rel.local,"aw" .align 3 .type caCert1_BASE64, %object .size caCert1_BASE64, 8 caCert1_BASE64: .xword .LC0 .global caCert2_BASE64 .section .rodata .align 3 .LC1: .ascii "MIIC1TCCAb2gAwIBAgIJAPDal+Q412QWMA0GCSqGSIb3DQEBCwUAMCExHzAd" .ascii "BgNVBAMMFlBheW1lbnRSZXF1ZXN0IFRlc3QgQ0EwHhcNMTUwMTExMTgyMTA2" .ascii "WhcNMjUwMTA4MTgyMTA2WjAhMR8wHQYDVQQDDBZQYXltZW50UmVxdWVzdCBU" .ascii "ZXN0IENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1S9wVLfT" .ascii "plJuT/1OaaBgl/MbI392v8S9kHbzYz7B4OTMslaO7piz0v3SO3TKMh0dswji" .ascii "RdHrIgpO7XdIUQiU/uggxDw0kuNehfz1ycaGedlFFtFHTNXqLyIUF3dlwHhQ" .ascii "waomM6RXoJmxLny5BhYHEcmkyWwr3Cdjd9gAZpblugVJB9C1e40uyL8ao4PH" .ascii "dLzOqO27iSe6riP8SwwisJZEbMazAZpgNEEMbIXPJEFvm5HTRXSMtQCOTSZY" .ascii "MFF0M2yrtmlECnz7hWP19b9bcoDzZQB4ylIsFG/7q2jV7MC/e2STZv+niJiH" .ascii "L08RUdoFpAgzaxMgqj63C7B55HgNDNHJYQIDAQABoxAwDjAMBgNVHRMEBTAD" .ascii "AQH/MA0GCSqGSIb3DQEBCwUAA4IBAQBGejPxLxj9+crv6gUeEBMZPiUx7pUg" .ascii "cI22Wm5yymP96B4fwI3Y0DBehq20d76vbWGPN17Z6pH3ge7PVY1SYqXt" .string "S6hXTo4olCm/BZADli+2Bs2xCiaa+Ltve4ufVej+bKJXN/YnrhvOKq+klQkuuHywU+GJV/NQeBqToIrSOBgi477NgLFCCCmmx2QWsxHoCFGfuRCBVseTz2k/tMuALCDXGeZBRPTsGHu1y4cj84swAeoDK5QSQcI+Ub7GKc+zkoj02sdDLiMo3wokYPcIy47oclhmb4xubHc+y7nF610yZBoC/zgbhbawnZ65hDDWkdQ/SVAnWZD79PFfmNnYPTQH" .section .data.rel.local .align 3 .type caCert2_BASE64, %object .size caCert2_BASE64, 8 caCert2_BASE64: .xword .LC1 .global paymentrequest1_cert1_BASE64 .section .rodata .align 3 .LC2: .ascii "Egt4NTA5K3NoYTI1NhrxAwruAzCCAeowggFToAMCAQICAQEwDQYJKoZIhvcN" .ascii "AQELBQAwITEfMB0GA1UEAxMWUGF5bWVudFJlcXVlc3QgVGVzdCBDQTAeFw0x" .ascii "MjEyMTAxNjM3MjRaFw0yMjEyMDgxNjM3MjRaMEMxGTAXBgNVBAMMEHRlc3Rt" .ascii "ZXJjaGFudC5vcmcxJjAkBgNVBAoMHVBheW1lbnQgUmVxdWVzdCBUZXN0IE1l" .ascii "cmNoYW50MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDHkMy8W1u6HsWl" .ascii "SqdWTmMKf54gICxNfxbY+rcMtAftr62hCYx2d2QiSRd1pCUzmo12IiSX3WxS" .ascii "HwaTnT3MFD6jRx6+zM6XdGarI2zpYle11ANzu4gAthN17uRQHV2O5QxVtzNa" .ascii "MdKeJLXT2L9tfEdyL++9ZUqoQmdAYG9ix330hQIDAQABoxAwDjAMBgNVHRME" .ascii "BTADAQH/MA0GCSqGSIb3DQEBCwUAA4GBAIkyO99KC68bi9PFRyQQ7nvn5GlQ" .ascii "Eb3Ca1bRG5+AKN9N5vc8rZ9G2hejtM8wEXnieGBP+chVMsbTPEHKLrwREn7I" .ascii "vcyCcbAStaklPC3w0B/2idQSHskb6P3X13OR2bTHa2+6wuhsOZRUrVNr24rM" .ascii "95DKx/eCC6JN1VW+" .string "qRPU6fqzIjQSHwiw2wYSGXapFJVgigPI+6XpExtNLO/i1WFV8ZmoiKwYsuHFiwUqC1VuaXRUZXN0T25lKoABS0j59iMUUc9MdIfwsO1BskIET0eJSGNZ7eXb9N62u+qf831PMpEHkmlGpk8rHy92nPcgua/UYt8oZMn3QaTZ5A6HjJbc3A73eLylp1a0SwCl+KDMEvDQhqMn1jAVu2v92AH3uB7nSiWVbw0tX/68iSQEGGfh9n6ee/8Myb3ICdw=" .section .data.rel.local .align 3 .type paymentrequest1_cert1_BASE64, %object .size paymentrequest1_cert1_BASE64, 8 paymentrequest1_cert1_BASE64: .xword .LC2 .global paymentrequest2_cert1_BASE64 .section .rodata .align 3 .LC3: .ascii "Egt4NTA5K3NoYTI1NhrsAwrpAzCCAeUwggFOoAMCAQICAQMwDQYJKoZIhvcN" .ascii "AQELBQAwITEfMB0GA1UEAxMWUGF5bWVudFJlcXVlc3QgVGVzdCBDQTAeFw0x" .ascii "MzAyMjMyMTI2NDNaFw0xMzAyMjQyMTI2NDNaMD4xHDAaBgNVBAMME2V4cGly" .ascii "ZWRtZXJjaGFudC5vcmcxHjAcBgNVBAoMFUV4cGlyZWQgVGVzdCBNZXJjaGFu" .ascii "dDCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAx5DMvFtbuh7FpUqnVk5j" .ascii "Cn+eICAsTX8W2Pq3DLQH7a+toQmMdndkIkkXdaQlM5qNdiIkl91sUh8Gk509" .ascii "zBQ+o0cevszOl3RmqyNs6WJXtdQDc7uIALYTde7kUB1djuUMVbczWjHSniS1" .ascii "09i/bXxHci/vvWVKqEJnQGBvYsd99IUCAwEAAaMQMA4wDAYDVR0TBAUwAwEB" .ascii "/zANBgkqhkiG9w0BAQsFAAOBgQAaU137j53rvSjlmYZpZ4RWTP7EdD6fl5Zx" .ascii "BeXHytN6DQL33H0eD7OFHt+ofc7E6D7keublUfCu+jOvt/MvvPUmtCI9yXZ0" .ascii "dNC4sjyETv+wQpxO0UNZwOM4uegdCzlo6Bi3pD4/KKLdMkWuUfuPBmoammny" .ascii "74lZaOVr" .string "5deKXztTuCI0Eh8IsNsGEhl2qRSVYIoDyPul6RMbTSzv4tVhVfGZqIisGLLhxYsFKgtVbml0VGVzdFR3byqAAXHuo4nZEPniLpkdy30TkwBxVgprWJ18a9z/7Py35Qss/JMbOXbnBhJtmJCdIowHRI0aa+zqt3KKKAXimm+V4seMgxTcxMS+eDDkiTcB/RtWWSyRcS2ANjFeY0T4SLMwiCL9qWPi03hr8j96tejrSPOBNSJ3Mi/q5u2Yl4gJZY2b" .section .data.rel.local .align 3 .type paymentrequest2_cert1_BASE64, %object .size paymentrequest2_cert1_BASE64, 8 paymentrequest2_cert1_BASE64: .xword .LC3 .global paymentrequest3_cert1_BASE64 .section .rodata .align 3 .LC4: .ascii "Egt4NTA5K3NoYTI1Nhq8JAr/AzCCAfswggFkoAMCAQICAQEwDQYJKoZIhvcN" .ascii "AQELBQAwPzEUMBIGA1UEAwwLdGVzdGNhOC5vcmcxJzAlBgNVBAoMHlBheW1l" .ascii "bnQgUmVxdWVzdCBJbnRlcm1lZGlhdGUgODAeFw0xMzAyMjMyMjQyMzFaFw0y" .ascii "MzAyMjEyMjQyMzFaMDYxGjAYBgNVBAMMEXRlc3RtZXJjaGFudDgub3JnMRgw" .ascii "FgYDVQQKDA9UZXN0IE1lcmNoYW50IDgwgZ8wDQYJKoZIhvcNAQEBBQADgY0A" .ascii "MIGJAoGBAMMCHA3hiHbSTKZ5K9jHRwE8NxkGp3IOx56PDB2diNkldG8XweTc" .ascii "Rq7bBm7pdiBt4IVggtfs+6hEhDYIOecyoAnVzPFTdvQ7KQdQ/fD9YLe6lk+o" .ascii "0edOqutPMyrxLFjSluXxEQyk7fdtURloMMYfp3p1/hFCboA1rAsQ2RW38hR5" .ascii "AgMBAAGjEDAOMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQELBQADgYEAPsdF" .ascii "atnc2RJSpvZsw+nCiPVsllycw5ELglq9vfJznJJucRxgzmqI2iuas1ugwbXn" .ascii "0BEIRLK7vMF/qBzQR6M/nTxttah+KEu+okjps9vJcIyhfTyGPC5xkHaHZ7sG" .ascii "+UHOFhPw0/kXn0x+pbVgBZ5315axqcp1R+DTSj/whMArn0AKiAQwggIEMIIB" .ascii "baADAgECAgECMA0GCSqGSIb3DQEBCwUAMD8xFDASBgNVBAMMC3Rlc3RjYTcu" .ascii "b3JnMScwJQYDVQQKDB5QYXltZW50IFJlcXVlc3QgSW50ZXJtZWRpYXRlIDcw" .ascii "HhcNMTMwMjIzMjI0MjMxWhcNMjMwMjIxMjI0MjMxWjA/MRQwEgYDVQQDDAt0" .ascii "ZXN0Y2E4Lm9yZzEnMCUGA1UECgweUGF5bWVudCBSZXF1ZXN0IEludGVybWVk" .ascii "aWF0ZSA4MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDexUFfxb1sThva" .ascii "bp7udZz59ciThGmmAW0nP4tjrgEACgvWIInr2dZpTHbiQNF34ycsk0le1JD9" .ascii "3D7Qb8rd25OrpaO8XS2Li2zjR9cleixXjSLwV/zv8zJ8yPl/27XL++PDTKBX" .ascii "VpJ8/Syp+9TyplV1BqDhqtIHb/QSHEkTQXjeYQIDAQABoxAwDjAMBgNVHRME" .ascii "BTADAQH/MA0GCSqGSIb3DQEBCwUAA4GBACMooQVbkbIZ2DaPwHDc4ULwguG3" .ascii "VI2Kzj50UdExmHtzm2S4MQei+n+HEPjtJAx5OY520+10nfuP+12H2DRLQmWm" .ascii "dvDpeQ/Cv0yavlw4ZRejRFo7KS83C0wo5rd+qTvvOmAN4UTArWkzYcEUulPd" .ascii "iXnRamb0WQHTeVdIbHVkMormCogEMIICBDCCAW2gAwIBAgIBAjANBgkqhkiG" .ascii "9w0BAQsFADA/MRQwEgYDVQQDDAt0ZXN0Y2E2Lm9yZzEnMCUGA1UECgweUGF5" .ascii "bWVudCBSZXF1ZXN0IEludGVybWVkaWF0ZSA2MB4XDTEzMDIyMzIyNDIzMVoX" .ascii "DTIzMDIyMTIyNDIzMVowPzEUMBIGA1UEAwwLdGVzdGNhNy5vcmcxJzAlBgNV" .ascii "BAoMHlBheW1lbnQgUmVxdWVzdCBJbnRlcm1lZGlhdGUgNzCBnzANBgkqhkiG" .ascii "9w0BAQEFAAOBjQAwgYkCgYEAtjBRazrkebXAhXsbjimrMIRmW/f9SwAHwXfc" .ascii "042keNtl0t2z6XE6UPcR2v/KrssXuCZgodeYxz6IM6lWosCM1xotC3ChKKFB" .ascii "fVO30reuKBRUxXfKAFqxaG0YOAEzdZkkY9AGhqWloeSmgxpIfhInU0EFJjCw" .ascii "rJ6IkijBatGoAAECAwEAAaMQMA4wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0B" .ascii "AQsFAAOBgQDBRTi1MolmOA0niHYX0A2lN5QWHkCfX0A7GwyoMA3dvM45m/NY" .ascii "d4WBX+HwfnfYcI6X9jOg" .ascii "No5OWmc4GGsld0HlxwMYEKISBS9PbSHPBrb3TBOlw5ztQpXZ91+bOhLux52F" .ascii "r03sK7v9qExmBM12M8UR2ltpzAMiUgLLMHyPfiWkvQqIBDCCAgQwggFtoAMC" .ascii "AQICAQIwDQYJKoZIhvcNAQELBQAwPzEUMBIGA1UEAwwLdGVzdGNhNS5vcmcx" .ascii "JzAlBgNVBAoMHlBheW1lbnQgUmVxdWVzdCBJbnRlcm1lZGlhdGUgNTAeFw0x" .ascii "MzAyMjMyMjQyMzBaFw0yMzAyMjEyMjQyMzBaMD8xFDASBgNVBAMMC3Rlc3Rj" .ascii "YTYub3JnMScwJQYDVQQKDB5QYXltZW50IFJlcXVlc3QgSW50ZXJtZWRpYXRl" .ascii "IDYwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANJSH3xivX1t9olIdHsz" .ascii "nI1aE9SD7t9iSZJsIB0otoETHZRVv9M9LvyzBNK98ZV+kTOlST7PJgC0d9BQ" .ascii "M9sgYApSRq5oqKDM9FXbOm/yaReAbU3mkFNFw5roTlJ5ThEy0yOGT/DS0YBR" .ascii "aGIvRPRj2DiqDVdCZZ+w4jo1IYHkZt4FAgMBAAGjEDAOMAwGA1UdEwQFMAMB" .ascii "Af8wDQYJKoZIhvcNAQELBQADgYEATm6+J1OmbrothO60xALKonWMBKr6hudb" .ascii "4amkFBqKbA9wMeM3jl+I/yKfz/UfxWuJ071IhiNv6Gxx5YwNvhUe1xMhUqHv" .ascii "0gpyK1Z47bD+kYS2se5sWNPNo3Y9qZDGIXiGQxwHmrzaFk79Uy1xsmvsEz42" .ascii "w6hr25Yaw7HkIgrFveoKiAQwggIEMIIBbaADAgECAgECMA0GCSqGSIb3DQEB" .ascii "CwUAMD8xFDASBgNVBAMMC3Rlc3RjYTQub3JnMScwJQYDVQQKDB5QYXltZW50" .ascii "IFJlcXVlc3QgSW50ZXJtZWRpYXRlIDQwHhcNMTMwMjIzMjI0MjMwWhcNMjMw" .ascii "MjIxMjI0MjMwWjA/MRQwEgYDVQQDDAt0ZXN0Y2E1Lm9yZzEnMCUGA1UECgwe" .ascii "UGF5bWVudCBSZXF1ZXN0IEludGVybWVkaWF0ZSA1MIGfMA0GCSqGSIb3DQEB" .ascii "AQUAA4GNADCBiQKBgQC7vVUFpxHzz2Tr/xij3k58s8d/BPA0R6D5RXTVvmhA" .ascii "zc1Zuin4zUKRFs/aCj/0yED8Wu/COfNGF4tVlRNMdl9EcFsxa8XGEL4eAZa+" .ascii "H/rOHH+7/1EINrrVWhZlUecyhilN8jmCZmqEM3ecuD0NAViqyMrgmaiFmsLo" .ascii "QZpEGepDUQIDAQABoxAwDjAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBCwUA" .ascii "A4GBAEdJSs8jWiooja3WZzHXeF95QkBJNjIlpDLGcpl4opOYLSuEl9Uxp//L" .ascii "aQQiXuzpj4/IpkWGQmMy5HOyH1lqDyiMgXpcG8PE0jEQAoEUGZ0QEqB1mZ6B" .ascii "CrYvmUuf/5aSVd8Y6lKMR3WzFDYU9Zy0nzuHB/3nvp6MeDRQeRMtYvz4CogE" .ascii "MIICBDCCAW2gAwIBAgIBAjANBgkqhkiG9w0BAQsFADA/MRQwEgYDVQQDDAt0" .ascii "ZXN0Y2EzLm9yZzEnMCUGA1UECgweUGF5bWVudCBSZXF1ZXN0IEludGVybWVk" .ascii "aWF0ZSAzMB4XDTEzMDIyMzIyNDIyOVoXDTIzMDIyMTIyNDIyOVowPzEUMBIG" .ascii "A1UEAwwLdGVzdGNhNC5vcmcxJzAlBgNVBAoMHlBheW1lbnQgUmVxdWVzdCBJ" .ascii "bnRlcm1lZGlhdGUgNDCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAxYYo" .ascii "3w2UXiYg6O8b4QgwN/vgreTkiW122Ep/z2TiDrhVMhfOOiKdwYESPflfnXnV" .ascii "aQQzCGexYTQqsvqvzHSyna5hL0zPTRJxSKmTVrXRsWtpdCRhjxCGipS3tlQB" .ascii "Di7vb+7SNRIBK4dBjjGzALNk7gMCpy+yM8f6I043jTlmGb0CAwEAAaMQMA4w" .ascii "DAYDVR0TBAUwAwEB/zAN" .ascii "BgkqhkiG9w0BAQsFAAOBgQDU+IQxt3OhKqaUYWC23+cB2gekvWqwMBnrCNrX" .ascii "/Dp+kjoJKUoR2Fs3qw53raHES4SIhpGT9l9lrppNQgFe/JMHeYqOZMZO+6ku" .ascii "U0olJanBJ14tPIc7zlMTQ9OfmZ6v07IpyFbsQDtRhpe80DpuvSFPfJ4fh0Wr" .ascii "Qf6kn3KDVpGDnAqIBDCCAgQwggFtoAMCAQICAQIwDQYJKoZIhvcNAQELBQAw" .ascii "PzEUMBIGA1UEAwwLdGVzdGNhMi5vcmcxJzAlBgNVBAoMHlBheW1lbnQgUmVx" .ascii "dWVzdCBJbnRlcm1lZGlhdGUgMjAeFw0xMzAyMjMyMjQyMjlaFw0yMzAyMjEy" .ascii "MjQyMjlaMD8xFDASBgNVBAMMC3Rlc3RjYTMub3JnMScwJQYDVQQKDB5QYXlt" .ascii "ZW50IFJlcXVlc3QgSW50ZXJtZWRpYXRlIDMwgZ8wDQYJKoZIhvcNAQEBBQAD" .ascii "gY0AMIGJAoGBANzgVP99Qg98e6NsKEz1v5KqRB7NTBRRsYnBvb/TSWipvMQa" .ascii "CYuEyk1xG57x++QuASKeR3QHRQJOoAhQaj9JLUhSSv9GQ5PrFLLsOFv7L1tp" .ascii "zXHh2dOBIW92X2yFRW2s39q+Q21yvN+N8uoKdqXhzRA+dDoXh3cavaVeHX1G" .ascii "+IrlAgMBAAGjEDAOMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQELBQADgYEA" .ascii "STwg84cX+1UhOG9sejFV3m34QuI1hPZ+qhqVJlRYUtego8Wng1BburDSwqVA" .ascii "v4ch2wi3c2s4e8J7AXyLtzSbSQG4RN0oZi0mR8EtTTN+Mix/hBIk79dMZg85" .ascii "+I29uFA6Zj2d9oAhQv2qkHhc6tcaheNvkQRlCyH68k3iF1Fqf+4KiAQwggIE" .ascii "MIIBbaADAgECAgECMA0GCSqGSIb3DQEBCwUAMD8xFDASBgNVBAMMC3Rlc3Rj" .ascii "YTEub3JnMScwJQYDVQQKDB5QYXltZW50IFJlcXVlc3QgSW50ZXJtZWRpYXRl" .ascii "IDEwHhcNMTMwMjIzMjI0MjI5WhcNMjMwMjIxMjI0MjI5WjA/MRQwEgYDVQQD" .ascii "DAt0ZXN0Y2EyLm9yZzEnMCUGA1UECgweUGF5bWVudCBSZXF1ZXN0IEludGVy" .ascii "bWVkaWF0ZSAyMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDaV8zhfyQu" .ascii "Sf/f+fauMfgs3g/RnWy9yxxUkvQneQQPH3uZzCyk3A6q72ipTtwNqiibG945" .ascii "5L9A7SaUjGtnpUz0NKT/VWUdqbfCl1PqXjEZbDobbAQ5hxLGOTyLRQhLIcge" .ascii "q2/BnmeCqHsC4md04nUp+nBo1HwKyygvK+9sMbCp/wIDAQABoxAwDjAMBgNV" .ascii "HRMEBTADAQH/MA0GCSqGSIb3DQEBCwUAA4GBACvYyE+PPmWFkbjyRu9LAt8D" .ascii "crtyYYLRClKSg6tVvutwukLG2l//kDOohYkJtgTqr6LnCIIIwYdXN+4wxugm" .ascii "w4cnPIZmP6kovxjhhVM95okilor1zniTAo3RN7JDIfTGNgxLdGu1btt7DOFL" .ascii "4zTbeSJMb8M1JpPftehH+x/VLyuUCuoDMIIB5jCCAU+gAwIBAgIBBTANBgkq" .ascii "hkiG9w0BAQsFADAhMR8wHQYDVQQDExZQYXltZW50UmVxdWVzdCBUZXN0IENB" .ascii "MB4XDTEzMDIyMzIyNDIyOFoXDTIzMDIyMTIyNDIyOFowPzEUMBIGA1UEAwwL" .ascii "dGVzdGNhMS5vcmcxJzAlBgNVBAoMHlBheW1lbnQgUmVxdWVzdCBJbnRlcm1l" .ascii "ZGlhdGUgMTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAo5Vy9H3nA/OO" .ascii "kF5Ap89yfVNSiTay/LYCaB0eALpcU690U75O9Q3w2M+2AN8wpbbHsJHZMIjE" .ascii "eBRoQfjlYXW1ucQTxWKyT+liu0D25mGXX27CBXBd4iXTxVII/iX+u3lcjORj" .ascii "oHOBy7QgeIDIIS9y0vYu" .ascii "8eArpjh7m4thrVgIRtMCAwEAAaMQMA4wDAYDVR0TBAUwAwEB/zANBgkqhkiG" .ascii "9w0BAQsFAAOBgQB9LKcVJK9sjASNzpQlpUp7nCiw5FSjVY+XMRIKK/kavzlK" .ascii "jZ+InsmmyRVGjDoZi9GrqG9PVHgLBxi2VtVjmokZoNPqao3OfhqORAubC+JR" .ascii "/JLepM7aDaxDdTHVhSUk4lgNAvi26dGY7nZMsnHlPQ2tPp/HvRRiMq1oDjly" .string "lc8VTCI2Eh8IsNsGEhl2qRSVYIoDyPul6RMbTSzv4tVhVfGZqIisGLLhxYsFKg1Vbml0VGVzdFRocmVlKoABn2HTsUQtMNI4yNvkfkFNka3pRvTUTydJrvyfmEeLzImfM1BWddZjnywku9RToNFZZNgow5QnljmFchhR/aHOuEMTxmc12K4rNlgYtHCsxLP9zd+6u0cva3TucZ6EzS8PKEib/+r12/52664NuWA9WtsK7QCFrK2K95PnVCRmWl0=" .section .data.rel.local .align 3 .type paymentrequest3_cert1_BASE64, %object .size paymentrequest3_cert1_BASE64, 8 paymentrequest3_cert1_BASE64: .xword .LC4 .global paymentrequest4_cert1_BASE64 .section .rodata .align 3 .LC5: .ascii "Egt4NTA5K3NoYTI1NhqeJAr/AzCCAfswggFkoAMCAQICAQEwDQYJKoZIhvcN" .ascii "AQELBQAwPzEUMBIGA1UEAwwLdGVzdGNhOC5vcmcxJzAlBgNVBAoMHlBheW1l" .ascii "bnQgUmVxdWVzdCBJbnRlcm1lZGlhdGUgODAeFw0xMzAyMjMyMjQyMzFaFw0y" .ascii "MzAyMjEyMjQyMzFaMDYxGjAYBgNVBAMMEXRlc3RtZXJjaGFudDgub3JnMRgw" .ascii "FgYDVQQKDA9UZXN0IE1lcmNoYW50IDgwgZ8wDQYJKoZIhvcNAQEBBQADgY0A" .ascii "MIGJAoGBAMMCHA3hiHbSTKZ5K9jHRwE8NxkGp3IOx56PDB2diNkldG8XweTc" .ascii "Rq7bBm7pdiBt4IVggtfs+6hEhDYIOecyoAnVzPFTdvQ7KQdQ/fD9YLe6lk+o" .ascii "0edOqutPMyrxLFjSluXxEQyk7fdtURloMMYfp3p1/hFCboA1rAsQ2RW38hR5" .ascii "AgMBAAGjEDAOMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQELBQADgYEAPsdF" .ascii "atnc2RJSpvZsw+nCiPVsllycw5ELglq9vfJznJJucRxgzmqI2iuas1ugwbXn" .ascii "0BEIRLK7vMF/qBzQR6M/nTxttah+KEu+okjps9vJcIyhfTyGPC5xkHaHZ7sG" .ascii "+UHOFhPw0/kXn0x+pbVgBZ5315axqcp1R+DTSj/whMArn0AKiAQwggIEMIIB" .ascii "baADAgECAgECMA0GCSqGSIb3DQEBCwUAMD8xFDASBgNVBAMMC3Rlc3RjYTcu" .ascii "b3JnMScwJQYDVQQKDB5QYXltZW50IFJlcXVlc3QgSW50ZXJtZWRpYXRlIDcw" .ascii "HhcNMTMwMjIzMjI0MjMxWhcNMjMwMjIxMjI0MjMxWjA/MRQwEgYDVQQDDAt0" .ascii "ZXN0Y2E4Lm9yZzEnMCUGA1UECgweUGF5bWVudCBSZXF1ZXN0IEludGVybWVk" .ascii "aWF0ZSA4MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDexUFfxb1sThva" .ascii "bp7udZz59ciThGmmAW0nP4tjrgEACgvWIInr2dZpTHbiQNF34ycsk0le1JD9" .ascii "3D7Qb8rd25OrpaO8XS2Li2zjR9cleixXjSLwV/zv8zJ8yPl/27XL++PDTKBX" .ascii "VpJ8/Syp+9TyplV1BqDhqtIHb/QSHEkTQXjeYQIDAQABoxAwDjAMBgNVHRME" .ascii "BTADAQH/MA0GCSqGSIb3DQEBCwUAA4GBACMooQVbkbIZ2DaPwHDc4ULwguG3" .ascii "VI2Kzj50UdExmHtzm2S4MQei+n+HEPjtJAx5OY520+10nfuP+12H2DRLQmWm" .ascii "dvDpeQ/Cv0yavlw4ZRejRFo7KS83C0wo5rd+qTvvOmAN4UTArWkzYcEUulPd" .ascii "iXnRamb0WQHTeVdIbHVkMormCogEMIICBDCCAW2gAwIBAgIBAjANBgkqhkiG" .ascii "9w0BAQsFADA/MRQwEgYDVQQDDAt0ZXN0Y2E2Lm9yZzEnMCUGA1UECgweUGF5" .ascii "bWVudCBSZXF1ZXN0IEludGVybWVkaWF0ZSA2MB4XDTEzMDIyMzIyNDIzMVoX" .ascii "DTIzMDIyMTIyNDIzMVowPzEUMBIGA1UEAwwLdGVzdGNhNy5vcmcxJzAlBgNV" .ascii "BAoMHlBheW1lbnQgUmVxdWVzdCBJbnRlcm1lZGlhdGUgNzCBnzANBgkqhkiG" .ascii "9w0BAQEFAAOBjQAwgYkCgYEAtjBRazrkebXAhXsbjimrMIRmW/f9SwAHwXfc" .ascii "042keNtl0t2z6XE6UPcR2v/KrssXuCZgodeYxz6IM6lWosCM1xotC3ChKKFB" .ascii "fVO30reuKBRUxXfKAFqxaG0YOAEzdZkkY9AGhqWloeSmgxpIfhInU0EFJjCw" .ascii "rJ6IkijBatGoAAECAwEAAaMQMA4wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0B" .ascii "AQsFAAOBgQDBRTi1MolmOA0niHYX0A2lN5QWHkCfX0A7GwyoMA3dvM45m/NY" .ascii "d4WBX+HwfnfYcI6X9jOg" .ascii "No5OWmc4GGsld0HlxwMYEKISBS9PbSHPBrb3TBOlw5ztQpXZ91+bOhLux52F" .ascii "r03sK7v9qExmBM12M8UR2ltpzAMiUgLLMHyPfiWkvQqIBDCCAgQwggFtoAMC" .ascii "AQICAQIwDQYJKoZIhvcNAQELBQAwPzEUMBIGA1UEAwwLdGVzdGNhNS5vcmcx" .ascii "JzAlBgNVBAoMHlBheW1lbnQgUmVxdWVzdCBJbnRlcm1lZGlhdGUgNTAeFw0x" .ascii "MzAyMjMyMjQyMzBaFw0yMzAyMjEyMjQyMzBaMD8xFDASBgNVBAMMC3Rlc3Rj" .ascii "YTYub3JnMScwJQYDVQQKDB5QYXltZW50IFJlcXVlc3QgSW50ZXJtZWRpYXRl" .ascii "IDYwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANJSH3xivX1t9olIdHsz" .ascii "nI1aE9SD7t9iSZJsIB0otoETHZRVv9M9LvyzBNK98ZV+kTOlST7PJgC0d9BQ" .ascii "M9sgYApSRq5oqKDM9FXbOm/yaReAbU3mkFNFw5roTlJ5ThEy0yOGT/DS0YBR" .ascii "aGIvRPRj2DiqDVdCZZ+w4jo1IYHkZt4FAgMBAAGjEDAOMAwGA1UdEwQFMAMB" .ascii "Af8wDQYJKoZIhvcNAQELBQADgYEATm6+J1OmbrothO60xALKonWMBKr6hudb" .ascii "4amkFBqKbA9wMeM3jl+I/yKfz/UfxWuJ071IhiNv6Gxx5YwNvhUe1xMhUqHv" .ascii "0gpyK1Z47bD+kYS2se5sWNPNo3Y9qZDGIXiGQxwHmrzaFk79Uy1xsmvsEz42" .ascii "w6hr25Yaw7HkIgrFveoK6gMwggHmMIIBT6ADAgECAgEGMA0GCSqGSIb3DQEB" .ascii "CwUAMCExHzAdBgNVBAMTFlBheW1lbnRSZXF1ZXN0IFRlc3QgQ0EwHhcNMTMw" .ascii "MjIzMjI1OTUxWhcNMTMwMjI0MjI1OTUxWjA/MRQwEgYDVQQDDAt0ZXN0Y2E1" .ascii "Lm9yZzEnMCUGA1UECgweUGF5bWVudCBSZXF1ZXN0IEludGVybWVkaWF0ZSA1" .ascii "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7vVUFpxHzz2Tr/xij3k58" .ascii "s8d/BPA0R6D5RXTVvmhAzc1Zuin4zUKRFs/aCj/0yED8Wu/COfNGF4tVlRNM" .ascii "dl9EcFsxa8XGEL4eAZa+H/rOHH+7/1EINrrVWhZlUecyhilN8jmCZmqEM3ec" .ascii "uD0NAViqyMrgmaiFmsLoQZpEGepDUQIDAQABoxAwDjAMBgNVHRMEBTADAQH/" .ascii "MA0GCSqGSIb3DQEBCwUAA4GBAEmcUEnhua/oiXy1fwScLgMqt+jk9mHRpE6S" .ascii "VsIop23QCY2JfpG6RxhMMzzzhGklEGN6cxG0HCi6B3HJx6PYrFEfTB0rW4K6" .ascii "m0Tvx3WpS9mNuoEuJHLy18ausI/sYAPDHCL+SfBVcqorpaIG2sSpZouRBjRH" .ascii "AyqFAYlwlW87uq5nCogEMIICBDCCAW2gAwIBAgIBAjANBgkqhkiG9w0BAQsF" .ascii "ADA/MRQwEgYDVQQDDAt0ZXN0Y2EzLm9yZzEnMCUGA1UECgweUGF5bWVudCBS" .ascii "ZXF1ZXN0IEludGVybWVkaWF0ZSAzMB4XDTEzMDIyMzIyNDIyOVoXDTIzMDIy" .ascii "MTIyNDIyOVowPzEUMBIGA1UEAwwLdGVzdGNhNC5vcmcxJzAlBgNVBAoMHlBh" .ascii "eW1lbnQgUmVxdWVzdCBJbnRlcm1lZGlhdGUgNDCBnzANBgkqhkiG9w0BAQEF" .ascii "AAOBjQAwgYkCgYEAxYYo3w2UXiYg6O8b4QgwN/vgreTkiW122Ep/z2TiDrhV" .ascii "MhfOOiKdwYESPflfnXnVaQQzCGexYTQqsvqvzHSyna5hL0zPTRJxSKmTVrXR" .ascii "sWtpdCRhjxCGipS3tlQBDi7vb+7SNRIBK4dBjjGzALNk7gMCpy+yM8f6I043" .ascii "jTlmGb0CAwEAAaMQMA4wDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOB" .ascii "gQDU+IQxt3OhKqaUYWC2" .ascii "3+cB2gekvWqwMBnrCNrX/Dp+kjoJKUoR2Fs3qw53raHES4SIhpGT9l9lrppN" .ascii "QgFe/JMHeYqOZMZO+6kuU0olJanBJ14tPIc7zlMTQ9OfmZ6v07IpyFbsQDtR" .ascii "hpe80DpuvSFPfJ4fh0WrQf6kn3KDVpGDnAqIBDCCAgQwggFtoAMCAQICAQIw" .ascii "DQYJKoZIhvcNAQELBQAwPzEUMBIGA1UEAwwLdGVzdGNhMi5vcmcxJzAlBgNV" .ascii "BAoMHlBheW1lbnQgUmVxdWVzdCBJbnRlcm1lZGlhdGUgMjAeFw0xMzAyMjMy" .ascii "MjQyMjlaFw0yMzAyMjEyMjQyMjlaMD8xFDASBgNVBAMMC3Rlc3RjYTMub3Jn" .ascii "MScwJQYDVQQKDB5QYXltZW50IFJlcXVlc3QgSW50ZXJtZWRpYXRlIDMwgZ8w" .ascii "DQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANzgVP99Qg98e6NsKEz1v5KqRB7N" .ascii "TBRRsYnBvb/TSWipvMQaCYuEyk1xG57x++QuASKeR3QHRQJOoAhQaj9JLUhS" .ascii "Sv9GQ5PrFLLsOFv7L1tpzXHh2dOBIW92X2yFRW2s39q+Q21yvN+N8uoKdqXh" .ascii "zRA+dDoXh3cavaVeHX1G+IrlAgMBAAGjEDAOMAwGA1UdEwQFMAMBAf8wDQYJ" .ascii "KoZIhvcNAQELBQADgYEASTwg84cX+1UhOG9sejFV3m34QuI1hPZ+qhqVJlRY" .ascii "Utego8Wng1BburDSwqVAv4ch2wi3c2s4e8J7AXyLtzSbSQG4RN0oZi0mR8Et" .ascii "TTN+Mix/hBIk79dMZg85+I29uFA6Zj2d9oAhQv2qkHhc6tcaheNvkQRlCyH6" .ascii "8k3iF1Fqf+4KiAQwggIEMIIBbaADAgECAgECMA0GCSqGSIb3DQEBCwUAMD8x" .ascii "FDASBgNVBAMMC3Rlc3RjYTEub3JnMScwJQYDVQQKDB5QYXltZW50IFJlcXVl" .ascii "c3QgSW50ZXJtZWRpYXRlIDEwHhcNMTMwMjIzMjI0MjI5WhcNMjMwMjIxMjI0" .ascii "MjI5WjA/MRQwEgYDVQQDDAt0ZXN0Y2EyLm9yZzEnMCUGA1UECgweUGF5bWVu" .ascii "dCBSZXF1ZXN0IEludGVybWVkaWF0ZSAyMIGfMA0GCSqGSIb3DQEBAQUAA4GN" .ascii "ADCBiQKBgQDaV8zhfyQuSf/f+fauMfgs3g/RnWy9yxxUkvQneQQPH3uZzCyk" .ascii "3A6q72ipTtwNqiibG9455L9A7SaUjGtnpUz0NKT/VWUdqbfCl1PqXjEZbDob" .ascii "bAQ5hxLGOTyLRQhLIcgeq2/BnmeCqHsC4md04nUp+nBo1HwKyygvK+9sMbCp" .ascii "/wIDAQABoxAwDjAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBCwUAA4GBACvY" .ascii "yE+PPmWFkbjyRu9LAt8DcrtyYYLRClKSg6tVvutwukLG2l//kDOohYkJtgTq" .ascii "r6LnCIIIwYdXN+4wxugmw4cnPIZmP6kovxjhhVM95okilor1zniTAo3RN7JD" .ascii "IfTGNgxLdGu1btt7DOFL4zTbeSJMb8M1JpPftehH+x/VLyuUCuoDMIIB5jCC" .ascii "AU+gAwIBAgIBBTANBgkqhkiG9w0BAQsFADAhMR8wHQYDVQQDExZQYXltZW50" .ascii "UmVxdWVzdCBUZXN0IENBMB4XDTEzMDIyMzIyNDIyOFoXDTIzMDIyMTIyNDIy" .ascii "OFowPzEUMBIGA1UEAwwLdGVzdGNhMS5vcmcxJzAlBgNVBAoMHlBheW1lbnQg" .ascii "UmVxdWVzdCBJbnRlcm1lZGlhdGUgMTCBnzANBgkqhkiG9w0BAQEFAAOBjQAw" .ascii "gYkCgYEAo5Vy9H3nA/OOkF5Ap89yfVNSiTay/LYCaB0eALpcU690U75O9Q3w" .ascii "2M+2AN8wpbbHsJHZMIjEeBRoQfjlYXW1ucQTxWKyT+liu0D25mGXX27CBXBd" .ascii "4iXTxVII/iX+u3lcjORjoHOBy7QgeIDIIS9y0vYu8eArpjh7m4thrVgIRtMC" .ascii "AwEAAaMQMA4wDAYDVR0T" .ascii "BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOBgQB9LKcVJK9sjASNzpQlpUp7nCiw" .ascii "5FSjVY+XMRIKK/kavzlKjZ+InsmmyRVGjDoZi9GrqG9PVHgLBxi2VtVjmokZ" .ascii "oNPqao3OfhqORAubC+JR/JLepM7aDaxDdTHVhSUk4lgNAvi26dGY7nZMsnHl" .ascii "PQ2tPp/HvRRiMq1oDjly" .string "lc8VTCI1Eh8IsNsGEhl2qRSVYIoDyPul6RMbTSzv4tVhVfGZqIisGLLhxYsFKgxVbml0VGVzdEZvdXIqgAEBE1PP93Tkpif35F+dYmXn9kLA/1djcPjCs2o2rwRMM4Uk356O5dguHXQjsfdR58qZQS9CS5DAtRUf0R8+43/wijO/hb49VNaNXmY+/cPHMkahP2aV3tZiFAyZblLik9A7ZvF+UsjeFQiHB5wzWQvbqk5wQ4yabHIXoYv/E0q+eQ==" .section .data.rel.local .align 3 .type paymentrequest4_cert1_BASE64, %object .size paymentrequest4_cert1_BASE64, 8 paymentrequest4_cert1_BASE64: .xword .LC5 .global paymentrequest5_cert1_BASE64 .section .rodata .align 3 .LC6: .ascii "Egt4NTA5K3NoYTI1NhrxAwruAzCCAeowggFToAMCAQICAQEwDQYJKoZIhvcN" .ascii "AQELBQAwITEfMB0GA1UEAxMWUGF5bWVudFJlcXVlc3QgVGVzdCBDQTAeFw0x" .ascii "MzA0MTkxNzIwMDZaFw0yMzA0MTcxNzIwMDZaMEMxGTAXBgNVBAMMEHRlc3Rt" .ascii "ZXJjaGFudC5vcmcxJjAkBgNVBAoMHVBheW1lbnQgUmVxdWVzdCBUZXN0IE1l" .ascii "cmNoYW50MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDhV6Yn47aEEmbl" .ascii "50YLvXoqGEJA51I/40wrZ6VQGdXYaRqYktagrWDlgYY9h0JQ1bQhm8HgW7ju" .ascii "0R4NaDTXUqxg4HjprF0z3Mfm/6mmebkLOOptfkVD7ceAteNI7cyuqWGIAZA7" .ascii "D9mV97mXoCAtTlBUycvkmoiClCCSh0EpF/UTaQIDAQABoxAwDjAMBgNVHRME" .ascii "BTADAQH/MA0GCSqGSIb3DQEBCwUAA4GBAGIRwW7I0QvLga+RnJoJSZNZQbtu" .ascii "4rQW3xmoz8WfZMBYXX3QBYg5ftycbdK+/IbPqozfjGW2AS6DNArvpveSPDTK" .ascii "9+GJBNo1paiNtVqwXkC3Ddscv5AIms1eZGiIOQNCmUvdLkpoXo48WAer3EGs" .ascii "Z3B15GyNEELc0q9W" .string "5yUebba1IjUSHwiw2wYSGXapFJVgigPI+6XpExtNLO/i1WFV8ZmoiKwYuPvFiwUqDFVuaXRUZXN0Rml2ZSqAAXdsMgdGssymvca1S/1KeM3n8Ydi2fi1JUzAAr59xPvNJRUeqCLP9upHn5z7br3P12Oz9A205/4wL4ClPRPVnOHgij0bEg+y0tGESqmF1rfOfXDszlo2U92wCxS07kq79YAZJ1ZoXYh860/Q4wvc7lfiTe+dXBzPKAKhMy91yETY" .section .data.rel.local .align 3 .type paymentrequest5_cert1_BASE64, %object .size paymentrequest5_cert1_BASE64, 8 paymentrequest5_cert1_BASE64: .xword .LC6 .global paymentrequest1_cert2_BASE64 .section .rodata .align 3 .LC7: .ascii "Egt4NTA5K3NoYTI1NhrQBArNBDCCAkkwggExoAMCAQICAQEwDQYJKoZIhvcN" .ascii "AQELBQAwITEfMB0GA1UEAwwWUGF5bWVudFJlcXVlc3QgVGVzdCBDQTAeFw0x" .ascii "NTAxMTExODIxMDhaFw0yNTAxMDgxODIxMDhaMCExHzAdBgNVBAMMFlBheW1l" .ascii "bnRSZXF1ZXN0IFRlc3QgQ0EwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGB" .ascii "AMsZqzkzeBGo+i2NmUak3Ciodr1V7S062VOy7N0OQYNDQHYkgDFAUET7cEb5" .ascii "VJaHPv5m3ppTBpU9xBcfwbHHUt4VjA+mhRmYrl1khjvZM+X8kEqvWn20BtcM" .ascii "9R6r0yIYec8UERDDHBleL/P8RkxEnVLjYTV9zigCXfMsgYb3EQShAgMBAAGj" .ascii "EDAOMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBABUJpl3QCqso" .ascii "DSxAsQdV6zKT4VGV76AzoGj7etQsQY+r+S26VfWh/fMobEzuxFChr0USgLJ6" .ascii "FoK78hAtoZvt1lrye9yqFv/ig3WLWsJKWHHb3RT6oR03CIwZXFSUasi08QDV" .ascii "LxafwsU5OMcPLucF3a1lRL1ccYrNgVCCx1+X7BostIgDGRQQ4AyoHTcfVd2h" .ascii "EGeUv7k14mOxFsAp6851yosHq9Q2kwmdH+rHEJbjof87yyKLagc4owyXBZYk" .ascii "QmkeHWCNqnuRmO5vUsfVb0UUrkD64o7Th/NjwooA7SCiUXl6dfygT1b7ggpx" .ascii "7GC+sP2DsIM47IAZ55drjqX5u2f+Ba0iPQoE" .string "dGVzdBIhCIDWwowEEhl2qRQErGqUUwSsaMpDvWIaGnJGNQqi8oisGNeMy6UFKgxKdXN0IFRlc3RpbmcqgAFwThsozZxkZxzCn4R8WxNiLFV6m0ye9fEtSbolfaW+EjBMpO03lr/dwNnrclhgew+A05xfZztrAt16XKEY7qKJ/eY2nLd0fVAIu/nIt+7/VYVXT83zLrWc150aRS7WAdJbL3JOJLs6Eyp5zrPbfI8faRttFAdONKDrJgIpuW1E3g==" .section .data.rel.local .align 3 .type paymentrequest1_cert2_BASE64, %object .size paymentrequest1_cert2_BASE64, 8 paymentrequest1_cert2_BASE64: .xword .LC7 .global paymentrequest2_cert2_BASE64 .section .rodata .align 3 .LC8: .ascii "Egt4NTA5K3NoYTI1NhrQBArNBDCCAkkwggExoAMCAQICAQEwDQYJKoZIhvcN" .ascii "AQELBQAwITEfMB0GA1UEAwwWUGF5bWVudFJlcXVlc3QgVGVzdCBDQTAeFw0x" .ascii "NTAxMTExODIxMDhaFw0yNTAxMDgxODIxMDhaMCExHzAdBgNVBAMMFlBheW1l" .ascii "bnRSZXF1ZXN0IFRlc3QgQ0EwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGB" .ascii "AMsZqzkzeBGo+i2NmUak3Ciodr1V7S062VOy7N0OQYNDQHYkgDFAUET7cEb5" .ascii "VJaHPv5m3ppTBpU9xBcfwbHHUt4VjA+mhRmYrl1khjvZM+X8kEqvWn20BtcM" .ascii "9R6r0yIYec8UERDDHBleL/P8RkxEnVLjYTV9zigCXfMsgYb3EQShAgMBAAGj" .ascii "EDAOMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBABUJpl3QCqso" .ascii "DSxAsQdV6zKT4VGV76AzoGj7etQsQY+r+S26VfWh/fMobEzuxFChr0USgLJ6" .ascii "FoK78hAtoZvt1lrye9yqFv/ig3WLWsJKWHHb3RT6oR03CIwZXFSUasi08QDV" .ascii "LxafwsU5OMcPLucF3a1lRL1ccYrNgVCCx1+X7BostIgDGRQQ4AyoHTcfVd2h" .ascii "EGeUv7k14mOxFsAp6851yosHq9Q2kwmdH+rHEJbjof87yyKLagc4owyXBZYk" .ascii "QmkeHWCNqnuRmO5vUsfVb0UUrkD64o7Th/NjwooA7SCiUXl6dfygT1b7ggpx" .ascii "7GC+sP2DsIM47IAZ55drjqX5u2f+Ba0iQgoEdGVz" .string "dBIgCICt4gQSGXapFASsapRTBKxoykO9YhoackY1CqLyiKwYiNLUpQUgASoQVGVzdGluZyB0ZXN0bmV0ISqAATXq9A5nmJgtmee/bQTeHeif4w1YYFPBlKghwx6qbVgXTWnwBJtOQhhVsZdzbTl95ENR7/Y7VJupW9kDWobCK7zUUhLAzUlwmLlcx6itHw8LTUF5HK+AwsZmZs85lISGvOS0NZW/ENa6l+oQRnL87oqVZr/EDGiuqjz6T0ThQi0l" .section .data.rel.local .align 3 .type paymentrequest2_cert2_BASE64, %object .size paymentrequest2_cert2_BASE64, 8 paymentrequest2_cert2_BASE64: .xword .LC8 .global paymentrequest3_cert2_BASE64 .section .rodata .align 3 .LC9: .ascii "Egt4NTA5K3NoYTI1NhrQBArNBDCCAkkwggExoAMCAQICAQEwDQYJKoZIhvcN" .ascii "AQELBQAwITEfMB0GA1UEAwwWUGF5bWVudFJlcXVlc3QgVGVzdCBDQTAeFw0x" .ascii "NTAxMTExODIxMDhaFw0yNTAxMDgxODIxMDhaMCExHzAdBgNVBAMMFlBheW1l" .ascii "bnRSZXF1ZXN0IFRlc3QgQ0EwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGB" .ascii "AMsZqzkzeBGo+i2NmUak3Ciodr1V7S062VOy7N0OQYNDQHYkgDFAUET7cEb5" .ascii "VJaHPv5m3ppTBpU9xBcfwbHHUt4VjA+mhRmYrl1khjvZM+X8kEqvWn20BtcM" .ascii "9R6r0yIYec8UERDDHBleL/P8RkxEnVLjYTV9zigCXfMsgYb3EQShAgMBAAGj" .ascii "EDAOMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBABUJpl3QCqso" .ascii "DSxAsQdV6zKT4VGV76AzoGj7etQsQY+r+S26VfWh/fMobEzuxFChr0USgLJ6" .ascii "FoK78hAtoZvt1lrye9yqFv/ig3WLWsJKWHHb3RT6oR03CIwZXFSUasi08QDV" .ascii "LxafwsU5OMcPLucF3a1lRL1ccYrNgVCCx1+X7BostIgDGRQQ4AyoHTcfVd2h" .ascii "EGeUv7k14mOxFsAp6851yosHq9Q2kwmdH+rHEJbjof87yyKLagc4owyXBZYk" .ascii "QmkeHWCNqnuRmO5vUsfVb0UUrkD64o7Th/NjwooA7SCiUXl6dfygT1b7ggpx" .ascii "7GC+sP2DsIM47IAZ55drjqX5u2f+Ba0iSgoEdGVzdBIgCICt4gQS" .string "GXapFASsapRTBKxoykO9YhoackY1CqLyiKwYyNfZpQUg//////////9/KhBUZXN0aW5nIHRlc3RuZXQhKoABNwi8WnMW4aMvbmvorTiiWJLFhofLFnsoWCJnj3rWLnLhn3w6q/fZ26p50ERL/noxdTUfeFsKnlECkUu/fOcOrqyYDiwvxI0SZ034DleVyFU1Z3T+X0zcL8oe7bX01Yf+s2V+5JXQXarKnKBrZCGgv2ARjFNSZe7E7vGg5K4Q6Q8=" .section .data.rel.local .align 3 .type paymentrequest3_cert2_BASE64, %object .size paymentrequest3_cert2_BASE64, 8 paymentrequest3_cert2_BASE64: .xword .LC9 .global paymentrequest4_cert2_BASE64 .section .rodata .align 3 .LC10: .ascii "Egt4NTA5K3NoYTI1NhrQBArNBDCCAkkwggExoAMCAQICAQEwDQYJKoZIhvcN" .ascii "AQELBQAwITEfMB0GA1UEAwwWUGF5bWVudFJlcXVlc3QgVGVzdCBDQTAeFw0x" .ascii "NTAxMTExODIxMDhaFw0yNTAxMDgxODIxMDhaMCExHzAdBgNVBAMMFlBheW1l" .ascii "bnRSZXF1ZXN0IFRlc3QgQ0EwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGB" .ascii "AMsZqzkzeBGo+i2NmUak3Ciodr1V7S062VOy7N0OQYNDQHYkgDFAUET7cEb5" .ascii "VJaHPv5m3ppTBpU9xBcfwbHHUt4VjA+mhRmYrl1khjvZM+X8kEqvWn20BtcM" .ascii "9R6r0yIYec8UERDDHBleL/P8RkxEnVLjYTV9zigCXfMsgYb3EQShAgMBAAGj" .ascii "EDAOMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBABUJpl3QCqso" .ascii "DSxAsQdV6zKT4VGV76AzoGj7etQsQY+r+S26VfWh/fMobEzuxFChr0USgLJ6" .ascii "FoK78hAtoZvt1lrye9yqFv/ig3WLWsJKWHHb3RT6oR03CIwZXFSUasi08QDV" .ascii "LxafwsU5OMcPLucF3a1lRL1ccYrNgVCCx1+X7BostIgDGRQQ4AyoHTcfVd2h" .ascii "EGeUv7k14mOxFsAp6851yosHq9Q2kwmdH+rHEJbjof87yyKLagc4owyXBZYk" .ascii "QmkeHWCNqnuRmO5vUsfVb0UUrkD64o7Th/NjwooA7SCiUXl6dfygT1b7ggpx" .ascii "7GC+sP2DsIM47IAZ55drjqX5u2f+Ba0iSwoEdGVzdBIgCICt4gQS" .string "GXapFASsapRTBKxoykO9YhoackY1CqLyiKwYt+HZpQUggICAgICAgICAASoQVGVzdGluZyB0ZXN0bmV0ISqAAXSQG8+GFA18VaKarlYrOz293rNMIub0swKGcQm8jAGXHSLaRgHfUDeEPr4hydy4dtfu59KNwe2xsHOHu/SpO4L8SrA4Dm9A7SlNBVWdcLbwd2hj739GDLz0b5KuJ2SG6VknMRQM976w/m2qlq0ccVGaaZ2zMIGfpzL3p6adwx/5" .section .data.rel.local .align 3 .type paymentrequest4_cert2_BASE64, %object .size paymentrequest4_cert2_BASE64, 8 paymentrequest4_cert2_BASE64: .xword .LC10 .global paymentrequest5_cert2_BASE64 .section .rodata .align 3 .LC11: .ascii "Egt4NTA5K3NoYTI1NhrQBArNBDCCAkkwggExoAMCAQICAQEwDQYJKoZIhvcN" .ascii "AQELBQAwITEfMB0GA1UEAwwWUGF5bWVudFJlcXVlc3QgVGVzdCBDQTAeFw0x" .ascii "NTAxMTExODIxMDhaFw0yNTAxMDgxODIxMDhaMCExHzAdBgNVBAMMFlBheW1l" .ascii "bnRSZXF1ZXN0IFRlc3QgQ0EwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGB" .ascii "AMsZqzkzeBGo+i2NmUak3Ciodr1V7S062VOy7N0OQYNDQHYkgDFAUET7cEb5" .ascii "VJaHPv5m3ppTBpU9xBcfwbHHUt4VjA+mhRmYrl1khjvZM+X8kEqvWn20BtcM" .ascii "9R6r0yIYec8UERDDHBleL/P8RkxEnVLjYTV9zigCXfMsgYb3EQShAgMBAAGj" .ascii "EDAOMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBABUJpl3QCqso" .ascii "DSxAsQdV6zKT4VGV76AzoGj7etQsQY+r+S26VfWh/fMobEzuxFChr0USgLJ6" .ascii "FoK78hAtoZvt1lrye9yqFv/ig3WLWsJKWHHb3RT6oR03CIwZXFSUasi08QDV" .ascii "LxafwsU5OMcPLucF3a1lRL1ccYrNgVCCx1+X7BostIgDGRQQ4AyoHTcfVd2h" .ascii "EGeUv7k14mOxFsAp6851yosHq9Q2kwmdH+rHEJbjof87yyKLagc4owyXBZYk" .ascii "QmkeHWCNqnuRmO5vUsfVb0UUrkD64o7Th/NjwooA7SCiUXl6dfygT1b7ggpx" .ascii "7GC+sP2DsIM47IAZ55drjqX5u2f+Ba0iTAoEdGVzdBIkCIDC9P+Fvt0D" .string "Ehl2qRQErGqUUwSsaMpDvWIaGnJGNQqi8oisGLzcrKYFKhhUZXN0aW5nIGFtb3VudCBvdmVyZmxvdyEqgAG8S7WEDUC6tCL6q2CTBjop/AitgEy31RL9IqYruytRiEBFUrBDJZU+UEezGwr7/zoECjo5ZY3PmtZcM2sILNjyweJF6XVzGqTxUw6pN6sWXR2T3Gy2LzRvhVA25QgGqpz0/juS2BtmNbsZPkN9gMMwKimgzc+PuCzmEKwPK9cQYQ==" .section .data.rel.local .align 3 .type paymentrequest5_cert2_BASE64, %object .size paymentrequest5_cert2_BASE64, 8 paymentrequest5_cert2_BASE64: .xword .LC11 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .type _ctypes, %object .size _ctypes, 128 _ctypes: .ascii " 00000 \020\b\b\b\b\b\b\b\b\b\b\b\b" .ascii "\b\b\b\004\004\004\004\004\004\004\004\004\004\b\b\b\b\b\b\b" .ascii "\002\002\002\002\002\002\002\002\002\002\002\002\002\002\002" .ascii "\002\002\002\002\002\002\002\002\002\002\002\b\b\b\b\b\b\001" .ascii "\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001" .ascii "\001\001\001\001\001\001\001\001\001\001\b\b\b\b " .text .align 2 .global cgc_isascii .type cgc_isascii, %function cgc_isascii: .LFB0: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, 12] ldr w0, [sp, 12] cmp w0, 0 blt .L2 ldr w0, [sp, 12] cmp w0, 127 bgt .L2 mov w0, 1 b .L4 .L2: mov w0, 0 .L4: add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size cgc_isascii, .-cgc_isascii .align 2 .global cgc_isprint .type cgc_isprint, %function cgc_isprint: .LFB1: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str w0, [sp, 28] ldr w0, [sp, 28] bl cgc_isascii cmp w0, 0 beq .L6 adrp x0, _ctypes add x1, x0, :lo12:_ctypes ldrsw x0, [sp, 28] ldrb w0, [x1, x0] and w0, w0, 32 cmp w0, 0 bne .L6 mov w0, 1 b .L8 .L6: mov w0, 0 .L8: ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size cgc_isprint, .-cgc_isprint .align 2 .global cgc_isalnum .type cgc_isalnum, %function cgc_isalnum: .LFB2: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str w0, [sp, 28] ldr w0, [sp, 28] bl cgc_isascii cmp w0, 0 beq .L10 adrp x0, _ctypes add x1, x0, :lo12:_ctypes ldrsw x0, [sp, 28] ldrb w0, [x1, x0] and w0, w0, 7 cmp w0, 0 beq .L10 mov w0, 1 b .L12 .L10: mov w0, 0 .L12: ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE2: .size cgc_isalnum, .-cgc_isalnum .align 2 .global cgc_isalpha .type cgc_isalpha, %function cgc_isalpha: .LFB3: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str w0, [sp, 28] ldr w0, [sp, 28] bl cgc_isascii cmp w0, 0 beq .L14 adrp x0, _ctypes add x1, x0, :lo12:_ctypes ldrsw x0, [sp, 28] ldrb w0, [x1, x0] and w0, w0, 3 cmp w0, 0 beq .L14 mov w0, 1 b .L16 .L14: mov w0, 0 .L16: ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE3: .size cgc_isalpha, .-cgc_isalpha .align 2 .global cgc_islower .type cgc_islower, %function cgc_islower: .LFB4: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str w0, [sp, 28] ldr w0, [sp, 28] bl cgc_isascii cmp w0, 0 beq .L18 adrp x0, _ctypes add x1, x0, :lo12:_ctypes ldrsw x0, [sp, 28] ldrb w0, [x1, x0] and w0, w0, 1 cmp w0, 0 beq .L18 mov w0, 1 b .L20 .L18: mov w0, 0 .L20: ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE4: .size cgc_islower, .-cgc_islower .align 2 .global cgc_isupper .type cgc_isupper, %function cgc_isupper: .LFB5: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str w0, [sp, 28] ldr w0, [sp, 28] bl cgc_isascii cmp w0, 0 beq .L22 adrp x0, _ctypes add x1, x0, :lo12:_ctypes ldrsw x0, [sp, 28] ldrb w0, [x1, x0] and w0, w0, 2 cmp w0, 0 beq .L22 mov w0, 1 b .L24 .L22: mov w0, 0 .L24: ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE5: .size cgc_isupper, .-cgc_isupper .align 2 .global cgc_isspace .type cgc_isspace, %function cgc_isspace: .LFB6: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str w0, [sp, 28] ldr w0, [sp, 28] bl cgc_isascii cmp w0, 0 beq .L26 adrp x0, _ctypes add x1, x0, :lo12:_ctypes ldrsw x0, [sp, 28] ldrb w0, [x1, x0] and w0, w0, 16 cmp w0, 0 beq .L26 mov w0, 1 b .L28 .L26: mov w0, 0 .L28: ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size cgc_isspace, .-cgc_isspace .align 2 .global cgc_ispunct .type cgc_ispunct, %function cgc_ispunct: .LFB7: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str w0, [sp, 28] ldr w0, [sp, 28] bl cgc_isascii cmp w0, 0 beq .L30 adrp x0, _ctypes add x1, x0, :lo12:_ctypes ldrsw x0, [sp, 28] ldrb w0, [x1, x0] and w0, w0, 8 cmp w0, 0 beq .L30 mov w0, 1 b .L32 .L30: mov w0, 0 .L32: ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size cgc_ispunct, .-cgc_ispunct .align 2 .global cgc_tolower .type cgc_tolower, %function cgc_tolower: .LFB8: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str w0, [sp, 28] ldr w0, [sp, 28] bl cgc_isupper cmp w0, 0 beq .L34 ldr w0, [sp, 28] add w0, w0, 32 b .L35 .L34: ldr w0, [sp, 28] .L35: ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size cgc_tolower, .-cgc_tolower .align 2 .global cgc_toupper .type cgc_toupper, %function cgc_toupper: .LFB9: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str w0, [sp, 28] ldr w0, [sp, 28] bl cgc_islower cmp w0, 0 beq .L37 ldr w0, [sp, 28] sub w0, w0, #32 b .L38 .L37: ldr w0, [sp, 28] .L38: ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE9: .size cgc_toupper, .-cgc_toupper ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global IID_IVBSAXContentHandler .section .rodata .align 3 .type IID_IVBSAXContentHandler, %object .size IID_IVBSAXContentHandler, 24 IID_IVBSAXContentHandler: .xword 785852682 .hword 19925 .hword 19270 .ascii "\273&NAU\347\177\252" .zero 4 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global foo .type foo, %function foo: .LFB0: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, 12] str w1, [sp, 8] str w2, [sp, 4] str w3, [sp] ldr w8, [sp, 12] mov w1, w8 ldr w0, [sp, 8] add w0, w1, w0 mov w8, w0 mov w1, w8 ldr w0, [sp, 4] add w0, w1, w0 mov w8, w0 mov w1, w8 ldr w0, [sp] add w0, w1, w0 mov w8, w0 mov w0, w8 add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size foo, .-foo .align 2 .global main .type main, %function main: .LFB1: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp mov w0, 10 str w0, [sp, 28] mov w0, 20 str w0, [sp, 32] mov w0, 30 str w0, [sp, 36] mov w0, 40 str w0, [sp, 40] str wzr, [sp, 44] ldr w0, [sp, 28] ldr w1, [sp, 32] ldr w2, [sp, 36] ldr w3, [sp, 40] bl foo str w0, [sp, 44] ldr w0, [sp, 44] cmp w0, 100 beq .L4 bl abort .L4: mov w0, 0 ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global IDC_LIST_ADD .section .rodata .align 2 .type IDC_LIST_ADD, %object .size IDC_LIST_ADD, 4 IDC_LIST_ADD: .word 32769 .global IDC_LIST_EDIT .align 2 .type IDC_LIST_EDIT, %object .size IDC_LIST_EDIT, 4 IDC_LIST_EDIT: .word 32770 .global IDC_LIST_DEL .align 2 .type IDC_LIST_DEL, %object .size IDC_LIST_DEL, 4 IDC_LIST_DEL: .word 32771 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global putc .type putc, %function putc: .LFB0: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 strb w0, [sp, 15] mov x0, 16 movk x0, 0x1000, lsl 16 ldrb w1, [sp, 15] strb w1, [x0] nop .L2: mov x0, 28 movk x0, 0x1000, lsl 16 ldrb w0, [x0] and w0, w0, 255 and w0, w0, 1 cmp w0, 0 bne .L2 nop nop add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size putc, .-putc .align 2 .global getc .type getc, %function getc: .LFB1: .cfi_startproc nop .L4: mov x0, 28 movk x0, 0x1000, lsl 16 ldrb w0, [x0] and w0, w0, 255 and w0, w0, 2 cmp w0, 0 beq .L4 mov x0, 28 movk x0, 0x1000, lsl 16 strb wzr, [x0] mov x0, 20 movk x0, 0x1000, lsl 16 ldrb w0, [x0] and w0, w0, 255 ret .cfi_endproc .LFE1: .size getc, .-getc .align 2 .global puts .type puts, %function puts: .LFB2: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] b .L7 .L8: ldr x0, [sp, 24] add x1, x0, 1 str x1, [sp, 24] ldrb w0, [x0] bl putc .L7: ldr x0, [sp, 24] ldrb w0, [x0] cmp w0, 0 bne .L8 nop nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE2: .size puts, .-puts .align 2 .global memcpy .type memcpy, %function memcpy: .LFB3: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 24] str x1, [sp, 16] str w2, [sp, 12] b .L10 .L11: ldr w0, [sp, 12] sub w0, w0, #1 str w0, [sp, 12] ldrsw x0, [sp, 12] ldr x1, [sp, 16] add x1, x1, x0 ldrsw x0, [sp, 12] ldr x2, [sp, 24] add x0, x2, x0 ldrb w1, [x1] strb w1, [x0] .L10: ldr w0, [sp, 12] cmp w0, 0 bne .L11 ldr x0, [sp, 24] add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE3: .size memcpy, .-memcpy .align 2 .global memcmp .type memcmp, %function memcmp: .LFB4: .cfi_startproc sub sp, sp, #48 .cfi_def_cfa_offset 48 str x0, [sp, 24] str x1, [sp, 16] str w2, [sp, 12] str wzr, [sp, 44] b .L14 .L17: ldrsw x0, [sp, 44] ldr x1, [sp, 24] add x0, x1, x0 ldrb w1, [x0] ldrsw x0, [sp, 44] ldr x2, [sp, 16] add x0, x2, x0 ldrb w0, [x0] cmp w1, w0 beq .L15 mov w0, 0 b .L16 .L15: ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L14: ldr w1, [sp, 44] ldr w0, [sp, 12] cmp w1, w0 blt .L17 mov w0, 1 .L16: add sp, sp, 48 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE4: .size memcmp, .-memcmp .section .rodata .align 3 .LC0: .string "\r\nPicoRV32 (RV32IMC ISA) running on SparkRoad(EG4S20NG88)\r\n" .align 3 .LC1: .string "Apr.2019 Serial port\r\n" .align 3 .LC2: .string "www.socchina.net\r\n\r\n" .text .align 2 .global print_version .type print_version, %function print_version: .LFB5: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl puts adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl puts adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl puts nop ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE5: .size print_version, .-print_version .align 2 .global printhex .type printhex, %function printhex: .LFB6: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp strb w0, [sp, 31] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 56] mov x1, 0 adrp x0, .LC3 add x0, x0, :lo12:.LC3 add x2, sp, 32 mov x3, x0 ldp x0, x1, [x3] stp x0, x1, [x2] ldrb w0, [x3, 16] strb w0, [x2, 16] ldrb w0, [sp, 31] lsr w0, w0, 4 and w0, w0, 255 sxtw x0, w0 add x1, sp, 32 ldrb w0, [x1, x0] bl putc ldrb w0, [sp, 31] and w0, w0, 15 sxtw x0, w0 add x1, sp, 32 ldrb w0, [x1, x0] bl putc nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 56] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L20 bl __stack_chk_fail .L20: ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size printhex, .-printhex .section .rodata .align 3 .LC3: .string "0123456789ABCDEF" .text .align 2 .global printcrlf .type printcrlf, %function printcrlf: .LFB7: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp mov w0, 13 bl putc mov w0, 10 bl putc nop ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size printcrlf, .-printcrlf .section .rodata .align 3 .LC4: .string "Dump memory from 0x" .align 3 .LC5: .string " size: 0x" .text .align 2 .global dump_memory .type dump_memory, %function dump_memory: .LFB8: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str w0, [sp, 28] str w1, [sp, 24] ldrsw x0, [sp, 28] str x0, [sp, 40] adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl puts ldr w0, [sp, 36] asr w0, w0, 24 and w0, w0, 255 bl printhex ldr w0, [sp, 36] asr w0, w0, 16 and w0, w0, 255 bl printhex ldr w0, [sp, 36] asr w0, w0, 8 and w0, w0, 255 bl printhex ldr w0, [sp, 36] and w0, w0, 255 bl printhex adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl puts ldr w0, [sp, 24] asr w0, w0, 8 and w0, w0, 255 bl printhex ldr w0, [sp, 24] and w0, w0, 255 bl printhex bl printcrlf str wzr, [sp, 32] b .L23 .L25: ldr w0, [sp, 32] and w0, w0, 15 cmp w0, 0 bne .L24 ldr w1, [sp, 28] ldr w0, [sp, 32] add w0, w1, w0 str w0, [sp, 36] bl printcrlf ldr w0, [sp, 36] asr w0, w0, 24 and w0, w0, 255 bl printhex ldr w0, [sp, 36] asr w0, w0, 16 and w0, w0, 255 bl printhex ldr w0, [sp, 36] asr w0, w0, 8 and w0, w0, 255 bl printhex ldr w0, [sp, 36] and w0, w0, 255 bl printhex mov w0, 32 bl putc .L24: ldrsw x0, [sp, 32] ldr x1, [sp, 40] add x0, x1, x0 ldrb w0, [x0] bl printhex mov w0, 32 bl putc ldr w0, [sp, 32] add w0, w0, 1 str w0, [sp, 32] .L23: ldr w1, [sp, 32] ldr w0, [sp, 24] cmp w1, w0 blt .L25 nop nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size dump_memory, .-dump_memory .align 2 .global main .type main, %function main: .LFB9: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 56] mov x1, 0 str wzr, [sp, 20] strb wzr, [sp, 19] mov x0, 24 movk x0, 0x1000, lsl 16 mov w1, 69 str w1, [x0] strb wzr, [sp, 24] bl print_version .L29: mov x0, 268435456 ldrb w1, [sp, 19] strb w1, [x0] ldrb w0, [sp, 19] add w0, w0, 1 strb w0, [sp, 19] str wzr, [sp, 20] b .L27 .L28: ldr w0, [sp, 20] add w0, w0, 1 str w0, [sp, 20] .L27: ldr w1, [sp, 20] mov w0, 34463 movk w0, 0x1, lsl 16 cmp w1, w0 ble .L28 b .L29 .cfi_endproc .LFE9: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global program_invocation_short_name .bss .align 3 .type program_invocation_short_name, %object .size program_invocation_short_name, 8 program_invocation_short_name: .zero 8 .global program_invocation_name .align 3 .type program_invocation_name, %object .size program_invocation_name, 8 program_invocation_name: .zero 8 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global mask_bmp .data .align 3 .type mask_bmp, %object .size mask_bmp, 55194 mask_bmp: .byte 66 .byte 77 .byte -102 .byte -41 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 54 .byte 4 .byte 0 .byte 0 .byte 40 .byte 0 .byte 0 .byte 0 .byte -117 .byte 2 .byte 0 .byte 0 .byte 83 .byte 0 .byte 0 .byte 0 .byte 1 .byte 0 .byte 8 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 1 .byte 1 .byte 1 .byte 0 .byte 2 .byte 2 .byte 2 .byte 0 .byte 3 .byte 3 .byte 3 .byte 0 .byte 4 .byte 4 .byte 4 .byte 0 .byte 5 .byte 5 .byte 5 .byte 0 .byte 6 .byte 6 .byte 6 .byte 0 .byte 7 .byte 7 .byte 7 .byte 0 .byte 8 .byte 8 .byte 8 .byte 0 .byte 9 .byte 9 .byte 9 .byte 0 .byte 10 .byte 10 .byte 10 .byte 0 .byte 11 .byte 11 .byte 11 .byte 0 .byte 12 .byte 12 .byte 12 .byte 0 .byte 13 .byte 13 .byte 13 .byte 0 .byte 14 .byte 14 .byte 14 .byte 0 .byte 15 .byte 15 .byte 15 .byte 0 .byte 16 .byte 16 .byte 16 .byte 0 .byte 17 .byte 17 .byte 17 .byte 0 .byte 18 .byte 18 .byte 18 .byte 0 .byte 19 .byte 19 .byte 19 .byte 0 .byte 20 .byte 20 .byte 20 .byte 0 .byte 21 .byte 21 .byte 21 .byte 0 .byte 22 .byte 22 .byte 22 .byte 0 .byte 23 .byte 23 .byte 23 .byte 0 .byte 24 .byte 24 .byte 24 .byte 0 .byte 25 .byte 25 .byte 25 .byte 0 .byte 26 .byte 26 .byte 26 .byte 0 .byte 27 .byte 27 .byte 27 .byte 0 .byte 28 .byte 28 .byte 28 .byte 0 .byte 29 .byte 29 .byte 29 .byte 0 .byte 30 .byte 30 .byte 30 .byte 0 .byte 31 .byte 31 .byte 31 .byte 0 .byte 32 .byte 32 .byte 32 .byte 0 .byte 33 .byte 33 .byte 33 .byte 0 .byte 34 .byte 34 .byte 34 .byte 0 .byte 35 .byte 35 .byte 35 .byte 0 .byte 36 .byte 36 .byte 36 .byte 0 .byte 37 .byte 37 .byte 37 .byte 0 .byte 38 .byte 38 .byte 38 .byte 0 .byte 39 .byte 39 .byte 39 .byte 0 .byte 40 .byte 40 .byte 40 .byte 0 .byte 41 .byte 41 .byte 41 .byte 0 .byte 42 .byte 42 .byte 42 .byte 0 .byte 43 .byte 43 .byte 43 .byte 0 .byte 44 .byte 44 .byte 44 .byte 0 .byte 45 .byte 45 .byte 45 .byte 0 .byte 46 .byte 46 .byte 46 .byte 0 .byte 47 .byte 47 .byte 47 .byte 0 .byte 48 .byte 48 .byte 48 .byte 0 .byte 49 .byte 49 .byte 49 .byte 0 .byte 50 .byte 50 .byte 50 .byte 0 .byte 51 .byte 51 .byte 51 .byte 0 .byte 52 .byte 52 .byte 52 .byte 0 .byte 53 .byte 53 .byte 53 .byte 0 .byte 54 .byte 54 .byte 54 .byte 0 .byte 55 .byte 55 .byte 55 .byte 0 .byte 56 .byte 56 .byte 56 .byte 0 .byte 57 .byte 57 .byte 57 .byte 0 .byte 58 .byte 58 .byte 58 .byte 0 .byte 59 .byte 59 .byte 59 .byte 0 .byte 60 .byte 60 .byte 60 .byte 0 .byte 61 .byte 61 .byte 61 .byte 0 .byte 62 .byte 62 .byte 62 .byte 0 .byte 63 .byte 63 .byte 63 .byte 0 .byte 64 .byte 64 .byte 64 .byte 0 .byte 65 .byte 65 .byte 65 .byte 0 .byte 66 .byte 66 .byte 66 .byte 0 .byte 67 .byte 67 .byte 67 .byte 0 .byte 68 .byte 68 .byte 68 .byte 0 .byte 69 .byte 69 .byte 69 .byte 0 .byte 70 .byte 70 .byte 70 .byte 0 .byte 71 .byte 71 .byte 71 .byte 0 .byte 72 .byte 72 .byte 72 .byte 0 .byte 73 .byte 73 .byte 73 .byte 0 .byte 74 .byte 74 .byte 74 .byte 0 .byte 75 .byte 75 .byte 75 .byte 0 .byte 76 .byte 76 .byte 76 .byte 0 .byte 77 .byte 77 .byte 77 .byte 0 .byte 78 .byte 78 .byte 78 .byte 0 .byte 79 .byte 79 .byte 79 .byte 0 .byte 80 .byte 80 .byte 80 .byte 0 .byte 81 .byte 81 .byte 81 .byte 0 .byte 82 .byte 82 .byte 82 .byte 0 .byte 83 .byte 83 .byte 83 .byte 0 .byte 84 .byte 84 .byte 84 .byte 0 .byte 85 .byte 85 .byte 85 .byte 0 .byte 86 .byte 86 .byte 86 .byte 0 .byte 87 .byte 87 .byte 87 .byte 0 .byte 88 .byte 88 .byte 88 .byte 0 .byte 89 .byte 89 .byte 89 .byte 0 .byte 90 .byte 90 .byte 90 .byte 0 .byte 91 .byte 91 .byte 91 .byte 0 .byte 92 .byte 92 .byte 92 .byte 0 .byte 93 .byte 93 .byte 93 .byte 0 .byte 94 .byte 94 .byte 94 .byte 0 .byte 95 .byte 95 .byte 95 .byte 0 .byte 96 .byte 96 .byte 96 .byte 0 .byte 97 .byte 97 .byte 97 .byte 0 .byte 98 .byte 98 .byte 98 .byte 0 .byte 99 .byte 99 .byte 99 .byte 0 .byte 100 .byte 100 .byte 100 .byte 0 .byte 101 .byte 101 .byte 101 .byte 0 .byte 102 .byte 102 .byte 102 .byte 0 .byte 103 .byte 103 .byte 103 .byte 0 .byte 104 .byte 104 .byte 104 .byte 0 .byte 105 .byte 105 .byte 105 .byte 0 .byte 106 .byte 106 .byte 106 .byte 0 .byte 107 .byte 107 .byte 107 .byte 0 .byte 108 .byte 108 .byte 108 .byte 0 .byte 109 .byte 109 .byte 109 .byte 0 .byte 110 .byte 110 .byte 110 .byte 0 .byte 111 .byte 111 .byte 111 .byte 0 .byte 112 .byte 112 .byte 112 .byte 0 .byte 113 .byte 113 .byte 113 .byte 0 .byte 114 .byte 114 .byte 114 .byte 0 .byte 115 .byte 115 .byte 115 .byte 0 .byte 116 .byte 116 .byte 116 .byte 0 .byte 117 .byte 117 .byte 117 .byte 0 .byte 118 .byte 118 .byte 118 .byte 0 .byte 119 .byte 119 .byte 119 .byte 0 .byte 120 .byte 120 .byte 120 .byte 0 .byte 121 .byte 121 .byte 121 .byte 0 .byte 122 .byte 122 .byte 122 .byte 0 .byte 123 .byte 123 .byte 123 .byte 0 .byte 124 .byte 124 .byte 124 .byte 0 .byte 125 .byte 125 .byte 125 .byte 0 .byte 126 .byte 126 .byte 126 .byte 0 .byte 127 .byte 127 .byte 127 .byte 0 .byte -128 .byte -128 .byte -128 .byte 0 .byte -127 .byte -127 .byte -127 .byte 0 .byte -126 .byte -126 .byte -126 .byte 0 .byte -125 .byte -125 .byte -125 .byte 0 .byte -124 .byte -124 .byte -124 .byte 0 .byte -123 .byte -123 .byte -123 .byte 0 .byte -122 .byte -122 .byte -122 .byte 0 .byte -121 .byte -121 .byte -121 .byte 0 .byte -120 .byte -120 .byte -120 .byte 0 .byte -119 .byte -119 .byte -119 .byte 0 .byte -118 .byte -118 .byte -118 .byte 0 .byte -117 .byte -117 .byte -117 .byte 0 .byte -116 .byte -116 .byte -116 .byte 0 .byte -115 .byte -115 .byte -115 .byte 0 .byte -114 .byte -114 .byte -114 .byte 0 .byte -113 .byte -113 .byte -113 .byte 0 .byte -112 .byte -112 .byte -112 .byte 0 .byte -111 .byte -111 .byte -111 .byte 0 .byte -110 .byte -110 .byte -110 .byte 0 .byte -109 .byte -109 .byte -109 .byte 0 .byte -108 .byte -108 .byte -108 .byte 0 .byte -107 .byte -107 .byte -107 .byte 0 .byte -106 .byte -106 .byte -106 .byte 0 .byte -105 .byte -105 .byte -105 .byte 0 .byte -104 .byte -104 .byte -104 .byte 0 .byte -103 .byte -103 .byte -103 .byte 0 .byte -102 .byte -102 .byte -102 .byte 0 .byte -101 .byte -101 .byte -101 .byte 0 .byte -100 .byte -100 .byte -100 .byte 0 .byte -99 .byte -99 .byte -99 .byte 0 .byte -98 .byte -98 .byte -98 .byte 0 .byte -97 .byte -97 .byte -97 .byte 0 .byte -96 .byte -96 .byte -96 .byte 0 .byte -95 .byte -95 .byte -95 .byte 0 .byte -94 .byte -94 .byte -94 .byte 0 .byte -93 .byte -93 .byte -93 .byte 0 .byte -92 .byte -92 .byte -92 .byte 0 .byte -91 .byte -91 .byte -91 .byte 0 .byte -90 .byte -90 .byte -90 .byte 0 .byte -89 .byte -89 .byte -89 .byte 0 .byte -88 .byte -88 .byte -88 .byte 0 .byte -87 .byte -87 .byte -87 .byte 0 .byte -86 .byte -86 .byte -86 .byte 0 .byte -85 .byte -85 .byte -85 .byte 0 .byte -84 .byte -84 .byte -84 .byte 0 .byte -83 .byte -83 .byte -83 .byte 0 .byte -82 .byte -82 .byte -82 .byte 0 .byte -81 .byte -81 .byte -81 .byte 0 .byte -80 .byte -80 .byte -80 .byte 0 .byte -79 .byte -79 .byte -79 .byte 0 .byte -78 .byte -78 .byte -78 .byte 0 .byte -77 .byte -77 .byte -77 .byte 0 .byte -76 .byte -76 .byte -76 .byte 0 .byte -75 .byte -75 .byte -75 .byte 0 .byte -74 .byte -74 .byte -74 .byte 0 .byte -73 .byte -73 .byte -73 .byte 0 .byte -72 .byte -72 .byte -72 .byte 0 .byte -71 .byte -71 .byte -71 .byte 0 .byte -70 .byte -70 .byte -70 .byte 0 .byte -69 .byte -69 .byte -69 .byte 0 .byte -68 .byte -68 .byte -68 .byte 0 .byte -67 .byte -67 .byte -67 .byte 0 .byte -66 .byte -66 .byte -66 .byte 0 .byte -65 .byte -65 .byte -65 .byte 0 .byte -64 .byte -64 .byte -64 .byte 0 .byte -63 .byte -63 .byte -63 .byte 0 .byte -62 .byte -62 .byte -62 .byte 0 .byte -61 .byte -61 .byte -61 .byte 0 .byte -60 .byte -60 .byte -60 .byte 0 .byte -59 .byte -59 .byte -59 .byte 0 .byte -58 .byte -58 .byte -58 .byte 0 .byte -57 .byte -57 .byte -57 .byte 0 .byte -56 .byte -56 .byte -56 .byte 0 .byte -55 .byte -55 .byte -55 .byte 0 .byte -54 .byte -54 .byte -54 .byte 0 .byte -53 .byte -53 .byte -53 .byte 0 .byte -52 .byte -52 .byte -52 .byte 0 .byte -51 .byte -51 .byte -51 .byte 0 .byte -50 .byte -50 .byte -50 .byte 0 .byte -49 .byte -49 .byte -49 .byte 0 .byte -48 .byte -48 .byte -48 .byte 0 .byte -47 .byte -47 .byte -47 .byte 0 .byte -46 .byte -46 .byte -46 .byte 0 .byte -45 .byte -45 .byte -45 .byte 0 .byte -44 .byte -44 .byte -44 .byte 0 .byte -43 .byte -43 .byte -43 .byte 0 .byte -42 .byte -42 .byte -42 .byte 0 .byte -41 .byte -41 .byte -41 .byte 0 .byte -40 .byte -40 .byte -40 .byte 0 .byte -39 .byte -39 .byte -39 .byte 0 .byte -38 .byte -38 .byte -38 .byte 0 .byte -37 .byte -37 .byte -37 .byte 0 .byte -36 .byte -36 .byte -36 .byte 0 .byte -35 .byte -35 .byte -35 .byte 0 .byte -34 .byte -34 .byte -34 .byte 0 .byte -33 .byte -33 .byte -33 .byte 0 .byte -32 .byte -32 .byte -32 .byte 0 .byte -31 .byte -31 .byte -31 .byte 0 .byte -30 .byte -30 .byte -30 .byte 0 .byte -29 .byte -29 .byte -29 .byte 0 .byte -28 .byte -28 .byte -28 .byte 0 .byte -27 .byte -27 .byte -27 .byte 0 .byte -26 .byte -26 .byte -26 .byte 0 .byte -25 .byte -25 .byte -25 .byte 0 .byte -24 .byte -24 .byte -24 .byte 0 .byte -23 .byte -23 .byte -23 .byte 0 .byte -22 .byte -22 .byte -22 .byte 0 .byte -21 .byte -21 .byte -21 .byte 0 .byte -20 .byte -20 .byte -20 .byte 0 .byte -19 .byte -19 .byte -19 .byte 0 .byte -18 .byte -18 .byte -18 .byte 0 .byte -17 .byte -17 .byte -17 .byte 0 .byte -16 .byte -16 .byte -16 .byte 0 .byte -15 .byte -15 .byte -15 .byte 0 .byte -14 .byte -14 .byte -14 .byte 0 .byte -13 .byte -13 .byte -13 .byte 0 .byte -12 .byte -12 .byte -12 .byte 0 .byte -11 .byte -11 .byte -11 .byte 0 .byte -10 .byte -10 .byte -10 .byte 0 .byte -9 .byte -9 .byte -9 .byte 0 .byte -8 .byte -8 .byte -8 .byte 0 .byte -7 .byte -7 .byte -7 .byte 0 .byte -6 .byte -6 .byte -6 .byte 0 .byte -5 .byte -5 .byte -5 .byte 0 .byte -4 .byte -4 .byte -4 .byte 0 .byte -3 .byte -3 .byte -3 .byte 0 .byte -2 .byte -2 .byte -2 .byte 0 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte -1 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .byte 0 .global mask_bmp_len .align 2 .type mask_bmp_len, %object .size mask_bmp_len, 4 mask_bmp_len: .word 55194 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "Only one number can be squared at a time.\n" .global __extenddftf2 .global __multf3 .align 3 .LC1: .string "%Lf\n" .text .align 2 .global main .type main, %function main: .LFB6: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] ldr w0, [sp, 28] cmp w0, 2 ble .L2 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 42 mov x1, 1 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl fwrite mov w0, 1 b .L3 .L2: ldr x0, [sp, 16] add x0, x0, 8 ldr x0, [x0] bl atof bl __extenddftf2 str q0, [sp, 32] ldr q1, [sp, 32] ldr q0, [sp, 32] bl __multf3 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf mov w0, 0 .L3: ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "hello world" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl puts mov w0, 0 ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global sort .type sort, %function sort: .LFB0: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] str w1, [sp, 20] str w2, [sp, 16] ldr w0, [sp, 20] str w0, [sp, 32] ldr w0, [sp, 16] str w0, [sp, 36] ldr w1, [sp, 36] ldr w0, [sp, 32] sub w0, w1, w0 lsr w1, w0, 31 add w0, w1, w0 asr w0, w0, 1 mov w1, w0 ldr w0, [sp, 32] add w0, w1, w0 sxtw x0, w0 lsl x0, x0, 2 ldr x1, [sp, 24] add x0, x1, x0 ldr w0, [x0] str w0, [sp, 40] b .L2 .L4: ldr w0, [sp, 32] add w0, w0, 1 str w0, [sp, 32] .L3: ldrsw x0, [sp, 32] lsl x0, x0, 2 ldr x1, [sp, 24] add x0, x1, x0 ldr w0, [x0] ldr w1, [sp, 40] cmp w1, w0 bgt .L4 b .L5 .L6: ldr w0, [sp, 36] sub w0, w0, #1 str w0, [sp, 36] .L5: ldrsw x0, [sp, 36] lsl x0, x0, 2 ldr x1, [sp, 24] add x0, x1, x0 ldr w0, [x0] ldr w1, [sp, 40] cmp w1, w0 blt .L6 ldr w1, [sp, 32] ldr w0, [sp, 36] cmp w1, w0 bgt .L2 ldrsw x0, [sp, 32] lsl x0, x0, 2 ldr x1, [sp, 24] add x0, x1, x0 ldr w0, [x0] str w0, [sp, 44] ldrsw x0, [sp, 36] lsl x0, x0, 2 ldr x1, [sp, 24] add x1, x1, x0 ldrsw x0, [sp, 32] lsl x0, x0, 2 ldr x2, [sp, 24] add x0, x2, x0 ldr w1, [x1] str w1, [x0] ldrsw x0, [sp, 36] lsl x0, x0, 2 ldr x1, [sp, 24] add x0, x1, x0 ldr w1, [sp, 44] str w1, [x0] ldr w0, [sp, 32] add w0, w0, 1 str w0, [sp, 32] ldr w0, [sp, 36] sub w0, w0, #1 str w0, [sp, 36] .L2: ldr w1, [sp, 32] ldr w0, [sp, 36] cmp w1, w0 ble .L3 ldr w1, [sp, 20] ldr w0, [sp, 36] cmp w1, w0 bge .L8 ldr w2, [sp, 36] ldr w1, [sp, 20] ldr x0, [sp, 24] bl sort .L8: ldr w1, [sp, 32] ldr w0, [sp, 16] cmp w1, w0 bge .L10 ldr w2, [sp, 16] ldr w1, [sp, 32] ldr x0, [sp, 24] bl sort .L10: nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size sort, .-sort .align 2 .global fourSum .type fourSum, %function fourSum: .LFB1: .cfi_startproc stp x29, x30, [sp, -112]! .cfi_def_cfa_offset 112 .cfi_offset 29, -112 .cfi_offset 30, -104 mov x29, sp str x19, [sp, 16] .cfi_offset 19, -96 str x0, [sp, 56] str w1, [sp, 52] str w2, [sp, 48] str x3, [sp, 40] ldr w0, [sp, 52] sub w0, w0, #1 mov w2, w0 mov w1, 0 ldr x0, [sp, 56] bl sort mov x0, 8 bl malloc str x0, [sp, 104] ldr x0, [sp, 40] str wzr, [x0] str wzr, [sp, 76] b .L12 .L27: ldr w0, [sp, 76] cmp w0, 0 beq .L13 ldrsw x0, [sp, 76] lsl x0, x0, 2 ldr x1, [sp, 56] add x0, x1, x0 ldr w1, [x0] ldrsw x0, [sp, 76] lsl x0, x0, 2 sub x0, x0, #4 ldr x2, [sp, 56] add x0, x2, x0 ldr w0, [x0] cmp w1, w0 beq .L29 .L13: ldrsw x0, [sp, 76] lsl x0, x0, 2 ldr x1, [sp, 56] add x0, x1, x0 ldr w0, [x0] ldr w1, [sp, 48] sub w0, w1, w0 str w0, [sp, 92] ldr w0, [sp, 76] add w0, w0, 1 str w0, [sp, 80] b .L15 .L26: ldr w0, [sp, 76] add w0, w0, 1 ldr w1, [sp, 80] cmp w1, w0 beq .L16 ldrsw x0, [sp, 80] lsl x0, x0, 2 ldr x1, [sp, 56] add x0, x1, x0 ldr w1, [x0] ldrsw x0, [sp, 80] lsl x0, x0, 2 sub x0, x0, #4 ldr x2, [sp, 56] add x0, x2, x0 ldr w0, [x0] cmp w1, w0 beq .L30 .L16: ldrsw x0, [sp, 80] lsl x0, x0, 2 ldr x1, [sp, 56] add x0, x1, x0 ldr w0, [x0] ldr w1, [sp, 92] sub w0, w1, w0 str w0, [sp, 96] ldrsw x0, [sp, 80] add x0, x0, 1 lsl x0, x0, 2 ldr x1, [sp, 56] add x0, x1, x0 ldr w1, [x0] ldrsw x0, [sp, 80] add x0, x0, 2 lsl x0, x0, 2 ldr x2, [sp, 56] add x0, x2, x0 ldr w0, [x0] add w0, w1, w0 ldr w1, [sp, 96] cmp w1, w0 blt .L31 ldrsw x0, [sp, 52] lsl x0, x0, 2 sub x0, x0, #4 ldr x1, [sp, 56] add x0, x1, x0 ldr w1, [x0] ldrsw x0, [sp, 52] lsl x0, x0, 2 sub x0, x0, #8 ldr x2, [sp, 56] add x0, x2, x0 ldr w0, [x0] add w0, w1, w0 ldr w1, [sp, 96] cmp w1, w0 bgt .L32 ldr w0, [sp, 80] add w0, w0, 1 str w0, [sp, 84] ldr w0, [sp, 52] sub w0, w0, #1 str w0, [sp, 88] b .L20 .L25: ldrsw x0, [sp, 84] lsl x0, x0, 2 ldr x1, [sp, 56] add x0, x1, x0 ldr w1, [x0] ldrsw x0, [sp, 88] lsl x0, x0, 2 ldr x2, [sp, 56] add x0, x2, x0 ldr w0, [x0] add w0, w1, w0 str w0, [sp, 100] ldr w1, [sp, 96] ldr w0, [sp, 100] cmp w1, w0 ble .L21 ldr w0, [sp, 84] add w0, w0, 1 str w0, [sp, 84] b .L20 .L21: ldr w1, [sp, 96] ldr w0, [sp, 100] cmp w1, w0 bge .L22 ldr w0, [sp, 88] sub w0, w0, #1 str w0, [sp, 88] b .L20 .L22: ldr x0, [sp, 40] ldr w0, [x0] cmp w0, 0 beq .L23 ldr x0, [sp, 40] ldr w0, [x0] cmp w0, 0 beq .L24 ldrsw x0, [sp, 76] lsl x0, x0, 2 ldr x1, [sp, 56] add x0, x1, x0 ldr w1, [x0] ldr x0, [sp, 40] ldr w0, [x0] sxtw x0, w0 lsl x0, x0, 3 sub x0, x0, #8 ldr x2, [sp, 104] add x0, x2, x0 ldr x0, [x0] ldr w0, [x0] cmp w1, w0 bne .L23 ldrsw x0, [sp, 80] lsl x0, x0, 2 ldr x1, [sp, 56] add x0, x1, x0 ldr w1, [x0] ldr x0, [sp, 40] ldr w0, [x0] sxtw x0, w0 lsl x0, x0, 3 sub x0, x0, #8 ldr x2, [sp, 104] add x0, x2, x0 ldr x0, [x0] add x0, x0, 4 ldr w0, [x0] cmp w1, w0 bne .L23 ldrsw x0, [sp, 84] lsl x0, x0, 2 ldr x1, [sp, 56] add x0, x1, x0 ldr w1, [x0] ldr x0, [sp, 40] ldr w0, [x0] sxtw x0, w0 lsl x0, x0, 3 sub x0, x0, #8 ldr x2, [sp, 104] add x0, x2, x0 ldr x0, [x0] add x0, x0, 8 ldr w0, [x0] cmp w1, w0 beq .L24 .L23: ldr x0, [sp, 40] ldr w0, [x0] add w1, w0, 1 ldr x0, [sp, 40] str w1, [x0] ldr x0, [sp, 40] ldr w0, [x0] sxtw x0, w0 lsl x0, x0, 3 mov x1, x0 ldr x0, [sp, 104] bl realloc str x0, [sp, 104] ldr x0, [sp, 40] ldr w0, [x0] sxtw x0, w0 lsl x0, x0, 3 sub x0, x0, #8 ldr x1, [sp, 104] add x19, x1, x0 mov x0, 16 bl malloc str x0, [x19] ldrsw x0, [sp, 76] lsl x0, x0, 2 ldr x1, [sp, 56] add x1, x1, x0 ldr x0, [sp, 40] ldr w0, [x0] sxtw x0, w0 lsl x0, x0, 3 sub x0, x0, #8 ldr x2, [sp, 104] add x0, x2, x0 ldr x0, [x0] ldr w1, [x1] str w1, [x0] ldrsw x0, [sp, 80] lsl x0, x0, 2 ldr x1, [sp, 56] add x1, x1, x0 ldr x0, [sp, 40] ldr w0, [x0] sxtw x0, w0 lsl x0, x0, 3 sub x0, x0, #8 ldr x2, [sp, 104] add x0, x2, x0 ldr x0, [x0] add x0, x0, 4 ldr w1, [x1] str w1, [x0] ldrsw x0, [sp, 84] lsl x0, x0, 2 ldr x1, [sp, 56] add x1, x1, x0 ldr x0, [sp, 40] ldr w0, [x0] sxtw x0, w0 lsl x0, x0, 3 sub x0, x0, #8 ldr x2, [sp, 104] add x0, x2, x0 ldr x0, [x0] add x0, x0, 8 ldr w1, [x1] str w1, [x0] ldrsw x0, [sp, 88] lsl x0, x0, 2 ldr x1, [sp, 56] add x1, x1, x0 ldr x0, [sp, 40] ldr w0, [x0] sxtw x0, w0 lsl x0, x0, 3 sub x0, x0, #8 ldr x2, [sp, 104] add x0, x2, x0 ldr x0, [x0] add x0, x0, 12 ldr w1, [x1] str w1, [x0] .L24: ldr w0, [sp, 84] add w0, w0, 1 str w0, [sp, 84] .L20: ldr w1, [sp, 84] ldr w0, [sp, 88] cmp w1, w0 blt .L25 b .L17 .L30: nop b .L17 .L32: nop .L17: ldr w0, [sp, 80] add w0, w0, 1 str w0, [sp, 80] .L15: ldr w0, [sp, 52] sub w0, w0, #2 ldr w1, [sp, 80] cmp w1, w0 blt .L26 b .L14 .L29: nop b .L14 .L31: nop .L14: ldr w0, [sp, 76] add w0, w0, 1 str w0, [sp, 76] .L12: ldr w0, [sp, 52] sub w0, w0, #3 ldr w1, [sp, 76] cmp w1, w0 blt .L27 ldr x0, [sp, 104] ldr x19, [sp, 16] ldp x29, x30, [sp], 112 .cfi_restore 30 .cfi_restore 29 .cfi_restore 19 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size fourSum, .-fourSum ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "symlink(%s, %s)" .align 3 .LC1: .string "%s.XXXXXX" .align 3 .LC2: .string "creat(%s)" .align 3 .LC3: .string "stat(%s)" .text .align 2 .global file_lock .type file_lock, %function file_lock: .LFB6: .cfi_startproc mov x12, 4416 sub sp, sp, x12 .cfi_def_cfa_offset 4416 stp x29, x30, [sp] .cfi_offset 29, -4416 .cfi_offset 30, -4408 mov x29, sp str x0, [sp, 40] str x1, [sp, 32] str w2, [sp, 28] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 4408] mov x1, 0 ldr w0, [sp, 28] cmp w0, 0 bgt .L12 mov w0, 15 str w0, [sp, 28] .L12: ldr x1, [sp, 32] ldr x0, [sp, 40] bl symlink str w0, [sp, 48] ldr w0, [sp, 48] cmp w0, 0 bne .L3 mov x0, 0 b .L13 .L3: bl __errno_location ldr w0, [x0] cmp w0, 17 beq .L5 ldr x4, [sp, 32] ldr x3, [sp, 40] adrp x0, .LC0 add x2, x0, :lo12:.LC0 ldr x1, [sp, 40] adrp x0, msg.0 add x0, x0, :lo12:msg.0 bl file_lock_error adrp x0, msg.0 add x0, x0, :lo12:msg.0 b .L13 .L5: mov w0, 1 bl sleep add x0, sp, 56 mov x1, x0 ldr x0, [sp, 32] bl lstat str w0, [sp, 48] ldr w0, [sp, 48] cmn w0, #1 beq .L16 add x3, sp, 312 ldr x2, [sp, 32] adrp x0, .LC1 add x1, x0, :lo12:.LC1 mov x0, x3 bl sprintf add x0, sp, 312 bl mktemp add x0, sp, 312 mov w1, 438 bl creat str w0, [sp, 52] ldr w0, [sp, 52] cmn w0, #1 beq .L8 ldr w0, [sp, 52] bl close add x1, sp, 184 add x0, sp, 312 bl stat cmn w0, #1 bne .L10 b .L15 .L8: add x0, sp, 312 mov x3, x0 adrp x0, .LC2 add x2, x0, :lo12:.LC2 ldr x1, [sp, 40] adrp x0, msg.0 add x0, x0, :lo12:msg.0 bl file_lock_error adrp x0, msg.0 add x0, x0, :lo12:msg.0 b .L13 .L15: add x0, sp, 312 mov x3, x0 adrp x0, .LC3 add x2, x0, :lo12:.LC3 ldr x1, [sp, 40] adrp x0, msg.0 add x0, x0, :lo12:msg.0 bl file_lock_error adrp x0, msg.0 add x0, x0, :lo12:msg.0 b .L13 .L10: add x0, sp, 312 bl unlink ldr x1, [sp, 144] ldrsw x0, [sp, 28] add x1, x1, x0 ldr x0, [sp, 272] cmp x1, x0 bge .L5 ldr x0, [sp, 32] bl unlink b .L7 .L16: nop .L7: b .L12 .L13: mov x1, x0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 4408] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L14 bl __stack_chk_fail .L14: mov x0, x1 ldp x29, x30, [sp] mov x12, 4416 add sp, sp, x12 .cfi_restore 29 .cfi_restore 30 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size file_lock, .-file_lock .section .rodata .align 3 .LC4: .string "Could not lock file `%s'; " .align 3 .LC5: .string " failed - " .align 3 .LC6: .string "errno %d" .text .align 2 .type file_lock_error, %function file_lock_error: .LFB7: .cfi_startproc stp x29, x30, [sp, -96]! .cfi_def_cfa_offset 96 .cfi_offset 29, -96 .cfi_offset 30, -88 mov x29, sp str x19, [sp, 16] .cfi_offset 19, -80 str x0, [sp, 72] str x1, [sp, 64] str x2, [sp, 56] str x3, [sp, 48] str x4, [sp, 40] ldr x2, [sp, 64] adrp x0, .LC4 add x1, x0, :lo12:.LC4 ldr x0, [sp, 72] bl sprintf ldr x0, [sp, 72] bl strlen str w0, [sp, 92] ldrsw x0, [sp, 92] ldr x1, [sp, 72] add x0, x1, x0 ldr x3, [sp, 40] ldr x2, [sp, 48] ldr x1, [sp, 56] bl sprintf ldr x0, [sp, 72] bl strlen mov x1, x0 ldr x0, [sp, 72] add x2, x0, x1 adrp x0, .LC5 add x1, x0, :lo12:.LC5 mov x0, x2 ldr x2, [x1] str x2, [x0] ldr w1, [x1, 7] str w1, [x0, 7] ldr x0, [sp, 72] bl strlen str w0, [sp, 92] ldrsw x0, [sp, 92] ldr x1, [sp, 72] add x19, x1, x0 bl __errno_location ldr w0, [x0] mov w2, w0 adrp x0, .LC6 add x1, x0, :lo12:.LC6 mov x0, x19 bl sprintf nop ldr x19, [sp, 16] ldp x29, x30, [sp], 96 .cfi_restore 30 .cfi_restore 29 .cfi_restore 19 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size file_lock_error, .-file_lock_error .local msg.0 .comm msg.0,4096,8 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, 12] str x1, [sp] mov w0, 0 add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "\n Enter a String: " .align 3 .LC1: .string "Palindrome String" .align 3 .LC2: .string "Not Palindrome String" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -240]! .cfi_def_cfa_offset 240 .cfi_offset 29, -240 .cfi_offset 30, -232 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 232] mov x1, 0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl puts add x0, sp, 24 bl gets add x1, sp, 24 add x0, sp, 128 bl strcpy add x0, sp, 24 bl strrev add x1, sp, 128 add x0, sp, 24 bl strcmp cmp w0, 0 bne .L2 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf b .L3 .L2: adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl printf .L3: mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 232] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L5 bl __stack_chk_fail .L5: mov w0, w1 ldp x29, x30, [sp], 240 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "Test #%d failed.\n" .text .align 2 .global fail .type fail, %function fail: .LFB6: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str w0, [sp, 28] ldr w1, [sp, 28] adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf nop ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size fail, .-fail .section .rodata .align 3 .LC1: .string "-123" .align 3 .LC2: .string "32767" .align 3 .LC3: .string "-32767" .align 3 .LC4: .string "0" .align 3 .LC5: .string "2147483647" .align 3 .LC6: .string "-2147483647" .align 3 .LC7: .string "123456" .align 3 .LC8: .string "-123456" .align 3 .LC9: .string " 2147483646" .align 3 .LC10: .string "-2147483646$$" .align 3 .LC11: .string " 2147483648x" .align 3 .LC12: .string " -2147483648" .align 3 .LC13: .string "981235b" .align 3 .LC14: .string " -1234567a" .align 3 .LC15: .string "FFDE" .align 3 .LC16: .string "7FFFFFFE" .align 3 .LC17: .string "-0x45" .align 3 .LC18: .string "23478" .align 3 .LC19: .string " -0x123D" .align 3 .LC20: .string " 01238" .align 3 .LC21: .string " -678899" .align 3 .LC22: .string "2147483648" .align 3 .LC23: .string "63234283743" .align 3 .LC24: .string "12345678901234567890XX" .align 3 .LC25: .string " 111" .align 3 .LC26: .string "4294967295" .align 3 .LC27: .string "4294967296" .align 3 .LC28: .string "abcdefghijklmn" .align 3 .LC29: .string "badcfehgjilknm" .align 3 .LC30: .string "badcfeghijklmn" .align 3 .LC31: .string "345" .align 3 .LC32: .string "-345" .align 3 .LC33: .string "x" .align 3 .LC34: .string "ffff" .align 3 .LC35: .string "123457" .align 3 .LC36: .string "-123457" .align 3 .LC37: .string "76512" .align 3 .LC38: .string "-1" .align 3 .LC39: .string "ffffffff" .text .align 2 .global main .type main, %function main: .LFB7: .cfi_startproc sub sp, sp, #1056 .cfi_def_cfa_offset 1056 stp x29, x30, [sp] .cfi_offset 29, -1056 .cfi_offset 30, -1048 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 1048] mov x1, 0 mov w0, 7 bl iscntrl cmp w0, 0 bne .L3 mov w0, 1 bl fail .L3: mov w0, 99 bl iscntrl cmp w0, 0 beq .L4 mov w0, 2 bl fail .L4: mov w0, 59 bl isgraph cmp w0, 0 bne .L5 mov w0, 5 bl fail .L5: mov w0, 32 bl isgraph cmp w0, 0 beq .L6 mov w0, 6 bl fail .L6: mov w0, 102 bl islower cmp w0, 0 bne .L7 mov w0, 7 bl fail .L7: mov w0, 70 bl islower cmp w0, 0 beq .L8 mov w0, 8 bl fail .L8: mov w0, 83 bl isprint cmp w0, 0 bne .L9 mov w0, 9 bl fail .L9: mov w0, 11 bl isprint cmp w0, 0 beq .L10 mov w0, 10 bl fail .L10: mov w0, 46 bl ispunct cmp w0, 0 bne .L11 mov w0, 11 bl fail .L11: mov w0, 65 bl ispunct cmp w0, 0 beq .L12 mov w0, 12 bl fail .L12: mov w0, 11 bl isspace cmp w0, 0 bne .L13 mov w0, 13 bl fail .L13: mov w0, 68 bl isspace cmp w0, 0 beq .L14 mov w0, 14 bl fail .L14: mov w0, 68 bl isupper cmp w0, 0 bne .L15 mov w0, 15 bl fail .L15: mov w0, 122 bl isupper cmp w0, 0 beq .L16 mov w0, 16 bl fail .L16: mov w0, 68 bl isxdigit cmp w0, 0 bne .L17 mov w0, 17 bl fail .L17: mov w0, 71 bl isxdigit cmp w0, 0 beq .L18 mov w0, 18 bl fail .L18: mov w0, 55 bl isalnum cmp w0, 0 bne .L19 mov w0, 19 bl fail .L19: mov w0, 59 bl isalnum cmp w0, 0 beq .L20 mov w0, 20 bl fail .L20: mov w0, 106 bl isalpha cmp w0, 0 bne .L21 mov w0, 21 bl fail .L21: mov w0, 36 bl isalpha cmp w0, 0 beq .L22 mov w0, 22 bl fail .L22: mov w0, 100 bl iscsym cmp w0, 0 bne .L23 mov w0, 25 bl fail .L23: mov w0, 36 bl iscsym cmp w0, 0 beq .L24 mov w0, 26 bl fail .L24: mov w0, 65 bl iscsymf cmp w0, 0 bne .L25 mov w0, 27 bl fail .L25: mov w0, 53 bl iscsymf cmp w0, 0 beq .L26 mov w0, 28 bl fail .L26: mov w0, 67 bl tolower cmp w0, 99 beq .L27 mov w0, 29 bl fail .L27: mov w0, 100 bl tolower cmp w0, 100 beq .L28 mov w0, 30 bl fail .L28: mov w0, 36 bl tolower cmp w0, 36 beq .L29 mov w0, 31 bl fail .L29: mov w0, 113 bl toupper cmp w0, 81 beq .L30 mov w0, 32 bl fail .L30: mov w0, 65 bl toupper cmp w0, 65 beq .L31 mov w0, 33 bl fail .L31: mov w0, 59 bl toupper cmp w0, 59 beq .L32 mov w0, 34 bl fail .L32: adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl atol cmn x0, #123 beq .L33 mov w0, 35 bl fail .L33: adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl atoi mov w1, w0 mov w0, 32767 cmp w1, w0 beq .L34 mov w0, 36 bl fail .L34: adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl atoi mov w1, w0 mov w0, -32767 cmp w1, w0 beq .L35 mov w0, 36 bl fail .L35: adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl atol cmp x0, 0 beq .L36 mov w0, 37 bl fail .L36: adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl atol mov x1, x0 mov x0, 2147483647 cmp x1, x0 beq .L37 mov w0, 38 bl fail .L37: adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl atol mov x1, x0 mov x0, -2147483647 cmp x1, x0 beq .L38 mov w0, 39 bl fail .L38: adrp x0, .LC7 add x0, x0, :lo12:.LC7 bl atol mov x1, x0 mov x0, 57920 movk x0, 0x1, lsl 16 cmp x1, x0 beq .L39 mov w0, 40 bl fail .L39: adrp x0, .LC8 add x0, x0, :lo12:.LC8 bl atol mov x1, x0 mov x0, -57920 movk x0, 0xfffe, lsl 16 cmp x1, x0 beq .L40 mov w0, 41 bl fail .L40: mov w2, 10 mov x1, 0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl strtol cmn x0, #123 beq .L41 mov w0, 42 bl fail .L41: mov w2, 10 mov x1, 0 adrp x0, .LC9 add x0, x0, :lo12:.LC9 bl strtol mov x1, x0 mov x0, 2147483646 cmp x1, x0 beq .L42 mov w0, 43 bl fail .L42: mov w2, 10 mov x1, 0 adrp x0, .LC10 add x0, x0, :lo12:.LC10 bl strtol mov x1, x0 mov x0, -65534 movk x0, 0x8000, lsl 16 cmp x1, x0 beq .L43 mov w0, 44 bl fail .L43: mov w2, 10 mov x1, 0 adrp x0, .LC11 add x0, x0, :lo12:.LC11 bl strtol mov x1, x0 mov x0, 9223372036854775807 cmp x1, x0 beq .L44 mov w0, 45 bl fail .L44: mov w2, 10 mov x1, 0 adrp x0, .LC12 add x0, x0, :lo12:.LC12 bl strtol mov x1, x0 mov x0, -9223372036854775808 cmp x1, x0 beq .L45 mov w0, 46 bl fail .L45: mov w2, 10 mov x1, 0 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl strtol cmp x0, 0 beq .L46 mov w0, 47 bl fail .L46: mov w2, 10 mov x1, 0 adrp x0, .LC13 add x0, x0, :lo12:.LC13 bl strtol mov x1, x0 mov x0, 63731 movk x0, 0xe, lsl 16 cmp x1, x0 beq .L47 mov w0, 48 bl fail .L47: mov w2, 10 mov x1, 0 adrp x0, .LC14 add x0, x0, :lo12:.LC14 bl strtol mov x1, x0 mov x0, -54919 movk x0, 0xffed, lsl 16 cmp x1, x0 beq .L48 mov w0, 49 bl fail .L48: mov w2, 16 mov x1, 0 adrp x0, .LC15 add x0, x0, :lo12:.LC15 bl strtol mov x1, x0 mov x0, 65502 cmp x1, x0 beq .L49 mov w0, 50 bl fail .L49: mov w2, 16 mov x1, 0 adrp x0, .LC16 add x0, x0, :lo12:.LC16 bl strtol mov x1, x0 mov x0, 2147483646 cmp x1, x0 beq .L50 mov w0, 51 bl fail .L50: mov w2, 16 mov x1, 0 adrp x0, .LC17 add x0, x0, :lo12:.LC17 bl strtol cmn x0, #69 beq .L51 mov w0, 52 bl fail .L51: mov w2, 8 mov x1, 0 adrp x0, .LC18 add x0, x0, :lo12:.LC18 bl strtol cmp x0, 1255 beq .L52 mov w0, 53 bl fail .L52: mov w2, 0 mov x1, 0 adrp x0, .LC19 add x0, x0, :lo12:.LC19 bl strtol mov x1, x0 mov x0, -4669 cmp x1, x0 beq .L53 mov w0, 54 bl fail .L53: mov w2, 0 mov x1, 0 adrp x0, .LC20 add x0, x0, :lo12:.LC20 bl strtol cmp x0, 83 beq .L54 mov w0, 55 bl fail .L54: mov w2, 0 mov x1, 0 adrp x0, .LC21 add x0, x0, :lo12:.LC21 bl strtol mov x1, x0 mov x0, -23539 movk x0, 0xfff5, lsl 16 cmp x1, x0 beq .L55 mov w0, 56 bl fail .L55: bl __errno_location str wzr, [x0] mov w2, 10 mov x1, 0 adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl strtol bl __errno_location ldr w0, [x0] cmp w0, 0 beq .L56 mov w0, 57 bl fail .L56: bl __errno_location str wzr, [x0] mov w2, 10 mov x1, 0 adrp x0, .LC22 add x0, x0, :lo12:.LC22 bl strtol bl __errno_location ldr w0, [x0] cmp w0, 34 beq .L57 mov w0, 58 bl fail .L57: bl __errno_location str wzr, [x0] mov w2, 10 mov x1, 0 adrp x0, .LC23 add x0, x0, :lo12:.LC23 bl strtol bl __errno_location ldr w0, [x0] cmp w0, 34 beq .L58 mov w0, 59 bl fail .L58: add x0, sp, 24 mov x1, 8224 movk x1, 0x3820, lsl 16 movk x1, 0x3839, lsl 32 movk x1, 0x33, lsl 48 str x1, [x0] add x1, sp, 16 add x0, sp, 24 mov w2, 8 bl strtol ldr x1, [sp, 16] add x0, sp, 24 cmp x1, x0 beq .L59 mov w0, 60 bl fail .L59: add x1, sp, 24 adrp x0, .LC24 add x0, x0, :lo12:.LC24 mov x2, x1 mov x3, x0 ldp x0, x1, [x3] stp x0, x1, [x2] add x1, x3, 15 add x0, x2, 15 ldr x1, [x1] str x1, [x0] add x1, sp, 16 add x0, sp, 24 mov w2, 0 bl strtol add x0, sp, 24 add x0, x0, 20 ldr x1, [sp, 16] cmp x0, x1 beq .L60 mov w0, 61 bl fail .L60: add x2, sp, 24 adrp x0, .LC25 add x1, x0, :lo12:.LC25 mov x0, x2 ldr w2, [x1] str w2, [x0] ldrh w1, [x1, 4] strh w1, [x0, 4] add x1, sp, 16 add x0, sp, 24 mov w2, 1 bl strtol ldr x1, [sp, 16] add x0, sp, 24 cmp x1, x0 beq .L61 mov w0, 62 bl fail .L61: bl __errno_location str wzr, [x0] mov w2, 10 mov x1, 0 adrp x0, .LC26 add x0, x0, :lo12:.LC26 bl strtoul cmn x0, #1 beq .L62 mov w0, 63 bl fail .L62: bl __errno_location ldr w0, [x0] cmp w0, 0 beq .L63 mov w0, 64 bl fail .L63: bl __errno_location str wzr, [x0] mov w2, 10 mov x1, 0 adrp x0, .LC27 add x0, x0, :lo12:.LC27 bl strtoul bl __errno_location ldr w0, [x0] cmp w0, 34 beq .L64 mov w0, 65 bl fail .L64: bl __errno_location str wzr, [x0] mov w2, 10 mov x1, 0 adrp x0, .LC23 add x0, x0, :lo12:.LC23 bl strtoul bl __errno_location ldr w0, [x0] cmp w0, 34 beq .L65 mov w0, 66 bl fail .L65: add x2, sp, 24 adrp x0, .LC28 add x1, x0, :lo12:.LC28 mov x0, x2 ldr x2, [x1] str x2, [x0] ldr x1, [x1, 7] str x1, [x0, 7] add x1, sp, 536 add x0, sp, 24 mov w2, 14 bl swab add x2, sp, 536 adrp x0, .LC29 add x1, x0, :lo12:.LC29 mov x0, x2 bl strcmp cmp w0, 0 beq .L66 mov w0, 67 bl fail .L66: add x1, sp, 24 add x0, sp, 536 bl strcpy add x1, sp, 536 add x0, sp, 24 mov w2, 7 bl swab add x2, sp, 536 adrp x0, .LC30 add x1, x0, :lo12:.LC30 mov x0, x2 bl strcmp cmp w0, 0 beq .L67 mov w0, 68 bl fail .L67: add x1, sp, 24 add x0, sp, 536 bl strcpy add x1, sp, 536 add x0, sp, 24 mov w2, -5 bl swab add x1, sp, 536 add x0, sp, 24 bl strcmp cmp w0, 0 beq .L68 mov w0, 69 bl fail .L68: add x0, sp, 24 mov w2, 10 mov x1, x0 mov w0, 345 bl itoa mov w2, w0 adrp x0, .LC31 add x1, x0, :lo12:.LC31 mov w0, w2 bl strcmp cmp w0, 0 beq .L69 mov w0, 70 bl fail .L69: add x0, sp, 24 mov w2, 10 mov x1, x0 mov w0, -345 bl itoa mov w2, w0 adrp x0, .LC32 add x1, x0, :lo12:.LC32 mov w0, w2 bl strcmp cmp w0, 0 beq .L70 mov w0, 71 bl fail .L70: add x0, sp, 24 mov w2, 36 mov x1, x0 mov w0, 33 bl itoa mov w2, w0 adrp x0, .LC33 add x1, x0, :lo12:.LC33 mov w0, w2 bl strcmp cmp w0, 0 beq .L71 mov w0, 72 bl fail .L71: add x0, sp, 24 mov w2, 16 mov x1, x0 mov w0, 65535 bl itoa mov w2, w0 adrp x0, .LC34 add x1, x0, :lo12:.LC34 mov w0, w2 bl strcmp cmp w0, 0 beq .L72 mov w0, 73 bl fail .L72: add x0, sp, 24 mov w2, 10 mov x1, x0 mov w0, 57921 movk w0, 0x1, lsl 16 bl ltoa mov w2, w0 adrp x0, .LC35 add x1, x0, :lo12:.LC35 mov w0, w2 bl strcmp cmp w0, 0 beq .L73 mov w0, 74 bl fail .L73: add x0, sp, 24 mov w2, 10 mov x1, x0 mov w0, 7615 movk w0, 0xfffe, lsl 16 bl ltoa mov w2, w0 adrp x0, .LC36 add x1, x0, :lo12:.LC36 mov w0, w2 bl strcmp cmp w0, 0 beq .L74 mov w0, 75 bl fail .L74: add x0, sp, 24 mov w2, 8 mov x1, x0 mov x0, 32074 bl ltoa mov w2, w0 adrp x0, .LC37 add x1, x0, :lo12:.LC37 mov w0, w2 bl strcmp cmp w0, 0 beq .L75 mov w0, 76 bl fail .L75: add x0, sp, 24 mov w2, 10 mov x1, x0 mov x0, -1 bl ltoa mov w2, w0 adrp x0, .LC38 add x1, x0, :lo12:.LC38 mov w0, w2 bl strcmp cmp w0, 0 beq .L76 mov w0, 77 bl fail .L76: add x0, sp, 24 mov w2, 16 mov x1, x0 mov x0, -1 bl ltoa mov w2, w0 adrp x0, .LC39 add x1, x0, :lo12:.LC39 mov w0, w2 bl strcmp cmp w0, 0 beq .L77 mov w0, 78 bl fail .L77: add x0, sp, 24 mov w2, 10 mov x1, x0 mov x0, -1 bl ultoa mov w2, w0 adrp x0, .LC26 add x1, x0, :lo12:.LC26 mov w0, w2 bl strcmp cmp w0, 0 beq .L78 mov w0, 79 bl fail .L78: mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 1048] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L80 bl __stack_chk_fail .L80: mov w0, w1 ldp x29, x30, [sp] add sp, sp, 1056 .cfi_restore 29 .cfi_restore 30 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global in .bss .align 3 .type in, %object .size in, 8 in: .zero 8 .global out .align 3 .type out, %object .size out, 8 out: .zero 8 .global stepCount .align 3 .type stepCount, %object .size stepCount, 20 stepCount: .zero 20 .global ENCRYPT .section .rodata .align 2 .type ENCRYPT, %object .size ENCRYPT, 4 ENCRYPT: .zero 4 .global DECRYPT .align 2 .type DECRYPT, %object .size DECRYPT, 4 DECRYPT: .word 1 .global INDEX_ROTORS .align 3 .LC0: .string "7591482630" .align 3 .LC1: .string "3810592764" .align 3 .LC2: .string "4086153297" .align 3 .LC3: .string "3980526174" .align 3 .LC4: .string "6497135280" .section .data.rel.local,"aw" .align 3 .type INDEX_ROTORS, %object .size INDEX_ROTORS, 40 INDEX_ROTORS: .xword .LC0 .xword .LC1 .xword .LC2 .xword .LC3 .xword .LC4 .global CIPHER_AND_CONTROL_ROTORS .section .rodata .align 3 .LC5: .string "YCHLQSUGBDIXNZKERPVJTAWFOM" .align 3 .LC6: .string "INPXBWETGUYSAOCHVLDMQKZJFR" .align 3 .LC7: .string "WNDRIOZPTAXHFJYQBMSVEKUCGL" .align 3 .LC8: .string "TZGHOBKRVUXLQDMPNFWCJYEIAS" .align 3 .LC9: .string "YWTAHRQJVLCEXUNGBIPZMSDFOK" .align 3 .LC10: .string "QSLRBTEKOGAICFWYVMHJNXZUDP" .align 3 .LC11: .string "CHJDQIGNBSAKVTUOXFWLEPRMZY" .align 3 .LC12: .string "CDFAJXTIMNBEQHSUGRYLWZKVPO" .align 3 .LC13: .string "XHFESZDNRBCGKQIJLTVMUOYAPW" .align 3 .LC14: .string "EZJQXMOGYTCSFRIUPVNADLHWBK" .section .data.rel.local .align 3 .type CIPHER_AND_CONTROL_ROTORS, %object .size CIPHER_AND_CONTROL_ROTORS, 80 CIPHER_AND_CONTROL_ROTORS: .xword .LC5 .xword .LC6 .xword .LC7 .xword .LC8 .xword .LC9 .xword .LC10 .xword .LC11 .xword .LC12 .xword .LC13 .xword .LC14 .global CipherRotors .bss .align 3 .type CipherRotors, %object .size CipherRotors, 40 CipherRotors: .zero 40 .global ControlRotors .align 3 .type ControlRotors, %object .size ControlRotors, 40 ControlRotors: .zero 40 .global IndexRotors .align 3 .type IndexRotors, %object .size IndexRotors, 40 IndexRotors: .zero 40 .global RotorPosition .data .align 3 .type RotorPosition, %object .size RotorPosition, 15 RotorPosition: .ascii "AAAAAAAAAA00000" .global CipherRotorsOffsets .bss .align 3 .type CipherRotorsOffsets, %object .size CipherRotorsOffsets, 40 CipherRotorsOffsets: .zero 40 .global ControlRotorsOffsets .align 3 .type ControlRotorsOffsets, %object .size ControlRotorsOffsets, 40 ControlRotorsOffsets: .zero 40 .global IndexRotorsOffsets .align 3 .type IndexRotorsOffsets, %object .size IndexRotorsOffsets, 40 IndexRotorsOffsets: .zero 40 .global RotorOrientations .align 3 .type RotorOrientations, %object .size RotorOrientations, 60 RotorOrientations: .zero 60 .global StepArray .align 3 .type StepArray, %object .size StepArray, 12 StepArray: .zero 12 .global cipherStepCount .align 3 .type cipherStepCount, %object .size cipherStepCount, 20 cipherStepCount: .zero 20 .text .align 2 .global decrypt .type decrypt, %function decrypt: .LFB6: .cfi_startproc stp x29, x30, [sp, -144]! .cfi_def_cfa_offset 144 .cfi_offset 29, -144 .cfi_offset 30, -136 mov x29, sp str x19, [sp, 16] .cfi_offset 19, -128 strb w0, [sp, 47] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 136] mov x1, 0 adrp x0, .LC15 add x1, x0, :lo12:.LC15 add x0, sp, 128 ldr w2, [x1] str w2, [x0] ldrb w1, [x1, 4] strb w1, [x0, 4] stp xzr, xzr, [sp, 88] stp xzr, xzr, [sp, 104] str xzr, [sp, 120] str wzr, [sp, 64] b .L2 .L3: ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] bl pathThroughControlRotorsR2L and w2, w0, 255 ldrsw x0, [sp, 64] add x1, sp, 128 strb w2, [x1, x0] ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L2: ldr w0, [sp, 64] cmp w0, 3 ble .L3 str wzr, [sp, 64] b .L4 .L14: ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 66 bne .L5 mov w0, 1 str w0, [sp, 92] b .L6 .L5: ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 67 bne .L7 mov w0, 1 str w0, [sp, 96] b .L6 .L7: ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 67 bls .L8 ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 69 bhi .L8 mov w0, 1 str w0, [sp, 100] b .L6 .L8: ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 69 bls .L9 ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 72 bhi .L9 mov w0, 1 str w0, [sp, 104] b .L6 .L9: ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 72 bls .L10 ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 75 bhi .L10 mov w0, 1 str w0, [sp, 108] b .L6 .L10: ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 75 bls .L11 ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 79 bhi .L11 mov w0, 1 str w0, [sp, 112] b .L6 .L11: ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 79 bls .L12 ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 84 bhi .L12 mov w0, 1 str w0, [sp, 116] b .L6 .L12: ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 84 bls .L13 ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 90 bhi .L13 mov w0, 1 str w0, [sp, 120] b .L6 .L13: ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 65 bne .L6 mov w0, 1 str w0, [sp, 124] .L6: ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L4: ldr w0, [sp, 64] cmp w0, 3 ble .L14 str wzr, [sp, 68] str wzr, [sp, 64] b .L15 .L17: ldrsw x0, [sp, 64] lsl x0, x0, 2 add x1, sp, 88 ldr w0, [x1, x0] cmp w0, 1 bne .L16 ldr w0, [sp, 68] add w0, w0, 1 str w0, [sp, 68] .L16: ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L15: ldr w0, [sp, 64] cmp w0, 9 ble .L17 ldrsw x0, [sp, 68] mov x1, 4 bl calloc str x0, [sp, 72] str wzr, [sp, 68] str wzr, [sp, 64] b .L18 .L20: ldrsw x0, [sp, 64] lsl x0, x0, 2 add x1, sp, 88 ldr w0, [x1, x0] cmp w0, 1 bne .L19 ldrsw x0, [sp, 68] lsl x0, x0, 2 ldr x1, [sp, 72] add x19, x1, x0 ldr w0, [sp, 64] bl pathThroughIndexRotorsL2R str w0, [x19] ldr w0, [sp, 68] add w0, w0, 1 str w0, [sp, 68] .L19: ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L18: ldr w0, [sp, 64] cmp w0, 9 ble .L20 ldrb w0, [sp, 47] bl pathThroughCipherRotorsR2L strb w0, [sp, 63] mov x1, 4 mov x0, 5 bl calloc str x0, [sp, 80] str wzr, [sp, 64] b .L21 .L32: ldrsw x0, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 72] add x0, x1, x0 ldr w0, [x0] cmp w0, 1 beq .L22 ldrsw x0, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 72] add x0, x1, x0 ldr w0, [x0] cmp w0, 2 bne .L23 .L22: ldr x0, [sp, 80] add x0, x0, 16 mov w1, 1 str w1, [x0] b .L24 .L23: ldrsw x0, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 72] add x0, x1, x0 ldr w0, [x0] cmp w0, 3 beq .L25 ldrsw x0, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 72] add x0, x1, x0 ldr w0, [x0] cmp w0, 4 bne .L26 .L25: ldr x0, [sp, 80] add x0, x0, 12 mov w1, 1 str w1, [x0] b .L24 .L26: ldrsw x0, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 72] add x0, x1, x0 ldr w0, [x0] cmp w0, 5 beq .L27 ldrsw x0, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 72] add x0, x1, x0 ldr w0, [x0] cmp w0, 6 bne .L28 .L27: ldr x0, [sp, 80] add x0, x0, 8 mov w1, 1 str w1, [x0] b .L24 .L28: ldrsw x0, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 72] add x0, x1, x0 ldr w0, [x0] cmp w0, 7 beq .L29 ldrsw x0, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 72] add x0, x1, x0 ldr w0, [x0] cmp w0, 8 bne .L30 .L29: ldr x0, [sp, 80] add x0, x0, 4 mov w1, 1 str w1, [x0] b .L24 .L30: ldrsw x0, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 72] add x0, x1, x0 ldr w0, [x0] cmp w0, 9 beq .L31 ldrsw x0, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 72] add x0, x1, x0 ldr w0, [x0] cmp w0, 0 bne .L24 .L31: ldr x0, [sp, 80] mov w1, 1 str w1, [x0] .L24: ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L21: ldr w1, [sp, 64] ldr w0, [sp, 68] cmp w1, w0 blt .L32 str wzr, [sp, 64] b .L33 .L35: ldrsw x0, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 80] add x0, x1, x0 ldr w0, [x0] cmp w0, 1 bne .L34 ldr w0, [sp, 64] bl stepOffsets .L34: ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L33: ldr w0, [sp, 64] cmp w0, 4 ble .L35 mov w0, 7 bl stepOffsets adrp x0, StepArray add x0, x0, :lo12:StepArray ldr w0, [x0, 4] add w1, w0, 25 mov w0, 60495 movk w0, 0x4ec4, lsl 16 smull x0, w1, w0 lsr x0, x0, 32 asr w2, w0, 3 asr w0, w1, 31 sub w0, w2, w0 mov w2, 26 mul w0, w0, w2 sub w0, w1, w0 adrp x1, StepArray add x1, x1, :lo12:StepArray str w0, [x1, 4] adrp x0, StepArray add x0, x0, :lo12:StepArray ldr w0, [x0, 4] cmp w0, 13 bne .L36 mov w0, 8 bl stepOffsets adrp x0, StepArray add x0, x0, :lo12:StepArray ldr w0, [x0, 8] add w1, w0, 25 mov w0, 60495 movk w0, 0x4ec4, lsl 16 smull x0, w1, w0 lsr x0, x0, 32 asr w2, w0, 3 asr w0, w1, 31 sub w0, w2, w0 mov w2, 26 mul w0, w0, w2 sub w0, w1, w0 adrp x1, StepArray add x1, x1, :lo12:StepArray str w0, [x1, 8] adrp x0, StepArray add x0, x0, :lo12:StepArray ldr w0, [x0, 8] cmp w0, 13 bne .L36 mov w0, 6 bl stepOffsets adrp x0, StepArray add x0, x0, :lo12:StepArray ldr w0, [x0] add w1, w0, 25 mov w0, 60495 movk w0, 0x4ec4, lsl 16 smull x0, w1, w0 lsr x0, x0, 32 asr w2, w0, 3 asr w0, w1, 31 sub w0, w2, w0 mov w2, 26 mul w0, w0, w2 sub w0, w1, w0 adrp x1, StepArray add x1, x1, :lo12:StepArray str w0, [x1] .L36: ldrb w0, [sp, 63] mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 136] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L38 bl __stack_chk_fail .L38: mov w0, w1 ldr x19, [sp, 16] ldp x29, x30, [sp], 144 .cfi_restore 30 .cfi_restore 29 .cfi_restore 19 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size decrypt, .-decrypt .section .rodata .align 3 .LC15: .string "FGHI" .text .align 2 .global encrypt .type encrypt, %function encrypt: .LFB7: .cfi_startproc stp x29, x30, [sp, -144]! .cfi_def_cfa_offset 144 .cfi_offset 29, -144 .cfi_offset 30, -136 mov x29, sp str x19, [sp, 16] .cfi_offset 19, -128 strb w0, [sp, 47] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 136] mov x1, 0 adrp x0, .LC15 add x1, x0, :lo12:.LC15 add x0, sp, 128 ldr w2, [x1] str w2, [x0] ldrb w1, [x1, 4] strb w1, [x0, 4] stp xzr, xzr, [sp, 88] stp xzr, xzr, [sp, 104] str xzr, [sp, 120] str wzr, [sp, 64] b .L40 .L41: ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] bl pathThroughControlRotorsR2L and w2, w0, 255 ldrsw x0, [sp, 64] add x1, sp, 128 strb w2, [x1, x0] ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L40: ldr w0, [sp, 64] cmp w0, 3 ble .L41 str wzr, [sp, 64] b .L42 .L52: ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 66 bne .L43 mov w0, 1 str w0, [sp, 92] b .L44 .L43: ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 67 bne .L45 mov w0, 1 str w0, [sp, 96] b .L44 .L45: ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 67 bls .L46 ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 69 bhi .L46 mov w0, 1 str w0, [sp, 100] b .L44 .L46: ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 69 bls .L47 ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 72 bhi .L47 mov w0, 1 str w0, [sp, 104] b .L44 .L47: ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 72 bls .L48 ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 75 bhi .L48 mov w0, 1 str w0, [sp, 108] b .L44 .L48: ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 75 bls .L49 ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 79 bhi .L49 mov w0, 1 str w0, [sp, 112] b .L44 .L49: ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 79 bls .L50 ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 84 bhi .L50 mov w0, 1 str w0, [sp, 116] b .L44 .L50: ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 84 bls .L51 ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 90 bhi .L51 mov w0, 1 str w0, [sp, 120] b .L44 .L51: ldrsw x0, [sp, 64] add x1, sp, 128 ldrb w0, [x1, x0] cmp w0, 65 bne .L44 mov w0, 1 str w0, [sp, 124] .L44: ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L42: ldr w0, [sp, 64] cmp w0, 3 ble .L52 str wzr, [sp, 68] str wzr, [sp, 64] b .L53 .L55: ldrsw x0, [sp, 64] lsl x0, x0, 2 add x1, sp, 88 ldr w0, [x1, x0] cmp w0, 1 bne .L54 ldr w0, [sp, 68] add w0, w0, 1 str w0, [sp, 68] .L54: ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L53: ldr w0, [sp, 64] cmp w0, 9 ble .L55 ldrsw x0, [sp, 68] mov x1, 4 bl calloc str x0, [sp, 72] str wzr, [sp, 68] str wzr, [sp, 64] b .L56 .L58: ldrsw x0, [sp, 64] lsl x0, x0, 2 add x1, sp, 88 ldr w0, [x1, x0] cmp w0, 1 bne .L57 ldrsw x0, [sp, 68] lsl x0, x0, 2 ldr x1, [sp, 72] add x19, x1, x0 ldr w0, [sp, 64] bl pathThroughIndexRotorsL2R str w0, [x19] ldr w0, [sp, 68] add w0, w0, 1 str w0, [sp, 68] .L57: ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L56: ldr w0, [sp, 64] cmp w0, 9 ble .L58 ldrb w0, [sp, 47] bl pathThroughCipherRotorsL2R strb w0, [sp, 63] mov x1, 4 mov x0, 5 bl calloc str x0, [sp, 80] str wzr, [sp, 64] b .L59 .L70: ldrsw x0, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 72] add x0, x1, x0 ldr w0, [x0] cmp w0, 1 beq .L60 ldrsw x0, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 72] add x0, x1, x0 ldr w0, [x0] cmp w0, 2 bne .L61 .L60: ldr x0, [sp, 80] add x0, x0, 16 mov w1, 1 str w1, [x0] b .L62 .L61: ldrsw x0, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 72] add x0, x1, x0 ldr w0, [x0] cmp w0, 3 beq .L63 ldrsw x0, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 72] add x0, x1, x0 ldr w0, [x0] cmp w0, 4 bne .L64 .L63: ldr x0, [sp, 80] add x0, x0, 12 mov w1, 1 str w1, [x0] b .L62 .L64: ldrsw x0, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 72] add x0, x1, x0 ldr w0, [x0] cmp w0, 5 beq .L65 ldrsw x0, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 72] add x0, x1, x0 ldr w0, [x0] cmp w0, 6 bne .L66 .L65: ldr x0, [sp, 80] add x0, x0, 8 mov w1, 1 str w1, [x0] b .L62 .L66: ldrsw x0, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 72] add x0, x1, x0 ldr w0, [x0] cmp w0, 7 beq .L67 ldrsw x0, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 72] add x0, x1, x0 ldr w0, [x0] cmp w0, 8 bne .L68 .L67: ldr x0, [sp, 80] add x0, x0, 4 mov w1, 1 str w1, [x0] b .L62 .L68: ldrsw x0, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 72] add x0, x1, x0 ldr w0, [x0] cmp w0, 9 beq .L69 ldrsw x0, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 72] add x0, x1, x0 ldr w0, [x0] cmp w0, 0 bne .L62 .L69: ldr x0, [sp, 80] mov w1, 1 str w1, [x0] .L62: ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L59: ldr w1, [sp, 64] ldr w0, [sp, 68] cmp w1, w0 blt .L70 str wzr, [sp, 64] b .L71 .L73: ldrsw x0, [sp, 64] lsl x0, x0, 2 ldr x1, [sp, 80] add x0, x1, x0 ldr w0, [x0] cmp w0, 1 bne .L72 adrp x0, stepCount add x0, x0, :lo12:stepCount ldrsw x1, [sp, 64] ldr w0, [x0, x1, lsl 2] add w2, w0, 1 adrp x0, stepCount add x0, x0, :lo12:stepCount ldrsw x1, [sp, 64] str w2, [x0, x1, lsl 2] ldr w0, [sp, 64] bl stepOffsets .L72: ldr w0, [sp, 64] add w0, w0, 1 str w0, [sp, 64] .L71: ldr w0, [sp, 64] cmp w0, 4 ble .L73 mov w0, 7 bl stepOffsets adrp x0, StepArray add x0, x0, :lo12:StepArray ldr w0, [x0, 4] add w1, w0, 25 mov w0, 60495 movk w0, 0x4ec4, lsl 16 smull x0, w1, w0 lsr x0, x0, 32 asr w2, w0, 3 asr w0, w1, 31 sub w0, w2, w0 mov w2, 26 mul w0, w0, w2 sub w0, w1, w0 adrp x1, StepArray add x1, x1, :lo12:StepArray str w0, [x1, 4] adrp x0, StepArray add x0, x0, :lo12:StepArray ldr w0, [x0, 4] cmp w0, 13 bne .L74 mov w0, 8 bl stepOffsets adrp x0, StepArray add x0, x0, :lo12:StepArray ldr w0, [x0, 8] add w1, w0, 25 mov w0, 60495 movk w0, 0x4ec4, lsl 16 smull x0, w1, w0 lsr x0, x0, 32 asr w2, w0, 3 asr w0, w1, 31 sub w0, w2, w0 mov w2, 26 mul w0, w0, w2 sub w0, w1, w0 adrp x1, StepArray add x1, x1, :lo12:StepArray str w0, [x1, 8] adrp x0, StepArray add x0, x0, :lo12:StepArray ldr w0, [x0, 8] cmp w0, 13 bne .L74 mov w0, 6 bl stepOffsets adrp x0, StepArray add x0, x0, :lo12:StepArray ldr w0, [x0] add w1, w0, 25 mov w0, 60495 movk w0, 0x4ec4, lsl 16 smull x0, w1, w0 lsr x0, x0, 32 asr w2, w0, 3 asr w0, w1, 31 sub w0, w2, w0 mov w2, 26 mul w0, w0, w2 sub w0, w1, w0 adrp x1, StepArray add x1, x1, :lo12:StepArray str w0, [x1] .L74: ldrb w0, [sp, 63] mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 136] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L76 bl __stack_chk_fail .L76: mov w0, w1 ldr x19, [sp, 16] ldp x29, x30, [sp], 144 .cfi_restore 30 .cfi_restore 29 .cfi_restore 19 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size encrypt, .-encrypt .section .rodata .align 3 .LC16: .string "Enter input file: " .align 3 .LC17: .string "r" .align 3 .LC18: .string "ERROR opening input file" .text .align 2 .global encryptFromFile .type encryptFromFile, %function encryptFromFile: .LFB8: .cfi_startproc stp x29, x30, [sp, -368]! .cfi_def_cfa_offset 368 .cfi_offset 29, -368 .cfi_offset 30, -360 mov x29, sp str x19, [sp, 16] .cfi_offset 19, -352 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 360] mov x1, 0 str wzr, [sp, 36] str wzr, [sp, 40] mov x0, 10 mov x1, 0 stp x0, x1, [sp, 56] add x0, sp, 72 mov x1, 284 mov x2, x1 mov w1, 0 bl memset adrp x0, .LC16 add x0, x0, :lo12:.LC16 bl printf adrp x0, :got:stdin ldr x0, [x0, #:got_lo12:stdin] ldr x1, [x0] add x0, sp, 56 mov x2, x1 mov w1, 300 bl fgets add x0, sp, 56 bl strlen sub x0, x0, #1 add x1, sp, 56 strb wzr, [x1, x0] add x2, sp, 56 adrp x0, .LC17 add x1, x0, :lo12:.LC17 mov x0, x2 bl fopen str x0, [sp, 48] ldr x0, [sp, 48] cmp x0, 0 bne .L79 adrp x0, .LC18 add x0, x0, :lo12:.LC18 bl puts b .L79 .L85: add x0, sp, 56 ldr x2, [sp, 48] mov w1, 300 bl fgets ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] strb wzr, [sp, 35] str wzr, [sp, 44] b .L80 .L84: ldrsw x0, [sp, 44] add x1, sp, 56 ldrb w0, [x1, x0] bl toupper cmp w0, 90 bne .L81 mov w0, 88 bl encrypt strb w0, [sp, 35] b .L82 .L81: ldrsw x0, [sp, 44] add x1, sp, 56 ldrb w0, [x1, x0] cmp w0, 32 bne .L83 mov w0, 90 bl encrypt strb w0, [sp, 35] b .L82 .L83: ldrsw x0, [sp, 44] add x1, sp, 56 ldrb w0, [x1, x0] bl toupper cmp w0, 64 ble .L82 ldrsw x0, [sp, 44] add x1, sp, 56 ldrb w0, [x1, x0] bl toupper cmp w0, 90 bgt .L82 ldrsw x0, [sp, 44] add x1, sp, 56 ldrb w0, [x1, x0] bl toupper and w0, w0, 255 bl encrypt strb w0, [sp, 35] .L82: ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] ldrb w0, [sp, 35] bl putchar ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L80: ldrsw x19, [sp, 44] add x0, sp, 56 bl strlen cmp x19, x0 bcc .L84 mov w0, 10 bl putchar .L79: ldr x0, [sp, 48] bl feof cmp w0, 0 beq .L85 ldr x0, [sp, 48] bl fclose nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 360] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L86 bl __stack_chk_fail .L86: ldr x19, [sp, 16] ldp x29, x30, [sp], 368 .cfi_restore 30 .cfi_restore 29 .cfi_restore 19 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size encryptFromFile, .-encryptFromFile .align 2 .global generateCipherOffsets .type generateCipherOffsets, %function generateCipherOffsets: .LFB9: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str wzr, [sp, 8] b .L88 .L92: str wzr, [sp, 12] b .L89 .L91: adrp x0, CipherRotors add x0, x0, :lo12:CipherRotors ldrsw x1, [sp, 8] ldr x1, [x0, x1, lsl 3] ldrsw x0, [sp, 12] add x0, x1, x0 ldrb w0, [x0] sub w1, w0, #65 ldr w0, [sp, 12] sub w1, w1, w0 adrp x0, CipherRotorsOffsets add x0, x0, :lo12:CipherRotorsOffsets ldrsw x2, [sp, 8] ldr x2, [x0, x2, lsl 3] ldrsw x0, [sp, 12] lsl x0, x0, 2 add x2, x2, x0 mov w0, 60495 movk w0, 0x4ec4, lsl 16 smull x0, w1, w0 lsr x0, x0, 32 asr w3, w0, 3 asr w0, w1, 31 sub w0, w3, w0 mov w3, 26 mul w0, w0, w3 sub w0, w1, w0 str w0, [x2] adrp x0, CipherRotorsOffsets add x0, x0, :lo12:CipherRotorsOffsets ldrsw x1, [sp, 8] ldr x1, [x0, x1, lsl 3] ldrsw x0, [sp, 12] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] cmp w0, 0 bge .L90 adrp x0, CipherRotorsOffsets add x0, x0, :lo12:CipherRotorsOffsets ldrsw x1, [sp, 8] ldr x1, [x0, x1, lsl 3] ldrsw x0, [sp, 12] lsl x0, x0, 2 add x0, x1, x0 ldr w1, [x0] adrp x0, CipherRotorsOffsets add x0, x0, :lo12:CipherRotorsOffsets ldrsw x2, [sp, 8] ldr x2, [x0, x2, lsl 3] ldrsw x0, [sp, 12] lsl x0, x0, 2 add x0, x2, x0 add w1, w1, 26 str w1, [x0] .L90: ldr w0, [sp, 12] add w0, w0, 1 str w0, [sp, 12] .L89: ldr w0, [sp, 12] cmp w0, 25 ble .L91 ldr w0, [sp, 8] add w0, w0, 1 str w0, [sp, 8] .L88: ldr w0, [sp, 8] cmp w0, 4 ble .L92 nop nop add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE9: .size generateCipherOffsets, .-generateCipherOffsets .align 2 .global generateControlOffsets .type generateControlOffsets, %function generateControlOffsets: .LFB10: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str wzr, [sp, 8] b .L94 .L98: str wzr, [sp, 12] b .L95 .L97: adrp x0, ControlRotors add x0, x0, :lo12:ControlRotors ldrsw x1, [sp, 8] ldr x1, [x0, x1, lsl 3] ldrsw x0, [sp, 12] add x0, x1, x0 ldrb w0, [x0] sub w1, w0, #65 ldr w0, [sp, 12] sub w1, w1, w0 adrp x0, ControlRotorsOffsets add x0, x0, :lo12:ControlRotorsOffsets ldrsw x2, [sp, 8] ldr x2, [x0, x2, lsl 3] ldrsw x0, [sp, 12] lsl x0, x0, 2 add x2, x2, x0 mov w0, 60495 movk w0, 0x4ec4, lsl 16 smull x0, w1, w0 lsr x0, x0, 32 asr w3, w0, 3 asr w0, w1, 31 sub w0, w3, w0 mov w3, 26 mul w0, w0, w3 sub w0, w1, w0 str w0, [x2] adrp x0, ControlRotorsOffsets add x0, x0, :lo12:ControlRotorsOffsets ldrsw x1, [sp, 8] ldr x1, [x0, x1, lsl 3] ldrsw x0, [sp, 12] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] cmp w0, 0 bge .L96 adrp x0, ControlRotorsOffsets add x0, x0, :lo12:ControlRotorsOffsets ldrsw x1, [sp, 8] ldr x1, [x0, x1, lsl 3] ldrsw x0, [sp, 12] lsl x0, x0, 2 add x0, x1, x0 ldr w1, [x0] adrp x0, ControlRotorsOffsets add x0, x0, :lo12:ControlRotorsOffsets ldrsw x2, [sp, 8] ldr x2, [x0, x2, lsl 3] ldrsw x0, [sp, 12] lsl x0, x0, 2 add x0, x2, x0 add w1, w1, 26 str w1, [x0] .L96: ldr w0, [sp, 12] add w0, w0, 1 str w0, [sp, 12] .L95: ldr w0, [sp, 12] cmp w0, 25 ble .L97 ldr w0, [sp, 8] add w0, w0, 1 str w0, [sp, 8] .L94: ldr w0, [sp, 8] cmp w0, 4 ble .L98 nop nop add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE10: .size generateControlOffsets, .-generateControlOffsets .align 2 .global generateIndexOffsets .type generateIndexOffsets, %function generateIndexOffsets: .LFB11: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str wzr, [sp, 8] b .L100 .L104: str wzr, [sp, 12] b .L101 .L103: adrp x0, IndexRotors add x0, x0, :lo12:IndexRotors ldrsw x1, [sp, 8] ldr x1, [x0, x1, lsl 3] ldrsw x0, [sp, 12] add x0, x1, x0 ldrb w0, [x0] sub w1, w0, #48 ldr w0, [sp, 12] sub w2, w1, w0 adrp x0, IndexRotorsOffsets add x0, x0, :lo12:IndexRotorsOffsets ldrsw x1, [sp, 8] ldr x1, [x0, x1, lsl 3] ldrsw x0, [sp, 12] lsl x0, x0, 2 add x3, x1, x0 mov w0, 26215 movk w0, 0x6666, lsl 16 smull x0, w2, w0 lsr x0, x0, 32 asr w1, w0, 2 asr w0, w2, 31 sub w1, w1, w0 mov w0, w1 lsl w0, w0, 2 add w0, w0, w1 lsl w0, w0, 1 sub w1, w2, w0 str w1, [x3] adrp x0, IndexRotorsOffsets add x0, x0, :lo12:IndexRotorsOffsets ldrsw x1, [sp, 8] ldr x1, [x0, x1, lsl 3] ldrsw x0, [sp, 12] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] cmp w0, 0 bge .L102 adrp x0, IndexRotorsOffsets add x0, x0, :lo12:IndexRotorsOffsets ldrsw x1, [sp, 8] ldr x1, [x0, x1, lsl 3] ldrsw x0, [sp, 12] lsl x0, x0, 2 add x0, x1, x0 ldr w1, [x0] adrp x0, IndexRotorsOffsets add x0, x0, :lo12:IndexRotorsOffsets ldrsw x2, [sp, 8] ldr x2, [x0, x2, lsl 3] ldrsw x0, [sp, 12] lsl x0, x0, 2 add x0, x2, x0 add w1, w1, 10 str w1, [x0] .L102: ldr w0, [sp, 12] add w0, w0, 1 str w0, [sp, 12] .L101: ldr w0, [sp, 12] cmp w0, 9 ble .L103 ldr w0, [sp, 8] add w0, w0, 1 str w0, [sp, 8] .L100: ldr w0, [sp, 8] cmp w0, 4 ble .L104 nop nop add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE11: .size generateIndexOffsets, .-generateIndexOffsets .section .rodata .align 3 .LC19: .string "AAAAAAAAAA00000" .text .align 2 .global init .type init, %function init: .LFB12: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str wzr, [sp, 28] b .L106 .L107: mov x1, 1 mov x0, 27 bl calloc mov x2, x0 adrp x0, CipherRotors add x0, x0, :lo12:CipherRotors ldrsw x1, [sp, 28] str x2, [x0, x1, lsl 3] mov x1, 1 mov x0, 27 bl calloc mov x2, x0 adrp x0, ControlRotors add x0, x0, :lo12:ControlRotors ldrsw x1, [sp, 28] str x2, [x0, x1, lsl 3] mov x1, 1 mov x0, 11 bl calloc mov x2, x0 adrp x0, IndexRotors add x0, x0, :lo12:IndexRotors ldrsw x1, [sp, 28] str x2, [x0, x1, lsl 3] mov x1, 4 mov x0, 27 bl calloc mov x2, x0 adrp x0, CipherRotorsOffsets add x0, x0, :lo12:CipherRotorsOffsets ldrsw x1, [sp, 28] str x2, [x0, x1, lsl 3] mov x1, 4 mov x0, 27 bl calloc mov x2, x0 adrp x0, ControlRotorsOffsets add x0, x0, :lo12:ControlRotorsOffsets ldrsw x1, [sp, 28] str x2, [x0, x1, lsl 3] mov x1, 4 mov x0, 11 bl calloc mov x2, x0 adrp x0, IndexRotorsOffsets add x0, x0, :lo12:IndexRotorsOffsets ldrsw x1, [sp, 28] str x2, [x0, x1, lsl 3] ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L106: ldr w0, [sp, 28] cmp w0, 4 ble .L107 str wzr, [sp, 28] b .L108 .L109: adrp x0, RotorOrientations add x0, x0, :lo12:RotorOrientations ldrsw x1, [sp, 28] str wzr, [x0, x1, lsl 2] ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L108: ldr w0, [sp, 28] cmp w0, 14 ble .L109 str wzr, [sp, 28] b .L110 .L111: adrp x0, StepArray add x0, x0, :lo12:StepArray ldrsw x1, [sp, 28] str wzr, [x0, x1, lsl 2] ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L110: ldr w0, [sp, 28] cmp w0, 2 ble .L111 str wzr, [sp, 28] b .L112 .L113: adrp x0, CipherRotors add x0, x0, :lo12:CipherRotors ldrsw x1, [sp, 28] ldr x2, [x0, x1, lsl 3] adrp x0, CIPHER_AND_CONTROL_ROTORS add x0, x0, :lo12:CIPHER_AND_CONTROL_ROTORS ldrsw x1, [sp, 28] ldr x0, [x0, x1, lsl 3] mov x1, x0 mov x0, x2 bl strcpy adrp x0, ControlRotors add x0, x0, :lo12:ControlRotors ldrsw x1, [sp, 28] ldr x2, [x0, x1, lsl 3] ldr w0, [sp, 28] add w1, w0, 5 adrp x0, CIPHER_AND_CONTROL_ROTORS add x0, x0, :lo12:CIPHER_AND_CONTROL_ROTORS sxtw x1, w1 ldr x0, [x0, x1, lsl 3] mov x1, x0 mov x0, x2 bl strcpy adrp x0, IndexRotors add x0, x0, :lo12:IndexRotors ldrsw x1, [sp, 28] ldr x2, [x0, x1, lsl 3] adrp x0, INDEX_ROTORS add x0, x0, :lo12:INDEX_ROTORS ldrsw x1, [sp, 28] ldr x0, [x0, x1, lsl 3] mov x1, x0 mov x0, x2 bl strcpy ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L112: ldr w0, [sp, 28] cmp w0, 4 ble .L113 adrp x0, RotorPosition add x2, x0, :lo12:RotorPosition adrp x0, .LC19 add x0, x0, :lo12:.LC19 ldp x0, x1, [x0] stp x0, x1, [x2] adrp x0, StepArray add x0, x0, :lo12:StepArray str wzr, [x0] adrp x0, StepArray add x0, x0, :lo12:StepArray str wzr, [x0, 4] adrp x0, StepArray add x0, x0, :lo12:StepArray str wzr, [x0, 8] bl generateCipherOffsets bl generateControlOffsets bl generateIndexOffsets nop ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE12: .size init, .-init .align 2 .global pathThroughCipherRotorsL2R .type pathThroughCipherRotorsL2R, %function pathThroughCipherRotorsL2R: .LFB13: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 strb w0, [sp, 15] ldrb w0, [sp, 15] strb w0, [sp, 19] str wzr, [sp, 20] b .L115 .L116: ldrb w0, [sp, 19] sub w0, w0, #65 str w0, [sp, 24] adrp x0, CipherRotorsOffsets add x0, x0, :lo12:CipherRotorsOffsets ldrsw x1, [sp, 20] ldr x1, [x0, x1, lsl 3] ldrsw x0, [sp, 24] lsl x0, x0, 2 add x0, x1, x0 ldr w1, [x0] ldr w0, [sp, 24] add w0, w1, w0 mov w1, 60495 movk w1, 0x4ec4, lsl 16 smull x1, w0, w1 lsr x1, x1, 32 asr w2, w1, 3 asr w1, w0, 31 sub w2, w2, w1 mov w1, 26 mul w1, w2, w1 sub w0, w0, w1 str w0, [sp, 28] ldr w0, [sp, 28] and w0, w0, 255 add w0, w0, 65 strb w0, [sp, 19] ldr w0, [sp, 20] add w0, w0, 1 str w0, [sp, 20] .L115: ldr w0, [sp, 20] cmp w0, 4 ble .L116 ldrb w0, [sp, 19] add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE13: .size pathThroughCipherRotorsL2R, .-pathThroughCipherRotorsL2R .align 2 .global pathThroughCipherRotorsR2L .type pathThroughCipherRotorsR2L, %function pathThroughCipherRotorsR2L: .LFB14: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 strb w0, [sp, 15] ldrb w0, [sp, 15] strb w0, [sp, 19] mov w0, 4 str w0, [sp, 20] b .L119 .L123: str wzr, [sp, 24] b .L120 .L122: adrp x0, CipherRotorsOffsets add x0, x0, :lo12:CipherRotorsOffsets ldrsw x1, [sp, 20] ldr x1, [x0, x1, lsl 3] ldrsw x0, [sp, 24] lsl x0, x0, 2 add x0, x1, x0 ldr w1, [x0] ldr w0, [sp, 24] add w1, w1, w0 mov w0, 60495 movk w0, 0x4ec4, lsl 16 smull x0, w1, w0 lsr x0, x0, 32 asr w2, w0, 3 asr w0, w1, 31 sub w0, w2, w0 mov w2, 26 mul w0, w0, w2 sub w0, w1, w0 ldrb w1, [sp, 19] sub w1, w1, #65 cmp w0, w1 bne .L121 ldr w0, [sp, 24] str w0, [sp, 28] mov w0, 27 str w0, [sp, 24] .L121: ldr w0, [sp, 24] add w0, w0, 1 str w0, [sp, 24] .L120: ldr w0, [sp, 24] cmp w0, 25 ble .L122 ldr w0, [sp, 28] and w0, w0, 255 add w0, w0, 65 strb w0, [sp, 19] ldr w0, [sp, 20] sub w0, w0, #1 str w0, [sp, 20] .L119: ldr w0, [sp, 20] cmp w0, 0 bge .L123 ldrb w0, [sp, 19] add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE14: .size pathThroughCipherRotorsR2L, .-pathThroughCipherRotorsR2L .align 2 .global pathThroughControlRotorsR2L .type pathThroughControlRotorsR2L, %function pathThroughControlRotorsR2L: .LFB15: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 strb w0, [sp, 15] ldrb w0, [sp, 15] strb w0, [sp, 19] mov w0, 4 str w0, [sp, 20] b .L126 .L130: str wzr, [sp, 24] b .L127 .L129: adrp x0, ControlRotorsOffsets add x0, x0, :lo12:ControlRotorsOffsets ldrsw x1, [sp, 20] ldr x1, [x0, x1, lsl 3] ldrsw x0, [sp, 24] lsl x0, x0, 2 add x0, x1, x0 ldr w1, [x0] ldr w0, [sp, 24] add w1, w1, w0 mov w0, 60495 movk w0, 0x4ec4, lsl 16 smull x0, w1, w0 lsr x0, x0, 32 asr w2, w0, 3 asr w0, w1, 31 sub w0, w2, w0 mov w2, 26 mul w0, w0, w2 sub w0, w1, w0 ldrb w1, [sp, 19] sub w1, w1, #65 cmp w0, w1 bne .L128 ldr w0, [sp, 24] str w0, [sp, 28] mov w0, 27 str w0, [sp, 24] .L128: ldr w0, [sp, 24] add w0, w0, 1 str w0, [sp, 24] .L127: ldr w0, [sp, 24] cmp w0, 25 ble .L129 ldr w0, [sp, 28] and w0, w0, 255 add w0, w0, 65 strb w0, [sp, 19] ldr w0, [sp, 20] sub w0, w0, #1 str w0, [sp, 20] .L126: ldr w0, [sp, 20] cmp w0, 0 bge .L130 ldrb w0, [sp, 19] add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE15: .size pathThroughControlRotorsR2L, .-pathThroughControlRotorsR2L .align 2 .global pathThroughIndexRotorsL2R .type pathThroughIndexRotorsL2R, %function pathThroughIndexRotorsL2R: .LFB16: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str w0, [sp, 12] ldr w0, [sp, 12] str w0, [sp, 28] str wzr, [sp, 24] b .L133 .L134: adrp x0, IndexRotorsOffsets add x0, x0, :lo12:IndexRotorsOffsets ldrsw x1, [sp, 24] ldr x1, [x0, x1, lsl 3] ldrsw x0, [sp, 28] lsl x0, x0, 2 add x0, x1, x0 ldr w1, [x0] ldr w0, [sp, 28] add w1, w1, w0 mov w0, 26215 movk w0, 0x6666, lsl 16 smull x0, w1, w0 lsr x0, x0, 32 asr w2, w0, 2 asr w0, w1, 31 sub w2, w2, w0 mov w0, w2 lsl w0, w0, 2 add w0, w0, w2 lsl w0, w0, 1 sub w0, w1, w0 str w0, [sp, 28] ldr w0, [sp, 24] add w0, w0, 1 str w0, [sp, 24] .L133: ldr w0, [sp, 24] cmp w0, 4 ble .L134 ldr w0, [sp, 28] add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE16: .size pathThroughIndexRotorsL2R, .-pathThroughIndexRotorsL2R .section .rodata .align 3 .LC20: .string "1st Cipher Rotor: \t%s\n" .align 3 .LC21: .string "2nd Cipher Rotor: \t%s\n" .align 3 .LC22: .string "3rd Cipher Rotor: \t%s\n" .align 3 .LC23: .string "4th Cipher Rotor: \t%s\n" .align 3 .LC24: .string "5th Cipher Rotor: \t%s\n\n" .align 3 .LC25: .string "1st Control Rotor: \t%s\n" .align 3 .LC26: .string "2nd Control Rotor: \t%s\n" .align 3 .LC27: .string "3rd Control Rotor: \t%s\n" .align 3 .LC28: .string "4th Control Rotor: \t%s\n" .align 3 .LC29: .string "5th Control Rotor: \t%s\n\n" .align 3 .LC30: .string "1st Index Rotor: \t%s\n" .align 3 .LC31: .string "2nd Index Rotor: \t%s\n" .align 3 .LC32: .string "3rd Index Rotor: \t%s\n" .align 3 .LC33: .string "4th Index Rotor: \t%s\n" .align 3 .LC34: .string "5th Index Rotor: \t%s\n\n" .text .align 2 .global printConf .type printConf, %function printConf: .LFB17: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp adrp x0, CipherRotors add x0, x0, :lo12:CipherRotors ldr x0, [x0] mov x1, x0 adrp x0, .LC20 add x0, x0, :lo12:.LC20 bl printf adrp x0, CipherRotors add x0, x0, :lo12:CipherRotors ldr x0, [x0, 8] mov x1, x0 adrp x0, .LC21 add x0, x0, :lo12:.LC21 bl printf adrp x0, CipherRotors add x0, x0, :lo12:CipherRotors ldr x0, [x0, 16] mov x1, x0 adrp x0, .LC22 add x0, x0, :lo12:.LC22 bl printf adrp x0, CipherRotors add x0, x0, :lo12:CipherRotors ldr x0, [x0, 24] mov x1, x0 adrp x0, .LC23 add x0, x0, :lo12:.LC23 bl printf adrp x0, CipherRotors add x0, x0, :lo12:CipherRotors ldr x0, [x0, 32] mov x1, x0 adrp x0, .LC24 add x0, x0, :lo12:.LC24 bl printf adrp x0, ControlRotors add x0, x0, :lo12:ControlRotors ldr x0, [x0] mov x1, x0 adrp x0, .LC25 add x0, x0, :lo12:.LC25 bl printf adrp x0, ControlRotors add x0, x0, :lo12:ControlRotors ldr x0, [x0, 8] mov x1, x0 adrp x0, .LC26 add x0, x0, :lo12:.LC26 bl printf adrp x0, ControlRotors add x0, x0, :lo12:ControlRotors ldr x0, [x0, 16] mov x1, x0 adrp x0, .LC27 add x0, x0, :lo12:.LC27 bl printf adrp x0, ControlRotors add x0, x0, :lo12:ControlRotors ldr x0, [x0, 24] mov x1, x0 adrp x0, .LC28 add x0, x0, :lo12:.LC28 bl printf adrp x0, ControlRotors add x0, x0, :lo12:ControlRotors ldr x0, [x0, 32] mov x1, x0 adrp x0, .LC29 add x0, x0, :lo12:.LC29 bl printf adrp x0, IndexRotors add x0, x0, :lo12:IndexRotors ldr x0, [x0] mov x1, x0 adrp x0, .LC30 add x0, x0, :lo12:.LC30 bl printf adrp x0, IndexRotors add x0, x0, :lo12:IndexRotors ldr x0, [x0, 8] mov x1, x0 adrp x0, .LC31 add x0, x0, :lo12:.LC31 bl printf adrp x0, IndexRotors add x0, x0, :lo12:IndexRotors ldr x0, [x0, 16] mov x1, x0 adrp x0, .LC32 add x0, x0, :lo12:.LC32 bl printf adrp x0, IndexRotors add x0, x0, :lo12:IndexRotors ldr x0, [x0, 24] mov x1, x0 adrp x0, .LC33 add x0, x0, :lo12:.LC33 bl printf adrp x0, IndexRotors add x0, x0, :lo12:IndexRotors ldr x0, [x0, 32] mov x1, x0 adrp x0, .LC34 add x0, x0, :lo12:.LC34 bl printf nop ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE17: .size printConf, .-printConf .section .rodata .align 3 .LC35: .string "Cipher rotors" .align 3 .LC36: .string "%i " .align 3 .LC37: .string "Control rotors" .align 3 .LC38: .string "Index rotors" .text .align 2 .global printOffsets .type printOffsets, %function printOffsets: .LFB18: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp adrp x0, .LC35 add x0, x0, :lo12:.LC35 bl puts str wzr, [sp, 24] b .L138 .L141: str wzr, [sp, 28] b .L139 .L140: adrp x0, CipherRotorsOffsets add x0, x0, :lo12:CipherRotorsOffsets ldrsw x1, [sp, 24] ldr x1, [x0, x1, lsl 3] ldrsw x0, [sp, 28] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] mov w1, w0 adrp x0, .LC36 add x0, x0, :lo12:.LC36 bl printf ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L139: ldr w0, [sp, 28] cmp w0, 25 ble .L140 mov w0, 10 bl putchar ldr w0, [sp, 24] add w0, w0, 1 str w0, [sp, 24] .L138: ldr w0, [sp, 24] cmp w0, 4 ble .L141 adrp x0, .LC37 add x0, x0, :lo12:.LC37 bl puts str wzr, [sp, 24] b .L142 .L145: str wzr, [sp, 28] b .L143 .L144: adrp x0, ControlRotorsOffsets add x0, x0, :lo12:ControlRotorsOffsets ldrsw x1, [sp, 24] ldr x1, [x0, x1, lsl 3] ldrsw x0, [sp, 28] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] mov w1, w0 adrp x0, .LC36 add x0, x0, :lo12:.LC36 bl printf ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L143: ldr w0, [sp, 28] cmp w0, 25 ble .L144 mov w0, 10 bl putchar ldr w0, [sp, 24] add w0, w0, 1 str w0, [sp, 24] .L142: ldr w0, [sp, 24] cmp w0, 4 ble .L145 adrp x0, .LC38 add x0, x0, :lo12:.LC38 bl puts str wzr, [sp, 24] b .L146 .L149: str wzr, [sp, 28] b .L147 .L148: adrp x0, IndexRotorsOffsets add x0, x0, :lo12:IndexRotorsOffsets ldrsw x1, [sp, 24] ldr x1, [x0, x1, lsl 3] ldrsw x0, [sp, 28] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] mov w1, w0 adrp x0, .LC36 add x0, x0, :lo12:.LC36 bl printf ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L147: ldr w0, [sp, 28] cmp w0, 9 ble .L148 mov w0, 10 bl putchar ldr w0, [sp, 24] add w0, w0, 1 str w0, [sp, 24] .L146: ldr w0, [sp, 24] cmp w0, 4 ble .L149 nop nop ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE18: .size printOffsets, .-printOffsets .align 2 .global printCipherOffsets .type printCipherOffsets, %function printCipherOffsets: .LFB19: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp adrp x0, .LC35 add x0, x0, :lo12:.LC35 bl puts str wzr, [sp, 24] b .L151 .L154: str wzr, [sp, 28] b .L152 .L153: adrp x0, CipherRotorsOffsets add x0, x0, :lo12:CipherRotorsOffsets ldrsw x1, [sp, 24] ldr x1, [x0, x1, lsl 3] ldrsw x0, [sp, 28] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] mov w1, w0 adrp x0, .LC36 add x0, x0, :lo12:.LC36 bl printf ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L152: ldr w0, [sp, 28] cmp w0, 25 ble .L153 mov w0, 10 bl putchar ldr w0, [sp, 24] add w0, w0, 1 str w0, [sp, 24] .L151: ldr w0, [sp, 24] cmp w0, 4 ble .L154 nop nop ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE19: .size printCipherOffsets, .-printCipherOffsets .align 2 .global printControlOffsets .type printControlOffsets, %function printControlOffsets: .LFB20: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp adrp x0, .LC37 add x0, x0, :lo12:.LC37 bl puts str wzr, [sp, 24] b .L156 .L159: str wzr, [sp, 28] b .L157 .L158: adrp x0, ControlRotorsOffsets add x0, x0, :lo12:ControlRotorsOffsets ldrsw x1, [sp, 24] ldr x1, [x0, x1, lsl 3] ldrsw x0, [sp, 28] lsl x0, x0, 2 add x0, x1, x0 ldr w0, [x0] mov w1, w0 adrp x0, .LC36 add x0, x0, :lo12:.LC36 bl printf ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L157: ldr w0, [sp, 28] cmp w0, 25 ble .L158 mov w0, 10 bl putchar ldr w0, [sp, 24] add w0, w0, 1 str w0, [sp, 24] .L156: ldr w0, [sp, 24] cmp w0, 4 ble .L159 nop nop ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE20: .size printControlOffsets, .-printControlOffsets .section .rodata .align 3 .LC39: .string "Positions: " .align 3 .LC40: .string "%c " .text .align 2 .global printPosition .type printPosition, %function printPosition: .LFB21: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp adrp x0, .LC39 add x0, x0, :lo12:.LC39 bl printf str wzr, [sp, 28] b .L161 .L162: adrp x0, RotorPosition add x1, x0, :lo12:RotorPosition ldrsw x0, [sp, 28] ldrb w0, [x1, x0] mov w1, w0 adrp x0, .LC40 add x0, x0, :lo12:.LC40 bl printf ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L161: ldr w0, [sp, 28] cmp w0, 14 ble .L162 mov w0, 10 bl putchar nop ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE21: .size printPosition, .-printPosition .align 2 .global reverse .type reverse, %function reverse: .LFB22: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str w0, [sp, 28] ldr w0, [sp, 28] cmp w0, 9 bgt .L164 ldr w0, [sp, 28] cmp w0, 4 bgt .L165 ldr w0, [sp, 28] str w0, [sp, 48] mov w0, 1 str w0, [sp, 52] b .L166 .L165: ldr w0, [sp, 28] cmp w0, 4 ble .L166 ldr w0, [sp, 28] sub w0, w0, #5 str w0, [sp, 48] str wzr, [sp, 52] .L166: mov x1, 1 mov x0, 27 bl calloc str x0, [sp, 56] str wzr, [sp, 44] b .L167 .L170: ldr w0, [sp, 52] cmp w0, 1 bne .L168 ldr w0, [sp, 44] and w2, w0, 255 adrp x0, CipherRotorsOffsets add x0, x0, :lo12:CipherRotorsOffsets ldrsw x1, [sp, 48] ldr x1, [x0, x1, lsl 3] ldrsw x0, [sp, 44] lsl x0, x0, 2 add x0, x1, x0 ldr w1, [x0] ldr w0, [sp, 44] add w0, w1, w0 mov w1, 60495 movk w1, 0x4ec4, lsl 16 smull x1, w0, w1 lsr x1, x1, 32 asr w3, w1, 3 asr w1, w0, 31 sub w1, w3, w1 mov w3, 26 mul w1, w1, w3 sub w1, w0, w1 sxtw x0, w1 ldr x1, [sp, 56] add x0, x1, x0 add w1, w2, 65 and w1, w1, 255 strb w1, [x0] b .L169 .L168: ldr w0, [sp, 52] cmp w0, 0 bne .L169 ldr w0, [sp, 44] and w2, w0, 255 adrp x0, ControlRotorsOffsets add x0, x0, :lo12:ControlRotorsOffsets ldrsw x1, [sp, 48] ldr x1, [x0, x1, lsl 3] ldrsw x0, [sp, 44] lsl x0, x0, 2 add x0, x1, x0 ldr w1, [x0] ldr w0, [sp, 44] add w0, w1, w0 mov w1, 60495 movk w1, 0x4ec4, lsl 16 smull x1, w0, w1 lsr x1, x1, 32 asr w3, w1, 3 asr w1, w0, 31 sub w1, w3, w1 mov w3, 26 mul w1, w1, w3 sub w1, w0, w1 sxtw x0, w1 ldr x1, [sp, 56] add x0, x1, x0 add w1, w2, 65 and w1, w1, 255 strb w1, [x0] .L169: ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L167: ldr w0, [sp, 44] cmp w0, 25 ble .L170 str wzr, [sp, 44] b .L171 .L174: ldr w0, [sp, 52] cmp w0, 1 bne .L172 ldrsw x0, [sp, 44] ldr x1, [sp, 56] add x1, x1, x0 adrp x0, CipherRotors add x0, x0, :lo12:CipherRotors ldrsw x2, [sp, 48] ldr x2, [x0, x2, lsl 3] ldrsw x0, [sp, 44] add x0, x2, x0 ldrb w1, [x1] strb w1, [x0] b .L173 .L172: ldr w0, [sp, 52] cmp w0, 0 bne .L173 ldrsw x0, [sp, 44] ldr x1, [sp, 56] add x1, x1, x0 adrp x0, ControlRotors add x0, x0, :lo12:ControlRotors ldrsw x2, [sp, 48] ldr x2, [x0, x2, lsl 3] ldrsw x0, [sp, 44] add x0, x2, x0 ldrb w1, [x1] strb w1, [x0] .L173: ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L171: ldr w0, [sp, 44] cmp w0, 25 ble .L174 ldr w0, [sp, 52] cmp w0, 1 bne .L175 bl generateCipherOffsets b .L176 .L175: ldr w0, [sp, 52] cmp w0, 0 bne .L176 bl generateControlOffsets b .L176 .L164: ldr w0, [sp, 28] cmp w0, 9 ble .L176 ldr w0, [sp, 28] sub w0, w0, #10 str w0, [sp, 48] mov x1, 1 mov x0, 11 bl calloc str x0, [sp, 56] str wzr, [sp, 44] b .L177 .L178: ldr w0, [sp, 44] and w1, w0, 255 adrp x0, IndexRotors add x0, x0, :lo12:IndexRotors ldrsw x2, [sp, 48] ldr x2, [x0, x2, lsl 3] ldrsw x0, [sp, 44] add x0, x2, x0 ldrb w0, [x0] and x0, x0, 255 sub x0, x0, #48 ldr x2, [sp, 56] add x0, x2, x0 add w1, w1, 48 and w1, w1, 255 strb w1, [x0] ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L177: ldr w0, [sp, 44] cmp w0, 9 ble .L178 str wzr, [sp, 44] b .L179 .L180: ldrsw x0, [sp, 44] ldr x1, [sp, 56] add x1, x1, x0 adrp x0, IndexRotors add x0, x0, :lo12:IndexRotors ldrsw x2, [sp, 48] ldr x2, [x0, x2, lsl 3] ldrsw x0, [sp, 44] add x0, x2, x0 ldrb w1, [x1] strb w1, [x0] ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L179: ldr w0, [sp, 44] cmp w0, 9 ble .L180 bl generateIndexOffsets .L176: adrp x0, RotorOrientations add x0, x0, :lo12:RotorOrientations ldrsw x1, [sp, 28] ldr w0, [x0, x1, lsl 2] cmp w0, 0 bne .L181 adrp x0, RotorOrientations add x0, x0, :lo12:RotorOrientations ldrsw x1, [sp, 28] mov w2, 1 str w2, [x0, x1, lsl 2] b .L182 .L181: adrp x0, RotorOrientations add x0, x0, :lo12:RotorOrientations ldrsw x1, [sp, 28] str wzr, [x0, x1, lsl 2] .L182: ldr x0, [sp, 56] bl free nop ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE22: .size reverse, .-reverse .align 2 .global setPosition .type setPosition, %function setPosition: .LFB23: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str w0, [sp, 28] strb w1, [sp, 27] b .L184 .L185: ldr w0, [sp, 28] bl stepOffsets .L184: adrp x0, RotorPosition add x1, x0, :lo12:RotorPosition ldrsw x0, [sp, 28] ldrb w0, [x1, x0] ldrb w1, [sp, 27] cmp w1, w0 bne .L185 nop nop ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE23: .size setPosition, .-setPosition .align 2 .global stepOffsets .type stepOffsets, %function stepOffsets: .LFB24: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str w0, [sp, 28] mov x1, 4 mov x0, 27 bl calloc str x0, [sp, 40] ldr w0, [sp, 28] cmp w0, 9 bgt .L187 ldr w0, [sp, 28] cmp w0, 4 bgt .L188 str wzr, [sp, 36] b .L189 .L190: adrp x0, CipherRotorsOffsets add x0, x0, :lo12:CipherRotorsOffsets ldrsw x1, [sp, 28] ldr x1, [x0, x1, lsl 3] ldrsw x0, [sp, 36] lsl x0, x0, 2 add x1, x1, x0 ldrsw x0, [sp, 36] lsl x0, x0, 2 ldr x2, [sp, 40] add x0, x2, x0 ldr w1, [x1] str w1, [x0] ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L189: ldr w0, [sp, 36] cmp w0, 26 ble .L190 adrp x0, RotorOrientations add x0, x0, :lo12:RotorOrientations ldrsw x1, [sp, 28] ldr w0, [x0, x1, lsl 2] cmp w0, 0 bne .L191 adrp x0, CipherRotorsOffsets add x0, x0, :lo12:CipherRotorsOffsets ldrsw x1, [sp, 28] ldr x0, [x0, x1, lsl 3] ldr x1, [sp, 40] ldr w1, [x1, 100] str w1, [x0] mov w0, 1 str w0, [sp, 36] b .L192 .L193: ldrsw x0, [sp, 36] lsl x0, x0, 2 sub x0, x0, #4 ldr x1, [sp, 40] add x1, x1, x0 adrp x0, CipherRotorsOffsets add x0, x0, :lo12:CipherRotorsOffsets ldrsw x2, [sp, 28] ldr x2, [x0, x2, lsl 3] ldrsw x0, [sp, 36] lsl x0, x0, 2 add x0, x2, x0 ldr w1, [x1] str w1, [x0] ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L192: ldr w0, [sp, 36] cmp w0, 25 ble .L193 b .L194 .L191: adrp x0, RotorOrientations add x0, x0, :lo12:RotorOrientations ldrsw x1, [sp, 28] ldr w0, [x0, x1, lsl 2] cmp w0, 1 bne .L194 adrp x0, CipherRotorsOffsets add x0, x0, :lo12:CipherRotorsOffsets ldrsw x1, [sp, 28] ldr x0, [x0, x1, lsl 3] add x0, x0, 100 ldr x1, [sp, 40] ldr w1, [x1] str w1, [x0] str wzr, [sp, 36] b .L195 .L196: ldrsw x0, [sp, 36] add x0, x0, 1 lsl x0, x0, 2 ldr x1, [sp, 40] add x1, x1, x0 adrp x0, CipherRotorsOffsets add x0, x0, :lo12:CipherRotorsOffsets ldrsw x2, [sp, 28] ldr x2, [x0, x2, lsl 3] ldrsw x0, [sp, 36] lsl x0, x0, 2 add x0, x2, x0 ldr w1, [x1] str w1, [x0] ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L195: ldr w0, [sp, 36] cmp w0, 24 ble .L196 b .L194 .L188: ldr w0, [sp, 28] cmp w0, 4 ble .L194 str wzr, [sp, 36] b .L197 .L198: ldr w0, [sp, 28] sub w1, w0, #5 adrp x0, ControlRotorsOffsets add x0, x0, :lo12:ControlRotorsOffsets sxtw x1, w1 ldr x1, [x0, x1, lsl 3] ldrsw x0, [sp, 36] lsl x0, x0, 2 add x1, x1, x0 ldrsw x0, [sp, 36] lsl x0, x0, 2 ldr x2, [sp, 40] add x0, x2, x0 ldr w1, [x1] str w1, [x0] ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L197: ldr w0, [sp, 36] cmp w0, 26 ble .L198 adrp x0, RotorOrientations add x0, x0, :lo12:RotorOrientations ldrsw x1, [sp, 28] ldr w0, [x0, x1, lsl 2] cmp w0, 0 bne .L199 ldr w0, [sp, 28] sub w1, w0, #5 adrp x0, ControlRotorsOffsets add x0, x0, :lo12:ControlRotorsOffsets sxtw x1, w1 ldr x0, [x0, x1, lsl 3] ldr x1, [sp, 40] ldr w1, [x1, 100] str w1, [x0] mov w0, 1 str w0, [sp, 36] b .L200 .L201: ldrsw x0, [sp, 36] lsl x0, x0, 2 sub x0, x0, #4 ldr x1, [sp, 40] add x1, x1, x0 ldr w0, [sp, 28] sub w2, w0, #5 adrp x0, ControlRotorsOffsets add x0, x0, :lo12:ControlRotorsOffsets sxtw x2, w2 ldr x2, [x0, x2, lsl 3] ldrsw x0, [sp, 36] lsl x0, x0, 2 add x0, x2, x0 ldr w1, [x1] str w1, [x0] ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L200: ldr w0, [sp, 36] cmp w0, 25 ble .L201 b .L194 .L199: adrp x0, RotorOrientations add x0, x0, :lo12:RotorOrientations ldrsw x1, [sp, 28] ldr w0, [x0, x1, lsl 2] cmp w0, 1 bne .L194 ldr w0, [sp, 28] sub w1, w0, #5 adrp x0, ControlRotorsOffsets add x0, x0, :lo12:ControlRotorsOffsets sxtw x1, w1 ldr x0, [x0, x1, lsl 3] add x0, x0, 100 ldr x1, [sp, 40] ldr w1, [x1] str w1, [x0] str wzr, [sp, 36] b .L202 .L203: ldrsw x0, [sp, 36] add x0, x0, 1 lsl x0, x0, 2 ldr x1, [sp, 40] add x1, x1, x0 ldr w0, [sp, 28] sub w2, w0, #5 adrp x0, ControlRotorsOffsets add x0, x0, :lo12:ControlRotorsOffsets sxtw x2, w2 ldr x2, [x0, x2, lsl 3] ldrsw x0, [sp, 36] lsl x0, x0, 2 add x0, x2, x0 ldr w1, [x1] str w1, [x0] ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L202: ldr w0, [sp, 36] cmp w0, 24 ble .L203 .L194: adrp x0, RotorOrientations add x0, x0, :lo12:RotorOrientations ldrsw x1, [sp, 28] ldr w0, [x0, x1, lsl 2] cmp w0, 0 bne .L204 adrp x0, RotorPosition add x1, x0, :lo12:RotorPosition ldrsw x0, [sp, 28] ldrb w0, [x1, x0] cmp w0, 65 bne .L205 adrp x0, RotorPosition add x1, x0, :lo12:RotorPosition ldrsw x0, [sp, 28] mov w2, 90 strb w2, [x1, x0] b .L206 .L205: adrp x0, RotorPosition add x1, x0, :lo12:RotorPosition ldrsw x0, [sp, 28] ldrb w0, [x1, x0] sub w0, w0, #1 and w2, w0, 255 adrp x0, RotorPosition add x1, x0, :lo12:RotorPosition ldrsw x0, [sp, 28] strb w2, [x1, x0] b .L206 .L204: adrp x0, RotorOrientations add x0, x0, :lo12:RotorOrientations ldrsw x1, [sp, 28] ldr w0, [x0, x1, lsl 2] cmp w0, 1 bne .L206 adrp x0, RotorPosition add x1, x0, :lo12:RotorPosition ldrsw x0, [sp, 28] ldrb w0, [x1, x0] cmp w0, 90 bne .L207 adrp x0, RotorPosition add x1, x0, :lo12:RotorPosition ldrsw x0, [sp, 28] mov w2, 65 strb w2, [x1, x0] b .L206 .L207: adrp x0, RotorPosition add x1, x0, :lo12:RotorPosition ldrsw x0, [sp, 28] ldrb w0, [x1, x0] add w0, w0, 1 and w2, w0, 255 adrp x0, RotorPosition add x1, x0, :lo12:RotorPosition ldrsw x0, [sp, 28] strb w2, [x1, x0] b .L206 .L187: ldr w0, [sp, 28] cmp w0, 9 ble .L206 adrp x0, RotorOrientations add x0, x0, :lo12:RotorOrientations ldrsw x1, [sp, 28] ldr w0, [x0, x1, lsl 2] cmp w0, 0 bne .L208 str wzr, [sp, 36] b .L209 .L210: ldr w0, [sp, 28] sub w1, w0, #10 adrp x0, IndexRotorsOffsets add x0, x0, :lo12:IndexRotorsOffsets sxtw x1, w1 ldr x1, [x0, x1, lsl 3] ldrsw x0, [sp, 36] lsl x0, x0, 2 add x1, x1, x0 ldrsw x0, [sp, 36] lsl x0, x0, 2 ldr x2, [sp, 40] add x0, x2, x0 ldr w1, [x1] str w1, [x0] ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L209: ldr w0, [sp, 36] cmp w0, 9 ble .L210 ldr w0, [sp, 28] sub w1, w0, #10 adrp x0, IndexRotorsOffsets add x0, x0, :lo12:IndexRotorsOffsets sxtw x1, w1 ldr x0, [x0, x1, lsl 3] add x0, x0, 36 ldr x1, [sp, 40] ldr w1, [x1] str w1, [x0] str wzr, [sp, 36] b .L211 .L212: ldrsw x0, [sp, 36] add x0, x0, 1 lsl x0, x0, 2 ldr x1, [sp, 40] add x1, x1, x0 ldr w0, [sp, 28] sub w2, w0, #10 adrp x0, IndexRotorsOffsets add x0, x0, :lo12:IndexRotorsOffsets sxtw x2, w2 ldr x2, [x0, x2, lsl 3] ldrsw x0, [sp, 36] lsl x0, x0, 2 add x0, x2, x0 ldr w1, [x1] str w1, [x0] ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L211: ldr w0, [sp, 36] cmp w0, 8 ble .L212 b .L213 .L208: adrp x0, RotorOrientations add x0, x0, :lo12:RotorOrientations ldrsw x1, [sp, 28] ldr w0, [x0, x1, lsl 2] cmp w0, 1 bne .L213 str wzr, [sp, 36] b .L214 .L215: ldr w0, [sp, 28] sub w1, w0, #10 adrp x0, IndexRotorsOffsets add x0, x0, :lo12:IndexRotorsOffsets sxtw x1, w1 ldr x1, [x0, x1, lsl 3] ldrsw x0, [sp, 36] lsl x0, x0, 2 add x1, x1, x0 ldrsw x0, [sp, 36] lsl x0, x0, 2 ldr x2, [sp, 40] add x0, x2, x0 ldr w1, [x1] str w1, [x0] ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L214: ldr w0, [sp, 36] cmp w0, 9 ble .L215 ldr w0, [sp, 28] sub w1, w0, #10 adrp x0, IndexRotorsOffsets add x0, x0, :lo12:IndexRotorsOffsets sxtw x1, w1 ldr x0, [x0, x1, lsl 3] ldr x1, [sp, 40] ldr w1, [x1, 36] str w1, [x0] mov w0, 1 str w0, [sp, 36] b .L216 .L217: ldrsw x0, [sp, 36] lsl x0, x0, 2 sub x0, x0, #4 ldr x1, [sp, 40] add x1, x1, x0 ldr w0, [sp, 28] sub w2, w0, #10 adrp x0, IndexRotorsOffsets add x0, x0, :lo12:IndexRotorsOffsets sxtw x2, w2 ldr x2, [x0, x2, lsl 3] ldrsw x0, [sp, 36] lsl x0, x0, 2 add x0, x2, x0 ldr w1, [x1] str w1, [x0] ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 36] .L216: ldr w0, [sp, 36] cmp w0, 9 ble .L217 .L213: adrp x0, RotorOrientations add x0, x0, :lo12:RotorOrientations ldrsw x1, [sp, 28] ldr w0, [x0, x1, lsl 2] cmp w0, 0 bne .L218 adrp x0, RotorPosition add x1, x0, :lo12:RotorPosition ldrsw x0, [sp, 28] ldrb w0, [x1, x0] cmp w0, 57 bne .L219 adrp x0, RotorPosition add x1, x0, :lo12:RotorPosition ldrsw x0, [sp, 28] mov w2, 48 strb w2, [x1, x0] b .L206 .L219: adrp x0, RotorPosition add x1, x0, :lo12:RotorPosition ldrsw x0, [sp, 28] ldrb w0, [x1, x0] add w0, w0, 1 and w2, w0, 255 adrp x0, RotorPosition add x1, x0, :lo12:RotorPosition ldrsw x0, [sp, 28] strb w2, [x1, x0] b .L206 .L218: adrp x0, RotorOrientations add x0, x0, :lo12:RotorOrientations ldrsw x1, [sp, 28] ldr w0, [x0, x1, lsl 2] cmp w0, 1 bne .L206 adrp x0, RotorPosition add x1, x0, :lo12:RotorPosition ldrsw x0, [sp, 28] ldrb w0, [x1, x0] cmp w0, 48 bne .L220 adrp x0, RotorPosition add x1, x0, :lo12:RotorPosition ldrsw x0, [sp, 28] mov w2, 57 strb w2, [x1, x0] b .L206 .L220: adrp x0, RotorPosition add x1, x0, :lo12:RotorPosition ldrsw x0, [sp, 28] ldrb w0, [x1, x0] sub w0, w0, #1 and w2, w0, 255 adrp x0, RotorPosition add x1, x0, :lo12:RotorPosition ldrsw x0, [sp, 28] strb w2, [x1, x0] .L206: ldr x0, [sp, 40] bl free nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE24: .size stepOffsets, .-stepOffsets .section .rodata .align 3 .LC41: .string "%c" .text .align 2 .global simulator .type simulator, %function simulator: .LFB25: .cfi_startproc stp x29, x30, [sp, -112]! .cfi_def_cfa_offset 112 .cfi_offset 29, -112 .cfi_offset 30, -104 mov x29, sp str x0, [sp, 72] str x1, [sp, 64] str x2, [sp, 56] str x3, [sp, 48] str x4, [sp, 40] str x5, [sp, 32] str x6, [sp, 24] str x7, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 104] mov x1, 0 str wzr, [sp, 92] b .L222 .L223: adrp x0, CipherRotors add x0, x0, :lo12:CipherRotors ldrsw x1, [sp, 92] ldr x2, [x0, x1, lsl 3] ldrsw x0, [sp, 92] ldr x1, [sp, 48] add x0, x1, x0 ldrb w0, [x0] sub w1, w0, #48 adrp x0, CIPHER_AND_CONTROL_ROTORS add x0, x0, :lo12:CIPHER_AND_CONTROL_ROTORS sxtw x1, w1 ldr x0, [x0, x1, lsl 3] mov x1, x0 mov x0, x2 bl strcpy ldr w0, [sp, 92] add w0, w0, 1 str w0, [sp, 92] .L222: ldr w0, [sp, 92] cmp w0, 4 ble .L223 str wzr, [sp, 92] b .L224 .L225: adrp x0, ControlRotors add x0, x0, :lo12:ControlRotors ldrsw x1, [sp, 92] ldr x2, [x0, x1, lsl 3] ldrsw x0, [sp, 92] ldr x1, [sp, 40] add x0, x1, x0 ldrb w0, [x0] sub w1, w0, #48 adrp x0, CIPHER_AND_CONTROL_ROTORS add x0, x0, :lo12:CIPHER_AND_CONTROL_ROTORS sxtw x1, w1 ldr x0, [x0, x1, lsl 3] mov x1, x0 mov x0, x2 bl strcpy ldr w0, [sp, 92] add w0, w0, 1 str w0, [sp, 92] .L224: ldr w0, [sp, 92] cmp w0, 4 ble .L225 str wzr, [sp, 92] b .L226 .L227: adrp x0, IndexRotors add x0, x0, :lo12:IndexRotors ldrsw x1, [sp, 92] ldr x2, [x0, x1, lsl 3] ldrsw x0, [sp, 92] ldr x1, [sp, 32] add x0, x1, x0 ldrb w0, [x0] sub w1, w0, #48 adrp x0, INDEX_ROTORS add x0, x0, :lo12:INDEX_ROTORS sxtw x1, w1 ldr x0, [x0, x1, lsl 3] mov x1, x0 mov x0, x2 bl strcpy ldr w0, [sp, 92] add w0, w0, 1 str w0, [sp, 92] .L226: ldr w0, [sp, 92] cmp w0, 4 ble .L227 adrp x0, RotorPosition add x2, x0, :lo12:RotorPosition adrp x0, .LC19 add x0, x0, :lo12:.LC19 ldp x0, x1, [x0] stp x0, x1, [x2] adrp x0, StepArray add x0, x0, :lo12:StepArray str wzr, [x0] adrp x0, StepArray add x0, x0, :lo12:StepArray str wzr, [x0, 4] adrp x0, StepArray add x0, x0, :lo12:StepArray str wzr, [x0, 8] bl generateCipherOffsets bl generateControlOffsets bl generateIndexOffsets str wzr, [sp, 92] b .L228 .L229: ldrsw x0, [sp, 92] ldr x1, [sp, 72] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 ldr w0, [sp, 92] bl setPosition ldr w0, [sp, 92] add w0, w0, 1 str w0, [sp, 92] .L228: ldr w0, [sp, 92] cmp w0, 4 ble .L229 str wzr, [sp, 92] b .L230 .L231: ldr w0, [sp, 92] add w2, w0, 5 ldrsw x0, [sp, 92] ldr x1, [sp, 64] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 mov w0, w2 bl setPosition ldr w0, [sp, 92] add w0, w0, 1 str w0, [sp, 92] .L230: ldr w0, [sp, 92] cmp w0, 4 ble .L231 str wzr, [sp, 92] b .L232 .L233: ldr w0, [sp, 92] add w2, w0, 10 ldrsw x0, [sp, 92] ldr x1, [sp, 56] add x0, x1, x0 ldrb w0, [x0] mov w1, w0 mov w0, w2 bl setPosition ldr w0, [sp, 92] add w0, w0, 1 str w0, [sp, 92] .L232: ldr w0, [sp, 92] cmp w0, 4 ble .L233 str wzr, [sp, 92] b .L234 .L236: ldrsw x0, [sp, 92] ldr x1, [sp, 24] add x0, x1, x0 ldrb w0, [x0] cmp w0, 49 bne .L235 ldr w0, [sp, 92] bl reverse .L235: ldr w0, [sp, 92] add w0, w0, 1 str w0, [sp, 92] .L234: ldr w0, [sp, 92] cmp w0, 4 ble .L236 str wzr, [sp, 92] b .L237 .L239: ldrsw x0, [sp, 92] ldr x1, [sp, 16] add x0, x1, x0 ldrb w0, [x0] cmp w0, 49 bne .L238 ldr w0, [sp, 92] add w0, w0, 5 bl reverse .L238: ldr w0, [sp, 92] add w0, w0, 1 str w0, [sp, 92] .L237: ldr w0, [sp, 92] cmp w0, 4 ble .L239 ldr w0, [sp, 112] cmp w0, 0 bne .L240 str wzr, [sp, 100] .L246: adrp x0, in add x0, x0, :lo12:in ldr x3, [x0] add x0, sp, 90 mov x2, x0 adrp x0, .LC41 add x1, x0, :lo12:.LC41 mov x0, x3 bl __isoc99_fscanf str w0, [sp, 96] ldr w0, [sp, 96] cmp w0, 1 bne .L251 ldrb w0, [sp, 90] bl toupper cmp w0, 90 bne .L243 mov w0, 88 bl encrypt and w0, w0, 255 strb w0, [sp, 91] b .L244 .L243: ldrb w0, [sp, 90] cmp w0, 32 bne .L245 mov w0, 90 bl encrypt and w0, w0, 255 strb w0, [sp, 91] b .L244 .L245: ldrb w0, [sp, 90] bl toupper cmp w0, 64 ble .L244 ldrb w0, [sp, 90] bl toupper cmp w0, 90 bgt .L244 ldrb w0, [sp, 90] bl toupper and w0, w0, 255 bl encrypt and w0, w0, 255 strb w0, [sp, 91] .L244: ldrb w0, [sp, 91] bl putchar adrp x0, out add x0, x0, :lo12:out ldr x0, [x0] ldrb w1, [sp, 91] mov w2, w1 mov x1, x0 mov w0, w2 bl fputc b .L246 .L240: adrp x0, in add x0, x0, :lo12:in ldr x3, [x0] add x0, sp, 91 mov x2, x0 adrp x0, .LC41 add x1, x0, :lo12:.LC41 mov x0, x3 bl __isoc99_fscanf str w0, [sp, 96] ldr w0, [sp, 96] cmp w0, 1 bne .L252 ldrb w0, [sp, 91] bl toupper cmp w0, 64 ble .L249 ldrb w0, [sp, 91] bl toupper cmp w0, 90 bgt .L249 ldrb w0, [sp, 91] bl toupper and w0, w0, 255 bl decrypt and w0, w0, 255 strb w0, [sp, 90] ldrb w0, [sp, 90] cmp w0, 90 bne .L249 mov w0, 32 strb w0, [sp, 90] .L249: ldrb w0, [sp, 90] bl putchar adrp x0, out add x0, x0, :lo12:out ldr x0, [x0] ldrb w1, [sp, 90] mov w2, w1 mov x1, x0 mov w0, w2 bl fputc b .L240 .L251: nop b .L247 .L252: nop .L247: mov w0, 10 bl putchar nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 104] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L250 bl __stack_chk_fail .L250: ldp x29, x30, [sp], 112 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE25: .size simulator, .-simulator .section .rodata .align 3 .LC42: .string "\n\nUsage: %s rotorOrder orientation initPos direction " .align 3 .LC43: .string "infile outfile\n\n" .align 3 .LC44: .string "where rotorOrder == order of cipher/cotrol rotors and order of " .align 3 .LC45: .string "index rotors\n" .align 3 .LC46: .string " (perm of 0-9 and perm of 0-4, no spaces)\n" .align 3 .LC47: .string " orientation == cipher/control rotor orientations,\n" .align 3 .LC48: .string " 0 = forward, 1 = reverse (binary 10-tuple)\n" .align 3 .LC49: .string " initPos == initial positions for cipher/control/index rotors\n" .align 3 .LC50: .string " (10-tuple of A thru Z, 5-tuple of 0 thru 9)\n" .align 3 .LC51: .string " direction == 0 for encrypt, 1 for decrypt\n" .align 3 .LC52: .string " infile == input file name\n" .align 3 .LC53: .string " outfile == output file name\n\n" .align 3 .LC54: .string "For example:\n\n%s 987654321043210 0000000011 ABCDEFGHIJ98765" .align 3 .LC55: .string " 0 plain.txt cipher.txt\n\n" .align 3 .LC56: .string "\nError --- must specify order of 15 rotors\n" .align 3 .LC57: .string "\nError --- each cipher rotor order must be between 0 and 9\n" .align 3 .LC58: .string "\nError --- each control rotor order must be between 0 and 9\n" .align 3 .LC59: .string "\nError --- cipher/control rotors must be perm of 0 thru 9\n" .align 3 .LC60: .string "\nError --- each index rotor order must be between 0 and 4\n" .align 3 .LC61: .string "\nError --- index rotors must be perm of 0 thru 4\n" .align 3 .LC62: .string "\nError --- each cipher rotor orientation must be 0 or 1\n" .align 3 .LC63: .string "\nError --- each control rotor orientation must be 0 or 1\n" .align 3 .LC64: .string "\nError --- each cipher rotor init must be A thru Z\n" .align 3 .LC65: .string "\nError --- each control rotor init must be A thru Z\n" .align 3 .LC66: .string "\nError --- each index rotor init must be 0 thru 9\n" .align 3 .LC67: .string "\nError --- direction must be 0 or 1\n" .align 3 .LC68: .string "\n\nError opening file %s\nTry again\n\n" .align 3 .LC69: .string "w" .text .align 2 .global main .type main, %function main: .LFB26: .cfi_startproc sub sp, sp, #432 .cfi_def_cfa_offset 432 stp x29, x30, [sp, 16] .cfi_offset 29, -416 .cfi_offset 30, -408 add x29, sp, 16 str w0, [sp, 44] str x1, [sp, 32] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 424] mov x1, 0 bl init ldr w0, [sp, 44] cmp w0, 7 beq .L254 nop .L255: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] ldr x0, [sp, 32] ldr x0, [x0] mov x2, x0 adrp x0, .LC42 add x1, x0, :lo12:.LC42 mov x0, x3 bl fprintf adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 16 mov x1, 1 adrp x0, .LC43 add x0, x0, :lo12:.LC43 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 63 mov x1, 1 adrp x0, .LC44 add x0, x0, :lo12:.LC44 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 13 mov x1, 1 adrp x0, .LC45 add x0, x0, :lo12:.LC45 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 61 mov x1, 1 adrp x0, .LC46 add x0, x0, :lo12:.LC46 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 56 mov x1, 1 adrp x0, .LC47 add x0, x0, :lo12:.LC47 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 59 mov x1, 1 adrp x0, .LC48 add x0, x0, :lo12:.LC48 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 67 mov x1, 1 adrp x0, .LC49 add x0, x0, :lo12:.LC49 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 61 mov x1, 1 adrp x0, .LC50 add x0, x0, :lo12:.LC50 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 48 mov x1, 1 adrp x0, .LC51 add x0, x0, :lo12:.LC51 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 32 mov x1, 1 adrp x0, .LC52 add x0, x0, :lo12:.LC52 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 35 mov x1, 1 adrp x0, .LC53 add x0, x0, :lo12:.LC53 bl fwrite adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] ldr x0, [sp, 32] ldr x0, [x0] mov x2, x0 adrp x0, .LC54 add x1, x0, :lo12:.LC54 mov x0, x3 bl fprintf adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 25 mov x1, 1 adrp x0, .LC55 add x0, x0, :lo12:.LC55 bl fwrite mov w0, 0 bl exit .L254: ldr x0, [sp, 32] add x0, x0, 8 ldr x0, [x0] bl strlen cmp x0, 15 beq .L256 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 43 mov x1, 1 adrp x0, .LC56 add x0, x0, :lo12:.LC56 bl fwrite b .L255 .L256: ldr x0, [sp, 32] add x0, x0, 8 ldr x1, [x0] add x0, sp, 128 mov x2, 5 bl strncpy str wzr, [sp, 52] b .L257 .L258: ldrsw x0, [sp, 52] lsl x0, x0, 2 add x1, sp, 64 str wzr, [x1, x0] ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L257: ldr w0, [sp, 52] cmp w0, 9 ble .L258 str wzr, [sp, 52] b .L259 .L262: ldrsw x0, [sp, 52] add x1, sp, 128 ldrb w0, [x1, x0] sub w0, w0, #48 str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 blt .L260 ldr w0, [sp, 60] cmp w0, 9 ble .L261 .L260: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 59 mov x1, 1 adrp x0, .LC57 add x0, x0, :lo12:.LC57 bl fwrite b .L255 .L261: ldrsw x0, [sp, 60] lsl x0, x0, 2 add x1, sp, 64 ldr w0, [x1, x0] add w2, w0, 1 ldrsw x0, [sp, 60] lsl x0, x0, 2 add x1, sp, 64 str w2, [x1, x0] ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L259: ldr w0, [sp, 52] cmp w0, 4 ble .L262 ldr x0, [sp, 32] add x0, x0, 8 ldr x0, [x0] add x1, x0, 5 add x0, sp, 136 mov x2, 5 bl strncpy str wzr, [sp, 52] b .L263 .L266: ldrsw x0, [sp, 52] add x1, sp, 136 ldrb w0, [x1, x0] sub w0, w0, #48 str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 blt .L264 ldr w0, [sp, 60] cmp w0, 9 ble .L265 .L264: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 60 mov x1, 1 adrp x0, .LC58 add x0, x0, :lo12:.LC58 bl fwrite b .L255 .L265: ldrsw x0, [sp, 60] lsl x0, x0, 2 add x1, sp, 64 ldr w0, [x1, x0] add w2, w0, 1 ldrsw x0, [sp, 60] lsl x0, x0, 2 add x1, sp, 64 str w2, [x1, x0] ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L263: ldr w0, [sp, 52] cmp w0, 4 ble .L266 str wzr, [sp, 52] b .L267 .L269: ldrsw x0, [sp, 52] lsl x0, x0, 2 add x1, sp, 64 ldr w0, [x1, x0] cmp w0, 1 beq .L268 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 58 mov x1, 1 adrp x0, .LC59 add x0, x0, :lo12:.LC59 bl fwrite b .L255 .L268: ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L267: ldr w0, [sp, 52] cmp w0, 9 ble .L269 ldr x0, [sp, 32] add x0, x0, 8 ldr x0, [x0] add x1, x0, 10 add x0, sp, 144 mov x2, 5 bl strncpy str wzr, [sp, 52] b .L270 .L271: ldrsw x0, [sp, 52] lsl x0, x0, 2 add x1, sp, 64 str wzr, [x1, x0] ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L270: ldr w0, [sp, 52] cmp w0, 4 ble .L271 str wzr, [sp, 52] b .L272 .L275: ldrsw x0, [sp, 52] add x1, sp, 144 ldrb w0, [x1, x0] sub w0, w0, #48 str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 blt .L273 ldr w0, [sp, 60] cmp w0, 9 ble .L274 .L273: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 58 mov x1, 1 adrp x0, .LC60 add x0, x0, :lo12:.LC60 bl fwrite b .L255 .L274: ldrsw x0, [sp, 60] lsl x0, x0, 2 add x1, sp, 64 ldr w0, [x1, x0] add w2, w0, 1 ldrsw x0, [sp, 60] lsl x0, x0, 2 add x1, sp, 64 str w2, [x1, x0] ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L272: ldr w0, [sp, 52] cmp w0, 4 ble .L275 str wzr, [sp, 52] b .L276 .L278: ldrsw x0, [sp, 52] lsl x0, x0, 2 add x1, sp, 64 ldr w0, [x1, x0] cmp w0, 1 beq .L277 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 49 mov x1, 1 adrp x0, .LC61 add x0, x0, :lo12:.LC61 bl fwrite b .L255 .L277: ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L276: ldr w0, [sp, 52] cmp w0, 4 ble .L278 ldr x0, [sp, 32] add x0, x0, 16 ldr x1, [x0] add x0, sp, 152 mov x2, 5 bl strncpy str wzr, [sp, 52] b .L279 .L282: ldrsw x0, [sp, 52] add x1, sp, 152 ldrb w0, [x1, x0] sub w0, w0, #48 str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 blt .L280 ldr w0, [sp, 60] cmp w0, 1 ble .L281 .L280: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 56 mov x1, 1 adrp x0, .LC62 add x0, x0, :lo12:.LC62 bl fwrite b .L255 .L281: ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L279: ldr w0, [sp, 52] cmp w0, 4 ble .L282 ldr x0, [sp, 32] add x0, x0, 16 ldr x0, [x0] add x1, x0, 5 add x0, sp, 160 mov x2, 5 bl strncpy str wzr, [sp, 52] b .L283 .L286: ldrsw x0, [sp, 52] add x1, sp, 160 ldrb w0, [x1, x0] sub w0, w0, #48 str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 blt .L284 ldr w0, [sp, 60] cmp w0, 1 ble .L285 .L284: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 57 mov x1, 1 adrp x0, .LC63 add x0, x0, :lo12:.LC63 bl fwrite b .L255 .L285: ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L283: ldr w0, [sp, 52] cmp w0, 4 ble .L286 ldr x0, [sp, 32] add x0, x0, 24 ldr x1, [x0] add x0, sp, 104 mov x2, 5 bl strncpy str wzr, [sp, 52] b .L287 .L290: ldrsw x0, [sp, 52] add x1, sp, 104 ldrb w0, [x1, x0] sub w0, w0, #65 str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 blt .L288 ldr w0, [sp, 60] cmp w0, 25 ble .L289 .L288: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 51 mov x1, 1 adrp x0, .LC64 add x0, x0, :lo12:.LC64 bl fwrite b .L255 .L289: ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L287: ldr w0, [sp, 52] cmp w0, 4 ble .L290 ldr x0, [sp, 32] add x0, x0, 24 ldr x0, [x0] add x1, x0, 5 add x0, sp, 112 mov x2, 5 bl strncpy str wzr, [sp, 52] b .L291 .L294: ldrsw x0, [sp, 52] add x1, sp, 112 ldrb w0, [x1, x0] sub w0, w0, #65 str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 blt .L292 ldr w0, [sp, 60] cmp w0, 25 ble .L293 .L292: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 52 mov x1, 1 adrp x0, .LC65 add x0, x0, :lo12:.LC65 bl fwrite b .L255 .L293: ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L291: ldr w0, [sp, 52] cmp w0, 4 ble .L294 ldr x0, [sp, 32] add x0, x0, 24 ldr x0, [x0] add x1, x0, 10 add x0, sp, 120 mov x2, 5 bl strncpy str wzr, [sp, 52] b .L295 .L298: ldrsw x0, [sp, 52] add x1, sp, 120 ldrb w0, [x1, x0] sub w0, w0, #48 str w0, [sp, 60] ldr w0, [sp, 60] cmp w0, 0 blt .L296 ldr w0, [sp, 60] cmp w0, 9 ble .L297 .L296: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 50 mov x1, 1 adrp x0, .LC66 add x0, x0, :lo12:.LC66 bl fwrite b .L255 .L297: ldr w0, [sp, 52] add w0, w0, 1 str w0, [sp, 52] .L295: ldr w0, [sp, 52] cmp w0, 4 ble .L298 ldr x0, [sp, 32] add x0, x0, 32 ldr x0, [x0] bl atoi str w0, [sp, 56] ldr w0, [sp, 56] cmp w0, 0 blt .L299 ldr w0, [sp, 56] cmp w0, 1 ble .L300 .L299: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x3, x0 mov x2, 36 mov x1, 1 adrp x0, .LC67 add x0, x0, :lo12:.LC67 bl fwrite b .L255 .L300: ldr x0, [sp, 32] add x0, x0, 40 ldr x1, [x0] add x0, sp, 168 bl sprintf add x2, sp, 168 adrp x0, .LC17 add x1, x0, :lo12:.LC17 mov x0, x2 bl fopen mov x1, x0 adrp x0, in add x0, x0, :lo12:in str x1, [x0] adrp x0, in add x0, x0, :lo12:in ldr x0, [x0] cmp x0, 0 bne .L301 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] add x0, sp, 168 mov x2, x0 adrp x0, .LC68 add x1, x0, :lo12:.LC68 mov x0, x3 bl fprintf b .L255 .L301: ldr x0, [sp, 32] add x0, x0, 48 ldr x1, [x0] add x0, sp, 296 bl sprintf add x2, sp, 296 adrp x0, .LC69 add x1, x0, :lo12:.LC69 mov x0, x2 bl fopen mov x1, x0 adrp x0, out add x0, x0, :lo12:out str x1, [x0] adrp x0, out add x0, x0, :lo12:out ldr x0, [x0] cmp x0, 0 bne .L302 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] add x0, sp, 296 mov x2, x0 adrp x0, .LC68 add x1, x0, :lo12:.LC68 mov x0, x3 bl fprintf b .L255 .L302: add x7, sp, 160 add x6, sp, 152 add x5, sp, 144 add x4, sp, 136 add x3, sp, 128 add x2, sp, 120 add x1, sp, 112 add x8, sp, 104 ldr w0, [sp, 56] str w0, [sp] mov x0, x8 bl simulator adrp x0, in add x0, x0, :lo12:in ldr x0, [x0] bl fclose adrp x0, out add x0, x0, :lo12:out ldr x0, [x0] bl fclose mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 424] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L304 bl __stack_chk_fail .L304: mov w0, w1 ldp x29, x30, [sp, 16] add sp, sp, 432 .cfi_restore 29 .cfi_restore 30 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE26: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "%s: " .text .align 2 .global error .type error, %function error: .LFB10: .cfi_startproc stp x29, x30, [sp, -288]! .cfi_def_cfa_offset 288 .cfi_offset 29, -288 .cfi_offset 30, -280 mov x29, sp str w0, [sp, 60] str w1, [sp, 56] str x2, [sp, 48] str x3, [sp, 248] str x4, [sp, 256] str x5, [sp, 264] str x6, [sp, 272] str x7, [sp, 280] str q0, [sp, 112] str q1, [sp, 128] str q2, [sp, 144] str q3, [sp, 160] str q4, [sp, 176] str q5, [sp, 192] str q6, [sp, 208] str q7, [sp, 224] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 104] mov x1, 0 adrp x0, :got:stdout ldr x0, [x0, #:got_lo12:stdout] ldr x0, [x0] bl fflush adrp x0, error_print_progname add x0, x0, :lo12:error_print_progname ldr x0, [x0] cmp x0, 0 beq .L2 adrp x0, error_print_progname add x0, x0, :lo12:error_print_progname ldr x0, [x0] blr x0 b .L3 .L2: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] adrp x0, :got:program_name ldr x0, [x0, #:got_lo12:program_name] ldr x0, [x0] mov x2, x0 adrp x0, .LC0 add x1, x0, :lo12:.LC0 mov x0, x3 bl fprintf .L3: add x0, sp, 288 str x0, [sp, 72] add x0, sp, 288 str x0, [sp, 80] add x0, sp, 240 str x0, [sp, 88] mov w0, -40 str w0, [sp, 96] mov w0, -128 str w0, [sp, 100] add x0, sp, 16 add x1, sp, 72 ldp q0, q1, [x1] stp q0, q1, [x0] add x0, sp, 16 mov x3, x0 ldr x2, [sp, 48] ldr w1, [sp, 56] ldr w0, [sp, 60] bl error_tail nop adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 104] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L4 bl __stack_chk_fail .L4: ldp x29, x30, [sp], 288 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE10: .size error, .-error .section .rodata .align 3 .LC1: .string "%s:" .align 3 .LC2: .string "%s:%d: " .align 3 .LC3: .string " " .text .align 2 .global error_at_line .type error_at_line, %function error_at_line: .LFB11: .cfi_startproc stp x29, x30, [sp, -288]! .cfi_def_cfa_offset 288 .cfi_offset 29, -288 .cfi_offset 30, -280 mov x29, sp str w0, [sp, 76] str w1, [sp, 72] str x2, [sp, 64] str w3, [sp, 60] str x4, [sp, 48] str x5, [sp, 264] str x6, [sp, 272] str x7, [sp, 280] str q0, [sp, 128] str q1, [sp, 144] str q2, [sp, 160] str q3, [sp, 176] str q4, [sp, 192] str q5, [sp, 208] str q6, [sp, 224] str q7, [sp, 240] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 120] mov x1, 0 adrp x0, error_one_per_line add x0, x0, :lo12:error_one_per_line ldr w0, [x0] cmp w0, 0 beq .L6 adrp x0, old_line_number.1 add x0, x0, :lo12:old_line_number.1 ldr w0, [x0] ldr w1, [sp, 60] cmp w1, w0 bne .L7 adrp x0, old_file_name.0 add x0, x0, :lo12:old_file_name.0 ldr x0, [x0] ldr x1, [sp, 64] cmp x1, x0 beq .L15 adrp x0, old_file_name.0 add x0, x0, :lo12:old_file_name.0 ldr x0, [x0] cmp x0, 0 beq .L7 ldr x0, [sp, 64] cmp x0, 0 beq .L7 adrp x0, old_file_name.0 add x0, x0, :lo12:old_file_name.0 ldr x0, [x0] ldr x1, [sp, 64] bl strcmp cmp w0, 0 beq .L15 .L7: adrp x0, old_file_name.0 add x0, x0, :lo12:old_file_name.0 ldr x1, [sp, 64] str x1, [x0] adrp x0, old_line_number.1 add x0, x0, :lo12:old_line_number.1 ldr w1, [sp, 60] str w1, [x0] .L6: adrp x0, :got:stdout ldr x0, [x0, #:got_lo12:stdout] ldr x0, [x0] bl fflush adrp x0, error_print_progname add x0, x0, :lo12:error_print_progname ldr x0, [x0] cmp x0, 0 beq .L10 adrp x0, error_print_progname add x0, x0, :lo12:error_print_progname ldr x0, [x0] blr x0 b .L11 .L10: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] adrp x0, :got:program_name ldr x0, [x0, #:got_lo12:program_name] ldr x0, [x0] mov x2, x0 adrp x0, .LC1 add x1, x0, :lo12:.LC1 mov x0, x3 bl fprintf .L11: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x4, [x0] ldr x0, [sp, 64] cmp x0, 0 beq .L12 adrp x0, .LC2 add x0, x0, :lo12:.LC2 b .L13 .L12: adrp x0, .LC3 add x0, x0, :lo12:.LC3 .L13: ldr w3, [sp, 60] ldr x2, [sp, 64] mov x1, x0 mov x0, x4 bl fprintf add x0, sp, 288 str x0, [sp, 88] add x0, sp, 288 str x0, [sp, 96] add x0, sp, 256 str x0, [sp, 104] mov w0, -24 str w0, [sp, 112] mov w0, -128 str w0, [sp, 116] add x0, sp, 16 add x1, sp, 88 ldp q0, q1, [x1] stp q0, q1, [x0] add x0, sp, 16 mov x3, x0 ldr x2, [sp, 48] ldr w1, [sp, 72] ldr w0, [sp, 76] bl error_tail b .L5 .L15: nop .L5: adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x2, [sp, 120] ldr x1, [x0] subs x2, x2, x1 mov x1, 0 beq .L14 bl __stack_chk_fail .L14: ldp x29, x30, [sp], 288 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE11: .size error_at_line, .-error_at_line .global error_print_progname .bss .align 3 .type error_print_progname, %object .size error_print_progname, 8 error_print_progname: .zero 8 .global error_message_count .align 2 .type error_message_count, %object .size error_message_count, 4 error_message_count: .zero 4 .section .rodata .align 3 .LC4: .string "Unknown system error" .align 3 .LC5: .string ": %s" .text .align 2 .type print_errno_message, %function print_errno_message: .LFB8: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str w0, [sp, 28] ldr w0, [sp, 28] bl strerror str x0, [sp, 40] ldr x0, [sp, 40] cmp x0, 0 bne .L17 adrp x0, .LC4 add x0, x0, :lo12:.LC4 str x0, [sp, 40] .L17: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] ldr x2, [sp, 40] adrp x0, .LC5 add x1, x0, :lo12:.LC5 mov x0, x3 bl fprintf nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size print_errno_message, .-print_errno_message .align 2 .type error_tail, %function error_tail: .LFB9: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp str x19, [sp, 16] .cfi_offset 19, -64 str w0, [sp, 76] str w1, [sp, 72] str x2, [sp, 64] mov x19, x3 adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x3, [x0] add x0, sp, 32 mov x1, x19 ldp q0, q1, [x1] stp q0, q1, [x0] add x0, sp, 32 mov x2, x0 ldr x1, [sp, 64] mov x0, x3 bl vfprintf adrp x0, error_message_count add x0, x0, :lo12:error_message_count ldr w0, [x0] add w1, w0, 1 adrp x0, error_message_count add x0, x0, :lo12:error_message_count str w1, [x0] ldr w0, [sp, 72] cmp w0, 0 beq .L19 ldr w0, [sp, 72] bl print_errno_message .L19: adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] mov x1, x0 mov w0, 10 bl putc adrp x0, :got:stderr ldr x0, [x0, #:got_lo12:stderr] ldr x0, [x0] bl fflush ldr w0, [sp, 76] cmp w0, 0 beq .L21 ldr w0, [sp, 76] bl exit .L21: nop ldr x19, [sp, 16] ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_restore 19 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE9: .size error_tail, .-error_tail .global error_one_per_line .bss .align 2 .type error_one_per_line, %object .size error_one_per_line, 4 error_one_per_line: .zero 4 .local old_line_number.1 .comm old_line_number.1,4,4 .local old_file_name.0 .comm old_file_name.0,8,8 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC1: .string "Month %d has %2d days.\n" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -80]! .cfi_def_cfa_offset 80 .cfi_offset 29, -80 .cfi_offset 30, -72 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 72] mov x1, 0 adrp x0, .LC0 add x1, x0, :lo12:.LC0 add x0, sp, 24 ldp q0, q1, [x1] stp q0, q1, [x0] ldr q0, [x1, 32] str q0, [x0, 32] str wzr, [sp, 20] b .L2 .L3: ldr w0, [sp, 20] add w3, w0, 1 ldrsw x0, [sp, 20] lsl x0, x0, 2 add x1, sp, 24 ldr w0, [x1, x0] mov w2, w0 mov w1, w3 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf ldr w0, [sp, 20] add w0, w0, 1 str w0, [sp, 20] .L2: ldr w0, [sp, 20] cmp w0, 11 ble .L3 mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 72] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L5 bl __stack_chk_fail .L5: mov w0, w1 ldp x29, x30, [sp], 80 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main .section .rodata .align 3 .LC0: .word 31 .word 28 .word 31 .word 30 .word 31 .word 30 .word 31 .word 31 .word 30 .word 31 .word 30 .word 31 .text ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global bmultf .type bmultf, %function bmultf: .LFB0: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 8] str w1, [sp, 4] fcvt s0, d0 str s0, [sp] str wzr, [sp, 28] b .L2 .L3: ldr x0, [sp, 8] add x1, x0, 4 str x1, [sp, 8] ldr s1, [x0] ldr s0, [sp] fmul s0, s1, s0 str s0, [x0] ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L2: ldr w1, [sp, 28] ldr w0, [sp, 4] cmp w1, w0 blt .L3 nop add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size bmultf, .-bmultf ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "r" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc sub sp, sp, #1104 .cfi_def_cfa_offset 1104 stp x29, x30, [sp] .cfi_offset 29, -1104 .cfi_offset 30, -1096 mov x29, sp str x19, [sp, 16] .cfi_offset 19, -1088 str w0, [sp, 44] str x1, [sp, 32] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 1096] mov x1, 0 ldr x0, [sp, 32] add x0, x0, 8 ldr x2, [x0] adrp x0, .LC0 add x1, x0, :lo12:.LC0 mov x0, x2 bl fopen str x0, [sp, 64] b .L2 .L6: str wzr, [sp, 60] b .L3 .L5: ldrsw x0, [sp, 60] add x1, sp, 72 ldrb w0, [x1, x0] strb w0, [sp, 59] ldrb w0, [sp, 59] cmp w0, 64 bls .L4 ldrb w0, [sp, 59] cmp w0, 90 bhi .L4 ldrb w0, [sp, 59] add w0, w0, 32 strb w0, [sp, 59] .L4: ldrb w0, [sp, 59] bl putchar ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L3: ldrsw x19, [sp, 60] add x0, sp, 72 bl strlen cmp x19, x0 bcc .L5 .L2: add x0, sp, 72 ldr x2, [sp, 64] mov w1, 1024 bl fgets cmp x0, 0 bne .L6 mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 1096] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L8 bl __stack_chk_fail .L8: mov w0, w1 ldr x19, [sp, 16] ldp x29, x30, [sp] add sp, sp, 1104 .cfi_restore 29 .cfi_restore 30 .cfi_restore 19 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global __VERIFIER_assert .type __VERIFIER_assert, %function __VERIFIER_assert: .LFB0: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str w0, [sp, 28] ldr w0, [sp, 28] cmp w0, 0 bne .L5 nop .L3: bl __VERIFIER_error .L5: nop ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size __VERIFIER_assert, .-__VERIFIER_assert .global __global_lock .bss .align 2 .type __global_lock, %object .size __global_lock, 4 __global_lock: .zero 4 .text .align 2 .global __VERIFIER_atomic_begin .type __VERIFIER_atomic_begin, %function __VERIFIER_atomic_begin: .LFB1: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp adrp x0, __global_lock add x0, x0, :lo12:__global_lock ldr w0, [x0] cmp w0, 0 cset w0, eq and w0, w0, 255 bl __VERIFIER_assume adrp x0, __global_lock add x0, x0, :lo12:__global_lock mov w1, 1 str w1, [x0] nop ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size __VERIFIER_atomic_begin, .-__VERIFIER_atomic_begin .align 2 .global __VERIFIER_atomic_end .type __VERIFIER_atomic_end, %function __VERIFIER_atomic_end: .LFB2: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp adrp x0, __global_lock add x0, x0, :lo12:__global_lock ldr w0, [x0] cmp w0, 1 cset w0, eq and w0, w0, 255 bl __VERIFIER_assume adrp x0, __global_lock add x0, x0, :lo12:__global_lock str wzr, [x0] nop ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE2: .size __VERIFIER_atomic_end, .-__VERIFIER_atomic_end .global __unbuffered_cnt .bss .align 2 .type __unbuffered_cnt, %object .size __unbuffered_cnt, 4 __unbuffered_cnt: .zero 4 .global __unbuffered_p0_EAX .align 2 .type __unbuffered_p0_EAX, %object .size __unbuffered_p0_EAX, 4 __unbuffered_p0_EAX: .zero 4 .global __unbuffered_p0_EBX .align 2 .type __unbuffered_p0_EBX, %object .size __unbuffered_p0_EBX, 4 __unbuffered_p0_EBX: .zero 4 .global __unbuffered_p1_EAX .align 2 .type __unbuffered_p1_EAX, %object .size __unbuffered_p1_EAX, 4 __unbuffered_p1_EAX: .zero 4 .global __unbuffered_p1_EBX .align 2 .type __unbuffered_p1_EBX, %object .size __unbuffered_p1_EBX, 4 __unbuffered_p1_EBX: .zero 4 .global __unbuffered_p2_EAX .align 2 .type __unbuffered_p2_EAX, %object .size __unbuffered_p2_EAX, 4 __unbuffered_p2_EAX: .zero 4 .global __unbuffered_p2_EBX .align 2 .type __unbuffered_p2_EBX, %object .size __unbuffered_p2_EBX, 4 __unbuffered_p2_EBX: .zero 4 .global main$tmp_guard0 .type main$tmp_guard0, %object .size main$tmp_guard0, 1 main$tmp_guard0: .zero 1 .global main$tmp_guard1 .type main$tmp_guard1, %object .size main$tmp_guard1, 1 main$tmp_guard1: .zero 1 .global x .align 2 .type x, %object .size x, 4 x: .zero 4 .global y .align 2 .type y, %object .size y, 4 y: .zero 4 .global z .align 2 .type z, %object .size z, 4 z: .zero 4 .global z$flush_delayed .type z$flush_delayed, %object .size z$flush_delayed, 1 z$flush_delayed: .zero 1 .global z$mem_tmp .align 2 .type z$mem_tmp, %object .size z$mem_tmp, 4 z$mem_tmp: .zero 4 .global z$r_buff0_thd0 .type z$r_buff0_thd0, %object .size z$r_buff0_thd0, 1 z$r_buff0_thd0: .zero 1 .global z$r_buff0_thd1 .type z$r_buff0_thd1, %object .size z$r_buff0_thd1, 1 z$r_buff0_thd1: .zero 1 .global z$r_buff0_thd2 .type z$r_buff0_thd2, %object .size z$r_buff0_thd2, 1 z$r_buff0_thd2: .zero 1 .global z$r_buff0_thd3 .type z$r_buff0_thd3, %object .size z$r_buff0_thd3, 1 z$r_buff0_thd3: .zero 1 .global z$r_buff1_thd0 .type z$r_buff1_thd0, %object .size z$r_buff1_thd0, 1 z$r_buff1_thd0: .zero 1 .global z$r_buff1_thd1 .type z$r_buff1_thd1, %object .size z$r_buff1_thd1, 1 z$r_buff1_thd1: .zero 1 .global z$r_buff1_thd2 .type z$r_buff1_thd2, %object .size z$r_buff1_thd2, 1 z$r_buff1_thd2: .zero 1 .global z$r_buff1_thd3 .type z$r_buff1_thd3, %object .size z$r_buff1_thd3, 1 z$r_buff1_thd3: .zero 1 .global z$read_delayed .type z$read_delayed, %object .size z$read_delayed, 1 z$read_delayed: .zero 1 .global z$read_delayed_var .align 3 .type z$read_delayed_var, %object .size z$read_delayed_var, 8 z$read_delayed_var: .zero 8 .global z$w_buff0 .align 2 .type z$w_buff0, %object .size z$w_buff0, 4 z$w_buff0: .zero 4 .global z$w_buff0_used .type z$w_buff0_used, %object .size z$w_buff0_used, 1 z$w_buff0_used: .zero 1 .global z$w_buff1 .align 2 .type z$w_buff1, %object .size z$w_buff1, 4 z$w_buff1: .zero 4 .global z$w_buff1_used .type z$w_buff1_used, %object .size z$w_buff1_used, 1 z$w_buff1_used: .zero 1 .global weak$$choice0 .type weak$$choice0, %object .size weak$$choice0, 1 weak$$choice0: .zero 1 .global weak$$choice2 .type weak$$choice2, %object .size weak$$choice2, 1 weak$$choice2: .zero 1 .text .align 2 .global P0 .type P0, %function P0: .LFB3: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] bl __VERIFIER_atomic_begin adrp x0, z$w_buff0 add x0, x0, :lo12:z$w_buff0 ldr w1, [x0] adrp x0, z$w_buff1 add x0, x0, :lo12:z$w_buff1 str w1, [x0] adrp x0, z$w_buff0 add x0, x0, :lo12:z$w_buff0 mov w1, 1 str w1, [x0] adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w1, [x0] adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used strb w1, [x0] adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used mov w1, 1 strb w1, [x0] adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 bne .L11 adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L12 .L11: mov w0, 1 b .L13 .L12: mov w0, 0 .L13: bl __VERIFIER_assert adrp x0, z$r_buff0_thd0 add x0, x0, :lo12:z$r_buff0_thd0 ldrb w1, [x0] adrp x0, z$r_buff1_thd0 add x0, x0, :lo12:z$r_buff1_thd0 strb w1, [x0] adrp x0, z$r_buff0_thd1 add x0, x0, :lo12:z$r_buff0_thd1 ldrb w1, [x0] adrp x0, z$r_buff1_thd1 add x0, x0, :lo12:z$r_buff1_thd1 strb w1, [x0] adrp x0, z$r_buff0_thd2 add x0, x0, :lo12:z$r_buff0_thd2 ldrb w1, [x0] adrp x0, z$r_buff1_thd2 add x0, x0, :lo12:z$r_buff1_thd2 strb w1, [x0] adrp x0, z$r_buff0_thd3 add x0, x0, :lo12:z$r_buff0_thd3 ldrb w1, [x0] adrp x0, z$r_buff1_thd3 add x0, x0, :lo12:z$r_buff1_thd3 strb w1, [x0] adrp x0, z$r_buff0_thd1 add x0, x0, :lo12:z$r_buff0_thd1 mov w1, 1 strb w1, [x0] bl __VERIFIER_atomic_end bl __VERIFIER_atomic_begin bl nondet_0 cmp w0, 0 cset w0, ne and w1, w0, 255 adrp x0, weak$$choice0 add x0, x0, :lo12:weak$$choice0 strb w1, [x0] bl nondet_0 cmp w0, 0 cset w0, ne and w1, w0, 255 adrp x0, weak$$choice2 add x0, x0, :lo12:weak$$choice2 strb w1, [x0] adrp x0, weak$$choice2 add x0, x0, :lo12:weak$$choice2 ldrb w1, [x0] adrp x0, z$flush_delayed add x0, x0, :lo12:z$flush_delayed strb w1, [x0] adrp x0, z add x0, x0, :lo12:z ldr w1, [x0] adrp x0, z$mem_tmp add x0, x0, :lo12:z$mem_tmp str w1, [x0] adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L14 adrp x0, z$r_buff0_thd1 add x0, x0, :lo12:z$r_buff0_thd1 ldrb w0, [x0] cmp w0, 0 bne .L15 adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] cmp w0, 0 beq .L14 .L15: adrp x0, z$r_buff0_thd1 add x0, x0, :lo12:z$r_buff0_thd1 ldrb w0, [x0] cmp w0, 0 bne .L16 adrp x0, z$r_buff1_thd1 add x0, x0, :lo12:z$r_buff1_thd1 ldrb w0, [x0] cmp w0, 0 beq .L14 .L16: adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L17 adrp x0, z$r_buff0_thd1 add x0, x0, :lo12:z$r_buff0_thd1 ldrb w0, [x0] cmp w0, 0 beq .L17 adrp x0, z$w_buff0 add x0, x0, :lo12:z$w_buff0 ldr w0, [x0] b .L19 .L17: adrp x0, z$w_buff1 add x0, x0, :lo12:z$w_buff1 ldr w0, [x0] b .L19 .L14: adrp x0, z add x0, x0, :lo12:z ldr w0, [x0] .L19: adrp x1, z add x1, x1, :lo12:z str w0, [x1] adrp x0, z$w_buff0 add x0, x0, :lo12:z$w_buff0 ldr w1, [x0] adrp x0, z$w_buff0 add x0, x0, :lo12:z$w_buff0 str w1, [x0] adrp x0, z$w_buff1 add x0, x0, :lo12:z$w_buff1 ldr w1, [x0] adrp x0, z$w_buff1 add x0, x0, :lo12:z$w_buff1 str w1, [x0] adrp x0, weak$$choice2 add x0, x0, :lo12:weak$$choice2 ldrb w0, [x0] cmp w0, 0 beq .L20 adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 cset w0, ne and w0, w0, 255 b .L21 .L20: adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 bne .L22 adrp x0, z$r_buff0_thd1 add x0, x0, :lo12:z$r_buff0_thd1 ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L23 adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 bne .L22 .L23: adrp x0, z$r_buff0_thd1 add x0, x0, :lo12:z$r_buff0_thd1 ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L24 adrp x0, z$r_buff1_thd1 add x0, x0, :lo12:z$r_buff1_thd1 ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L24 .L22: adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 cset w0, ne and w0, w0, 255 b .L21 .L24: adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L26 adrp x0, z$r_buff0_thd1 add x0, x0, :lo12:z$r_buff0_thd1 ldrb w0, [x0] cmp w0, 0 bne .L27 .L26: mov w0, 1 b .L28 .L27: mov w0, 0 .L28: and w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L29 adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L29 mov w0, 1 b .L21 .L29: mov w0, 0 .L21: adrp x1, z$w_buff0_used add x1, x1, :lo12:z$w_buff0_used strb w0, [x1] adrp x0, weak$$choice2 add x0, x0, :lo12:weak$$choice2 ldrb w0, [x0] cmp w0, 0 beq .L31 adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] cmp w0, 0 cset w0, ne and w0, w0, 255 b .L32 .L31: adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 bne .L33 adrp x0, z$r_buff0_thd1 add x0, x0, :lo12:z$r_buff0_thd1 ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L34 adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 bne .L33 .L34: adrp x0, z$r_buff0_thd1 add x0, x0, :lo12:z$r_buff0_thd1 ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L35 adrp x0, z$r_buff1_thd1 add x0, x0, :lo12:z$r_buff1_thd1 ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L35 .L33: mov w0, 1 b .L36 .L35: mov w0, 0 .L36: and w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L37 adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] cmp w0, 0 beq .L37 mov w0, 1 b .L32 .L37: mov w0, 0 .L32: adrp x1, z$w_buff1_used add x1, x1, :lo12:z$w_buff1_used strb w0, [x1] adrp x0, weak$$choice2 add x0, x0, :lo12:weak$$choice2 ldrb w0, [x0] cmp w0, 0 beq .L39 adrp x0, z$r_buff0_thd1 add x0, x0, :lo12:z$r_buff0_thd1 ldrb w0, [x0] cmp w0, 0 cset w0, ne and w0, w0, 255 b .L40 .L39: adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 bne .L41 adrp x0, z$r_buff0_thd1 add x0, x0, :lo12:z$r_buff0_thd1 ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L42 adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 bne .L41 .L42: adrp x0, z$r_buff0_thd1 add x0, x0, :lo12:z$r_buff0_thd1 ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L43 adrp x0, z$r_buff1_thd1 add x0, x0, :lo12:z$r_buff1_thd1 ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L43 .L41: adrp x0, z$r_buff0_thd1 add x0, x0, :lo12:z$r_buff0_thd1 ldrb w0, [x0] cmp w0, 0 cset w0, ne and w0, w0, 255 b .L40 .L43: adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L45 adrp x0, z$r_buff0_thd1 add x0, x0, :lo12:z$r_buff0_thd1 ldrb w0, [x0] cmp w0, 0 bne .L46 .L45: mov w0, 1 b .L47 .L46: mov w0, 0 .L47: and w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L48 adrp x0, z$r_buff0_thd1 add x0, x0, :lo12:z$r_buff0_thd1 ldrb w0, [x0] cmp w0, 0 beq .L48 mov w0, 1 b .L40 .L48: mov w0, 0 .L40: adrp x1, z$r_buff0_thd1 add x1, x1, :lo12:z$r_buff0_thd1 strb w0, [x1] adrp x0, weak$$choice2 add x0, x0, :lo12:weak$$choice2 ldrb w0, [x0] cmp w0, 0 beq .L50 adrp x0, z$r_buff1_thd1 add x0, x0, :lo12:z$r_buff1_thd1 ldrb w0, [x0] cmp w0, 0 cset w0, ne and w0, w0, 255 b .L51 .L50: adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 bne .L52 adrp x0, z$r_buff0_thd1 add x0, x0, :lo12:z$r_buff0_thd1 ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L53 adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 bne .L52 .L53: adrp x0, z$r_buff0_thd1 add x0, x0, :lo12:z$r_buff0_thd1 ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L54 adrp x0, z$r_buff1_thd1 add x0, x0, :lo12:z$r_buff1_thd1 ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L54 .L52: mov w0, 1 b .L55 .L54: mov w0, 0 .L55: and w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L56 adrp x0, z$r_buff1_thd1 add x0, x0, :lo12:z$r_buff1_thd1 ldrb w0, [x0] cmp w0, 0 beq .L56 mov w0, 1 b .L51 .L56: mov w0, 0 .L51: adrp x1, z$r_buff1_thd1 add x1, x1, :lo12:z$r_buff1_thd1 strb w0, [x1] adrp x0, z add x0, x0, :lo12:z ldr w1, [x0] adrp x0, __unbuffered_p0_EAX add x0, x0, :lo12:__unbuffered_p0_EAX str w1, [x0] adrp x0, z$flush_delayed add x0, x0, :lo12:z$flush_delayed ldrb w0, [x0] cmp w0, 0 beq .L58 adrp x0, z$mem_tmp add x0, x0, :lo12:z$mem_tmp ldr w0, [x0] b .L59 .L58: adrp x0, z add x0, x0, :lo12:z ldr w0, [x0] .L59: adrp x1, z add x1, x1, :lo12:z str w0, [x1] adrp x0, z$flush_delayed add x0, x0, :lo12:z$flush_delayed strb wzr, [x0] bl __VERIFIER_atomic_end bl __VERIFIER_atomic_begin adrp x0, x add x0, x0, :lo12:x ldr w1, [x0] adrp x0, __unbuffered_p0_EBX add x0, x0, :lo12:__unbuffered_p0_EBX str w1, [x0] bl __VERIFIER_atomic_end bl __VERIFIER_atomic_begin adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L60 adrp x0, z$r_buff0_thd1 add x0, x0, :lo12:z$r_buff0_thd1 ldrb w0, [x0] cmp w0, 0 bne .L61 .L60: adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] cmp w0, 0 beq .L62 adrp x0, z$r_buff1_thd1 add x0, x0, :lo12:z$r_buff1_thd1 ldrb w0, [x0] cmp w0, 0 beq .L62 adrp x0, z$w_buff1 add x0, x0, :lo12:z$w_buff1 ldr w0, [x0] b .L64 .L62: adrp x0, z add x0, x0, :lo12:z ldr w0, [x0] b .L64 .L61: adrp x0, z$w_buff0 add x0, x0, :lo12:z$w_buff0 ldr w0, [x0] .L64: adrp x1, z add x1, x1, :lo12:z str w0, [x1] adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L65 adrp x0, z$r_buff0_thd1 add x0, x0, :lo12:z$r_buff0_thd1 ldrb w0, [x0] cmp w0, 0 bne .L66 .L65: mov w0, 1 b .L67 .L66: mov w0, 0 .L67: and w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L68 adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L68 mov w1, 1 b .L69 .L68: mov w1, 0 .L69: adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used strb w1, [x0] adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L70 adrp x0, z$r_buff0_thd1 add x0, x0, :lo12:z$r_buff0_thd1 ldrb w0, [x0] cmp w0, 0 bne .L71 .L70: adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] cmp w0, 0 beq .L72 adrp x0, z$r_buff1_thd1 add x0, x0, :lo12:z$r_buff1_thd1 ldrb w0, [x0] cmp w0, 0 bne .L71 .L72: mov w0, 1 b .L73 .L71: mov w0, 0 .L73: and w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L74 adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] cmp w0, 0 beq .L74 mov w1, 1 b .L75 .L74: mov w1, 0 .L75: adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used strb w1, [x0] adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L76 adrp x0, z$r_buff0_thd1 add x0, x0, :lo12:z$r_buff0_thd1 ldrb w0, [x0] cmp w0, 0 bne .L77 .L76: mov w0, 1 b .L78 .L77: mov w0, 0 .L78: and w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L79 adrp x0, z$r_buff0_thd1 add x0, x0, :lo12:z$r_buff0_thd1 ldrb w0, [x0] cmp w0, 0 beq .L79 mov w1, 1 b .L80 .L79: mov w1, 0 .L80: adrp x0, z$r_buff0_thd1 add x0, x0, :lo12:z$r_buff0_thd1 strb w1, [x0] adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L81 adrp x0, z$r_buff0_thd1 add x0, x0, :lo12:z$r_buff0_thd1 ldrb w0, [x0] cmp w0, 0 bne .L82 .L81: adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] cmp w0, 0 beq .L83 adrp x0, z$r_buff1_thd1 add x0, x0, :lo12:z$r_buff1_thd1 ldrb w0, [x0] cmp w0, 0 bne .L82 .L83: mov w0, 1 b .L84 .L82: mov w0, 0 .L84: and w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L85 adrp x0, z$r_buff1_thd1 add x0, x0, :lo12:z$r_buff1_thd1 ldrb w0, [x0] cmp w0, 0 beq .L85 mov w1, 1 b .L86 .L85: mov w1, 0 .L86: adrp x0, z$r_buff1_thd1 add x0, x0, :lo12:z$r_buff1_thd1 strb w1, [x0] bl __VERIFIER_atomic_end bl __VERIFIER_atomic_begin adrp x0, __unbuffered_cnt add x0, x0, :lo12:__unbuffered_cnt ldr w0, [x0] add w1, w0, 1 adrp x0, __unbuffered_cnt add x0, x0, :lo12:__unbuffered_cnt str w1, [x0] bl __VERIFIER_atomic_end bl nondet_1 sxtw x0, w0 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE3: .size P0, .-P0 .align 2 .global P1 .type P1, %function P1: .LFB4: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] bl __VERIFIER_atomic_begin adrp x0, x add x0, x0, :lo12:x mov w1, 1 str w1, [x0] bl __VERIFIER_atomic_end bl __VERIFIER_atomic_begin adrp x0, x add x0, x0, :lo12:x ldr w1, [x0] adrp x0, __unbuffered_p1_EAX add x0, x0, :lo12:__unbuffered_p1_EAX str w1, [x0] bl __VERIFIER_atomic_end bl __VERIFIER_atomic_begin adrp x0, y add x0, x0, :lo12:y ldr w1, [x0] adrp x0, __unbuffered_p1_EBX add x0, x0, :lo12:__unbuffered_p1_EBX str w1, [x0] bl __VERIFIER_atomic_end bl __VERIFIER_atomic_begin adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L89 adrp x0, z$r_buff0_thd2 add x0, x0, :lo12:z$r_buff0_thd2 ldrb w0, [x0] cmp w0, 0 bne .L90 .L89: adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] cmp w0, 0 beq .L91 adrp x0, z$r_buff1_thd2 add x0, x0, :lo12:z$r_buff1_thd2 ldrb w0, [x0] cmp w0, 0 beq .L91 adrp x0, z$w_buff1 add x0, x0, :lo12:z$w_buff1 ldr w0, [x0] b .L93 .L91: adrp x0, z add x0, x0, :lo12:z ldr w0, [x0] b .L93 .L90: adrp x0, z$w_buff0 add x0, x0, :lo12:z$w_buff0 ldr w0, [x0] .L93: adrp x1, z add x1, x1, :lo12:z str w0, [x1] adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L94 adrp x0, z$r_buff0_thd2 add x0, x0, :lo12:z$r_buff0_thd2 ldrb w0, [x0] cmp w0, 0 bne .L95 .L94: mov w0, 1 b .L96 .L95: mov w0, 0 .L96: and w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L97 adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L97 mov w1, 1 b .L98 .L97: mov w1, 0 .L98: adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used strb w1, [x0] adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L99 adrp x0, z$r_buff0_thd2 add x0, x0, :lo12:z$r_buff0_thd2 ldrb w0, [x0] cmp w0, 0 bne .L100 .L99: adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] cmp w0, 0 beq .L101 adrp x0, z$r_buff1_thd2 add x0, x0, :lo12:z$r_buff1_thd2 ldrb w0, [x0] cmp w0, 0 bne .L100 .L101: mov w0, 1 b .L102 .L100: mov w0, 0 .L102: and w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L103 adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] cmp w0, 0 beq .L103 mov w1, 1 b .L104 .L103: mov w1, 0 .L104: adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used strb w1, [x0] adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L105 adrp x0, z$r_buff0_thd2 add x0, x0, :lo12:z$r_buff0_thd2 ldrb w0, [x0] cmp w0, 0 bne .L106 .L105: mov w0, 1 b .L107 .L106: mov w0, 0 .L107: and w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L108 adrp x0, z$r_buff0_thd2 add x0, x0, :lo12:z$r_buff0_thd2 ldrb w0, [x0] cmp w0, 0 beq .L108 mov w1, 1 b .L109 .L108: mov w1, 0 .L109: adrp x0, z$r_buff0_thd2 add x0, x0, :lo12:z$r_buff0_thd2 strb w1, [x0] adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L110 adrp x0, z$r_buff0_thd2 add x0, x0, :lo12:z$r_buff0_thd2 ldrb w0, [x0] cmp w0, 0 bne .L111 .L110: adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] cmp w0, 0 beq .L112 adrp x0, z$r_buff1_thd2 add x0, x0, :lo12:z$r_buff1_thd2 ldrb w0, [x0] cmp w0, 0 bne .L111 .L112: mov w0, 1 b .L113 .L111: mov w0, 0 .L113: and w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L114 adrp x0, z$r_buff1_thd2 add x0, x0, :lo12:z$r_buff1_thd2 ldrb w0, [x0] cmp w0, 0 beq .L114 mov w1, 1 b .L115 .L114: mov w1, 0 .L115: adrp x0, z$r_buff1_thd2 add x0, x0, :lo12:z$r_buff1_thd2 strb w1, [x0] bl __VERIFIER_atomic_end bl __VERIFIER_atomic_begin adrp x0, __unbuffered_cnt add x0, x0, :lo12:__unbuffered_cnt ldr w0, [x0] add w1, w0, 1 adrp x0, __unbuffered_cnt add x0, x0, :lo12:__unbuffered_cnt str w1, [x0] bl __VERIFIER_atomic_end bl nondet_1 sxtw x0, w0 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE4: .size P1, .-P1 .align 2 .global P2 .type P2, %function P2: .LFB5: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] bl __VERIFIER_atomic_begin adrp x0, y add x0, x0, :lo12:y mov w1, 1 str w1, [x0] bl __VERIFIER_atomic_end bl __VERIFIER_atomic_begin adrp x0, y add x0, x0, :lo12:y ldr w1, [x0] adrp x0, __unbuffered_p2_EAX add x0, x0, :lo12:__unbuffered_p2_EAX str w1, [x0] bl __VERIFIER_atomic_end bl __VERIFIER_atomic_begin bl nondet_0 cmp w0, 0 cset w0, ne and w1, w0, 255 adrp x0, weak$$choice0 add x0, x0, :lo12:weak$$choice0 strb w1, [x0] bl nondet_0 cmp w0, 0 cset w0, ne and w1, w0, 255 adrp x0, weak$$choice2 add x0, x0, :lo12:weak$$choice2 strb w1, [x0] adrp x0, weak$$choice2 add x0, x0, :lo12:weak$$choice2 ldrb w1, [x0] adrp x0, z$flush_delayed add x0, x0, :lo12:z$flush_delayed strb w1, [x0] adrp x0, z add x0, x0, :lo12:z ldr w1, [x0] adrp x0, z$mem_tmp add x0, x0, :lo12:z$mem_tmp str w1, [x0] adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L118 adrp x0, z$r_buff0_thd3 add x0, x0, :lo12:z$r_buff0_thd3 ldrb w0, [x0] cmp w0, 0 bne .L119 adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] cmp w0, 0 beq .L118 .L119: adrp x0, z$r_buff0_thd3 add x0, x0, :lo12:z$r_buff0_thd3 ldrb w0, [x0] cmp w0, 0 bne .L120 adrp x0, z$r_buff1_thd3 add x0, x0, :lo12:z$r_buff1_thd3 ldrb w0, [x0] cmp w0, 0 beq .L118 .L120: adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L121 adrp x0, z$r_buff0_thd3 add x0, x0, :lo12:z$r_buff0_thd3 ldrb w0, [x0] cmp w0, 0 beq .L121 adrp x0, z$w_buff0 add x0, x0, :lo12:z$w_buff0 ldr w0, [x0] b .L123 .L121: adrp x0, z$w_buff1 add x0, x0, :lo12:z$w_buff1 ldr w0, [x0] b .L123 .L118: adrp x0, z add x0, x0, :lo12:z ldr w0, [x0] .L123: adrp x1, z add x1, x1, :lo12:z str w0, [x1] adrp x0, z$w_buff0 add x0, x0, :lo12:z$w_buff0 ldr w1, [x0] adrp x0, z$w_buff0 add x0, x0, :lo12:z$w_buff0 str w1, [x0] adrp x0, z$w_buff1 add x0, x0, :lo12:z$w_buff1 ldr w1, [x0] adrp x0, z$w_buff1 add x0, x0, :lo12:z$w_buff1 str w1, [x0] adrp x0, weak$$choice2 add x0, x0, :lo12:weak$$choice2 ldrb w0, [x0] cmp w0, 0 beq .L124 adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 cset w0, ne and w0, w0, 255 b .L125 .L124: adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 bne .L126 adrp x0, z$r_buff0_thd3 add x0, x0, :lo12:z$r_buff0_thd3 ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L127 adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 bne .L126 .L127: adrp x0, z$r_buff0_thd3 add x0, x0, :lo12:z$r_buff0_thd3 ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L128 adrp x0, z$r_buff1_thd3 add x0, x0, :lo12:z$r_buff1_thd3 ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L128 .L126: adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 cset w0, ne and w0, w0, 255 b .L125 .L128: adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L130 adrp x0, z$r_buff0_thd3 add x0, x0, :lo12:z$r_buff0_thd3 ldrb w0, [x0] cmp w0, 0 bne .L131 .L130: mov w0, 1 b .L132 .L131: mov w0, 0 .L132: and w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L133 adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L133 mov w0, 1 b .L125 .L133: mov w0, 0 .L125: adrp x1, z$w_buff0_used add x1, x1, :lo12:z$w_buff0_used strb w0, [x1] adrp x0, weak$$choice2 add x0, x0, :lo12:weak$$choice2 ldrb w0, [x0] cmp w0, 0 beq .L135 adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] cmp w0, 0 cset w0, ne and w0, w0, 255 b .L136 .L135: adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 bne .L137 adrp x0, z$r_buff0_thd3 add x0, x0, :lo12:z$r_buff0_thd3 ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L138 adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 bne .L137 .L138: adrp x0, z$r_buff0_thd3 add x0, x0, :lo12:z$r_buff0_thd3 ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L139 adrp x0, z$r_buff1_thd3 add x0, x0, :lo12:z$r_buff1_thd3 ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L139 .L137: mov w0, 1 b .L140 .L139: mov w0, 0 .L140: and w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L141 adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] cmp w0, 0 beq .L141 mov w0, 1 b .L136 .L141: mov w0, 0 .L136: adrp x1, z$w_buff1_used add x1, x1, :lo12:z$w_buff1_used strb w0, [x1] adrp x0, weak$$choice2 add x0, x0, :lo12:weak$$choice2 ldrb w0, [x0] cmp w0, 0 beq .L143 adrp x0, z$r_buff0_thd3 add x0, x0, :lo12:z$r_buff0_thd3 ldrb w0, [x0] cmp w0, 0 cset w0, ne and w0, w0, 255 b .L144 .L143: adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 bne .L145 adrp x0, z$r_buff0_thd3 add x0, x0, :lo12:z$r_buff0_thd3 ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L146 adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 bne .L145 .L146: adrp x0, z$r_buff0_thd3 add x0, x0, :lo12:z$r_buff0_thd3 ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L147 adrp x0, z$r_buff1_thd3 add x0, x0, :lo12:z$r_buff1_thd3 ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L147 .L145: adrp x0, z$r_buff0_thd3 add x0, x0, :lo12:z$r_buff0_thd3 ldrb w0, [x0] cmp w0, 0 cset w0, ne and w0, w0, 255 b .L144 .L147: adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L149 adrp x0, z$r_buff0_thd3 add x0, x0, :lo12:z$r_buff0_thd3 ldrb w0, [x0] cmp w0, 0 bne .L150 .L149: mov w0, 1 b .L151 .L150: mov w0, 0 .L151: and w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L152 adrp x0, z$r_buff0_thd3 add x0, x0, :lo12:z$r_buff0_thd3 ldrb w0, [x0] cmp w0, 0 beq .L152 mov w0, 1 b .L144 .L152: mov w0, 0 .L144: adrp x1, z$r_buff0_thd3 add x1, x1, :lo12:z$r_buff0_thd3 strb w0, [x1] adrp x0, weak$$choice2 add x0, x0, :lo12:weak$$choice2 ldrb w0, [x0] cmp w0, 0 beq .L154 adrp x0, z$r_buff1_thd3 add x0, x0, :lo12:z$r_buff1_thd3 ldrb w0, [x0] cmp w0, 0 cset w0, ne and w0, w0, 255 b .L155 .L154: adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 bne .L156 adrp x0, z$r_buff0_thd3 add x0, x0, :lo12:z$r_buff0_thd3 ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L157 adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 bne .L156 .L157: adrp x0, z$r_buff0_thd3 add x0, x0, :lo12:z$r_buff0_thd3 ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L158 adrp x0, z$r_buff1_thd3 add x0, x0, :lo12:z$r_buff1_thd3 ldrb w0, [x0] eor w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L158 .L156: mov w0, 1 b .L159 .L158: mov w0, 0 .L159: and w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L160 adrp x0, z$r_buff1_thd3 add x0, x0, :lo12:z$r_buff1_thd3 ldrb w0, [x0] cmp w0, 0 beq .L160 mov w0, 1 b .L155 .L160: mov w0, 0 .L155: adrp x1, z$r_buff1_thd3 add x1, x1, :lo12:z$r_buff1_thd3 strb w0, [x1] adrp x0, z add x0, x0, :lo12:z ldr w1, [x0] adrp x0, __unbuffered_p2_EBX add x0, x0, :lo12:__unbuffered_p2_EBX str w1, [x0] adrp x0, z$flush_delayed add x0, x0, :lo12:z$flush_delayed ldrb w0, [x0] cmp w0, 0 beq .L162 adrp x0, z$mem_tmp add x0, x0, :lo12:z$mem_tmp ldr w0, [x0] b .L163 .L162: adrp x0, z add x0, x0, :lo12:z ldr w0, [x0] .L163: adrp x1, z add x1, x1, :lo12:z str w0, [x1] adrp x0, z$flush_delayed add x0, x0, :lo12:z$flush_delayed strb wzr, [x0] bl __VERIFIER_atomic_end bl __VERIFIER_atomic_begin adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L164 adrp x0, z$r_buff0_thd3 add x0, x0, :lo12:z$r_buff0_thd3 ldrb w0, [x0] cmp w0, 0 bne .L165 .L164: adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] cmp w0, 0 beq .L166 adrp x0, z$r_buff1_thd3 add x0, x0, :lo12:z$r_buff1_thd3 ldrb w0, [x0] cmp w0, 0 beq .L166 adrp x0, z$w_buff1 add x0, x0, :lo12:z$w_buff1 ldr w0, [x0] b .L168 .L166: adrp x0, z add x0, x0, :lo12:z ldr w0, [x0] b .L168 .L165: adrp x0, z$w_buff0 add x0, x0, :lo12:z$w_buff0 ldr w0, [x0] .L168: adrp x1, z add x1, x1, :lo12:z str w0, [x1] adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L169 adrp x0, z$r_buff0_thd3 add x0, x0, :lo12:z$r_buff0_thd3 ldrb w0, [x0] cmp w0, 0 bne .L170 .L169: mov w0, 1 b .L171 .L170: mov w0, 0 .L171: and w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L172 adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L172 mov w1, 1 b .L173 .L172: mov w1, 0 .L173: adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used strb w1, [x0] adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L174 adrp x0, z$r_buff0_thd3 add x0, x0, :lo12:z$r_buff0_thd3 ldrb w0, [x0] cmp w0, 0 bne .L175 .L174: adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] cmp w0, 0 beq .L176 adrp x0, z$r_buff1_thd3 add x0, x0, :lo12:z$r_buff1_thd3 ldrb w0, [x0] cmp w0, 0 bne .L175 .L176: mov w0, 1 b .L177 .L175: mov w0, 0 .L177: and w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L178 adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] cmp w0, 0 beq .L178 mov w1, 1 b .L179 .L178: mov w1, 0 .L179: adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used strb w1, [x0] adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L180 adrp x0, z$r_buff0_thd3 add x0, x0, :lo12:z$r_buff0_thd3 ldrb w0, [x0] cmp w0, 0 bne .L181 .L180: mov w0, 1 b .L182 .L181: mov w0, 0 .L182: and w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L183 adrp x0, z$r_buff0_thd3 add x0, x0, :lo12:z$r_buff0_thd3 ldrb w0, [x0] cmp w0, 0 beq .L183 mov w1, 1 b .L184 .L183: mov w1, 0 .L184: adrp x0, z$r_buff0_thd3 add x0, x0, :lo12:z$r_buff0_thd3 strb w1, [x0] adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L185 adrp x0, z$r_buff0_thd3 add x0, x0, :lo12:z$r_buff0_thd3 ldrb w0, [x0] cmp w0, 0 bne .L186 .L185: adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] cmp w0, 0 beq .L187 adrp x0, z$r_buff1_thd3 add x0, x0, :lo12:z$r_buff1_thd3 ldrb w0, [x0] cmp w0, 0 bne .L186 .L187: mov w0, 1 b .L188 .L186: mov w0, 0 .L188: and w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L189 adrp x0, z$r_buff1_thd3 add x0, x0, :lo12:z$r_buff1_thd3 ldrb w0, [x0] cmp w0, 0 beq .L189 mov w1, 1 b .L190 .L189: mov w1, 0 .L190: adrp x0, z$r_buff1_thd3 add x0, x0, :lo12:z$r_buff1_thd3 strb w1, [x0] bl __VERIFIER_atomic_end bl __VERIFIER_atomic_begin adrp x0, __unbuffered_cnt add x0, x0, :lo12:__unbuffered_cnt ldr w0, [x0] add w1, w0, 1 adrp x0, __unbuffered_cnt add x0, x0, :lo12:__unbuffered_cnt str w1, [x0] bl __VERIFIER_atomic_end bl nondet_1 sxtw x0, w0 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE5: .size P2, .-P2 .align 2 .global fence .type fence, %function fence: .LFB6: .cfi_startproc nop ret .cfi_endproc .LFE6: .size fence, .-fence .align 2 .global isync .type isync, %function isync: .LFB7: .cfi_startproc nop ret .cfi_endproc .LFE7: .size isync, .-isync .align 2 .global lwfence .type lwfence, %function lwfence: .LFB8: .cfi_startproc nop ret .cfi_endproc .LFE8: .size lwfence, .-lwfence .align 2 .global main .type main, %function main: .LFB9: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp mov x3, 0 adrp x0, P0 add x2, x0, :lo12:P0 mov x1, 0 mov x0, 0 bl pthread_create mov x3, 0 adrp x0, P1 add x2, x0, :lo12:P1 mov x1, 0 mov x0, 0 bl pthread_create mov x3, 0 adrp x0, P2 add x2, x0, :lo12:P2 mov x1, 0 mov x0, 0 bl pthread_create bl __VERIFIER_atomic_begin adrp x0, __unbuffered_cnt add x0, x0, :lo12:__unbuffered_cnt ldr w0, [x0] cmp w0, 3 cset w0, eq and w1, w0, 255 adrp x0, main$tmp_guard0 add x0, x0, :lo12:main$tmp_guard0 strb w1, [x0] bl __VERIFIER_atomic_end adrp x0, main$tmp_guard0 add x0, x0, :lo12:main$tmp_guard0 ldrb w0, [x0] bl __VERIFIER_assume bl __VERIFIER_atomic_begin adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L196 adrp x0, z$r_buff0_thd0 add x0, x0, :lo12:z$r_buff0_thd0 ldrb w0, [x0] cmp w0, 0 bne .L197 .L196: adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] cmp w0, 0 beq .L198 adrp x0, z$r_buff1_thd0 add x0, x0, :lo12:z$r_buff1_thd0 ldrb w0, [x0] cmp w0, 0 beq .L198 adrp x0, z$w_buff1 add x0, x0, :lo12:z$w_buff1 ldr w0, [x0] b .L200 .L198: adrp x0, z add x0, x0, :lo12:z ldr w0, [x0] b .L200 .L197: adrp x0, z$w_buff0 add x0, x0, :lo12:z$w_buff0 ldr w0, [x0] .L200: adrp x1, z add x1, x1, :lo12:z str w0, [x1] adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L201 adrp x0, z$r_buff0_thd0 add x0, x0, :lo12:z$r_buff0_thd0 ldrb w0, [x0] cmp w0, 0 bne .L202 .L201: mov w0, 1 b .L203 .L202: mov w0, 0 .L203: and w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L204 adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L204 mov w1, 1 b .L205 .L204: mov w1, 0 .L205: adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used strb w1, [x0] adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L206 adrp x0, z$r_buff0_thd0 add x0, x0, :lo12:z$r_buff0_thd0 ldrb w0, [x0] cmp w0, 0 bne .L207 .L206: adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] cmp w0, 0 beq .L208 adrp x0, z$r_buff1_thd0 add x0, x0, :lo12:z$r_buff1_thd0 ldrb w0, [x0] cmp w0, 0 bne .L207 .L208: mov w0, 1 b .L209 .L207: mov w0, 0 .L209: and w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L210 adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] cmp w0, 0 beq .L210 mov w1, 1 b .L211 .L210: mov w1, 0 .L211: adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used strb w1, [x0] adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L212 adrp x0, z$r_buff0_thd0 add x0, x0, :lo12:z$r_buff0_thd0 ldrb w0, [x0] cmp w0, 0 bne .L213 .L212: mov w0, 1 b .L214 .L213: mov w0, 0 .L214: and w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L215 adrp x0, z$r_buff0_thd0 add x0, x0, :lo12:z$r_buff0_thd0 ldrb w0, [x0] cmp w0, 0 beq .L215 mov w1, 1 b .L216 .L215: mov w1, 0 .L216: adrp x0, z$r_buff0_thd0 add x0, x0, :lo12:z$r_buff0_thd0 strb w1, [x0] adrp x0, z$w_buff0_used add x0, x0, :lo12:z$w_buff0_used ldrb w0, [x0] cmp w0, 0 beq .L217 adrp x0, z$r_buff0_thd0 add x0, x0, :lo12:z$r_buff0_thd0 ldrb w0, [x0] cmp w0, 0 bne .L218 .L217: adrp x0, z$w_buff1_used add x0, x0, :lo12:z$w_buff1_used ldrb w0, [x0] cmp w0, 0 beq .L219 adrp x0, z$r_buff1_thd0 add x0, x0, :lo12:z$r_buff1_thd0 ldrb w0, [x0] cmp w0, 0 bne .L218 .L219: mov w0, 1 b .L220 .L218: mov w0, 0 .L220: and w0, w0, 1 and w0, w0, 255 cmp w0, 0 beq .L221 adrp x0, z$r_buff1_thd0 add x0, x0, :lo12:z$r_buff1_thd0 ldrb w0, [x0] cmp w0, 0 beq .L221 mov w1, 1 b .L222 .L221: mov w1, 0 .L222: adrp x0, z$r_buff1_thd0 add x0, x0, :lo12:z$r_buff1_thd0 strb w1, [x0] bl __VERIFIER_atomic_end bl __VERIFIER_atomic_begin adrp x0, __unbuffered_p0_EAX add x0, x0, :lo12:__unbuffered_p0_EAX ldr w0, [x0] cmp w0, 1 bne .L223 adrp x0, __unbuffered_p0_EBX add x0, x0, :lo12:__unbuffered_p0_EBX ldr w0, [x0] cmp w0, 0 bne .L223 adrp x0, __unbuffered_p1_EAX add x0, x0, :lo12:__unbuffered_p1_EAX ldr w0, [x0] cmp w0, 1 bne .L223 adrp x0, __unbuffered_p1_EBX add x0, x0, :lo12:__unbuffered_p1_EBX ldr w0, [x0] cmp w0, 0 bne .L223 adrp x0, __unbuffered_p2_EAX add x0, x0, :lo12:__unbuffered_p2_EAX ldr w0, [x0] cmp w0, 1 bne .L223 adrp x0, __unbuffered_p2_EBX add x0, x0, :lo12:__unbuffered_p2_EBX ldr w0, [x0] cmp w0, 0 beq .L224 .L223: mov w0, 1 b .L225 .L224: mov w0, 0 .L225: and w0, w0, 1 and w1, w0, 255 adrp x0, main$tmp_guard1 add x0, x0, :lo12:main$tmp_guard1 strb w1, [x0] bl __VERIFIER_atomic_end adrp x0, main$tmp_guard1 add x0, x0, :lo12:main$tmp_guard1 ldrb w0, [x0] bl __VERIFIER_assert mov w0, 0 ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE9: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global test .type test, %function test: .LFB0: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str xzr, [sp, 24] mov w0, 3 bl foo ldr x0, [sp, 24] bl clang_analyzer_crash nop ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size test, .-test ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global my_str_isnum .type my_str_isnum, %function my_str_isnum: .LFB0: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 8] ldr x0, [sp, 8] ldrb w0, [x0] cmp w0, 0 bne .L2 mov w0, 1 b .L3 .L2: str wzr, [sp, 28] b .L4 .L7: ldrsw x0, [sp, 28] ldr x1, [sp, 8] add x0, x1, x0 ldrb w0, [x0] cmp w0, 47 bls .L5 ldrsw x0, [sp, 28] ldr x1, [sp, 8] add x0, x1, x0 ldrb w0, [x0] cmp w0, 57 bls .L6 .L5: mov w0, 0 b .L3 .L6: ldr w0, [sp, 28] add w0, w0, 1 str w0, [sp, 28] .L4: ldrsw x0, [sp, 28] ldr x1, [sp, 8] add x0, x1, x0 ldrb w0, [x0] cmp w0, 0 bne .L7 mov w0, 1 .L3: add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size my_str_isnum, .-my_str_isnum ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "----main_function----" .align 3 .LC1: .string "Function_Return_returalue = %d \n" .align 3 .LC2: .string "----main_function_completed----" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl puts adrp x0, function2 add x0, x0, :lo12:function2 str x0, [sp, 24] ldr x0, [sp, 24] bl function1 mov w1, w0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf adrp x0, .LC2 add x0, x0, :lo12:.LC2 bl puts mov w0, 0 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main .section .rodata .align 3 .LC3: .string "function1 message----->\n " .text .align 2 .global function1 .type function1, %function function1: .LFB1: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl printf ldr x0, [sp, 24] blr x0 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size function1, .-function1 .section .rodata .align 3 .LC4: .string "callback function2 _message------> " .text .align 2 .global function2 .type function2, %function function2: .LFB2: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl puts mov w0, 342 ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE2: .size function2, .-function2 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global vars .bss .align 3 .type vars, %object .size vars, 12 vars: .zero 12 .global atom_1_r1_1 .align 2 .type atom_1_r1_1, %object .size atom_1_r1_1, 4 atom_1_r1_1: .zero 4 .global atom_1_r12_1 .align 2 .type atom_1_r12_1, %object .size atom_1_r12_1, 4 atom_1_r12_1: .zero 4 .text .align 2 .global t0 .type t0, %function t0: .LFB0: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 24] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 56] mov x1, 0 .L2: adrp x0, vars add x0, x0, :lo12:vars str x0, [sp, 40] mov w0, 2 str w0, [sp, 36] ldr w0, [sp, 36] mov w1, w0 ldr x0, [sp, 40] stlr w1, [x0] adrp x0, vars+4 add x0, x0, :lo12:vars+4 str x0, [sp, 48] mov w0, 1 str w0, [sp, 36] ldr w0, [sp, 36] mov w1, w0 ldr x0, [sp, 48] stlr w1, [x0] mov x0, 0 mov x1, x0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 56] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L4 bl __stack_chk_fail .L4: mov x0, x1 ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size t0, .-t0 .align 2 .global t1 .type t1, %function t1: .LFB1: .cfi_startproc stp x29, x30, [sp, -160]! .cfi_def_cfa_offset 160 .cfi_offset 29, -160 .cfi_offset 30, -152 mov x29, sp str x0, [sp, 24] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 152] mov x1, 0 .L6: adrp x0, vars+4 add x0, x0, :lo12:vars+4 str x0, [sp, 80] ldr x0, [sp, 80] ldar w0, [x0] str w0, [sp, 40] ldr w0, [sp, 40] str w0, [sp, 44] adrp x0, vars+4 add x0, x0, :lo12:vars+4 str x0, [sp, 88] ldr x0, [sp, 88] ldar w0, [x0] str w0, [sp, 40] ldr w0, [sp, 40] str w0, [sp, 48] str wzr, [sp, 52] ldr w0, [sp, 52] add w0, w0, 2 sxtw x0, w0 lsl x1, x0, 2 adrp x0, vars add x0, x0, :lo12:vars add x0, x1, x0 str x0, [sp, 96] mov w0, 1 str w0, [sp, 40] ldr w0, [sp, 40] mov w1, w0 ldr x0, [sp, 96] stlr w1, [x0] adrp x0, vars+8 add x0, x0, :lo12:vars+8 str x0, [sp, 104] ldr x0, [sp, 104] ldar w0, [x0] str w0, [sp, 40] ldr w0, [sp, 40] str w0, [sp, 56] str wzr, [sp, 60] ldrsw x0, [sp, 60] lsl x1, x0, 2 adrp x0, vars add x0, x0, :lo12:vars add x0, x1, x0 str x0, [sp, 112] ldr x0, [sp, 112] ldar w0, [x0] str w0, [sp, 40] ldr w0, [sp, 40] str w0, [sp, 64] adrp x0, vars add x0, x0, :lo12:vars str x0, [sp, 120] mov w0, 1 str w0, [sp, 40] ldr w0, [sp, 40] mov w1, w0 ldr x0, [sp, 120] stlr w1, [x0] adrp x0, vars add x0, x0, :lo12:vars str x0, [sp, 128] ldr x0, [sp, 128] ldar w0, [x0] str w0, [sp, 40] ldr w0, [sp, 40] str w0, [sp, 68] ldr w0, [sp, 44] cmp w0, 1 cset w0, eq and w0, w0, 255 str w0, [sp, 72] adrp x0, atom_1_r1_1 add x0, x0, :lo12:atom_1_r1_1 str x0, [sp, 136] ldr w0, [sp, 72] str w0, [sp, 40] ldr w0, [sp, 40] mov w1, w0 ldr x0, [sp, 136] stlr w1, [x0] ldr w0, [sp, 68] cmp w0, 1 cset w0, eq and w0, w0, 255 str w0, [sp, 76] adrp x0, atom_1_r12_1 add x0, x0, :lo12:atom_1_r12_1 str x0, [sp, 144] ldr w0, [sp, 76] str w0, [sp, 40] ldr w0, [sp, 40] mov w1, w0 ldr x0, [sp, 144] stlr w1, [x0] mov x0, 0 mov x1, x0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 152] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L8 bl __stack_chk_fail .L8: mov x0, x1 ldp x29, x30, [sp], 160 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size t1, .-t1 .section .rodata .align 3 .LC0: .string "program.c" .align 3 .LC1: .string "0" .text .align 2 .global main .type main, %function main: .LFB2: .cfi_startproc stp x29, x30, [sp, -160]! .cfi_def_cfa_offset 160 .cfi_offset 29, -160 .cfi_offset 30, -152 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 152] mov x1, 0 adrp x0, vars add x0, x0, :lo12:vars str x0, [sp, 88] str wzr, [sp, 80] ldr w0, [sp, 80] mov w1, w0 ldr x0, [sp, 88] str w1, [x0] adrp x0, vars+4 add x0, x0, :lo12:vars+4 str x0, [sp, 96] str wzr, [sp, 80] ldr w0, [sp, 80] mov w1, w0 ldr x0, [sp, 96] str w1, [x0] adrp x0, vars+8 add x0, x0, :lo12:vars+8 str x0, [sp, 104] str wzr, [sp, 80] ldr w0, [sp, 80] mov w1, w0 ldr x0, [sp, 104] str w1, [x0] adrp x0, atom_1_r1_1 add x0, x0, :lo12:atom_1_r1_1 str x0, [sp, 112] str wzr, [sp, 80] ldr w0, [sp, 80] mov w1, w0 ldr x0, [sp, 112] str w1, [x0] adrp x0, atom_1_r12_1 add x0, x0, :lo12:atom_1_r12_1 str x0, [sp, 120] str wzr, [sp, 80] ldr w0, [sp, 80] mov w1, w0 ldr x0, [sp, 120] str w1, [x0] add x4, sp, 72 mov x3, 0 adrp x0, t0 add x2, x0, :lo12:t0 mov x1, 0 mov x0, x4 bl pthread_create add x4, sp, 80 mov x3, 0 adrp x0, t1 add x2, x0, :lo12:t1 mov x1, 0 mov x0, x4 bl pthread_create ldr x0, [sp, 72] mov x1, 0 bl pthread_join ldr x0, [sp, 80] mov x1, 0 bl pthread_join adrp x0, vars add x0, x0, :lo12:vars str x0, [sp, 128] ldr x0, [sp, 128] ldar w0, [x0] str w0, [sp, 44] ldr w0, [sp, 44] str w0, [sp, 48] ldr w0, [sp, 48] cmp w0, 2 cset w0, eq and w0, w0, 255 str w0, [sp, 52] adrp x0, atom_1_r1_1 add x0, x0, :lo12:atom_1_r1_1 str x0, [sp, 136] ldr x0, [sp, 136] ldar w0, [x0] str w0, [sp, 44] ldr w0, [sp, 44] str w0, [sp, 56] adrp x0, atom_1_r12_1 add x0, x0, :lo12:atom_1_r12_1 str x0, [sp, 144] ldr x0, [sp, 144] ldar w0, [x0] str w0, [sp, 44] ldr w0, [sp, 44] str w0, [sp, 60] ldr w1, [sp, 56] ldr w0, [sp, 60] and w0, w1, w0 str w0, [sp, 64] ldr w1, [sp, 52] ldr w0, [sp, 64] and w0, w1, w0 str w0, [sp, 68] ldr w0, [sp, 68] cmp w0, 1 bne .L10 adrp x0, __PRETTY_FUNCTION__.0 add x3, x0, :lo12:__PRETTY_FUNCTION__.0 mov w2, 61 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl __assert_fail .L10: mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 152] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L12 bl __stack_chk_fail .L12: mov w0, w1 ldp x29, x30, [sp], 160 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE2: .size main, .-main .section .rodata .align 3 .type __PRETTY_FUNCTION__.0, %object .size __PRETTY_FUNCTION__.0, 5 __PRETTY_FUNCTION__.0: .string "main" ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .ascii "\n#include <metal_stdlib>\nusing namespace metal;\n\nconstan" .ascii "t ushort ushort_arg_0[[function_constant(0)]];\nconstant ush" .ascii "ort ushort_arg_1[[function_constant(1)]];\nconstant ushort u" .ascii "short_arg_2[[function_constant(2)]];\nconstant ushort ushort" .ascii "_arg_3[[function_constant(3)]];\nconstant ushort ushort_arg_" .ascii "4[[function_constant(4)]];\nconstant ushort ushort_arg_5[[fu" .ascii "nction_constant(5)]];\nconstant ushort ushort_arg_6[[functio" .ascii "n_constant(6)]];\nconstant ushort ushort_arg_7[[function_con" .ascii "stant(7)]];\nconstant ushort ushort_arg_8[[function_constant" .ascii "(8)]];\nconstant ushort ushort_arg_9[[function_constant(9)]]" .ascii ";\nconstant ushort ushort_arg_10[[function_constant(10)]];\n" .ascii "constant ushort ushort_arg_11[[function_constant(11)]];\ncon" .ascii "stant float float_arg_0 [[function_constant(12)]];\nconstant" .ascii " float float_arg_1 [[function_constant(13)]];\n\ninline cons" .ascii "texpr ushort divRoundUp(ushort x, ushort y) { return (x + (y" .ascii " - 1)) / y; }\n\nenum broadcastOp {\n Add,\n Sub,\n " .ascii " Mul,\n Div,\n};\n\nvoid elementwise_broadcast_nonarray(t" .ascii "exture2d<half, access::read> in0,\n " .ascii " texture2d<half, access::read> in1,\n " .ascii " texture2d<half, access::write> out,\n " .ascii " ushort2 gid,\n " .ascii " broadcastOp op) {\n if (gid.x >= ou" .ascii "t.get_width() || gid.y >= out.get_height()) {\n retur" .ascii "n;\n }\n ushort2 in0_stride = ushort2(in0.get_width() " .ascii "> 1, in0.get_height() > 1);\n ushort2 in1_stride = ushort" .ascii "2(in1.get_width() > 1, in1.get_height() > 1);\n\n ushort2" .ascii " gid0 = gid.xy * in0_stride;\n ushort2 gid1 = gid.xy * in" .ascii "1_stride;\n\n if(op == Add) {\n out.write(in0.read" .ascii "(gid0) + in1.read(gid1), gid);\n } else if(op == Sub) {\n" .ascii " out.write(in0.read(gid0) - in1.read(gid1), gid);\n " .ascii " } else if(op == Mul) {\n out.write(in0.read(gid0) *" .ascii " in1.read(gid1), gid);\n } else if(op == Div) {\n " .ascii "out.write(in0.read(gid0) / in1.read(gid1), gid);\n }\n}\n" .ascii "\nvoid elementwise_broadcast(texture2d_array<half, access::r" .ascii "ead> in0,\n " .ascii " texture2d_array<half, access::read> " .ascii "in1,\n texture2d_array<half, acces" .ascii "s::write> out,\n ushort3 gid,\n " .ascii " broadcastOp op) {\n if (gid.x >= " .ascii "out.get_width() || gid.y >= out.get_height()) {\n ret" .ascii "urn;\n }\n\n ushort2 in0_stride = ushort2(in0.get_widt" .ascii "h() > 1, in0.get_height() > 1);\n ushort2 in1_stride = us" .ascii "hort2(in1.get_width() > 1, in1.get_height() > 1);\n\n ush" .ascii "ort2 gid0 = gid.xy * in0_stride;\n ushort2 gid1 = gid.xy " .ascii "* in1_stride;\n\n if(op == Add) {\n out.write(in0." .ascii "read(gid0, gid.z) + in1.read(gid1, gid.z), gid.xy, gid.z);\n" .ascii " } else if(op == Sub) {\n out.write(in0.read(gid0," .ascii " gid.z) - in1.read(gid1, gid.z), gid.xy, gid.z);\n } else" .ascii " if(op == Mul) {\n out.write(in0.read(gid0, gid.z) * " .ascii "in1.read(gid1, gid.z), gid.xy, gid.z);\n } else if(op == " .ascii "Div) {\n out.write(in0.read(gid0, gid.z) / in1.read(g" .ascii "id1, gid.z), gid.xy, gid.z);\n }\n}\n\nkernel void elemen" .ascii "twise_add_nonarray(texture2d<half, access::read> in0[[textur" .ascii "e(0)]],\n texture2d<half" .ascii ", access::read> in1[[texture(1)]],\n " .ascii " texture2d<half, access::write> out[[texture(2)]" .ascii "],\n ushort2 gid[[thread" .ascii "_position_in_grid]]) {\n elementwise_broadcast_nonarray(i" .ascii "n0, in1, out, gid, Add);\n}\n\nkernel void elementwise_add(t" .ascii "exture2d_array<half, access::read> in0[[texture(0)]],\n " .ascii " texture2d_array<half, access::read> i" .ascii "n1[[texture(1)]],\n texture2d_arr" .ascii "ay<half, access::write> out[[texture(2)]],\n " .ascii " ushort3 gid[[thread_position_in_grid]]) {\n e" .ascii "lementwise_broadcast(in0, in1, out, gid, Add);\n}\n\nkernel " .ascii "void elementwise_sub_nonarray(texture2d<half, access::read> " .ascii "in0[[texture(0)]],\n tex" .ascii "ture2d<half, access::read> in1[[texture(1)]],\n " .ascii " texture2d<half, access::write> out[[" .ascii "t" .ascii "exture(2)]],\n ushort2 g" .ascii "id[[thread_position_in_grid]]) {\n elementwise_broadcast_" .ascii "nonarray(in0, in1, out, gid, Sub);\n}\n\nkernel void element" .ascii "wise_sub(texture2d_array<half, access::read> in0[[texture(0)" .ascii "]],\n texture2d_array<half, acces" .ascii "s::read> in1[[texture(1)]],\n tex" .ascii "ture2d_array<half, access::write> out[[texture(2)]],\n " .ascii " ushort3 gid[[thread_position_in_grid]]" .ascii ") {\n elementwise_broadcast(in0, in1, out, gid, Sub);\n}\n" .ascii "\nkernel void elementwise_mul_nonarray(texture2d<half, acces" .ascii "s::read> in0[[texture(0)]],\n " .ascii " texture2d<half, access::read> in1[[texture(1)]],\n " .ascii " texture2d<half, access::wri" .ascii "te> out[[texture(2)]],\n " .ascii " ushort2 gid[[thread_position_in_grid]]) {\n elementwise_" .ascii "broadcast_nonarray(in0, in1, out, gid, Mul);\n}\n\nkernel vo" .ascii "id elementwise_mul(texture2d_array<half, access::read> in0[[" .ascii "texture(0)]],\n texture2d_array<h" .ascii "alf, access::read> in1[[texture(1)]],\n " .ascii " texture2d_array<half, access::write> out[[texture(2)]" .ascii "],\n ushort3 gid[[thread_position" .ascii "_in_grid]]) {\n elementwise_broadcast(in0, in1, out, gid," .ascii " Mul);\n}\n\nkernel void elementwise_div_nonarray(texture2d<" .ascii "half, access::read> in0[[texture(0)]],\n " .ascii " texture2d<half, access::read> in1[[texture(" .ascii "1)]],\n texture2d<half, " .ascii "access::write> out[[texture(2)]],\n " .ascii " ushort2 gid[[thread_position_in_grid]]) {\n e" .ascii "lementwise_broadcast_nonarray(in0, in1, out, gid, Div);\n}\n" .ascii "\nkernel void elementwise_div(texture2d_array<half, access::" .ascii "read> in0[[texture(0)]],\n textur" .ascii "e2d_array<half, access::read> in1[[texture(1)]],\n " .ascii " texture2d_array<half, access::write> out[[" .ascii "texture(2)]],\n ushort3 gid[" .ascii "[thread_position_in_grid]]) {\n elementwise_broadcast(in0" .ascii ", in1, out, gid, Div);\n}\n\nkernel void copy_nchw_to_metal(" .ascii "constant float* in[[buffer(0)]],\n " .ascii " texture2d_array<half, access::write> out[[texture(0)]]," .ascii "\n ushort3 gid[[thread_positio" .ascii "n_in_grid]]) {\n const ushort C = ushort_arg_0;\n cons" .ascii "t ushort H = ushort_arg_1;\n const ushort W = ushort_arg_" .ascii "2;\n if (gid.x >= W || gid.y >= H) {\n return;\n " .ascii " }\n const ushort n = gid.z / divRoundUp(C, 4);\n con" .ascii "st ushort c = gid.z - n * divRoundUp(C, 4);\n#define CHW_TO_" .ascii "CHWP4(idx, n, c_, h, w) " .ascii "\\\nif ((c_) < C) { " .ascii " \\\ntrns[idx] = in[n * H * W * C + int(c_) " .ascii "* H * W + int(h) * W + int(w)]; \\\n} else { " .ascii " \\\ntrns[id" .ascii "x] = 0.0h; " .ascii " \\\n}\n half4 trns;\n CHW_TO_CHWP4(0, n, c * 4 + 0" .ascii ", gid.y, gid.x);\n CHW_TO_CHWP4(1, n, c * 4 + 1, gid.y, g" .ascii "id.x);\n CHW_TO_CHWP4(2, n, c * 4 + 2, gid.y, gid.x);\n " .ascii " CHW_TO_CHWP4(3, n, c * 4 + 3, gid.y, gid.x);\n#undef CHW_T" .ascii "O_CHWP4\n out.write(trns, gid.xy, gid.z);\n}\n\nkernel vo" .ascii "id copy_nchw_to_metal_nonarray(constant float* in[[buffer(0)" .ascii "]],\n texture2d<half," .ascii " access::write> out[[texture(0)]],\n " .ascii " ushort2 gid[[thread_position_in_grid]]) {\n " .ascii " const ushort C = ushort_arg_0;\n const ushort H = usho" .ascii "rt_arg_1;\n const ushort W = ushort_arg_2;\n if (gid.x" .ascii " >= W || gid.y >= H) {\n return;\n }\n half4 tr" .ascii "ns;\n#define CHW_TO_CHWP4(idx, c, h, w) " .ascii " \\\nif ((c) < C) { " .ascii " \\\ntrns[idx] = in[int(c) * H * W + int(h) * W + int(w)];" .ascii " \\\n} else { " .ascii " \\\ntrns[idx] = 0.0h; \\" .ascii "\n}\n CHW_TO_CHWP4(0, 0, gid.y, gid.x);\n CHW_TO_CHWP4" .ascii "(1, 1, gid.y, gi" .ascii "d.x);\n CHW_TO_CHWP4(2, 2, gid.y, gid.x);\n CHW_TO_CHW" .ascii "P4(3, 3, gid.y, gid.x);\n#undef CHW_TO_CHWP4\n out.write(" .ascii "trns, gid.xy);\n}\n\nkernel void copy_metal_to_nchw(texture2" .ascii "d_array<half, access::read> in[[texture(0)]],\n " .ascii " device float* out[[buffer(0)]],\n " .ascii " ushort3 gid[[thread_position_in_grid]]" .ascii ") {\n const ushort C = ushort_arg_0;\n const ushort H " .ascii "= ushort_arg_1;\n const ushort W = ushort_arg_2;\n if " .ascii "(gid.x >= W || gid.y >= H) {\n return;\n }\n co" .ascii "nst ushort n = gid.z / divRoundUp(C, 4);\n const ushort c" .ascii " = gid.z - n * divRoundUp(C, 4);\n half4 cs = in.read(gid" .ascii ".xy, gid.z);\n#define CHWP4_TO_CHW(idx, n, c_, h, w) " .ascii " \\\nif ((c_) < C) { " .ascii " \\\nout[n * H * " .ascii "W * C + int(c_) * H * W + int(h) * W + int(w)] = cs[idx]; \\" .ascii "\n}\n CHWP4_TO_CHW(0, n, c * 4 + 0, gid.y, gid.x);\n C" .ascii "HWP4_TO_CHW(1, n, c * 4 + 1, gid.y, gid.x);\n CHWP4_TO_CH" .ascii "W(2, n, c * 4 + 2, gid.y, gid.x);\n CHWP4_TO_CHW(3, n, c " .ascii "* 4 + 3, gid.y, gid.x);\n#undef CHWP4_TO_CHW\n}\n\nkernel vo" .ascii "id copy_metal_to_nchw_nonarray(texture2d<half, access::read>" .ascii " in[[texture(0)]],\n " .ascii "device float* out[[buffer(0)]],\n " .ascii " ushort2 gid[[thread_position_in_grid]]) {\n " .ascii "const ushort C = ushort_arg_0;\n const ushort H = ushort_" .ascii "arg_1;\n const ushort W = ushort_arg_2;\n if (gid.x >=" .ascii " W || gid.y >= H) {\n return;\n }\n half4 cs = " .ascii "in.read(gid.xy);\n#define CHWP4_TO_CHW(idx, c, h, w) " .ascii " \\\nif ((c) < C) { " .ascii " \\\nout[int(c) * H * W + int(h) * W + int(w)] " .ascii "= cs[idx]; \\\n}\n CHWP4_TO_CHW(0, 0, gid.y, gid.x);\n " .ascii " CHWP4_TO_CHW(1, 1, gid.y, gid.x);\n CHWP4_TO_CHW(2, 2, g" .ascii "id.y, gid.x);\n CHWP4_TO_CHW(3, 3, gid.y, gid.x);\n#undef" .ascii " CHWP4_TO_CHW\n}\n\nkernel void copy(texture2d_array<half, a" .ascii "ccess::read> in[[texture(0)]],\n texture2d_a" .ascii "rray<half, access:" .ascii ":write> out[[texture(1)]],\n ushort3 gid[[th" .ascii "read_position_in_grid]]) {\n if (gid.x >= out.get_width()" .ascii " || gid.y >= out.get_height()) {\n return;\n }\n " .ascii " ushort2 gid_ = gid.xy;\n out.write(in.read(gid_, gid.z)" .ascii ", gid_, gid.z);\n}\n\nkernel void copy_nonarray(texture2d<ha" .ascii "lf, access::read> in[[texture(0)]],\n " .ascii " texture2d<half, access::write> out[[texture(1)]],\n " .ascii " ushort2 gid[[thread_position_in_grid]]) " .ascii "{\n if (gid.x >= out.get_width() || gid.y >= out.get_heig" .ascii "ht()) {\n return;\n }\n out.write(in.read(gid)," .ascii " gid);\n}\n\nkernel void copy_offset(texture2d_array<half, a" .ascii "ccess::read> in[[texture(0)]],\n text" .ascii "ure2d_array<half, access::write> out[[texture(1)]],\n " .ascii " constant ushort* offset_buf[[buffer(0)]],\n" .ascii " ushort3 gid[[thread_position_in_grid" .ascii "]]) {\n if (gid.x >= out.get_width() || gid.y >= out.get_" .ascii "height()) {\n return;\n }\n ushort2 gid_ = gid." .ascii "xy;\n out.write(in.read(gid_, gid.z), gid_, gid.z + offse" .ascii "t_buf[0]);\n}\n\nkernel void copy_offset_nonarray(texture2d<" .ascii "half, access::read> in[[texture(0)]],\n " .ascii " texture2d_array<half, access::write> out[[textur" .ascii "e(1)]],\n constant ushort* o" .ascii "ffset_buf[[buffer(0)]],\n us" .ascii "hort3 gid[[thread_position_in_grid]]) {\n if (gid.x >= ou" .ascii "t.get_width() || gid.y >= out.get_height()) {\n retur" .ascii "n;\n }\n ushort2 gid_ = gid.xy;\n out.write(in.read" .ascii "(gid_), gid_, gid.z + offset_buf[0]);\n}\n\nconstant bool st" .ascii "ore_features_out_is_arr = (ushort_arg_3 > 1 || ushort_arg_2 " .ascii "> 4);\nconstant bool store_features_out_is_tex = !store_feat" .ascii "ures_out_is_arr;\nkernel void store_features(texture2d_array" .ascii "<half, access::read> in[[texture(0)]],\n " .ascii " texture2d<half, access::write> out_tex[[texture(1), f" .ascii "unction_constant(store_features_out_is_tex)]],\n " .ascii " texture2d_array<half, access::write> out_arr[" .ascii "[tex" .ascii "ture(1), function_constant(store_features_out_is_arr)]],\n " .ascii " constant ushort* offset_buf[[buffer" .ascii "(0)]],\n ushort3 gid[[thread_posit" .ascii "ion_in_grid]]) {\n ushort2 gid_ = gid.xy;\n if (store_" .ascii "features_out_is_arr)\n out_arr.write(in.read(gid_, gid." .ascii "z * offset_buf[1] + offset_buf[0]), gid_, gid.z);\n else\n" .ascii " out_tex.write(in.read(gid_, gid.z * offset_buf[1] + of" .ascii "fset_buf[0]), gid_);\n}\n\nconstant bool append_features_in_" .ascii "is_arr = (ushort_arg_7 > 1 || ushort_arg_6 > 4);\nconstant b" .ascii "ool append_features_in_is_tex = !append_features_in_is_arr;\n" .ascii "kernel void append_features(texture2d<half, access::read> in" .ascii "_tex[[texture(0), function_constant(append_features_in_is_te" .ascii "x)]],\n texture2d_array<half, acc" .ascii "ess::read> in_arr[[texture(0), function_constant(append_feat" .ascii "ures_in_is_arr)]],\n texture2d_ar" .ascii "ray<half, access::write> out[[texture(1)]],\n " .ascii " constant ushort* offset_buf[[buffer(0)]],\n " .ascii " ushort3 gid[[thread_position_in_grid" .ascii "]]) {\n ushort2 gid_ = gid.xy;\n\n ushort batch = gid." .ascii "z / offset_buf[0];\n ushort feature = gid.z % offset_buf[" .ascii "0];\n ushort outz = batch * offset_buf[1] + offset_buf[2]" .ascii " + feature;\n ushort inz = batch * offset_buf[3] + featur" .ascii "e;\n\n half4 intex;\n if (append_features_in_is_arr) {" .ascii "\n intex = in_arr.read(gid_, inz);\n }\n else {\n" .ascii " intex = in_tex.read(gid_);\n }\n out.write(intex" .ascii ", gid_, outz);\n}\n\nconstant bool prev_is_arr = (ushort_arg" .ascii "_3 > 1 || ushort_arg_2 > 4);\nconstant bool prev_is_tex = !p" .ascii "rev_is_arr;\nconstant bool append_features_off_in_is_arr = (" .ascii "ushort_arg_7 > 1 || ushort_arg_6 > 4);\nconstant bool append" .ascii "_features_off_in_is_tex = !append_features_off_in_is_arr;\nk" .ascii "ernel void append_features_off(texture2d<half, access::read>" .ascii " in_tex[[texture(0), function_constant(append_features_off_i" .ascii "n_is_tex)]],\n texture2d_arra" .ascii "y<half, access::read> in_arr[[texture(0), function_consta" .ascii "nt(append_features_off_in_is_arr)]],\n " .ascii " texture2d<half, access::read> prev_tex[[texture(1)" .ascii ", function_constant(prev_is_tex)]],\n " .ascii " texture2d_array<half, access::read> prev_arr[[textu" .ascii "re(1), function_constant(prev_is_arr)]],\n " .ascii " texture2d_array<half, access::write> out[[text" .ascii "ure(2)]],\n constant ushort* " .ascii "offset_buf[[buffer(0)]],\n us" .ascii "hort3 gid[[thread_position_in_grid]]) {\n ushort2 gid_ = " .ascii "gid.xy;\n\n ushort batch = gid.z / offset_buf[0];\n us" .ascii "hort feature = gid.z % offset_buf[0];\n ushort outz = bat" .ascii "ch * offset_buf[1] + offset_buf[2] + feature;\n ushort in" .ascii "z = batch * offset_buf[3] + feature;\n half4 outtex;\n " .ascii " if (prev_is_arr)\n outtex = prev_arr.read(gid_, batch)" .ascii ";\n else\n outtex = prev_tex.read(gid_);\n half4 " .ascii "intex1;\n if (append_features_in_is_arr)\n intex1 = " .ascii "in_arr.read(gid_, inz);\n else\n intex1 = in_tex.rea" .ascii "d(gid_);\n if (feature == 0) {\n if (offset_buf[5] =" .ascii "= 1)\n outtex.yzw = intex1.xyz;\n else if (offse" .ascii "t_buf[5] == 2)\n outtex.zw = intex1.xy;\n else\n" .ascii " outtex.w = intex1.x;\n out.write(outtex, gid_, " .ascii "outz);\n return;\n }\n half4 intex0;\n if (app" .ascii "end_features_in_is_arr)\n intex0 = in_arr.read(gid_, in" .ascii "z-1);\n else\n intex0 = intex1;\n if (offset_buf[" .ascii "5] == 1) {\n outtex.x = intex0.w;\n outtex.yzw = i" .ascii "ntex1.xyz;\n }\n else if (offset_buf[5] == 2) {\n " .ascii " outtex.xy = intex0.zw;\n outtex.zw = intex1.xy;\n }" .ascii "\n else {\n outtex.xyz = intex0.yzw;\n outtex.w" .ascii " = intex1.x;\n }\n\n out.write(outtex, gid_, outz);\n}" .ascii "\n\nconstant bool clamp_is_arr = (ushort_arg_1 > 1 || ushort" .ascii "_arg_0 > 4);\nconstant bool clamp_is_tex = !clamp_is_arr;\nk" .ascii "ernel void clamp(texture2d_array<half, access::read> in_arr[" .ascii "[texture(0), function_constant(clamp_is_arr)]],\n " .ascii " texture2d<half, access::read> in_tex[[texture(0), fun" .ascii "ction_constant(c" .ascii "lamp_is_tex)]],\n texture2d_array<half, acc" .ascii "ess::write> out_arr[[texture(1), function_constant(clamp_is_" .ascii "arr)]],\n texture2d<half, access::write> ou" .ascii "t_tex[[texture(1), function_constant(clamp_is_tex)]],\n " .ascii " ushort3 gid[[thread_position_in_grid]]) {\n c" .ascii "onst ushort w = clamp_is_arr? out_arr.get_width() : out_tex." .ascii "get_width();\n const ushort h = clamp_is_arr? out_arr.get" .ascii "_height() : out_tex.get_height();\n if (gid.x >= w || gid" .ascii ".y >= h) {\n return;\n }\n const float4 min_(fl" .ascii "oat_arg_0, float_arg_0, float_arg_0, float_arg_0);\n cons" .ascii "t float4 max_(float_arg_1, float_arg_1, float_arg_1, float_a" .ascii "rg_1);\n ushort2 gid_ = gid.xy;\n if(clamp_is_arr){\n " .ascii " float4 value = (float4)in_arr.read(gid_, gid.z);\n " .ascii " half4 clamped = (half4)clamp(value, min_, max_);\n " .ascii " out_arr.write(clamped, gid_, gid.z);\n } else {\n " .ascii " float4 value = (float4)in_tex.read(gid_);\n half4 " .ascii "clamped = (half4)clamp(value, min_, max_);\n out_tex." .ascii "write(clamped, gid_);\n }\n}\n\nconstant bool hardswish_i" .ascii "s_arr = (ushort_arg_0 > 1 || ushort_arg_1 > 4);\nconstant bo" .ascii "ol hardswish_is_tex = !hardswish_is_arr;\nkernel void hardsw" .ascii "ish(texture2d_array<half, access::read> in_arr[[texture(0), " .ascii "function_constant(hardswish_is_arr)]],\n " .ascii " texture2d<half, access::read> in_tex[[texture(0), function" .ascii "_constant(hardswish_is_tex)]],\n textur" .ascii "e2d_array<half, access::write> out_arr[[texture(1), function" .ascii "_constant(hardswish_is_arr)]],\n textur" .ascii "e2d<half, access::write> out_tex[[texture(1), function_const" .ascii "ant(hardswish_is_tex)]],\n ushort3 gid[" .ascii "[thread_position_in_grid]]) {\n const ushort oH = ushort_" .ascii "arg_2;\n const ushort oW = ushort_arg_3;\n if (gid.x >" .ascii "= oW || gid.y >= oH) {\n return;\n }\n ushort2 " .ascii "gid_ = gid.xy;\n if (hardswish_is_arr) {\n half4 val" .ascii "ue = in_arr.read(gid_, gid.z);\n half4 mask1 = half4(va" .ascii "lue < 3.0);\n half4 mask2 = half4(value > -3.0);\n " .ascii " half4 outval = mask2*(mask1*(value*(value + 3.0)/6.0) + (1 " .ascii "- mask1)*value);\n out_arr.write(outval, gid_, gid.z);\n" .ascii " } else {\n half4 value = in_tex.read(gid_);\n " .ascii "half4 mask1 = half4(value < 3);\n half4 mask2 = half4(v" .ascii "alue > -3.0);\n half4 outval = mask2*(mask1*(value*(val" .ascii "ue + 3.0)/6.0) + (1 - mask1)*value);\n out_tex.write(ou" .ascii "tval, gid_);\n }\n}\n\nconstant bool out_is_arr = (ushort" .ascii "_arg_3 > 1 || ushort_arg_2 > 4);\nconstant bool out_is_tex =" .ascii " !out_is_arr;\nconstant bool in_is_arr = (ushort_arg_7 > 1 |" .ascii "| ushort_arg_6 > 4);\nconstant bool in_is_tex = !in_is_arr;\n" .ascii "kernel void reflection_pad2d(texture2d_array<half, access::r" .ascii "ead> in_arr[[texture(0), function_constant(in_is_arr)]],\n " .ascii " texture2d<half, access::read> in_" .ascii "tex[[texture(0),function_constant(in_is_tex)]],\n " .ascii " texture2d_array<half, access::write> out_a" .ascii "rr[[texture(1), function_constant(out_is_arr)]],\n " .ascii " texture2d<half, access::write> out_tex[[t" .ascii "exture(1), function_constant(out_is_tex)]],\n " .ascii " ushort3 gid[[thread_position_in_grid]]) {\n c" .ascii "onst ushort H2 = ushort_arg_0;\n const ushort W2 = ushort_a" .ascii "rg_1;\n if (gid.x >= W2 || gid.y >= H2) {\n return;\n " .ascii " }\n\n const ushort pad_left = ushort_arg_8;\n const ushor" .ascii "t pad_right = ushort_arg_9;\n const ushort pad_top = ushort" .ascii "_arg_10;\n const ushort pad_bottom = ushort_arg_11;\n\n co" .ascii "nst ushort2 out_size = ushort2(W2, H2);\n const ushort xoff" .ascii "_pre = 2*max(pad_left - gid.x, 0);\n const ushort xoff_pos" .ascii "t = 2*max(gid.x - (out_size.x - 1 - pad_right), 0);\n const" .ascii " ushort yoff_pre = 2*max(pad_top - gid.y, 0);\n const usho" .ascii "rt yoff_post = 2*max(gid.y - (out_size.y - 1 - pad_bottom), " .ascii "0);\n ushort2 inpos = ushort2(\n gid.x + xoff_pre - xo" .ascii "ff_post - pad_left,\n gid.y + yoff_pre - yoff_post - pa" .ascii "d_top);\n\n half4 intex;\n if (in_is_arr) {\n intex = i" .ascii "n_arr.read(inpos, gid.z);\n } else {\n intex = in_tex.re" .ascii "ad(inpos);\n }\n\n if (out_is_arr) {\n out_arr.write(" .ascii "intex," .ascii " gid.xy, gid.z);\n } else {\n out_tex.write(intex, gid" .ascii ".xy);\n }\n}\n\nconstant bool reshape_out_is_arr = (ushort_" .ascii "arg_3 > 1 || ushort_arg_2 > 4);\nconstant bool reshape_out_i" .ascii "s_tex = !reshape_out_is_arr;\nconstant bool reshape_in_is_ar" .ascii "r = (ushort_arg_7 > 1 || ushort_arg_6 > 4);\nconstant bool r" .ascii "eshape_in_is_tex = !reshape_in_is_arr;\nkernel void reshape(" .ascii "texture2d_array<half, access::read> in_arr[[texture(0), func" .ascii "tion_constant(reshape_in_is_arr)]],\n tex" .ascii "ture2d<half, access::read> in_tex[[texture(0),function_const" .ascii "ant(reshape_in_is_tex)]],\n texture2d_arr" .ascii "ay<half, access::write> out_arr[[texture(1), function_consta" .ascii "nt(reshape_out_is_arr)]],\n texture2d<hal" .ascii "f, access::write> out_tex[[texture(1),\n " .ascii " function_constant(reshape_out_is_tex)]],\n " .ascii " ushort3 gid[[thread_position_in_grid]]) {\n const u" .ascii "short H2 = ushort_arg_0;\n const ushort W2 = ushort_arg_1" .ascii ";\n const ushort C2 = ushort_arg_2;\n if (gid.x >= W2 " .ascii "|| gid.y >= H2) {\n return;\n }\n const ushort " .ascii "H1 = ushort_arg_4;\n const ushort W1 = ushort_arg_5;\n " .ascii " const ushort C1 = ushort_arg_6;\n const ushort N1 = usho" .ascii "rt_arg_7;\n\n const size_t numel1 = H1 * W1 * C1 * N1;\n " .ascii " const ushort slices2 = divRoundUp(C2, 4);\n const usho" .ascii "rt slices1 = divRoundUp(C1, 4);\n const ushort n2 = gid.z" .ascii " / slices2; //image index\n const ushort s2 = gid.z - n2 " .ascii "* slices2; // slice offest\n half4 value;\n for (int i" .ascii "dx = 0; idx < 4; ++idx){\n // we compute the \"linear" .ascii " index\" of the output element,\n // and convert it t" .ascii "o the equivalent \"linear index\" of the input element.\n " .ascii " ushort offset = 4 * s2 + idx;\n size_t linear_id" .ascii "x = n2 * C2 * H2 * W2 + offset * H2 * W2 + gid.y * W2 + gid." .ascii "x;\n if(linear_idx >= numel1){\n value[idx" .ascii "] = 0;\n continue;\n }\n auto x1 = " .ascii "linear_idx % W1;\n auto y1 = ((int)(linear_idx/W1)) %" .ascii " H1;\n auto s1 = ((int)(linear_idx/W1/H1) % C1);\n " .ascii " auto" .ascii " n1 = ((int)(linear_idx/W1/H1/C1) % N1);\n auto z1 = " .ascii "(int)s1 / 4 + n1 * slices1;\n auto pos = s1 % 4;\n " .ascii " if(reshape_in_is_arr) {\n value[idx] = in_ar" .ascii "r.read(ushort2(x1, y1), z1)[pos];\n } else {\n " .ascii " value[idx] = in_tex.read(ushort2(x1, y1))[pos];\n " .ascii " }\n\n }\n if(reshape_out_is_arr) {\n out_arr." .ascii "write(value, gid.xy, gid.z);\n } else {\n out_tex." .ascii "write(value, gid.xy);\n }\n}\n\nconstant bool transpose_i" .ascii "n_is_arr = (ushort_arg_3 > 1 || ushort_arg_4 > 4);\nconstant" .ascii " bool transpose_in_is_tex = !transpose_in_is_arr;\nconstant " .ascii "bool transpose_out_is_arr = (ushort_arg_5 > 1 || ushort_arg_" .ascii "6 > 4);\nconstant bool transpose_out_is_tex = !transpose_out" .ascii "_is_arr;\nkernel void transpose(texture2d_array<half, access" .ascii "::read>in_arr[[texture(0),function_constant(transpose_in_is_" .ascii "arr)]],\n texture2d<half, access::read>" .ascii " in_tex[[texture(0), function_constant(transpose_in_is_tex)]" .ascii "],\n texture2d_array<half, access::writ" .ascii "e>out_arr[[texture(1),function_constant(transpose_out_is_arr" .ascii ")]],\n texture2d<half, access::write> o" .ascii "ut_tex[[texture(1), function_constant(transpose_out_is_tex)]" .ascii "],\n constant ushort* inSizeBuffer [[bu" .ascii "ffer(0)]],\n constant ushort* outSizeBu" .ascii "ffer [[buffer(1)]],\n ushort3 gid[[thre" .ascii "ad_position_in_grid]]) {\n\n const ushort dim0 = ushort_a" .ascii "rg_0;\n const ushort dim1 = ushort_arg_1;\n const usho" .ascii "rt dim = ushort_arg_2;\n const ushort N1 = ushort_arg_3;\n" .ascii " const ushort C1 = ushort_arg_4;\n const ushort N2 = u" .ascii "short_arg_5;\n const ushort C2 = ushort_arg_6;\n ushor" .ascii "t W1,W2,H1,H2;\n if(transpose_in_is_arr) {\n W1 = " .ascii "in_arr.get_width();\n H1 = in_arr.get_height();\n " .ascii "} else {\n W1 = in_tex.get_width();\n H1 = in_" .ascii "tex.get_height();\n }\n if(transpose_out_is_arr) {\n " .ascii " W2 = out_arr.get_width();\n H2 = out_arr.get_he" .ascii "ight();\n } else {\n W2 = out_tex.get_width();\n " .ascii " H2" .ascii " = out_tex.get_height();\n }\n if (gid.x >= W2 || gid." .ascii "y >= H2) {\n return;\n }\n const size_t numel =" .ascii " H2 * W2 * C2 * N2;\n const ushort slices2 = divRoundUp(C" .ascii "2, 4);\n const ushort slices1 = divRoundUp(C1, 4);\n c" .ascii "onst ushort n2 = gid.z / slices2;\n const ushort s2 = gid" .ascii ".z - n2 * slices2;\n half4 value;\n ushort4 threadInde" .ascii "xBufferLower{1, 1, 1, 1};\n ushort4 threadIndexBufferUppe" .ascii "r{1, 1, 1 ,1};\n for (int idx = 0; idx < 4; ++idx){\n " .ascii " ushort offset = 4 * s2 + idx;\n size_t linear_idx" .ascii "2 = n2 * C2 * H2 * W2 + offset * H2 * W2 + gid.y * W2 + gid." .ascii "x;\n if(linear_idx2 >= numel) {\n value[id" .ascii "x] = 0;\n continue;\n }\n\n ushort " .ascii "d2 = 0;\n for(int j = dim-1; j>=0; --j){\n " .ascii " d2 = outSizeBuffer[j];\n if(j > 3) {\n " .ascii " threadIndexBufferUpper[j-3] = linear_idx2 % d2;\n " .ascii " } else {\n threadIndexBufferLower[j] " .ascii "= linear_idx2 % d2;\n }\n linear_idx2 " .ascii "/= d2;\n }\n\n // swap dims\n ushort tm" .ascii "p;\n if(dim0 > 3) {\n tmp = threadIndexBuf" .ascii "ferUpper[dim0-3];\n } else {\n tmp = threa" .ascii "dIndexBufferLower[dim0];\n }\n if(dim0 > 3 && " .ascii "dim1 > 3) {\n threadIndexBufferUpper[dim0-3] = th" .ascii "readIndexBufferUpper[dim1-3];\n } else if (dim0 > 3 &" .ascii "& dim1 < 3) {\n threadIndexBufferUpper[dim0-3] = " .ascii "threadIndexBufferLower[dim1];\n } else if (dim0 < 3 &" .ascii "& dim1 > 3) {\n threadIndexBufferLower[dim0] = th" .ascii "readIndexBufferUpper[dim1-3];\n } else {\n " .ascii " threadIndexBufferLower[dim0] = threadIndexBufferLower[dim1]" .ascii ";\n }\n if(dim1 > 3) {\n threadInde" .ascii "xBufferUpper[dim1-3] = tmp;\n } else {\n t" .ascii "hreadIndexBufferLower[dim1] = tmp;\n }\n\n siz" .ascii "e_t linear_idx1 = 0;\n ushort m = 1;\n ushort " .ascii "d1 = 0;\n for(int k = dim-1; k>=0; --k) {\n " .ascii " if(k > 3) {\n d1 = threadIndexBufferUpper[k" .ascii "-3];\n } " .ascii "else {\n d1 = threadIndexBufferLower[k];\n " .ascii " }\n linear_idx1 += d1 * m;\n " .ascii "m *= inSizeBuffer[k];\n }\n\n auto x1 = linear" .ascii "_idx1 % W1;\n auto y1 = ((int)(linear_idx1/W1)) % H1;" .ascii "\n auto c1 = ((int)(linear_idx1/W1/H1) % C1);\n " .ascii " auto n1 = ((int)(linear_idx1/W1/H1/C1) % N1);\n aut" .ascii "o z1 = (int)c1 / 4 + n1 * slices1;\n auto pos = c1 % " .ascii "4;\n if(transpose_in_is_arr) {\n value[idx" .ascii "] = in_arr.read(ushort2(x1, y1), z1)[pos];\n } else {" .ascii "\n value[idx] = in_tex.read(ushort2(x1, y1))[pos]" .ascii ";\n }\n }\n if(transpose_out_is_arr) {\n " .ascii " out_arr.write(value, gid.xy, gid.z);\n } else {\n " .ascii " out_tex.write(value, gid.xy);\n }\n}\n\nconstant bool sp" .ascii "lit_channels_in_is_arr = (ushort_arg_0 > 4);\nconstant bool " .ascii "split_channels_in_is_tex = !split_channels_in_is_arr;\nconst" .ascii "ant bool split_channels_out1_is_arr = (ushort_arg_1 > 4);\nc" .ascii "onstant bool split_channels_out1_is_tex = !split_channels_ou" .ascii "t1_is_arr;\nconstant bool split_channels_out2_is_arr = (usho" .ascii "rt_arg_2 > 4);\nconstant bool split_channels_out2_is_tex = !" .ascii "(split_channels_out2_is_arr);\n// A naive implementation to " .ascii "split the input texture into two on channel dimension\nkerne" .ascii "l void split_channels(texture2d_array<half, access::read> in" .ascii "_arr[[texture(0), function_constant(split_channels_in_is_arr" .ascii ")]],\n texture2d<half, access::rea" .ascii "d> in_tex[[texture(0), function_constant(split_channels_in_i" .ascii "s_tex)]],\n texture2d_array<half, " .ascii "access::write> out1_arr[[texture(1),function_constant(split_" .ascii "channels_out1_is_arr)]],\n texture" .ascii "2d<half, access::write> out1_tex[[texture(1),function_consta" .ascii "nt(split_channels_out1_is_tex)]],\n " .ascii " texture2d_array<half, access::write> out2_arr[[texture(2)," .ascii " function_constant(split_channels_out2_is_arr)]],\n " .ascii " texture2d<half, access::write> out2_tex[[t" .ascii "exture(2),function_constant(split_channels_out2_is_tex)]]," .ascii "\n ushort3 gid[[thread_position_in" .ascii "_grid]]) {\n ushort W,H;\n if(split_channels_in_is_arr" .ascii ") {\n W = in_arr.get_width();\n H = in_arr.get" .ascii "_height();\n } else {\n W = in_tex.get_width();\n " .ascii " H = in_tex.get_height();\n }\n if(gid.x >= W ||" .ascii " gid.y >= H){\n return;\n }\n const ushort C1 =" .ascii " ushort_arg_1;\n const ushort s1 = divRoundUp(C1, 4);\n " .ascii " const ushort c_offset = C1 % 4;\n half4 tmp1(0.0, 0.0, " .ascii "0.0, 0.0);\n half4 tmp2(0.0, 0.0, 0.0, 0.0);\n half4 i" .ascii "n41 = split_channels_in_is_arr ? in_arr.read(gid.xy, gid.z) " .ascii ": in_tex.read(gid.xy);\n half4 in42 = split_channels_in_i" .ascii "s_arr ? in_arr.read(gid.xy, gid.z+1) : half4(0,0,0,0);\n " .ascii "if(gid.z < s1 - 1) {\n if(split_channels_out1_is_arr)" .ascii " {\n out1_arr.write(in41, gid.xy, gid.z);\n " .ascii " }\n }\n else if(gid.z == s1 - 1) {\n if(c_off" .ascii "set == 0){\n if(split_channels_out1_is_arr) {\n " .ascii " out1_arr.write(in41, gid.xy, gid.z);\n " .ascii " } else {\n out1_tex.write(in41, gid.xy);\n" .ascii " }\n return;\n } else if(c_offs" .ascii "et == 1) {\n tmp1.x = in41.x;\n tmp2.x" .ascii "yz = in41.yzw;\n tmp2.w = in42.x;\n } else" .ascii " if (c_offset == 2) {\n tmp1.xy = in41.xy;\n " .ascii " tmp2.xy = in41.zw;\n tmp2.zw = in42.xy;\n " .ascii " } else {\n tmp1.xyz = in41.xyz;\n " .ascii " tmp2.x = in41.w;\n tmp2.yzw = in42.xyz;\n " .ascii " }\n if(split_channels_out1_is_arr) {\n " .ascii "out1_arr.write(tmp1, gid.xy, gid.z);\n } else {\n " .ascii " out1_tex.write(tmp1, gid.xy);\n }\n if" .ascii "(split_channels_out2_is_arr) {\n out2_arr.write(t" .ascii "mp2, gid.xy, 0);\n } else {\n out2_tex.wri" .ascii "te(tmp2, gid.xy);\n }\n }\n else {\n if " .ascii "(c_offset == 0) {\n if(split_channels_out2_is_arr" .ascii ") {\n out2_arr.write(in41, gid.xy, gid.z - s1" .ascii ");\n } else {\n out2_tex.write(in4" .ascii "1, gid.xy);\n " .ascii " }\n return;\n }\n else if (c_off" .ascii "set == 1 ){\n tmp2.xyz = in41.yzw;\n t" .ascii "mp2.w = in42.x;\n } else if (c_offset == 2){\n " .ascii " tmp2.xy = in41.zw;\n tmp2.zw = in42.xy;\n " .ascii " } else {\n tmp2.x = in41.w;\n tmp" .ascii "2.yzw = in42.xyz;\n }\n if(split_channels_out2" .ascii "_is_arr) {\n out2_arr.write(tmp2, gid.xy, gid.z -" .ascii " s1 + 1);\n } else {\n out2_tex.write(tmp2" .ascii ", gid.xy);\n }\n }\n}\n\nconstant bool ra_has_in_a" .ascii "rr = (ushort_arg_3 > 1 || ushort_arg_2 > 4);\nconstant bool" .ascii " ra_has_out_arr = (ushort_arg_4 > 1 || ushort_arg_2 > 4);\nc" .ascii "onstant bool ra_has_in_tex = (!ra_has_in_arr);\nconstant boo" .ascii "l ra_has_out_tex = (!ra_has_out_arr);\nkernel void roi_align" .ascii "(texture2d_array<half, access::sample> ina[[texture(0), func" .ascii "tion_constant(ra_has_in_arr)]],\n textu" .ascii "re2d<half, access::sample> in[[texture(0), function_constant" .ascii "(ra_has_in_tex)]],\n texture2d_array<ha" .ascii "lf, access::write> outa[[texture(1), function_constant(ra_ha" .ascii "s_out_arr)]],\n texture2d<half, access:" .ascii ":write> out[[texture(1), function_constant(ra_has_out_tex)]]" .ascii ",\n constant half4* rois[[buffer(0)]],\n" .ascii " ushort3 gid[[thread_position_in_grid]]" .ascii ") {\n\n ushort out_width, out_height;\n if (ra_has_out" .ascii "_arr) {\n out_width = outa.get_width();\n out_" .ascii "height = outa.get_height();\n } else {\n out_width" .ascii " = out.get_width();\n out_height = out.get_height();\n" .ascii " }\n if (gid.x >= out_width || gid.y >= out_height) {\n" .ascii " return;\n }\n const half spatial_scale = half(" .ascii "ushort_arg_0) / 10000;\n const ushort sampling_ratio = us" .ascii "hort_arg_1;\n const ushort C = ushort_arg_2;\n const u" .ascii "short pw = gid.x;\n const ushort ph = gid.y;\n const u" .ascii "short n = gid.z / divRoundUp(C, 4);\n const ushort c = gi" .ascii "d.z % divRoundUp(C, 4);\n\n const half4 roi_scaled = rois" .ascii "[n] * spatial_scale;\n const half roi_start_w = roi_scale" .ascii "d[0];\n " .ascii " const half roi_start_h = roi_scaled[1];\n const half roi" .ascii "_end_w = roi_scaled[2];\n const half roi_end_h = roi_scal" .ascii "ed[3];\n\n // Force malformed ROIs to be 1x1\n const h" .ascii "alf roi_width = max(roi_end_w - roi_start_w, (half)1.);\n " .ascii " const half roi_height = max(roi_end_h - roi_start_h, (half)" .ascii "1.);\n\n const half bin_size_h = static_cast<half>(roi_he" .ascii "ight) / static_cast<half>(out_height);\n const half bin_s" .ascii "ize_w = static_cast<half>(roi_width) / static_cast<half>(out" .ascii "_width);\n\n const ushort roi_bin_grid_h = sampling_ratio" .ascii " > 0 ? sampling_ratio : ceil(roi_height / static_cast<half>(" .ascii "out_height));\n const ushort roi_bin_grid_w = sampling_ra" .ascii "tio > 0 ? sampling_ratio : ceil(roi_width / static_cast<half" .ascii ">(out_width));\n\n const half count = roi_bin_grid_h * ro" .ascii "i_bin_grid_w;\n half4 output_val = 0.0;\n\n constexpr " .ascii "sampler s2(coord::pixel, address::clamp_to_edge, filter::lin" .ascii "ear);\n\n for (int iy = 0; iy < roi_bin_grid_h; iy++) {\n" .ascii " for (int ix = 0; ix < roi_bin_grid_w; ix++) {\n " .ascii " // Shift the pixel by 0.5. This is critical to achiev" .ascii "e high accuracy.\n const half y =\n ro" .ascii "i_start_h + ph * bin_size_h + (iy+0.5) * bin_size_h / static" .ascii "_cast<half>(roi_bin_grid_h);\n const half x =\n " .ascii " roi_start_w + pw * bin_size_w + (ix+0.5) * bin_siz" .ascii "e_w / static_cast<half>(roi_bin_grid_w);\n if (ra" .ascii "_has_in_arr) {\n output_val += ina.sample(s2," .ascii " float2(x, y), c);\n } else {\n ou" .ascii "tput_val += in" .string ".sample(s2, float2(x, y));\n }\n }\n }\n output_val /= count;\n if (ra_has_out_arr) {\n outa.write(static_cast<half4>(output_val), gid.xy, gid.z);\n } else {\n out.write(static_cast<half4>(output_val), gid.xy);\n }\n}\n\n" .section .data.rel.local,"aw" .align 3 .type PT_METAL_SHADERS, %object .size PT_METAL_SHADERS, 8 PT_METAL_SHADERS: .xword .LC0 ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "%d" .align 3 .LC1: .string "%d\n" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 40] mov x1, 0 str wzr, [sp, 36] add x0, sp, 24 mov x1, x0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl __isoc99_scanf .L2: add x0, sp, 28 mov x1, x0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl __isoc99_scanf ldr w0, [sp, 28] cmp w0, 0 ble .L2 str wzr, [sp, 32] b .L3 .L4: ldr w1, [sp, 24] ldr w0, [sp, 32] add w0, w1, w0 ldr w1, [sp, 36] add w0, w1, w0 str w0, [sp, 36] ldr w0, [sp, 32] add w0, w0, 1 str w0, [sp, 32] .L3: ldr w0, [sp, 28] ldr w1, [sp, 32] cmp w1, w0 blt .L4 ldr w1, [sp, 36] adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl printf mov w0, 0 mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 40] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L6 bl __stack_chk_fail .L6: mov w0, w1 ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global e .bss .align 2 .type e, %object .size e, 4 e: .zero 4 .text .align 2 .global baz .type baz, %function baz: .LFB0: .cfi_startproc #APP // 47 "program.c" 1 baz_label: .globl baz_label // 0 "" 2 #NO_APP nop ret .cfi_endproc .LFE0: .size baz, .-baz .align 2 .global foo_cold .type foo_cold, %function foo_cold: .LFB1: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp #APP // 53 "program.c" 1 foo_cold_label: .globl foo_cold_label // 0 "" 2 #NO_APP bl baz #APP // 55 "program.c" 1 foo_cold_label2: .globl foo_cold_label2 // 0 "" 2 #NO_APP nop ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE1: .size foo_cold, .-foo_cold .align 2 .global bar .type bar, %function bar: .LFB2: .cfi_startproc #APP // 61 "program.c" 1 bar_label: .globl bar_label // 0 "" 2 #NO_APP nop ret .cfi_endproc .LFE2: .size bar, .-bar .align 2 .global foo .type foo, %function foo: .LFB3: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp #APP // 67 "program.c" 1 foo_label: .globl foo_label // 0 "" 2 #NO_APP bl bar #APP // 69 "program.c" 1 foo_label2: .globl foo_label2 // 0 "" 2 #NO_APP adrp x0, e add x0, x0, :lo12:e ldr w0, [x0] cmp w0, 0 beq .L5 bl foo_cold .L5: #APP // 71 "program.c" 1 foo_label3: .globl foo_label3 // 0 "" 2 #NO_APP nop ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE3: .size foo, .-foo .align 2 .global main .type main, %function main: .LFB4: .cfi_startproc stp x29, x30, [sp, -16]! .cfi_def_cfa_offset 16 .cfi_offset 29, -16 .cfi_offset 30, -8 mov x29, sp #APP // 77 "program.c" 1 main_label: .globl main_label // 0 "" 2 #NO_APP bl foo #APP // 79 "program.c" 1 main_label2: .globl main_label2 // 0 "" 2 #NO_APP mov w0, 0 ldp x29, x30, [sp], 16 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE4: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global add_value .type add_value, %function add_value: .LFB6: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 8] str x1, [sp] ldr x0, [sp, 8] ldr x0, [x0] str x0, [sp, 16] ldr x0, [sp, 16] cmp x0, 0 bne .L2 ldr x0, [sp, 8] ldr x1, [sp] str x1, [x0] b .L6 .L2: str xzr, [sp, 24] b .L4 .L5: ldr x0, [sp, 16] str x0, [sp, 24] ldr x0, [sp, 16] ldr x0, [x0, 8] str x0, [sp, 16] .L4: ldr x0, [sp, 16] cmp x0, 0 bne .L5 ldr x0, [sp, 24] ldr x1, [sp] str x1, [x0, 8] .L6: nop add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE6: .size add_value, .-add_value .align 2 .global add_line .type add_line, %function add_line: .LFB7: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 8] str x1, [sp] ldr x0, [sp, 8] ldr x0, [x0] str x0, [sp, 16] ldr x0, [sp, 16] cmp x0, 0 bne .L8 ldr x0, [sp, 8] ldr x1, [sp] str x1, [x0] b .L12 .L8: str xzr, [sp, 24] b .L10 .L11: ldr x0, [sp, 16] str x0, [sp, 24] ldr x0, [sp, 16] ldr x0, [x0, 8] str x0, [sp, 16] .L10: ldr x0, [sp, 16] cmp x0, 0 bne .L11 ldr x0, [sp, 24] ldr x1, [sp] str x1, [x0, 8] .L12: nop add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE7: .size add_line, .-add_line .section .rodata .align 3 .LC0: .string "%d\t" .text .align 2 .global print_csv_lines .type print_csv_lines, %function print_csv_lines: .LFB8: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] ldr x0, [x0] str x0, [sp, 32] b .L14 .L17: ldr x0, [sp, 32] ldr x0, [x0] str x0, [sp, 40] b .L15 .L16: ldr x0, [sp, 40] ldr w0, [x0] mov w1, w0 adrp x0, .LC0 add x0, x0, :lo12:.LC0 bl printf ldr x0, [sp, 40] ldr x0, [x0, 8] str x0, [sp, 40] .L15: ldr x0, [sp, 40] cmp x0, 0 bne .L16 mov w0, 10 bl putchar ldr x0, [sp, 32] ldr x0, [x0, 8] str x0, [sp, 32] .L14: ldr x0, [sp, 32] cmp x0, 0 bne .L17 nop nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE8: .size print_csv_lines, .-print_csv_lines .align 2 .global count_csv_lines .type count_csv_lines, %function count_csv_lines: .LFB9: .cfi_startproc sub sp, sp, #32 .cfi_def_cfa_offset 32 str x0, [sp, 8] str wzr, [sp, 20] ldr x0, [sp, 8] ldr x0, [x0] str x0, [sp, 24] b .L19 .L20: ldr w0, [sp, 20] add w0, w0, 1 str w0, [sp, 20] ldr x0, [sp, 24] ldr x0, [x0, 8] str x0, [sp, 24] .L19: ldr x0, [sp, 24] cmp x0, 0 bne .L20 ldr w0, [sp, 20] add sp, sp, 32 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE9: .size count_csv_lines, .-count_csv_lines .align 2 .global free_csv_line .type free_csv_line, %function free_csv_line: .LFB10: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] ldr x0, [x0] str x0, [sp, 32] b .L23 .L24: ldr x0, [sp, 32] str x0, [sp, 40] ldr x0, [sp, 32] ldr x0, [x0, 8] str x0, [sp, 32] ldr x0, [sp, 40] bl free .L23: ldr x0, [sp, 32] cmp x0, 0 bne .L24 ldr x0, [sp, 24] bl free nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE10: .size free_csv_line, .-free_csv_line .align 2 .global free_csv .type free_csv, %function free_csv: .LFB11: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] ldr x0, [x0] str x0, [sp, 32] b .L26 .L27: ldr x0, [sp, 32] str x0, [sp, 40] ldr x0, [sp, 32] ldr x0, [x0, 8] str x0, [sp, 32] ldr x0, [sp, 40] bl free_csv_line .L26: ldr x0, [sp, 32] cmp x0, 0 bne .L27 ldr x0, [sp, 24] bl free nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE11: .size free_csv, .-free_csv .section .rodata .align 3 .LC1: .string "read" .text .align 2 .global read_char .type read_char, %function read_char: .LFB12: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str w0, [sp, 28] adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x1, [x0] str x1, [sp, 56] mov x1, 0 add x0, sp, 48 mov x2, 1 mov x1, x0 ldr w0, [sp, 28] bl read str w0, [sp, 44] ldr w0, [sp, 44] cmp w0, 1 bne .L29 ldrb w0, [sp, 48] str w0, [sp, 40] b .L30 .L29: ldr w0, [sp, 44] cmp w0, 0 bne .L31 str wzr, [sp, 40] b .L30 .L31: adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl perror mov w0, -1 bl exit .L30: ldr w0, [sp, 40] mov w1, w0 adrp x0, :got:__stack_chk_guard ldr x0, [x0, #:got_lo12:__stack_chk_guard] ldr x3, [sp, 56] ldr x2, [x0] subs x3, x3, x2 mov x2, 0 beq .L33 bl __stack_chk_fail .L33: mov w0, w1 ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE12: .size read_char, .-read_char .align 2 .global read_value .type read_value, %function read_value: .LFB13: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] ldr w0, [sp, 28] bl read_char str w0, [sp, 44] ldr w0, [sp, 44] cmp w0, 47 ble .L35 ldr w0, [sp, 44] cmp w0, 57 bgt .L35 mov x0, 16 bl malloc str x0, [sp, 56] str wzr, [sp, 48] b .L36 .L38: ldr w0, [sp, 44] sub w0, w0, #48 str w0, [sp, 52] ldr w1, [sp, 48] mov w0, w1 lsl w0, w0, 2 add w0, w0, w1 lsl w0, w0, 1 mov w1, w0 ldr w0, [sp, 52] add w0, w0, w1 str w0, [sp, 48] ldr w0, [sp, 28] bl read_char str w0, [sp, 44] .L36: ldr w0, [sp, 44] cmp w0, 47 ble .L37 ldr w0, [sp, 44] cmp w0, 57 ble .L38 .L37: ldr x0, [sp, 56] ldr w1, [sp, 48] str w1, [x0] ldr x1, [sp, 56] ldr x0, [sp, 16] bl add_value .L35: ldr w0, [sp, 44] ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE13: .size read_value, .-read_value .align 2 .global read_line .type read_line, %function read_line: .LFB14: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] mov x0, 16 bl malloc str x0, [sp, 40] ldr x0, [sp, 40] str xzr, [x0] ldr x1, [sp, 40] ldr w0, [sp, 28] bl read_value str w0, [sp, 36] b .L41 .L42: ldr x1, [sp, 40] ldr w0, [sp, 28] bl read_value str w0, [sp, 36] .L41: ldr w0, [sp, 36] cmp w0, 44 beq .L42 ldr x0, [sp, 40] ldr x0, [x0] cmp x0, 0 beq .L43 ldr x1, [sp, 40] ldr x0, [sp, 16] bl add_line b .L44 .L43: ldr x0, [sp, 40] bl free .L44: ldr w0, [sp, 36] ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE14: .size read_line, .-read_line .section .rodata .align 3 .LC2: .string "program.c" .align 3 .LC3: .string "ch == '\\n'" .text .align 2 .global skip_header_line .type skip_header_line, %function skip_header_line: .LFB15: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str w0, [sp, 28] ldr w0, [sp, 28] bl read_char str w0, [sp, 44] b .L47 .L48: ldr w0, [sp, 28] bl read_char str w0, [sp, 44] .L47: ldr w0, [sp, 44] cmp w0, 13 bne .L48 ldr w0, [sp, 28] bl read_char str w0, [sp, 44] ldr w0, [sp, 44] cmp w0, 10 beq .L50 adrp x0, __PRETTY_FUNCTION__.2 add x3, x0, :lo12:__PRETTY_FUNCTION__.2 mov w2, 159 adrp x0, .LC2 add x1, x0, :lo12:.LC2 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl __assert_fail .L50: nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE15: .size skip_header_line, .-skip_header_line .section .rodata .align 3 .LC4: .string "open" .text .align 2 .global read_csv_file .type read_csv_file, %function read_csv_file: .LFB16: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] mov w1, 0 ldr x0, [sp, 24] bl open str w0, [sp, 36] ldr w0, [sp, 36] cmn w0, #1 bne .L52 adrp x0, .LC4 add x0, x0, :lo12:.LC4 bl perror mov w0, -1 bl exit .L52: ldr w0, [sp, 36] bl skip_header_line mov x0, 8 bl malloc str x0, [sp, 40] ldr x0, [sp, 40] str xzr, [x0] ldr x1, [sp, 40] ldr w0, [sp, 36] bl read_line str w0, [sp, 32] b .L53 .L55: ldr w0, [sp, 36] bl read_char str w0, [sp, 32] ldr w0, [sp, 32] cmp w0, 10 beq .L54 adrp x0, __PRETTY_FUNCTION__.1 add x3, x0, :lo12:__PRETTY_FUNCTION__.1 mov w2, 174 adrp x0, .LC2 add x1, x0, :lo12:.LC2 adrp x0, .LC3 add x0, x0, :lo12:.LC3 bl __assert_fail .L54: ldr x1, [sp, 40] ldr w0, [sp, 36] bl read_line str w0, [sp, 32] .L53: ldr w0, [sp, 32] cmp w0, 13 beq .L55 ldr x0, [sp, 40] ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE16: .size read_csv_file, .-read_csv_file .section .rodata .align 3 .LC5: .string "%d.%d: %d, %d\n" .text .align 2 .global print_row .type print_row, %function print_row: .LFB17: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str x0, [sp, 24] ldr x0, [sp, 24] ldr w1, [x0] ldr x0, [sp, 24] ldr w2, [x0, 4] ldr x0, [sp, 24] ldr w3, [x0, 8] ldr x0, [sp, 24] ldr w0, [x0, 12] mov w4, w0 adrp x0, .LC5 add x0, x0, :lo12:.LC5 bl printf nop ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE17: .size print_row, .-print_row .align 2 .global print_table .type print_table, %function print_table: .LFB18: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] str wzr, [sp, 44] b .L59 .L60: ldr x0, [sp, 24] ldr x1, [x0, 8] ldrsw x0, [sp, 44] lsl x0, x0, 3 add x0, x1, x0 ldr x0, [x0] bl print_row ldr w0, [sp, 44] add w0, w0, 1 str w0, [sp, 44] .L59: ldr x0, [sp, 24] ldr w0, [x0] ldr w1, [sp, 44] cmp w1, w0 blt .L60 nop nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE18: .size print_table, .-print_table .section .rodata .align 3 .LC6: .string "a0 == a1" .align 3 .LC7: .string "b0 == b1" .text .align 2 .global compare_rows .type compare_rows, %function compare_rows: .LFB19: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] ldr x0, [sp, 24] ldr w0, [x0, 8] str w0, [sp, 48] ldr x0, [sp, 24] ldr w0, [x0, 12] str w0, [sp, 52] ldr x0, [sp, 16] ldr w0, [x0, 8] str w0, [sp, 56] ldr x0, [sp, 16] ldr w0, [x0, 12] str w0, [sp, 60] ldr w1, [sp, 48] ldr w0, [sp, 56] cmp w1, w0 bge .L62 mov w0, -1 str w0, [sp, 44] b .L63 .L62: ldr w1, [sp, 48] ldr w0, [sp, 56] cmp w1, w0 ble .L64 mov w0, 1 str w0, [sp, 44] b .L63 .L64: ldr w1, [sp, 48] ldr w0, [sp, 56] cmp w1, w0 beq .L65 adrp x0, __PRETTY_FUNCTION__.0 add x3, x0, :lo12:__PRETTY_FUNCTION__.0 mov w2, 215 adrp x0, .LC2 add x1, x0, :lo12:.LC2 adrp x0, .LC6 add x0, x0, :lo12:.LC6 bl __assert_fail .L65: ldr w1, [sp, 52] ldr w0, [sp, 60] cmp w1, w0 bge .L66 mov w0, -1 str w0, [sp, 44] b .L63 .L66: ldr w1, [sp, 52] ldr w0, [sp, 60] cmp w1, w0 ble .L67 mov w0, 1 str w0, [sp, 44] b .L63 .L67: ldr w1, [sp, 52] ldr w0, [sp, 60] cmp w1, w0 beq .L68 adrp x0, __PRETTY_FUNCTION__.0 add x3, x0, :lo12:__PRETTY_FUNCTION__.0 mov w2, 221 adrp x0, .LC2 add x1, x0, :lo12:.LC2 adrp x0, .LC7 add x0, x0, :lo12:.LC7 bl __assert_fail .L68: str wzr, [sp, 44] .L63: ldr w0, [sp, 44] ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE19: .size compare_rows, .-compare_rows .align 2 .global compare .type compare, %function compare: .LFB20: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] ldr x0, [sp, 24] ldr x0, [x0] str x0, [sp, 32] ldr x0, [sp, 16] ldr x0, [x0] str x0, [sp, 40] ldr x1, [sp, 40] ldr x0, [sp, 32] bl compare_rows ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE20: .size compare, .-compare .align 2 .global print_filtered .type print_filtered, %function print_filtered: .LFB21: .cfi_startproc stp x29, x30, [sp, -48]! .cfi_def_cfa_offset 48 .cfi_offset 29, -48 .cfi_offset 30, -40 mov x29, sp str x0, [sp, 24] str wzr, [sp, 36] ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 40] b .L73 .L79: mov w0, 1 str w0, [sp, 44] b .L74 .L77: ldr w0, [sp, 44] cmp w0, 0 beq .L75 mov w0, 10 bl putchar ldr x0, [sp, 24] ldr x1, [x0, 8] ldrsw x0, [sp, 36] lsl x0, x0, 3 add x0, x1, x0 ldr x0, [x0] bl print_row str wzr, [sp, 44] .L75: ldr x0, [sp, 24] ldr x1, [x0, 8] ldrsw x0, [sp, 40] lsl x0, x0, 3 add x0, x1, x0 ldr x0, [x0] bl print_row ldr w0, [sp, 40] add w0, w0, 1 str w0, [sp, 40] .L74: ldr x0, [sp, 24] ldr w0, [x0] ldr w1, [sp, 40] cmp w1, w0 bge .L76 ldr x0, [sp, 24] ldr x1, [x0, 8] ldrsw x0, [sp, 36] lsl x0, x0, 3 add x0, x1, x0 ldr x2, [x0] ldr x0, [sp, 24] ldr x1, [x0, 8] ldrsw x0, [sp, 40] lsl x0, x0, 3 add x0, x1, x0 ldr x0, [x0] mov x1, x0 mov x0, x2 bl compare_rows cmp w0, 0 beq .L77 .L76: ldr w0, [sp, 40] str w0, [sp, 36] ldr w0, [sp, 36] add w0, w0, 1 str w0, [sp, 40] .L73: ldr x0, [sp, 24] ldr w0, [x0] ldr w1, [sp, 36] cmp w1, w0 bge .L80 ldr x0, [sp, 24] ldr w0, [x0] ldr w1, [sp, 40] cmp w1, w0 blt .L79 .L80: nop ldp x29, x30, [sp], 48 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE21: .size print_filtered, .-print_filtered .align 2 .global create_table .type create_table, %function create_table: .LFB22: .cfi_startproc stp x29, x30, [sp, -112]! .cfi_def_cfa_offset 112 .cfi_offset 29, -112 .cfi_offset 30, -104 mov x29, sp str x19, [sp, 16] .cfi_offset 19, -96 str x0, [sp, 40] str x1, [sp, 32] ldr x0, [sp, 40] bl count_csv_lines str w0, [sp, 64] ldr x0, [sp, 32] bl count_csv_lines str w0, [sp, 68] mov x0, 16 bl malloc str x0, [sp, 88] ldr w1, [sp, 64] ldr w0, [sp, 68] add w1, w1, w0 ldr x0, [sp, 88] str w1, [x0] ldr x0, [sp, 88] ldr w0, [x0] sxtw x0, w0 lsl x0, x0, 3 bl malloc mov x1, x0 ldr x0, [sp, 88] str x1, [x0, 8] ldr x0, [sp, 40] ldr x0, [x0] str x0, [sp, 72] str wzr, [sp, 56] b .L82 .L83: ldr x0, [sp, 72] ldr x0, [x0] str x0, [sp, 104] ldr x0, [sp, 88] ldr x1, [x0, 8] ldrsw x0, [sp, 56] lsl x0, x0, 3 add x19, x1, x0 mov x0, 16 bl malloc str x0, [x19] ldr x0, [sp, 88] ldr x1, [x0, 8] ldrsw x0, [sp, 56] lsl x0, x0, 3 add x0, x1, x0 ldr x0, [x0] str wzr, [x0] ldr x0, [sp, 88] ldr x1, [x0, 8] ldrsw x0, [sp, 56] lsl x0, x0, 3 add x0, x1, x0 ldr x0, [x0] ldr w1, [sp, 56] add w1, w1, 1 str w1, [x0, 4] ldr x0, [sp, 88] ldr x1, [x0, 8] ldrsw x0, [sp, 56] lsl x0, x0, 3 add x0, x1, x0 ldr x0, [x0] ldr x1, [sp, 104] ldr w1, [x1] str w1, [x0, 8] ldr x0, [sp, 104] ldr x1, [x0, 8] ldr x0, [sp, 88] ldr x2, [x0, 8] ldrsw x0, [sp, 56] lsl x0, x0, 3 add x0, x2, x0 ldr x0, [x0] ldr w1, [x1] str w1, [x0, 12] ldr x0, [sp, 72] ldr x0, [x0, 8] str x0, [sp, 72] ldr w0, [sp, 56] add w0, w0, 1 str w0, [sp, 56] .L82: ldr w1, [sp, 56] ldr w0, [sp, 64] cmp w1, w0 blt .L83 ldr x0, [sp, 32] ldr x0, [x0] str x0, [sp, 80] ldr w0, [sp, 64] str w0, [sp, 60] b .L84 .L85: ldr x0, [sp, 80] ldr x0, [x0] str x0, [sp, 96] ldr x0, [sp, 88] ldr x1, [x0, 8] ldrsw x0, [sp, 60] lsl x0, x0, 3 add x19, x1, x0 mov x0, 16 bl malloc str x0, [x19] ldr x0, [sp, 88] ldr x1, [x0, 8] ldrsw x0, [sp, 60] lsl x0, x0, 3 add x0, x1, x0 ldr x0, [x0] mov w1, 1 str w1, [x0] ldr w1, [sp, 60] ldr w0, [sp, 64] sub w1, w1, w0 ldr x0, [sp, 88] ldr x2, [x0, 8] ldrsw x0, [sp, 60] lsl x0, x0, 3 add x0, x2, x0 ldr x0, [x0] add w1, w1, 1 str w1, [x0, 4] ldr x0, [sp, 88] ldr x1, [x0, 8] ldrsw x0, [sp, 60] lsl x0, x0, 3 add x0, x1, x0 ldr x0, [x0] ldr x1, [sp, 96] ldr w1, [x1] str w1, [x0, 8] ldr x0, [sp, 96] ldr x1, [x0, 8] ldr x0, [sp, 88] ldr x2, [x0, 8] ldrsw x0, [sp, 60] lsl x0, x0, 3 add x0, x2, x0 ldr x0, [x0] ldr w1, [x1] str w1, [x0, 12] ldr x0, [sp, 80] ldr x0, [x0, 8] str x0, [sp, 80] ldr w0, [sp, 60] add w0, w0, 1 str w0, [sp, 60] .L84: ldr w1, [sp, 64] ldr w0, [sp, 68] add w0, w1, w0 ldr w1, [sp, 60] cmp w1, w0 blt .L85 ldr x0, [sp, 88] ldr x19, [sp, 16] ldp x29, x30, [sp], 112 .cfi_restore 30 .cfi_restore 29 .cfi_restore 19 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE22: .size create_table, .-create_table .section .rodata .align 3 .LC8: .string "parsed %s:\n\n" .align 3 .LC9: .string "\nparsed %s:\n\n" .align 3 .LC10: .string "\ncreated table:\n" .align 3 .LC11: .string "\nsorted table:\n" .align 3 .LC12: .string "\nfiltered table:" .text .align 2 .global match_csv_files .type match_csv_files, %function match_csv_files: .LFB23: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp str x0, [sp, 24] str x1, [sp, 16] ldr x0, [sp, 24] bl read_csv_file str x0, [sp, 40] ldr x1, [sp, 24] adrp x0, .LC8 add x0, x0, :lo12:.LC8 bl printf ldr x0, [sp, 40] bl print_csv_lines ldr x0, [sp, 16] bl read_csv_file str x0, [sp, 48] ldr x1, [sp, 16] adrp x0, .LC9 add x0, x0, :lo12:.LC9 bl printf ldr x0, [sp, 48] bl print_csv_lines ldr x1, [sp, 48] ldr x0, [sp, 40] bl create_table str x0, [sp, 56] ldr x0, [sp, 40] bl free_csv ldr x0, [sp, 48] bl free_csv adrp x0, .LC10 add x0, x0, :lo12:.LC10 bl puts ldr x0, [sp, 56] bl print_table ldr x0, [sp, 56] ldr x4, [x0, 8] ldr x0, [sp, 56] ldr w0, [x0] sxtw x1, w0 adrp x0, compare add x3, x0, :lo12:compare mov x2, 8 mov x0, x4 bl qsort adrp x0, .LC11 add x0, x0, :lo12:.LC11 bl puts ldr x0, [sp, 56] bl print_table adrp x0, .LC12 add x0, x0, :lo12:.LC12 bl puts ldr x0, [sp, 56] bl print_filtered nop ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE23: .size match_csv_files, .-match_csv_files .section .rodata .align 3 .LC13: .string "usage: %s file0.csv file1.csv\n" .text .align 2 .global main .type main, %function main: .LFB24: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp str w0, [sp, 28] str x1, [sp, 16] ldr w0, [sp, 28] cmp w0, 3 beq .L89 ldr x0, [sp, 16] ldr x0, [x0] mov x1, x0 adrp x0, .LC13 add x0, x0, :lo12:.LC13 bl printf mov w0, 0 bl exit .L89: ldr x0, [sp, 16] add x0, x0, 8 ldr x2, [x0] ldr x0, [sp, 16] add x0, x0, 16 ldr x0, [x0] mov x1, x0 mov x0, x2 bl match_csv_files mov w0, 0 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE24: .size main, .-main .section .rodata .align 3 .type __PRETTY_FUNCTION__.2, %object .size __PRETTY_FUNCTION__.2, 17 __PRETTY_FUNCTION__.2: .string "skip_header_line" .align 3 .type __PRETTY_FUNCTION__.1, %object .size __PRETTY_FUNCTION__.1, 14 __PRETTY_FUNCTION__.1: .string "read_csv_file" .align 3 .type __PRETTY_FUNCTION__.0, %object .size __PRETTY_FUNCTION__.0, 13 __PRETTY_FUNCTION__.0: .string "compare_rows" ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .section .rodata .align 3 .LC0: .string "program.c" .align 3 .LC1: .string "x == 0" .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -32]! .cfi_def_cfa_offset 32 .cfi_offset 29, -32 .cfi_offset 30, -24 mov x29, sp mov x0, 2 str x0, [sp, 24] ldr x0, [sp, 24] lsl x0, x0, 63 str x0, [sp, 24] ldr x0, [sp, 24] lsl x0, x0, 63 str x0, [sp, 24] ldr x0, [sp, 24] cmp x0, 0 beq .L2 adrp x0, __PRETTY_FUNCTION__.0 add x3, x0, :lo12:__PRETTY_FUNCTION__.0 mov w2, 8 adrp x0, .LC0 add x1, x0, :lo12:.LC0 adrp x0, .LC1 add x0, x0, :lo12:.LC1 bl __assert_fail .L2: mov w0, 0 ldp x29, x30, [sp], 32 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main .section .rodata .align 3 .type __PRETTY_FUNCTION__.0, %object .size __PRETTY_FUNCTION__.0, 5 __PRETTY_FUNCTION__.0: .string "main" ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .align 2 .global main .type main, %function main: .LFB0: .cfi_startproc stp x29, x30, [sp, -64]! .cfi_def_cfa_offset 64 .cfi_offset 29, -64 .cfi_offset 30, -56 mov x29, sp mov w0, 1 str w0, [sp, 24] mov w0, 2 str w0, [sp, 28] mov w0, 3 str w0, [sp, 32] mov w0, 4 str w0, [sp, 36] mov w0, 5 str w0, [sp, 40] mov w0, 6 str w0, [sp, 44] mov w0, 7 str w0, [sp, 48] mov w0, 8 str w0, [sp, 52] mov w0, 9 str w0, [sp, 56] mov w0, 10 str w0, [sp, 60] ldr w1, [sp, 24] ldr w0, [sp, 28] add w1, w1, w0 ldr w0, [sp, 32] add w1, w1, w0 ldr w0, [sp, 36] add w1, w1, w0 ldr w0, [sp, 40] add w1, w1, w0 ldr w0, [sp, 44] add w1, w1, w0 ldr w0, [sp, 48] add w1, w1, w0 ldr w0, [sp, 52] add w1, w1, w0 ldr w0, [sp, 56] add w1, w1, w0 ldr w0, [sp, 60] add w0, w1, w0 cmp w0, 55 cset w0, eq and w0, w0, 255 bl assert mov w0, 0 ldp x29, x30, [sp], 64 .cfi_restore 30 .cfi_restore 29 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size main, .-main ```
### Human: Write a random program in ARM assembly### Assistant: ``` .text .global a .bss .align 3 .type a, %object .size a, 10 a: .zero 10 .global b .align 3 .type b, %object .size b, 10 b: .zero 10 .text .align 2 .global f .type f, %function f: .LFB0: .cfi_startproc sub sp, sp, #16 .cfi_def_cfa_offset 16 str w0, [sp, 12] ldr w0, [sp, 12] add w2, w0, 1 adrp x0, a add x1, x0, :lo12:a sxtw x0, w2 ldrb w0, [x1, x0] mov w2, w0 ldr w0, [sp, 12] add w3, w0, 1 adrp x0, b add x1, x0, :lo12:b sxtw x0, w3 ldrb w0, [x1, x0] add w0, w2, w0 add sp, sp, 16 .cfi_def_cfa_offset 0 ret .cfi_endproc .LFE0: .size f, .-f ```