text
stringlengths 197
24.1M
|
---|
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.global x
.bss
.align 3
.type x, %object
.size x, 8
x:
.zero 8
.global y
.section .rodata
.align 3
.type y, %object
.size y, 8
y:
.zero 8
.global z
.bss
.align 3
.type z, %object
.size z, 8
z:
.zero 8
.text
.align 2
.global foo
.type foo, %function
foo:
.LFB0:
.cfi_startproc
adrp x0, x
add x0, x0, :lo12:x
str xzr, [x0]
mov x1, 0
mov w0, 1
str w0, [x1]
adrp x0, z
add x0, x0, :lo12:z
str xzr, [x0]
nop
ret
.cfi_endproc
.LFE0:
.size foo, .-foo
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.global my_global_char
.data
.type my_global_char, %object
.size my_global_char, 1
my_global_char:
.byte 88
.global my_global_str
.section .rodata
.align 3
.LC0:
.string "abc"
.section .data.rel.local,"aw"
.align 3
.type my_global_str, %object
.size my_global_str, 8
my_global_str:
.xword .LC0
.global my_global_str_ptr
.align 3
.type my_global_str_ptr, %object
.size my_global_str_ptr, 8
my_global_str_ptr:
.xword my_global_str
.data
.align 2
.type my_static_int, %object
.size my_static_int, 4
my_static_int:
.word 228
.section .rodata
.align 3
.LC1:
.string "global char: %c\n"
.align 3
.LC2:
.string "global str: %s\n"
.align 3
.LC3:
.string "argc + my_static_int = %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
str w0, [sp, 28]
str x1, [sp, 16]
adrp x0, my_global_char
add x0, x0, :lo12:my_global_char
ldrb w0, [x0]
mov w1, w0
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl printf
adrp x0, my_global_str
add x0, x0, :lo12:my_global_str
ldr x0, [x0]
mov x1, x0
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl printf
adrp x0, my_static_int
add x0, x0, :lo12:my_static_int
ldr w1, [x0]
ldr w0, [sp, 28]
add w0, w1, w0
mov w1, w0
adrp x0, .LC3
add x0, x0, :lo12:.LC3
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
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.section .rodata
.align 2
.type LINE_SIZE, %object
.size LINE_SIZE, 4
LINE_SIZE:
.word 164
.align 2
.type PAYLOAD_SIZE, %object
.size PAYLOAD_SIZE, 4
PAYLOAD_SIZE:
.word 160
.align 2
.type SCAN_LINES, %object
.size SCAN_LINES, 4
SCAN_LINES:
.word 60
.align 2
.type SCAN_COLUMNS, %object
.size SCAN_COLUMNS, 4
SCAN_COLUMNS:
.word 80
.align 2
.type CHUNK_SIZE, %object
.size CHUNK_SIZE, 4
CHUNK_SIZE:
.word 3280
.align 2
.type FRAME_SIZE, %object
.size FRAME_SIZE, 4
FRAME_SIZE:
.word 9840
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.align 2
.global imaxdiv
.type imaxdiv, %function
imaxdiv:
.LFB0:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, 8]
str x1, [sp]
ldr x1, [sp, 8]
ldr x0, [sp]
sdiv x3, x1, x0
ldr x0, [sp, 8]
ldr x1, [sp]
sdiv x2, x0, x1
ldr x1, [sp]
mul x1, x2, x1
sub x0, x0, x1
mov x4, x3
mov x5, x0
mov x0, x4
mov x1, x5
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE0:
.size imaxdiv, .-imaxdiv
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.align 2
.global db_list_jesrcs_report_sql
.type db_list_jesrcs_report_sql, %function
db_list_jesrcs_report_sql:
.LFB0:
.cfi_startproc
adrp x0, query.0
add x0, x0, :lo12:query.0
ldr x0, [x0]
ret
.cfi_endproc
.LFE0:
.size db_list_jesrcs_report_sql, .-db_list_jesrcs_report_sql
.section .rodata
.align 3
.LC0:
.string "SELECT name AS 'Name', description as 'Description' FROM jesrcs ORDER BY name"
.section .data.rel.local,"aw"
.align 3
.type query.0, %object
.size query.0, 8
query.0:
.xword .LC0
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.section .rodata
.align 3
.type iso8859_2_ucs_table, %object
.size iso8859_2_ucs_table, 384
iso8859_2_ucs_table:
.word 160
.word 260
.word 728
.word 321
.word 164
.word 317
.word 346
.word 167
.word 168
.word 352
.word 350
.word 356
.word 377
.word 173
.word 381
.word 379
.word 176
.word 261
.word 731
.word 322
.word 180
.word 318
.word 347
.word 711
.word 184
.word 353
.word 351
.word 357
.word 378
.word 733
.word 382
.word 380
.word 340
.word 193
.word 194
.word 258
.word 196
.word 313
.word 262
.word 199
.word 268
.word 201
.word 280
.word 203
.word 282
.word 205
.word 206
.word 270
.word 272
.word 323
.word 327
.word 211
.word 212
.word 336
.word 214
.word 215
.word 344
.word 366
.word 218
.word 368
.word 220
.word 221
.word 354
.word 223
.word 341
.word 225
.word 226
.word 259
.word 228
.word 314
.word 263
.word 231
.word 269
.word 233
.word 281
.word 235
.word 283
.word 237
.word 238
.word 271
.word 273
.word 324
.word 328
.word 243
.word 244
.word 337
.word 246
.word 247
.word 345
.word 367
.word 250
.word 369
.word 252
.word 253
.word 355
.word 729
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.section .rodata
.align 3
.LC0:
.string "Please enter 3 numbers separated by spaces > "
.align 3
.LC1:
.string "%d%d%d"
.align 3
.LC2:
.string "%d is the median\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
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl printf
add x2, sp, 32
add x1, sp, 28
add x0, sp, 24
mov x3, x2
mov x2, x1
mov x1, x0
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl __isoc99_scanf
ldr w1, [sp, 24]
ldr w0, [sp, 28]
cmp w1, w0
ble .L2
ldr w1, [sp, 24]
ldr w0, [sp, 32]
cmp w1, w0
bge .L2
ldr w0, [sp, 24]
str w0, [sp, 36]
b .L3
.L2:
ldr w1, [sp, 24]
ldr w0, [sp, 28]
cmp w1, w0
bge .L4
ldr w1, [sp, 24]
ldr w0, [sp, 32]
cmp w1, w0
ble .L4
ldr w0, [sp, 24]
str w0, [sp, 36]
b .L3
.L4:
ldr w1, [sp, 28]
ldr w0, [sp, 24]
cmp w1, w0
ble .L5
ldr w1, [sp, 28]
ldr w0, [sp, 32]
cmp w1, w0
bge .L5
ldr w0, [sp, 28]
str w0, [sp, 36]
b .L3
.L5:
ldr w1, [sp, 28]
ldr w0, [sp, 24]
cmp w1, w0
bge .L6
ldr w1, [sp, 28]
ldr w0, [sp, 32]
cmp w1, w0
ble .L6
ldr w0, [sp, 28]
str w0, [sp, 36]
b .L3
.L6:
ldr w1, [sp, 32]
ldr w0, [sp, 24]
cmp w1, w0
ble .L7
ldr w1, [sp, 32]
ldr w0, [sp, 28]
cmp w1, w0
bge .L7
ldr w0, [sp, 32]
str w0, [sp, 36]
b .L3
.L7:
ldr w1, [sp, 32]
ldr w0, [sp, 24]
cmp w1, w0
bge .L3
ldr w1, [sp, 32]
ldr w0, [sp, 28]
cmp w1, w0
ble .L3
ldr w0, [sp, 32]
str w0, [sp, 36]
.L3:
ldr w1, [sp, 36]
adrp x0, .LC2
add x0, x0, :lo12:.LC2
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 .L9
bl __stack_chk_fail
.L9:
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
.section .rodata
.align 3
.LC0:
.string "%d"
.align 3
.LC1:
.string "%d %d"
.text
.align 2
.global main
.type main, %function
main:
.LFB0:
.cfi_startproc
sub x12, sp, #393216
.cfi_def_cfa 12, 393216
.LPSRL0:
sub sp, sp, 65536
str xzr, [sp, 1024]
cmp sp, x12
b.ne .LPSRL0
.cfi_def_cfa_register 31
mov x12, 6848
sub sp, sp, x12
.cfi_def_cfa_offset 400064
stp x29, x30, [sp]
.cfi_offset 29, -400064
.cfi_offset 30, -400056
mov x29, sp
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
add x1, sp, 393216
ldr x2, [x0]
str x2, [x1, 6840]
mov x2, 0
str wzr, [sp, 28]
mov w0, 1
str w0, [sp, 40]
str wzr, [sp, 32]
str wzr, [sp, 44]
str wzr, [sp, 36]
add x0, sp, 48
mov x1, 6788
movk x1, 0x6, lsl 16
mov x2, x1
mov w1, 0
bl memset
add x0, sp, 28
mov x1, x0
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl __isoc99_scanf
mov w0, 1
str w0, [sp, 40]
b .L2
.L3:
add x0, sp, 32
mov x1, x0
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl __isoc99_scanf
ldr w3, [sp, 32]
sxtw x0, w3
lsl x0, x0, 2
add x1, sp, 48
ldr w0, [x1, x0]
add w2, w0, 1
sxtw x0, w3
lsl x0, x0, 2
add x1, sp, 48
str w2, [x1, x0]
ldr w0, [sp, 40]
add w0, w0, 1
str w0, [sp, 40]
.L2:
ldr w0, [sp, 28]
ldr w1, [sp, 40]
cmp w1, w0
ble .L3
add x0, sp, 36
mov x1, x0
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl __isoc99_scanf
mov w0, 34465
movk w0, 0x1, lsl 16
str w0, [sp, 40]
b .L4
.L6:
ldrsw x0, [sp, 40]
lsl x0, x0, 2
add x1, sp, 48
ldr w0, [x1, x0]
cmp w0, 0
beq .L5
ldr w0, [sp, 44]
add w0, w0, 1
str w0, [sp, 44]
.L5:
ldr w0, [sp, 40]
sub w0, w0, #1
str w0, [sp, 40]
.L4:
ldr w0, [sp, 36]
ldr w1, [sp, 44]
cmp w1, w0
blt .L6
ldrsw x0, [sp, 40]
lsl x0, x0, 2
add x1, sp, 48
ldr w0, [x1, x0]
mov w2, w0
ldr w1, [sp, 40]
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]
add x3, sp, 393216
ldr x4, [x3, 6840]
ldr x2, [x0]
subs x4, x4, x2
mov x2, 0
beq .L8
bl __stack_chk_fail
.L8:
mov w0, w1
ldp x29, x30, [sp]
.cfi_restore 29
.cfi_restore 30
add sp, sp, 2752
.cfi_def_cfa_offset 397312
add sp, sp, 397312
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE0:
.size main, .-main
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.global g_HDR_VS
.section .rodata
.align 3
.type g_HDR_VS, %object
.size g_HDR_VS, 11646
g_HDR_VS:
.string "DXBC\360\3114\210A\305\255c\002 \352~\002\250\241\r\001"
.string ""
.string ""
.string "~-"
.string ""
.string "\007"
.string ""
.string ""
.string "<"
.string ""
.string ""
.string "L"
.string ""
.string ""
.string "\325"
.string ""
.string ""
.string "\212\001"
.string ""
.string "\266\002"
.string ""
.string "\006\036"
.string ""
.string ":\036"
.string ""
.string "SFI0\b"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "ISG1\201"
.string ""
.string ""
.string "\003"
.string ""
.string ""
.string "\b"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "h"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\003"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\007"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "q"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\003"
.string ""
.string ""
.string "\001"
.string ""
.string ""
.string "\007"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "x"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\003"
.string ""
.string ""
.string "\002"
.string ""
.string ""
.string "\003"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "POSITION"
.string "NORMAL"
.string "TEXCOORD"
.string "OSG1\255"
.string ""
.string ""
.string "\004"
.string ""
.string ""
.string "\b"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\210"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\003"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\017\360"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\221"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\003"
.string ""
.string ""
.string "\001"
.string ""
.string ""
.string "\007\370"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\230"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\003"
.string ""
.string ""
.string "\002"
.string ""
.string ""
.string "\003\374"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\241"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\001"
.string ""
.string ""
.string "\003"
.string ""
.string ""
.string "\003"
.string ""
.string ""
.string "\017\360"
.string ""
.string ""
.string ""
.string ""
.string ""
.string "POSITION"
.string "NORMAL"
.string "TEXCOORD"
.string "SV_Position"
.string "PSV0$\001"
.string ""
.string "$"
.string ""
.string ""
.string "\001"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\377\377\377\377\001"
.string ""
.string ""
.string "\003\004"
.string "\003\004"
.string ""
.string ""
.string "\001"
.string ""
.string ""
.string "\020"
.string ""
.string ""
.string "\002"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "4"
.string ""
.string ""
.string ""
.string "POSITION"
.string "NORMAL"
.string "TEXCOORD"
.string "POSITION"
.string "NORMAL"
.string "TEXCOORD"
.string ""
.string "\001"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\020"
.string ""
.string ""
.string "\001"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\001"
.string "C"
.string "\003"
.string ""
.string ""
.string "\n"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\001\001C"
.string "\003"
.string ""
.string ""
.string "\021"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\001\002B"
.string "\003"
.string ""
.string ""
.string "\032"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\001"
.string "D"
.string "\003\002"
.string ""
.string "#"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\001\001C"
.string "\003\002"
.string ""
.string "*"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\001\002B"
.string "\003\002"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\001\003D\003\003\004"
.string ""
.string "\017\360"
.string ""
.string "\017\360"
.string ""
.string "\017\360"
.string ""
.string ""
.string ""
.string ""
.string ""
.string "p"
.string ""
.string ""
.string "p"
.string ""
.string ""
.string "p"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\003"
.string ""
.string ""
.string "\003"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "ILDBH\033"
.string ""
.string "`"
.string "\001"
.string "\322\006"
.string ""
.string "DXIL"
.string "\001"
.string ""
.string "\020"
.string ""
.string ""
.string "0\033"
.string ""
.string "BC\300\336!\f"
.string ""
.string "\311\006"
.string ""
.string "\013\202 "
.string "\002"
.string ""
.string ""
.string "\023"
.string ""
.string ""
.string "\007\201#\221A\310\004I\006\02029\222\001\204\f%\005\b\031\036\004\213b\200\030E\002B\222\013B\304\0202\0248\b\030K\n2b\210H\220\024 CF\210\245"
.string "\0312B\344H\016\220\021#\304PAQ\201\214\341\203\345\212\0041F\006Q\030"
.string ""
.string "\b"
.string ""
.string ""
.string "\033\214\340\377\377\377\377\007@\002\250\r\204\360\377\377\377\377\003 m0\206\377\377\377\377\037"
.string "\t\250"
.string "I\030"
.string ""
.string "\003"
.string ""
.string ""
.string "\023\202`B L\b\006"
.string ""
.string ""
.string ""
.string "\211 "
.string ""
.string "L"
.string ""
.string ""
.string "2\"\210\t d\205\004\023#\244\204\004\023#\343\204\241\220\024\022L\214\214\013\204\304L\020\260\301\f\3000\002\001$Ap\336p\371\300\202\030\rC4\223\277\020\006 `\2764E\2240\371&0!B\020\004\341\262\341\362\201\0051\032\206h&\177!\f@\300|\023\230\270\r\005\003\021s\004\b\031\031p\0202\0020\020P\beY\026bJ\240\2203G"
.string "\006\305"
.string " \b2 \212\212\241@\020d"
.string "4\0355\\\376\204=\204\344s\033U\254\304\344\027\267\215\b"
.string ""
.string "\200{\206\313\237\260\207\220\374\020h\206\205@\301Q\210\n\262 \272J\001@"
.string ""
.string "P6G\020\024\303\202\f\b\332\210;KX"
.string "I\362\031`\212\220\313/\026\007\230|\334\307Q \234\"M\021%L\276\tL\210\360<\317\033F\030\200a\004\001\270L\232\"J\230\374\227\210&\342b\017` \"\224\232\036jBD"
.string "\206\301\211\2014E\2240\371/\021M\304\225:\0222!Ns:\021\003,-qMTD\240\001\004\303+L`\3426\024|\311"
.string "\315\021\200B\n"
.string "t\022\220\003"
.string "\251"
.string ""
.string "\023\024r\300\207t`\2076h\207yh\003r\300\207\r\257P\016m\320\016zP\016m"
.string "\017z0\007r\240\007s \007m\220\016q\240\007s \007m\220\016x\240\007s \007m\220\016q`\007z0\007r\320\006\3510\007r\240\007s \007m\220\016v@\007z`\007t\320\006\346\020\007v\240\007s \007m`\016s \007z0\007r\320\006\346`\007t\240\007v@\007m\340\016x\240\007q`\007z0\007r\240\007v@\007+\032v`\007{h\0077h\207r\240\207p \207p\240\207p\320y \204\f\031)\001$\220\004"
.string " \n` \016y\030 "
.string "\002"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\030\3628"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "0\344\211\200"
.string "\b"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "`\3103\001\001 "
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\300\220\347\002\002`"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\200!O\006\004@"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "C\036\016\b\200\001"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\262@"
.string ""
.string ""
.string "\034"
.string ""
.string ""
.string "2\036\230\030\031\021L\220\214\t&G\306\004C2K\200\240\202*02Jb\004\240\f\212\240\020\b*\240\002)\2042(\202\022\030\001(\206\002$(\207\222(\300\200\002\024(\300\001B0"
.string "\351\260-"
.string "\250\230\001 b\006\200\276\031"
.string "\022g"
.string "h\234\001 r\006\200\312\261\030\005zA>xA>xA>"
.string "\340\001\036\340\001"
.string "1\020\243a\006"
.string ""
.string "y\030"
.string ""
.string "}\003"
.string ""
.string "\032\003L\220F\002\023\3041\230\223\033\343\232C\013#+\223\233\343\232\223\033\343\232C\013#+\223\233\343B\"\222\372\262\232rAc\233c\0334"
.string "\001\300\203\fo\f$\306Ef\003@\303\214\355-\214\216\206\220]\331\030\335\233\034\217\031\333[\030\035\013\b\215\017\0034\016int{\f\200\f\0200"
.string "\203b\021\0034\207"
.string "\214A\002\006`"
.string ""
.string ""
.string "\2257\2702\2710\2727\271\255.r\001??A?$vector@M$03@@QBAAAMI@Z,\314\330\336\302\350\366\030"
.string "\0314`"
.string "\006\304\"\006\200"
.string ""
.string ""
.string "\034"
.string ""
.string ""
.string "`\021\003\230\001"
.string ""
.string "\300\030"
.string ""
.string ""
.string ""
.string "\213\030\340\001"
.string ""
.string "\200\300"
.string "\f"
.string "P\f"
.string "2unsigned int{\f\200\f$0"
.string "\203c\303\360D\323\246\001"
.string "\250U\0230\006\013#"
.string "\025"
.string ""
.string ""
.string ""
.string "\214\b"
.string ""
.string ""
.string "@.\340\347'\350\207\304\256l\214\356M\016\250\211\004f\006\b(*(((\250)\tHk\021\003<"
.string ""
.string ""
.string "c"
.string "\006`"
.string "\200b"
.string "l\030\036l\3324"
.string "@\266j\002\306`\271\004@\003"
.string ""
.string ""
.string "\200\021\001"
.string ""
.string ""
.string "6\f\212\265\361(c+k+s\243[6"
.string "\235\303\246\214\255\254\255\314\215\356k\354\255\316\215n\202"
.string "M\323\n"
.string "\016\276\004\f6\b^\030L\202"
.string "\301\020"
.string ""
.string ""
.string "\t0"
.string ""
.string "\016"
.string "\304"
.string "X\304"
.string "V!"
.string "\300\030"
.string ""
.string ""
.string ""
.ascii "D\314\330\336\302\350f\360f8\265\205\321"
.string "\311\245\341\361\230\261\275\205\321\261\200\314\260\200\314\370\254\031\200\001\330\020\234\301$\b\b"
.string ""
.string ""
.string "\034p"
.string "\003"
.string "\004\0054"
.string ""
.string ""
.string "\230\004\001\001"
.string ""
.string "@\032\200\t\030"
.string ""
.string "\032"
.string ""
.string ""
.string ",b\200\346\020\300"
.string "\026\324"
.string "L\300"
.string ""
.string ""
.string "\272A\300\317O\320\017I[\030\235\\\032\036P\023\t\214\f\t\214\f\020PTPPP\220\325\017\211]\331\030\335\233\034P\023\t\214\f\020P\022\220\026!\273\2621\27279\0363\266\2670:\026\220\031\237E\f\320\034\002\340\007\t\030\200\001"
.string ""
.string "\344\002~~\202~H\354\312\306\350\336\344\200\232H`d\200\200\242\204\202\202\202\232\222\200\264\0261\200\031"
.string ""
.string ""
.string "\370\001"
.string ""
.string ""
.string "\260\210\001\036"
.string ""
.string ""
.string "8"
.string "\0030"
.string "@1"
.string "6\fO\034L\233\006"
.string "\220\203U\023\340\007\313\033\b\300\034"
.string ""
.string ""
.string ""
.string "\300\210"
.string ""
.string ""
.string ""
.string "\344\002~~\202~H\354\312\306\350\336\344\200\232H`d\200\200\242\202\202\202\202\232\222\200\264\0261\300\003"
.string ""
.string "\340\007`"
.string "\006"
.string "(\006\300\206\341\261\203i\323"
.string ""
.string "w\260j\002\374`\251\003\001\300\003"
.string ""
.string ""
.string ""
.string "\030\021"
.string ""
.string ""
.string "`\303\340\006t\220\007\023\004\210\232V"
.string "p\360%{\260A\360\370`\022\004\bm "
.string ""
.string ""
.string "\016`"
.string ""
.string "z"
.string ""
.string "}"
.string ",b"
.string "\b"
.string ""
.string "\300\017"
.string ""
.string ""
.string "\200E\f\360"
.string ""
.string ""
.string "\300\002\030\200\001"
.string "\212\001\260a\370\003P\2306\r"
.string "\020\n\253&"
.string "\026\0266\020\300@\024"
.string ""
.string "\f"
.string ""
.string "\030\021"
.string ""
.string ""
.string "\200n\020\360\363\023\364C\322\026F'\227\206\007\324D\002#C\002#\003\004\024%\024\024\024d\365CbW6F\367&\007\324D\002#\003\004\224\004\244\265\210\001\314"
.string ""
.string ""
.string ""
.string "\026"
.string ""
.string ""
.string "\200E\f\360"
.string ""
.string ""
.string "\224\002\030\200\001"
.string "\212\001\260a\370\003S\2306\r"
.string "p\n\253&"
.string "\026\026R\020\300"
.string "\025"
.string ""
.string "\f"
.string ""
.string "\030\021"
.string ""
.string ""
.string "`\303\260\006\243\220\nL\344\336\356\276\306\336\352\334\350\246\025"
.string "\034\254B\262\007L\306\336\330\276\306\336\352\334\350\246\025"
.string "\034\264B\262\007\033\006\217\025\\a\022\004\bf \200\001"
.string "\200\t\030"
.string "\200*"
.string "\300+"
.string "\213\030\300*\003\001\f"
.string "X"
.string ""
.string ""
.string ""
.string "6\bd\020\013\274\346\344\306\270\346\320\302\310\312\344\346\270\220\210\244\276\254\246\\\320\330\346\330\006\r\300,"
.string "$\332\302\322\334(Y\225\311\321\225\341M\241\205\221\225\311=\325\321\301\325\321Q\201z\233K\243K{s\263\232Z\304"
.string "\315-\320\002e\017d"
.string "\022`"
.string ""
.string ""
.string "\021\2477\271\26606\253)\032float3\213\030\300\322\005\001"
.string "\374"
.string ""
.string ""
.string ""
.string "X\304"
.string "M.\320Be\017\273"
.string "\016`"
.string "\022"
.string "@\204\252\fo\350\355M\216\214\206\031\333[\030\235\f!\273\2621\27279\0363\266\2670:\026\020\031\237E\f\320\034\002"
.string "\017\t\030\200\001"
.string ""
.string "\344\002~~\202~H\354\312\306\350\336\344\200\232H`b\200\200\242\204\202\202\202\232\222\200\264\0261\200\031"
.string ""
.string ""
.string "\300\003"
.string ""
.string ""
.string "\260\210\001\036"
.string ""
.string ""
.string "q"
.string "\0030"
.string "@1"
.string "6\f\3178L\233\006"
.string " \207U\023"
.string "\017K8\b@9"
.string ""
.string ""
.string ""
.string "\300\210"
.string ""
.string ""
.string ""
.string "\344\002~~\202~H\354\312\306\350\336\344\200\232H`b\200\200\242\202\202\202\202\232\222\200\264\0261\300\003"
.string ""
.string ""
.string "\017`"
.string "\006"
.string "(\006\300\206\341A\207i\323"
.string ""
.string "\351\260j\002\340a9\007\001P\007"
.string ""
.string ""
.string ""
.string "\030\021"
.string ""
.string ""
.string "`\303"
.string "\016\346\260\016\023\004\250\232V"
.string "p\360%\355\260A\360\334a\022\004\b\277 "
.string ""
.string ""
.string "\n`"
.string ""
.string "\354"
.string ""
.string "\357"
.string ",b"
.string "\313\027\004"
.string "\200\007"
.string ""
.string ""
.string "`\021\0034\275@\013\226=\304\003(\200\001x"
.string ""
.string "\021\250\267\2714\272\2647\267E\f\320\314\003-\\\366@\006 \001\006`\002"
.string "\033\b\\\340\005y\240\207I\0200\331\002-H"
.string ""
.string "6`"
.string ""
.string "\365"
.string ""
.string ""
.string "\300\315\252L\216\256\f\017\352m.\215.\355\315\315\351M\256-\214\215\252\f\217\256N\256l\021\0034\363@\013M?\354\0028\200\001"
.string ""
.string "4\234\336\344\332\302\330\0261@\223\017\264\340\364\303.\200\003\030\200\003"
.string ",b\200\246\027h\341\351\207x"
.string "\0050"
.string "\r"
.string "\3300\340\203>\354\303$\b\230\356\201\026\026"
.string ""
.string "\0210"
.string ""
.string "~"
.string ""
.string ""
.string "\330 \330C?l\032"
.string "\300\037&\b\317\260j\002h\241\026"
.string "Z\320\376\001\b6"
.string ""
.string "@\004"
.string "\t"
.string ""
.string "6\004!1\352\t\ba"
.string ""
.string ""
.string "\b\bY\020\t"
.string ""
.ascii "\330\020\335\205\311\231\201X\225\311\315\245\275\271m\030\332"
.ascii "\201$\300\200\022Q\231X\335\031H\222\233\331\033\210U\231\334"
.ascii "\\\332\233\333\206\241\035Lb\0176\004\003in\216N\256n\214\016"
.ascii "\244)\214\256Aa\257A\001\004\004\004\244-\214N.\r\017\244\351"
.ascii "\215\254\214\255)\214N.\ro\247A\001\004\004\004\244-\214N.\r"
.ascii "\017\244\351\215\254\214\315*\255\354\256)\214N.\ro\247A\001"
.ascii "\004\004\004\244-\214N.\r\017$\311\315\256Ln\256\214J.\314m\016"
.ascii "\356m\256\254\351\215\254\214\315*\255\354\256)\214N.\ro\247"
.ascii "A\001\004\004\004\244-\214N.\r\017\244\351\215\254\214\315*\255"
.ascii "\354\016J\356M\255l\214.\355\315\255)\214N.\ro\247A\241o\247"
.ascii "A\241Aa\350\315m\216.\314\215N\250\316\314\254L\216\247)\214"
.ascii "\316\007\244)\214nH\bD\007D\256\354,m\216\256L\016E\f&e\247A"
.ascii "\241Aa\216N\256n\214\016\304\252L\216\256\f\017\352m.\215.\355"
.ascii "\315\315\351M\256-\214\215\252\f\217\256N\256\254Aa\257A\001"
.ascii "\004\004\004\304\214\355-\214n\006\004\352m.\215.\355\315\rD"
.ascii "\007\004\352i*\211*\351\311i\247A\001\004\004\004\304\214\355"
.ascii "-\214n\006\304\351M\256-\214\r\004\004D\007\304\351I\252)\210"
.ascii "i\247A\001\004\004\004\304\214\355-\214N\006\204\252\fo\350\355"
.ascii "M\216\fD\007\204\252\bk\350\351I\212h\247A\241o\247A\241Aa\216"
.ascii "N\256n\214\016\304\252L\216\256\fo\n-\214\254L\356\251\216\016"
.ascii "\256\216\256Aa\257A\001\004\004\004\304\214\355-\214\216\006"
.ascii "\004\352m.\215.\355\315\315j\nD\007\004\352i*\211*\351\311i\247"
.ascii "A\001\004\004\004\304\214\355-\214n\006\304\351M\256-\214\315"
.ascii "j\n\004\004D\007\304\351I\252)\210i\247A\001\004\004\004\304"
.ascii "\214\355-\214N\006\204\252\fo\350\355M\216\f\004\004D\007\204"
.ascii "\252\bk\350\351I\212h\247A\001\004\004\004\304\214\355-\214\216"
.ascii "\006\004\352m.\215.\355\315\r\004\004D\007d\312\352\013\352m"
.ascii ".\215.\355\315m\247A\241o\247A\241A\301\252L\216\256\fo\n-\214"
.ascii "\254L\356\251\216\016\256\216\016\244-,\315\r\305\252L\216\256"
.ascii "\f\017\352m.\215.\355\315\315\351M\256-\214\215\252\f\217\256"
.ascii "N\256\f$\311)\245Aa\257A\001\004\004\004\304\252L\216\256\fo"
.ascii "\n-\214\254L\356\251\216\016\256\216\016\344\251\212j\247A\241"
.ascii "A\001\004\004\004\344\251\212\312\005\352m.\215.\355\315\r\244"
.ascii "\007\244\255\216\r\005\244)\214nH\310\245\351\215\254\214\315"
.ascii "*\255\354\016J\356M\255l\214.\355\315\255)\214N.\r\217\005\304"
.ascii "\214\355-\214\216\006%\311\311\005\352m.\215.\355\315\215\005"
.ascii "$\306\005\306,%e\247A\001\004\004\004\344\251\212\312\005\352"
.ascii "m.\215.\355\315\315j\n\244\007\244\255\216\r\005\244)\214nH\310"
.ascii "\245\351\215\254\214\315*\255\354\256)\214N.\r\217\005\304"
.string "\214\355-\214\216\006%\311\311\005\352m.\215.\355\315\215\005$\306\005\306,%e\247A\001\004\004\004\344\251\212\312\305\351M\256-\214\315j\n\244\007\244\255\216\r\005\305\214\355-\214n\006o&\245)\214nH\310%\311\315\256Ln\256\214J.\314m\016\356m\256\254\351\215\254\214\315*\255\354\256)\214N.\r\217\005$\311\311\305\351M\256-\214-e\247A\001\004\004\004\344\251\212\312\205\252\fo\350\355M\216\f\244\007$\311\311\205\252\fo\350\355M\216l\247A\241A\001\004\004\004D\256\214\256N\316\r\344\251\212j\247A\241o\2030\013)\261!\230\005\n/E\024^\250h\330\315}\331|\301pxy\"\343\360\242\225\266\301`\211Zh\t\227x\t\230\230 @\326\004\001\2726\b21\023\033\004\231"
.string "\003\nvs\023\004\b\3330\330\304M\314\304\004\241\b\003\026MatCB\023\004(\333\200\314DN\350\304L\314\204L\354\004\260!\340\211\r\004"
.string "\364\0040A\370\306\200K\323\033Y\031[S\030\235\\\032\336\206\001\f\300\240\035&\b\2206A\200\266\r\310M\200E;\204\305\036\314\204X\214\005\237\2467\26226\253\264\262\273\2460:\2714\274\t\002\304m@n\242,\332!,\366\300,\304b,\370%\271\331\225\311\315\225Q\311\205\271\315\301\275\315\2255\275\221\225\261Y\245\225\3355\205\321\311\245\341M\020\240n\003r\023h\321\016a\261\007i!\026c\301\254\351\215\254\214\315*\255\354\016J\356M\255l\214.\355\315\255)\214N.\ro\202"
.string "y\033\220\233X\213v\b\213=`\013\261\030\213\r\305N\220\305Y\250E[L\020\304\200\f\210@=M%Q%=9m@n\342\026\366`&\300"
.string ".\304b,&\b\220D\303\351I\252)\210i\003r\023\271\260\007r\001\006s!\026c1A\200\"\"TEXCOORD\033\220\233\350\205=\250\0130\260\013\261\030\213\t\002\264p\231\262\372\202z\233K\243K{s\333\200\334\304<\354\001^\200A^\210\305Xl(\314\".\350\342.\364b\2020\006e0A\200\224\r\310M\314\303\036\314\004\030\300\205X\214\305\006\344&\362a\017\344\002\f\346B,\306b\003\321\027~\361\027w1A \0033\330@\334\204N\354\301Ll\020vB4&\b\003\032L\020\b1\330\320\314\304O\270\305[\354\005_\200Fh\214\006i\270Ei\214\306\206a&\bbCp\032\033\006\231"
.string "\t\324\230 \224\301\031l\bTc\202`0\023\004\243\331\020\314\304\004\301p6,3\001\027\254\321\032\256\321\0322\361\0323\321\032\300\206E&\346\2025Z\3035ZC&^C&Z\003\230 \030\317\206\245\035\354\2025Z\3035ZC&d\243\035Z\003\3300\300Fl\314\306\004\301\2006,3\001\027\254\321\032\256!\0332Q\0333\321\032\300\206E&\346\2025Z\3035dC&^C&Z\003\330\260\264\203]\260Fk\270\206l\310\204l\264Ck"
.string "\033\226=\310\013\326x\r\327\250\r\231\250\215=h\r`\003a\033\267\201\033\271\261a\240\r\335"
.string "&\bf\220l\020f\20276\024 Q\013\273\341\023\275A!\311i\\\002\204HH\374\006-h\375\020"
.string "\353\b\240'0d\035\001\364\004\303\254#\200\236"
.string "\230.llvm.dbg.cuS\002\221h\304\306f\327\346\322\366FV\307V\346b\306\026v67E \t\223\250\302\306f\327\346\222FV\346F7%8\211Jdx.source.contentsS\202\224hD\206\3472\367V'7V\346BVf\226\346V67%\030j\221\341\271\314\275\325\311\215\225\271\264\205\245\271\031\245\261\2259\205\265\225M\tT\242\016\031\236\313\334[\235\334X\231K\230\334\331\334\224"
.string "&\252\220\341\271\330\225\311\315\245\275\271M\tf\242\t\031\236\213]\030\233]\231\334\224\200&\352\220\341\271\314\241\205\221\225\3115\275\221\225\261M\tn\242\f\031\236\213\\\331\334[\235\334X\331\334\224\240'*\221\341\271\320\345\301\225\005\271\271\275\321\205\321\245\275\271\315M\021J\0035\352\220\341\271\330\245\225\335%\221M\321\205\321\225M\tT\243\016\031\236K\231\033\235\\\036\324[\232\033\335\334\224\2407"
.string ""
.string ""
.string ""
.string "y\030"
.string ""
.string "P"
.string ""
.string ""
.string "3\b\200\034\304\341\034f\024\001=\210C8\204\303\214B\200\007yx\007s\230q\f\346"
.ascii "\017\355\020\016\364\200\0163\fB\036\302\301\035\316\241\034"
.ascii "f0\005=\210"
.string "C8\204\203\033\314\003=\310C=\214\003=\314x\214tp\007{\b\007yH\207pp\007zp\003vx\207p \207\031\314\021\016\354\220\016\3410\017n0\017\343\360\016\360P\0163\020\304\035\336!\034\330!\035\302a\036f0\211;\274\203;\320C9\264\003<\274\203<\204\003;\314\360\024v`\007{h\0077h\207rh\0077\200\207p\220\207p`\007v(\007v\370\005vx\207w\200\207_\b\207q\030\207r\230\207y\230\201,\356\360\016\356\340\016\365\300\016\3540\003b\310\241\034\344\241\034\314\241\034\344\241\034\334a\034\312!\034\304\201\035\312a\006\326\220C9\310C9\230C9\310C9\270\3038\224C8\210\003;\224\303/\274\203<\374\202;\324\003;\260\303\214\314!\007|p\003t`\0077\220\207r\230\207w\250\007y\030\207rp\203p\240\007z\220\207t\020\207z\240\207r\230\261<\344\200\017n"
.string "\017\362P\016\343\220\016\363P\016"
.string ""
.string "q "
.string ""
.string "!"
.string ""
.string ""
.string "F0\r\227\357<\376\342"
.string "\203\330<\324\344\027\267m\006\333p\371\316\343\013\001U\024DT:\300P\022\006 `~q\333v \r\227\357<\376DD\023\002D\230_\334\266\r\020\f\2004VP\r\227\357<\27649\021\201R\323CM~q\333&"
.string "-K\305\370C`\370\003!,@D\030\2024\\\276\363\370BD"
.string "\023\021\002\315\260\020\026\220,K\305\370\224D\f\006\300\230\300\304m\377B\030\200\200\001"
.string ""
.string ""
.string "a "
.string ""
.string "\376\001"
.string ""
.string "\023\004A,\020"
.string ""
.string ""
.string "\007"
.string ""
.string ""
.string "d\224"
.string "A\305U\ne7\003Pr\205Q\032\305Q\036\005Q\024\264\215"
.string ""
.string ""
.string ""
.string ""
.string "\3610"
.string ""
.string "\004"
.string ""
.string ""
.string "\023\0044\370\203\t\302\032\210\302\004a\rL\001"
.string "#\006\t"
.string "\202`\300\271\001r\006\337\027\314\030\020Z\035\204\0040b\220"
.string " \b\006\321\034\220\201\030\200\201\032(\023\006\300\210A\002\200 \030DtP\006c\020\006\3172a"
.string "\214\030$"
.string "\b\202AT\007f0\006b\300\006\314\204\0010b\220"
.string " \b\006\221\035\234\001\031\214A\324L\030"
.string "#\006\t"
.string "\202`\020\335\001\032\224\001\031\260\2013a"
.string "\214\030$"
.string "\b\202A\204\007iP\006e\360\006\317\204\0010b\220"
.string " \b\006Q\036\250\201\031\230\001\005M\030"
.string "#\006\t"
.string "\202`\020\351\301\032\234\301\031\274A4a"
.string "\314D\234\001d\201\302\204\0010bp"
.string " \b\006\214\037\364\372\377\377\377\020\356\377\377\377\003\270\377\377\377\017\023\006\300>\207 \r\322`\302"
.string "\0306 \002\005"
.string "&\f\200}\016\202\032\254\301\204\0010l@\004\n"
.string "L\030"
.string "3\021j"
.string "Y\2400a"
.string "\214\030\034"
.string "\b\202\001\023\n\277\376\377\377?\220\373\377\377\377 \356\377\377\377\303\204\001\260\325!`\0036\2300"
.ascii "\206\r\210`\001\200\t\003`\253\203\320\006n"
.string "0a"
.string "\f\033\020\301\002"
.string "\023\006\300V\207\301\r\340`\302"
.string "\0306 \202\005"
.string "&\f\200\231\b5\200,P\2300"
.string "F\f\016"
.string "\004\301\200)\005q\377\377\377\037\320\375\377\377\177(\367\377\377\377a\302"
.string "\330\352\020\300\001\034L\030"
.string "\303\006D\300"
.string "\300\204\001\260\325A\210\0039\2300"
.string "\206\r\210\200\001\200\t\003`\253\303 \007t0a"
.string "\f\033\020\001\003"
.string "\023\006\300V\007b\016\346`\306\200\360H!$"
.string "\n"
.string "0a"
.string "lu0\352\300\016&\f"
.string "\n"
.string "0a"
.string "lu@\356 \017&\f"
.string "\n"
.string "0a"
.string "\214\030\034"
.string "\b\202\301\245\nd\240\205\301\214\001\341}!\001\214&\004\300\204\0010\232 \004\023\006\300h\302 L\030"
.string "\243\t\3040a"
.string "\214\030\034"
.string "\b\202\301\365\ni\360\225\301\204\0010\232\020"
.string "\023\006\300h\202\020L\030"
.string "\243\t\2030a"
.string "\214&\020\303\204\0010bp"
.string " \b\006\027-\270\001\031\244\301\204\0010\232\020"
.string "\023\006\300h\202\020L\030"
.string "\243\t\2030a"
.string "\214&\020\303\204\0010bp"
.string " \b\006W.\314A\032\264\301\204\0010\232\020"
.string "\023\006\300h\202\020L\030"
.string "\243\t\2030a"
.string "\214&\020\303\204\001`S&\237\031\003\302\243B\002\0301@"
.string "\020\004\203\314\027\366\340\301\202\t\003`\304"
.string "\001@\020\f\262_\340\203\345\n&\f"
.string ";\002\350L\030"
.string "fu\362\2310"
.string "F\f\020"
.string "\004\301 \023\207?\220\270`\302"
.string "\0301@"
.string "\020\004\203l\034@\301\331\202\t\003\300\224"
.string ":\023\006\200ea \237\t\003`\304"
.string "\001@\020\f2s\030\205\n\f\202\t\003`\304"
.string "\001@\020\f\262s \205\350\013&\f"
.string "k\002\350L\030"
.string "\306\225\201|&\f\200\021\003\004"
.string "A0\310\324\341\02402\b&\f\200\021\003\004"
.string "A0\310\326\001\025\2501\b&\f"
.string "\203\002\350L\030"
.string "#\006\t"
.string "\202`0\275C*\200C/\234C3c@xRH"
.string "#\006\t"
.string "\202`0\275C*\200C/\254B2a"
.string "\214\030$"
.string "\b\202\301\364\016\251"
.string "\016\275P\016\305\204\0010b\220"
.string " \b\006\323;\244\0028\364\2029\004\023\006\300V\0077\350\205^\2301 >>\b\t\200\002"
.string "L\030"
.string "[\035\340\340\027\300a\302"
.string "\240"
.string ""
.string "\023\006\300V\0079\b\207q\2300"
.string "("
.string "\300\204\0010bp"
.string " \b\006\027=\270\002)\234\303\214\001\361\205AH"
.string "\243\t\0010a"
.string "\214&\b\301\204\0010\2320\b\023\006\300h\0021L\030"
.string "#\006\007"
.string "\202`p\345\303,\244\002-L\030"
.string "\243\t\0010a"
.string "\214&\b\301\204\0010\2320\b\023\006\300h\0021L\030"
.string "#\006\007"
.string "\202`p\371\003.\270\002;L\030"
.string "\243\t\0010a"
.string "\214&\b\301\204\0010\2320\b\023\006\300h\0021L\030"
.string "#\006\007"
.string "\202`p\215D/\314\302;L\030"
.string "\243\t\0010a"
.string "\214&\b\301\204\0010\2320\b\023\006\300h\0021L\030"
.string "6e\362\2311 >+$\200\021\003\004"
.string "A0\310P\242\034\036,\2300"
.string "F\f\020"
.string "\004\301 K\tsX\256`\302"
.string "\260#\200\316\204\001`V'\237\t\003`\304"
.string "\001@\020\f2\226H\007\211\013&\f\200\021\003\004"
.string "A0\310ZB\035\234-\2300"
.string "L\t\2403a"
.string "X\026\006\362\2310"
.string "F\f\020"
.string "\004\301 \203\211v\250\300 \2300"
.string "F\f\020"
.string "\004\301 \213\tw\210\276`\302"
.string "\260&\200\316\204\001`\\\031\310g\302"
.string "\0301@"
.string "\020\004\203\214&\342\001#\203`\302"
.string "\0301@"
.string "\020\004\203\254&\344\201\032\203`\302"
.string "0(\200\316\204\0010b\220"
.string " \b\006SN\314\303I\234DL43\006\304G\205\0040b\220"
.string " \b\006SN\314\303I\234D=$\023\006\300\210A\002\200 \030L91\017'q\022/QL\030"
.string "#\006\t"
.string "\202`0\345\304<\234\304I\300D0a"
.string "lu\340\205\2238\211\031\003\002\fX!$"
.string "\n"
.string "0a"
.string "lu\360\205\224P\211\t\003\200\002"
.string "L\030"
.string "[\035\300a%Zb\302"
.string "\240"
.string ""
.string "\023\006\300\210\301\001\200 \030\\>\201\017\356\020\0173\006\004\030\240AH"
.string "\243\t\0010c@\200\201\030\204\0040\232 \004\023\006\300h\302 L\030"
.string "#\006\007"
.string "\202`p\211\005?\310CK\314\030\020`\200\006!\001\214&\004\300\214\001\001\006b\020\022\300h\202\020L\030"
.string "\243\t\2030a"
.string "\214\030\034"
.string "\b\202\301e\026 a\017\3700c@\200\001\032\204\0040\232\020"
.string "3\006\004\030\210AH"
.string "\243\tB0a"
.string "\214&\f\302\204\001`K$\237\031\003\002\f\250\220"
.string "F\f\020"
.string "\004\301 S\213\223@\240`\302"
.string "\0301@"
.string "\020\004\203l-P\242x\202\t\003\300\032J>\023\006\300\210\001\002\200 \030dm\241\022\312\024L\030"
.string "#\006\b"
.string "\202`\220\271\305J\034R0a"
.string "\330s\311g\302"
.string "\0301@"
.string "\020\004\203\f.Z\202\261\202\t\003`\304"
.string "\001@\020\f\262\270p\211\244\n&\f\200\021\203\004"
.string "A0\230\350\302%\306B,\330\342\2301 \300@\n\t`\304 \001@\020\f&\272p\211\261\020\013\230 &\f\200\021\203\004"
.string "A0\230\350\302%\306B,\324\"\2300"
.string "\3669\350\203X\210\305\214\001\021\006WH"
.string "\024"
.string "`\302"
.string "\330\347\300\017dQ\026\023\006"
.string "\005"
.string "\2300"
.string "F\f\022"
.string "\004\301`\302\013\231@\013\263\200\213a\306\200\b\003)$\200\021\203\004"
.string "A0\230\360B&\320\302,h\"\2300"
.string "p\306\200\030\203\"$\200p "
.string "+"
.string ""
.string ""
.string "\326f|&0\330\271\251\031\237\t\f\366ni\306g\002\203\315\233Mc\002\023\267\375B@\025\005\021\031d\200\361\231\300P\363\366\030`|&0\324\275\305\031\237\t\f\266mn\306g\002\203\215\033f\200\361\231\300P\333v\031`|&0\324\267\325\006\024\237\t\f\270\321\006\024\237\t\f\271\311\006\024\237\t\f\272\305\006\024\237\t\f\273q\006\024\237\t\f\275\335\006\024\237\t\f\267\341\006\020\237\t\f\266\031`|&0\324\264\311\031\237\t\fvmf\306g\002\303M[\231\361\231\300p\327F\031`|&0\324\271M\006\030\237\t\f\265\016"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "ILDN,"
.string ""
.string ""
.string ""
.string ""
.string "$"
.string "8c81dd25cb5bff5782f49806528a2617.lld"
.string ""
.string ""
.string ""
.string "DXIL<\017"
.string ""
.string "`"
.string "\001"
.string "\317\003"
.string ""
.string "DXIL"
.string "\001"
.string ""
.string "\020"
.string ""
.string ""
.string "$\017"
.string ""
.string "BC\300\336!\f"
.string ""
.string "\306\003"
.string ""
.string "\013\202 "
.string "\002"
.string ""
.string ""
.string "\023"
.string ""
.string ""
.string "\007\201#\221A\310\004I\006\02029\222\001\204\f%\005\b\031\036\004\213b\200\030E\002B\222\013B\304\0202\0248\b\030K\n2b\210H\220\024 CF\210\245"
.string "\0312B\344H\016\220\021#\304PAQ\201\214\341\203\345\212\0041F\006Q\030"
.string ""
.string "\b"
.string ""
.string ""
.string "\033\214\340\377\377\377\377\007@\002\250\r\204\360\377\377\377\377\003 m0\206\377\377\377\377\037"
.string "\t\250"
.string "I\030"
.string ""
.string "\003"
.string ""
.string ""
.string "\023\202`B L\b\006"
.string ""
.string ""
.string ""
.string "\211 "
.string ""
.string "K"
.string ""
.string ""
.ascii "2\"\210\t d\205\004\023#\244\204\004\023#\343\204\241\220\024"
.ascii "\022L\214\214\013\204\304L\020\250\301\f\3000\002\001$Ap\336"
.ascii "p\371\300\202\030\rC4\223\277\020\006 `\2764E\2240\371&0"
.string "!B\020\004\341\262\341\362\201\0051\032\206h&\177!\f@\300|\023\230\270\r\005\003\021s\004\b\031\031p\0202\002P\002\205\2269\0020(\006\3204\215\321\220S\f\245i\032\003 \350\250\341\362'\354!$\237\333\250b%&\277\270mD"
.string ""
.string ""
.string "\3343\\\376\204=\204\344\207@3,\004\n\216BH\315\324\020U\n\240\001"
.string "\200\2549\202\240\030Sc4\rF\331@\300Y\302\002H\222\317"
.string "S\204\\~\2618\300\344\343>\216\002\341\024i\212(a\362M`B\004\307q\3340\302"
.string "\f#\b\300e\322\024Q\302\344\277D4\021\027{"
.string "\003\021\241\324\364P\023\"\002\357\013N\f\244)\242\204\311\177\211h\"\256\324\221\220\tq\232\323\211\030`i\211k\242\"\002\r\236\367]a\002\023\267\241\240K\206f\216"
.string "\024R"
.string "\240\222\200\034"
.string "\b\005"
.string ""
.string ""
.string "\023\024r\300\207t`\2076h\207yh\003r\300\207\r\257P\016m\320\016zP\016m"
.string "\017z0\007r\240\007s \007m\220\016q\240\007s \007m\220\016x\240\007s \007m\220\016q`\007z0\007r\320\006\3510\007r\240\007s \007m\220\016v@\007z`\007t\320\006\346\020\007v\240\007s \007m`\016s \007z0\007r\320\006\346`\007t\240\007v@\007m\340\016x\240\007q`\007z0\007r\240\007v@\007+\032v`\007{h\0077h\207r\240\207p \207p\240\207p\320y \204\f\031)\001$\220\004"
.string " \n\2128\344Y"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "`\310\343"
.string "\001\020"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\300\220\007\002\002@"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\200!\017\005\004\300"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "C\036\013\b\200"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\206<\031\020"
.string "\003"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "d\201"
.string "\035"
.string ""
.string ""
.string "2\036\230\030\031\021L\220\214\t&G\306\004C:l\013"
.string "B0@\250)\202B(\203\022\030\001(\006*f"
.string "\250)@\002\352f"
.string "\250)\207\222(\300\200\002\024(\300\001\002g"
.string "\250)\220\002*0\ng"
.string "\250)(\022g"
.string "h\230\001 b\006\200\306\261\030\005zA>xA>xA>"
.string "\340\001\036\340\001"
.string "1\020#\243$F"
.string "\312\240\b\n\201\310\022"
.string ""
.string "y\030"
.string ""
.string "\326"
.string ""
.string ""
.string "\032\003L\220F\002\0234Ah\0246Dwarf Version\023\204f\3310\004\302@\211\250L\254\356\f$\311\315\354\r\304\252Ln.\355\315m\202\3200\033\206\2400x\220\341\215\201\304\270\310l\b\220\tB\323L\020\032g\203\240,\033\004e\240`77Ah\236\r\203\363,\023\204\002b\321\024F7$4Ah\242\r\310\022I\313\242L\300\206\200\332@"
.ascii "@\005L\020:\211K\323\033Y\031[S\030\235\\\032\336\206a\030\202"
.ascii "\tB3M\020\032j\003\362`Af,\332\306\247\351\215\254\214\315*\255"
.ascii "\354\256)\214N.\ro\202\320T\033\220\247\0132\303\3236~Invers"
.ascii "eTransposeModelViewMatrix\023\204\306\332\200<`\020dF\030h\033"
.ascii "\263\2467"
.string "\26226\253\264\262;(\2717\265\2621\272\2647\267\2460:\2714\274\tBsm@\2361\b2\203\f\264mC1q\237\030\224\301\004\001\f0*PositionVSD\240\236\246\222\250\222\236\2346 \017\032\030\313\220\006\332F\304\351M\256-\214\315jj\202\320d4\234\236\244\232\202\2306 \317\032\030l0\264\201\266\021\241*\303\033z{\223#\233 4\032\021\252\"\254\241\247')\242\r\310\363\006\006\034\fq\240mD\240\336\346\322\350\322\336\334&\b\315\306e\312\352\013\352m.\215.\355\315m\003\362\314\201A\007C\035h\333\206\302S\0037\220\003;\230 \204\0017Ah\272\r\3103\007\3062\244\201\266\321pz\223k\013c\333\200<{`\260\301\320\006\332\266\201\310\003=\340\0039\230 \210\201\267\201x$c\331 L\1770A\030\276\t\002\001\006\033\232\3452\2033\270\003<\350\003?"
.string "\205P0\003Q"
.string "\205\t\002#l"
.string "6\fK)\224\302\206\300\0246\f\n)\234\302\004a\f\302`C\220\n$\332\302\322\334&\b\206\030L\020\2141\330\020,\023\004\203\f6,K\032\260B+\270B+(\257\260\264\002\260aQ\332\200\025Z\301\025ZAy\005\245\025\200\t\202Q\006\033\226 \016X\241\025\\\241\025\024Y\bZ\001\3300\300B,\314\302\004\3010\203\r\313\222\006\254\320\n\256 \013J-,\255"
.string "lX\2246`\205Vp\005YP^Ai\005`\303\022\304\001+\264\202+\310\202\"\013A+"
.string "\033\026\243\016X\341\025\\\241\026\224Z0Z\001\330@\330\302-\340B.l\030hA\027\200\t\002\031\234\301\006a\341\205\r\005)\254\302.X\275\320\210\215\315\256\315\245\355\215\254\216\255\314\305\214-\354ln\2120\030U\330\330\354\332\\\322\310\312\334\350\246\004H\0252<\027\2732\271\271\2647\267)\301\322\204\f\317\305.\214\315\256LnJ\300\324!\303s\231C\013#+\223kz#+c\233\022<e\310\360\\\344\312\346\336\352\344\306\312\346\246\004U%2<\027\272<\270\262 7\2677\2720\272\2647\267\271)\202(\234B\0352<\027\273\264\262\273$\262)\2720\272\262)A*\324!\303s)s\243\223\313\203zKs\243\233\233\022\364\002"
.string ""
.string "y\030"
.string ""
.string "P"
.string ""
.string ""
.string "3\b\200\034\304\341\034f\024\001=\210C8\204\303\214B\200\007yx\007s\230q\f\346"
.ascii "\017\355\020\016\364\200\0163\fB\036\302\301\035\316\241\034"
.ascii "f0\005=\210"
.string "C8\204\203\033\314\003=\310C=\214\003=\314x\214tp\007{\b\007yH\207pp\007zp\003vx\207p \207\031\314\021\016\354\220\016\3410\017n0\017\343\360\016\360P\0163\020\304\035\336!\034\330!\035\302a\036f0\211;\274\203;\320C9\264\003<\274\203<\204\003;\314\360\024v`\007{h\0077h\207rh\0077\200\207p\220\207p`\007v(\007v\370\005vx\207w\200\207_\b\207q\030\207r\230\207y\230\201,\356\360\016\356\340\016\365\300\016\3540\003b\310\241\034\344\241\034\314\241\034\344\241\034\334a\034\312!\034\304\201\035\312a\006\326\220C9\310C9\230C9\310C9\270\3038\224C8\210\003;\224\303/\274\203<\374\202;\324\003;\260\303\214\314!\007|p\003t`\0077\220\207r\230\207w\250\007y\030\207rp\203p\240\007z\220\207t\020\207z\240\207r\230\261<\344\200\017n"
.string "\017\362P\016\343\220\016\363P\016"
.string ""
.string "q "
.string ""
.string "\035"
.string ""
.string ""
.string "60\r\227\357<\376\342"
.string "\203\330<\324\344\027\267m\005\333p\371\316\343\013\001U\024DT:\300P\022\006 `~q\333f \r\227\357<\376DD\023\002D\230_\334\266\t\020\f\2004FP\r\227\357<\27649\021\201R\323CM~q\333v \r\227\357<\276\020\021\300D\204@3,\204\005$\313R1>%\021\203\0010&0q\333\277\020\006 `"
.string ""
.string "a "
.string ""
.string "\252\001"
.string ""
.string "\023\004A,\020"
.string ""
.string ""
.string "\007"
.string ""
.string ""
.string "\324\224\034a#"
.string "\324\314"
.string "\220Q\002\324\224]a\224Fq\224Gq\225BA\024\005"
.string "#\006\t"
.string "\202`\220\271A\003\235\301\0310#\006\t"
.ascii "\202`\340\314"
.string "\301\032\260\001\032L\314\210A\002\200 \0308t\300\006m\220\006L3b\220"
.string " \b\006N\035\264\301\032\250A\345\214\030$"
.string "\b\202\201c\007n\300\006k\340<#\006\t"
.string "\202`\340\334\301\033\264\001\033T\320\210A\002\200 \0308x"
.string "\007m\320\006X4b\220"
.string " \b\006N\036\304\201\033\270A$\215\030$"
.string "\b\202\201\243\007r\360\006o\200M3\021e\3204\240\260\313!\210\2038\0306 \002\005"
.string "v9\br0\007\303\006D\240"
.string "\300L\004\0324\r(lt\b\350\200\016\206\r\210`\001\200\215\016B\035\330\301\260\001\021,"
.string "\260\321a\260\003=\0306 \202\005"
.string "f\"\320\240i@a\243C\200\007x0l@\004\f"
.string "lt\020\362@\017\206\r\210\200\001\200\215\016\203\036\370\301\260\001\0210"
.string "\260\321\201\330\203=\240"
.string ""
.string "\033\035\214>\360\003\n"
.string "\260\321\001\371\203Q\240"
.string ""
.string "#\006\007"
.string "\202`@\251\302\030hb0\232\020"
.string "\243\tB0\2320\b\243\t\3040bp"
.string " \b\006\324+\240\301g\006\243\t\0010\232 \004\243\t\2030\232@\f#\006\007"
.string "\202`@\321B\033\220\201\032\214&\004\300h\202\020\214&\f\302h\0021\214\030\034"
.string "\b\202\001\225\013r\220\006n0\232\020"
.string "\243\tB0\2320\b\243\t\304`S&\237\021\003\004"
.string "A0\260|a\016\036,\0301@"
.string "\020\004\003\353\027\350`\271\002;\002\350\230\325\311g\304"
.string "\001@\020\f,q\270\003\211\013F\f\020"
.string "\004\301\300\032\007<p\266\300\224"
.string ":\226\205\201|F\f\020"
.string "\004\301\3002\207=\250\300 \0301@"
.string "\020\004\003\353\034\370 \372\002k\002\350\030W\006\362\0311@"
.string "\020\004\003K\035\376"
.string "#\203`\304"
.string "\001@\020\f\254u"
.string "\005j\f\002\203\002\350\214\030$"
.string "\b\202\001\364\016\241p\016\345"
.string "\013\315\210A\002\200 \030@\357\020\n\347P\016\250\220\214\030$"
.string "\b\202\001\364\016\241p\016\345\340\n\305\210A\002\200 \030@\357\020\n\347P\016\257\020ltp\203r(\007\n"
.string "\260\321\001\016\316\001\035("
.string "\300F\0079H\207v\240"
.string ""
.string "#\006\007"
.string "\202`@\321C+\220\202;\214&\004\300h\202\020\214&\f\302h\0021\214\030\034"
.string "\b\202\001\225\017\262\220\n\2540\232\020"
.string "\243\tB0\2320\b\243\t\3040bp"
.string " \b\006\224?\334\202+\320\303hB"
.string "\214&\b\301h\302 \214&\020\303\210\301\001\200 \030P#\301\013\263P\017\243\t\0010\232 \004\243\t\2030\232@\f6e\362\0311@"
.string "\020\004\003\013%z\341\301\202\021\003\004"
.string "A0\260R\302\027\226+\260#\200\216Y\235|F\f\020"
.string "\004\301\300b\211p\220\270`\304"
.string "\001@\020\f\254\226\020\007g\013L\t\240cY\030\310g\304"
.string "\001@\020\f,\230(\207\n\f\202\021\003\004"
.string "A0\260b\302\034\242/\260&\200\216qe \237\021\003\004"
.string "A0\260h\"\03502\bF\f\020"
.string "\004\301\300\252\tu\240\306 0(\200\316\210A\002\200 \030@9\261\016/\361\022\372\320\214\030$"
.string "\b\202\001\224\023\353\360\022/!\017\311\210A\002\200 \030@9\261\016/\361\022\370P\214\030$"
.string "\b\202\001\224\023\353\360\022/\221\017\301F\007^x\211\227\240"
.string ""
.string "\033\035|!&d\202\002"
.string "lt"
.string "\207\231\270\t\n"
.string "0bp"
.string " \b\006\224O\334\203;\300\303hB"
.string "\214&\b\301h\302 \214\030\034"
.string "\b\202\001%\026\373 \01731\232\020"
.string "\243\tB0\2320\b#\006\007"
.string "\202`@\231\305?\330\303=\214&\004\300h\202\020\214&\f\202-\221|F\f\020"
.string "\004\301\300R\213\177@\240`\304"
.string "\001@\020\f\254\265"
.string "\211\342\t\254\241\3443b\200"
.string " \b\006V[\210\2042\005#\006\b"
.string "\202``\271\305H\034R`\317%\237\021\003\004"
.string "A0\260\340\242$\030+\0301@"
.string "\020\004\003+.L\"\251\202\021\203\004"
.string "A0\200\350\302$\326B-j\342\0301H"
.string "\020\004\003\210.Lb-\324\242%\210\021\203\004"
.string "A0\200\350\302$\326B-f\"\330\345\240\017j\241\026\024"
.string "`\227\003?\260E[P"
.string "\200\021\203\004"
.string "A0\200\360B%\344\302-rb\0301H"
.string "\020\004\003\b/TB.\334\"&\002\f\007\002"
.string "+"
.string ""
.string ""
.string "\306f|&0\330\271\245\031\237\t\f\366nh\306g\002\203\315[Mc\002\023\267\375B@\025\005\021\331c\200\361\231\300P\363\346\030`|&0\324\275\301\031\237\t\f\266mm\306g\002\203\215\333e\200\361\231\300P\333f\031`|&0\324\267\321\006\024\237\t\f\270\315\006\024\237\t\f\271\305\006\024\237\t\f\272\301\006\024\237\t\f\273m\006\024\237\t\f\275\331\006\024\237\t\f\267\335\006\020\237\t\f\246\031`|&0\324\264\305\031\237\t\fvme\306g\002\303M\033\231\361\231\300p\3276\031`|&0\324\271I\006\030\237\t\f\265\016"
.string ""
.string ""
.string "!1"
.string ""
.string "I"
.string ""
.string ""
.string "\013\b!"
.string "\304b\001!\004"
.string "X,(\006!"
.string "\360aA1\b\001`\017\013\212A\b"
.string "WXP\fB"
.string "\260\302\002e \n \020\214\003)\205\005\f\222(Da\034@ \fu\260`\b"
.string "2X\340\020\205q \211\2620@ \f\304\202\2470\016$Q\026\246\001\002a \344`\301UQ\223\024A\217\3230\213\222 \207Q\020\203\020"
.string "\306\202\253\242&)\202\036\247a\026%A\016\243 \006!"
.string "\342`\001\203$\nQ\030\007\020\bC\261\200A\022\205(\214\003\b\204\201\r\026D\r\020\b\312a \311\3028\317@\024\315\002$\020\006\300(\2105X\220\024\306!\f\004\020\f\013\222\3028\204\201"
.string "\0025X\200\004\302"
.string "\030\0051\006\013\024 8\n\302@\204AY\240"
.string "\306\201\fD\021\b\313\202<0\0169\230\003:@\022E\r\326\200\r\332`a\032\347\201\"I\f\306\200\f\312@\030\210\302\373\300 \f\314\340\f\320 \r\334\340\r\340 \016\352\300\016\356"
.string "\313\264\215\353*\353\232( p\026\034\302\020\024\004P\006"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.section .rodata
.align 3
.LC0:
.string "not yet done\n"
.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, :got:stderr
ldr x0, [x0, #:got_lo12:stderr]
ldr x0, [x0]
mov x3, x0
mov x2, 13
mov x1, 1
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl fwrite
mov w0, 1
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
.section .rodata
.align 3
.LC0:
.string "r"
.align 3
.LC1:
.string "e://o2jsf/main/Employee.ns"
.text
.align 2
.global main
.type main, %function
main:
.LFB0:
.cfi_startproc
stp x29, x30, [sp, -144]!
.cfi_def_cfa_offset 144
.cfi_offset 29, -144
.cfi_offset 30, -136
mov x29, sp
.cfi_def_cfa_register 29
stp x20, x21, [sp, 16]
stp x22, x23, [sp, 32]
stp x24, x25, [sp, 48]
stp x26, x27, [sp, 64]
sub sp, sp, #16
.cfi_offset 20, -128
.cfi_offset 21, -120
.cfi_offset 22, -112
.cfi_offset 23, -104
.cfi_offset 24, -96
.cfi_offset 25, -88
.cfi_offset 26, -80
.cfi_offset 27, -72
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x1, [x0]
str x1, [x29, 136]
mov x1, 0
str wzr, [x29, 108]
str wzr, [x29, 104]
str wzr, [x29, 100]
adrp x0, .LC0
add x1, x0, :lo12:.LC0
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl fopen
str x0, [x29, 120]
mov w2, 2
mov x1, 0
ldr x0, [x29, 120]
bl fseek
ldr x0, [x29, 120]
bl ftell
add w0, w0, 1
str w0, [x29, 96]
ldr x0, [x29, 120]
bl fclose
ldr w0, [x29, 96]
sxtw x1, w0
sub x1, x1, #1
str x1, [x29, 112]
sxtw x1, w0
mov x26, x1
mov x27, 0
lsr x1, x26, 61
lsl x23, x27, 3
orr x23, x1, x23
lsl x22, x26, 3
sxtw x1, w0
mov x24, x1
mov x25, 0
lsr x1, x24, 61
lsl x21, x25, 3
orr x21, x1, x21
lsl x20, x24, 3
sxtw x0, w0
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, 0
str x0, [x29, 128]
adrp x0, .LC0
add x1, x0, :lo12:.LC0
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl fopen
str x0, [x29, 120]
b .L5
.L8:
ldr x1, [x29, 128]
ldrsw x0, [x29, 108]
ldrb w2, [x29, 95]
strb w2, [x1, x0]
ldr w0, [x29, 108]
add w0, w0, 1
str w0, [x29, 108]
.L5:
ldr x0, [x29, 120]
bl fgetc
strb w0, [x29, 95]
b .L8
.cfi_endproc
.LFE0:
.size main, .-main
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.section .rodata
.align 3
.LC0:
.string "%d"
.align 3
.LC1:
.string "%f\n%f\n%f"
.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, 24]
str wzr, [sp, 28]
str wzr, [sp, 32]
add x0, sp, 16
mov x1, x0
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl __isoc99_scanf
str wzr, [sp, 36]
b .L2
.L6:
add x0, sp, 20
mov x1, x0
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl __isoc99_scanf
ldr w0, [sp, 20]
cmp w0, 0
ble .L3
ldr s1, [sp, 24]
fmov s0, 1.0e+0
fadd s0, s1, s0
str s0, [sp, 24]
.L3:
ldr w0, [sp, 20]
cmp w0, 0
bge .L4
ldr s1, [sp, 28]
fmov s0, 1.0e+0
fadd s0, s1, s0
str s0, [sp, 28]
.L4:
ldr w0, [sp, 20]
cmp w0, 0
bne .L5
ldr s1, [sp, 32]
fmov s0, 1.0e+0
fadd s0, s1, s0
str s0, [sp, 32]
.L5:
ldr w0, [sp, 36]
add w0, w0, 1
str w0, [sp, 36]
.L2:
ldr w0, [sp, 16]
ldr w1, [sp, 36]
cmp w1, w0
blt .L6
ldr s0, [sp, 16]
scvtf s0, s0
ldr s1, [sp, 24]
fdiv s0, s1, s0
fcvt d3, s0
ldr s0, [sp, 16]
scvtf s0, s0
ldr s1, [sp, 28]
fdiv s0, s1, s0
fcvt d4, s0
ldr s0, [sp, 16]
scvtf s0, s0
ldr s1, [sp, 32]
fdiv s0, s1, s0
fcvt d0, s0
fmov d2, d0
fmov d1, d4
fmov d0, d3
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 .L8
bl __stack_chk_fail
.L8:
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 func
.type func, %function
func:
.LFB0:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
ldr x0, [sp, 8]
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE0:
.size func, .-func
.section .rodata
.align 3
.LC0:
.string "%d"
.align 3
.LC1:
.string "%d %d"
.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
add x0, sp, 20
mov x1, x0
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl __isoc99_scanf
ldr w0, [sp, 20]
cmp w0, 1
bne .L4
bl func
ldr w1, [x0]
adrp x0, a.0
add x0, x0, :lo12:a.0
str w1, [x0]
.L4:
adrp x0, a.0
add x0, x0, :lo12:a.0
ldr w0, [x0]
ldr w1, [sp, 20]
mov w2, w1
mov w1, w0
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 .L6
bl __stack_chk_fail
.L6:
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
.data
.align 2
.type a.0, %object
.size a.0, 4
a.0:
.word 1
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.align 2
.type _byte_tohex, %function
_byte_tohex:
.LFB0:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
strb w0, [sp, 15]
ldrb w0, [sp, 15]
cmp w0, 47
bls .L2
ldrb w0, [sp, 15]
cmp w0, 57
bhi .L2
ldrb w0, [sp, 15]
sub w0, w0, #48
and w0, w0, 255
b .L3
.L2:
ldrb w0, [sp, 15]
cmp w0, 64
bls .L4
ldrb w0, [sp, 15]
cmp w0, 70
bhi .L4
ldrb w0, [sp, 15]
sub w0, w0, #55
and w0, w0, 255
b .L3
.L4:
ldrb w0, [sp, 15]
cmp w0, 96
bls .L5
ldrb w0, [sp, 15]
cmp w0, 102
bhi .L5
ldrb w0, [sp, 15]
sub w0, w0, #87
and w0, w0, 255
b .L3
.L5:
mov w0, 255
.L3:
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE0:
.size _byte_tohex, .-_byte_tohex
.align 2
.type _utf8_write, %function
_utf8_write:
.LFB1:
.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
ldr w0, [sp, 28]
cmp w0, 127
bhi .L7
ldr w0, [sp, 28]
and w0, w0, 255
strb w0, [sp, 48]
mov x0, 1
str x0, [sp, 40]
add x0, sp, 48
ldr x2, [sp, 40]
mov x1, x0
mov w0, 1
bl write
str w0, [sp, 36]
b .L8
.L7:
ldr w0, [sp, 28]
cmp w0, 2047
bhi .L9
ldr w0, [sp, 28]
lsr w0, w0, 6
and w0, w0, 255
and w0, w0, 31
and w0, w0, 255
orr w0, w0, -64
and w0, w0, 255
strb w0, [sp, 48]
ldr w0, [sp, 28]
and w0, w0, 255
and w0, w0, 63
and w0, w0, 255
orr w0, w0, -128
and w0, w0, 255
strb w0, [sp, 49]
mov x0, 2
str x0, [sp, 40]
add x0, sp, 48
ldr x2, [sp, 40]
mov x1, x0
mov w0, 1
bl write
str w0, [sp, 36]
b .L8
.L9:
ldr w1, [sp, 28]
mov w0, 65535
cmp w1, w0
bhi .L10
ldr w0, [sp, 28]
lsr w0, w0, 12
and w0, w0, 255
and w0, w0, 15
and w0, w0, 255
orr w0, w0, -32
and w0, w0, 255
strb w0, [sp, 48]
ldr w0, [sp, 28]
lsr w0, w0, 6
and w0, w0, 255
and w0, w0, 63
and w0, w0, 255
orr w0, w0, -128
and w0, w0, 255
strb w0, [sp, 49]
ldr w0, [sp, 28]
and w0, w0, 255
and w0, w0, 63
and w0, w0, 255
orr w0, w0, -128
and w0, w0, 255
strb w0, [sp, 50]
mov x0, 3
str x0, [sp, 40]
add x0, sp, 48
ldr x2, [sp, 40]
mov x1, x0
mov w0, 1
bl write
str w0, [sp, 36]
b .L8
.L10:
ldr w1, [sp, 28]
mov w0, 1114111
cmp w1, w0
bhi .L8
ldr w0, [sp, 28]
lsr w0, w0, 18
and w0, w0, 255
and w0, w0, 7
and w0, w0, 255
orr w0, w0, -16
and w0, w0, 255
strb w0, [sp, 48]
ldr w0, [sp, 28]
lsr w0, w0, 12
and w0, w0, 255
and w0, w0, 63
and w0, w0, 255
orr w0, w0, -128
and w0, w0, 255
strb w0, [sp, 49]
ldr w0, [sp, 28]
lsr w0, w0, 6
and w0, w0, 255
and w0, w0, 63
and w0, w0, 255
orr w0, w0, -128
and w0, w0, 255
strb w0, [sp, 50]
ldr w0, [sp, 28]
and w0, w0, 255
and w0, w0, 63
and w0, w0, 255
orr w0, w0, -128
and w0, w0, 255
strb w0, [sp, 51]
mov x0, 4
str x0, [sp, 40]
add x0, sp, 48
ldr x2, [sp, 40]
mov x1, x0
mov w0, 1
bl write
str w0, [sp, 36]
.L8:
ldrsw x0, [sp, 36]
ldr x1, [sp, 40]
cmp x1, x0
bls .L13
mov x0, 0
bl perror
.L13:
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 .L12
bl __stack_chk_fail
.L12:
ldp x29, x30, [sp], 64
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE1:
.size _utf8_write, .-_utf8_write
.align 2
.global main
.type main, %function
main:
.LFB2:
.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, 32]
str wzr, [sp, 36]
b .L15
.L17:
ldrb w0, [sp, 30]
bl _byte_tohex
strb w0, [sp, 31]
ldrb w0, [sp, 31]
cmp w0, 15
bhi .L16
mov w0, 1
str w0, [sp, 32]
ldr w0, [sp, 36]
lsl w1, w0, 4
ldrb w0, [sp, 31]
orr w0, w1, w0
str w0, [sp, 36]
b .L15
.L16:
ldr w0, [sp, 32]
cmp w0, 0
beq .L15
ldr w0, [sp, 36]
bl _utf8_write
str wzr, [sp, 36]
str wzr, [sp, 32]
.L15:
add x0, sp, 30
mov x2, 1
mov x1, x0
mov w0, 0
bl read
cmp x0, 1
beq .L17
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 .L19
bl __stack_chk_fail
.L19:
mov w0, w1
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE2:
.size main, .-main
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.section .rodata
.align 3
.LC0:
.string "%*d%d%d"
.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, -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
add x1, sp, 28
add x0, sp, 24
mov x2, x1
mov x1, x0
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl __isoc99_scanf
ldr w1, [sp, 24]
ldr w0, [sp, 28]
sub w0, w1, w0
str w0, [sp, 32]
ldr w0, [sp, 32]
str w0, [sp, 36]
b .L2
.L6:
ldr w0, [sp, 32]
cmp w0, 0
ble .L3
ldr w1, [sp, 28]
ldr w0, [sp, 24]
sub w1, w1, w0
ldr w0, [sp, 32]
add w0, w1, w0
b .L4
.L3:
ldr w1, [sp, 28]
ldr w0, [sp, 24]
sub w0, w1, w0
.L4:
str w0, [sp, 32]
ldr w1, [sp, 32]
ldr w0, [sp, 36]
cmp w1, w0
ble .L5
ldr w0, [sp, 32]
str w0, [sp, 36]
.L5:
ldr w0, [sp, 24]
str w0, [sp, 28]
.L2:
add x0, sp, 24
mov x1, x0
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl __isoc99_scanf
cmn w0, #1
bne .L6
ldr w1, [sp, 36]
adrp x0, .LC2
add x0, x0, :lo12:.LC2
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 .L8
bl __stack_chk_fail
.L8:
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
.data
.align 3
.type sccsid, %object
.size sccsid, 33
sccsid:
.string "@(#)j0.c\t8.2 (Berkeley) 11/30/93"
.section .rodata
.align 3
.type huge, %object
.size huge, 8
huge:
.word -2013235812
.word 2117592124
.align 3
.type zero, %object
.size zero, 8
zero:
.zero 8
.align 3
.type one, %object
.size one, 8
one:
.word 0
.word 1072693248
.align 3
.type invsqrtpi, %object
.size invsqrtpi, 8
invsqrtpi:
.word 1346542445
.word 1071779287
.align 3
.type tpi, %object
.size tpi, 8
tpi:
.word 1841940611
.word 1071931184
.align 3
.type r02, %object
.size r02, 8
r02:
.word -3
.word 1066401791
.align 3
.type r03, %object
.size r03, 8
r03:
.word -1239759127
.word -1087838555
.align 3
.type r04, %object
.size r04, 8
r04:
.word 206584089
.word 1052684753
.align 3
.type r05, %object
.size r05, 8
r05:
.word 1943420878
.word -1103899161
.align 3
.type s01, %object
.size s01, 8
s01:
.word -2100772188
.word 1066401000
.align 3
.type s02, %object
.size s02, 8
s02:
.word -581444620
.word 1058973394
.align 3
.type s03, %object
.size s03, 8
s03:
.word -830155351
.word 1050753876
.align 3
.type s04, %object
.size s04, 8
s04:
.word -193700465
.word 1041500348
.text
.align 2
.global j0
.type j0, %function
j0:
.LFB0:
.cfi_startproc
stp x29, x30, [sp, -112]!
.cfi_def_cfa_offset 112
.cfi_offset 29, -112
.cfi_offset 30, -104
mov x29, sp
str d8, [sp, 16]
.cfi_offset 72, -96
str d0, [sp, 40]
ldr d0, [sp, 40]
fabs d0, d0
mov x0, 9218868437227405311
fmov d1, x0
fcmp d0, d1
cset w0, hi
and w0, w0, 255
eor w0, w0, 1
and w0, w0, 255
cmp w0, 0
bne .L2
fmov d1, 1.0e+0
ldr d0, [sp, 40]
fmul d0, d0, d0
fdiv d0, d1, d0
b .L3
.L2:
ldr d0, [sp, 40]
fabs d0, d0
str d0, [sp, 40]
ldr d1, [sp, 40]
fmov d0, 2.0e+0
fcmpe d1, d0
bge .L20
b .L28
.L20:
ldr d0, [sp, 40]
bl sin
str d0, [sp, 80]
ldr d0, [sp, 40]
bl cos
str d0, [sp, 96]
ldr d1, [sp, 80]
ldr d0, [sp, 96]
fsub d0, d1, d0
str d0, [sp, 56]
ldr d1, [sp, 80]
ldr d0, [sp, 96]
fadd d0, d1, d0
str d0, [sp, 64]
ldr d0, [sp, 40]
mov x0, 9214364837600034815
fmov d1, x0
fcmpe d0, d1
bmi .L21
b .L6
.L21:
ldr d0, [sp, 40]
fadd d0, d0, d0
bl cos
fneg d0, d0
str d0, [sp, 48]
ldr d1, [sp, 80]
ldr d0, [sp, 96]
fmul d0, d1, d0
movi d1, #0
fcmpe d0, d1
bmi .L22
b .L29
.L22:
ldr d0, [sp, 56]
ldr d1, [sp, 48]
fdiv d0, d1, d0
str d0, [sp, 64]
b .L6
.L29:
ldr d0, [sp, 64]
ldr d1, [sp, 48]
fdiv d0, d1, d0
str d0, [sp, 56]
.L6:
ldr d0, [sp, 40]
mov x0, 5188146770730811392
fmov d1, x0
fcmpe d0, d1
bgt .L23
b .L30
.L23:
adrp x0, .LC0
ldr d1, [x0, #:lo12:.LC0]
ldr d0, [sp, 64]
fmul d8, d1, d0
ldr d0, [sp, 40]
bl sqrt
fdiv d0, d8, d0
str d0, [sp, 48]
b .L12
.L30:
ldr d0, [sp, 40]
bl pzero
str d0, [sp, 88]
ldr d0, [sp, 40]
bl qzero
str d0, [sp, 104]
ldr d1, [sp, 88]
ldr d0, [sp, 64]
fmul d1, d1, d0
ldr d2, [sp, 104]
ldr d0, [sp, 56]
fmul d0, d2, d0
fsub d0, d1, d0
adrp x0, .LC0
ldr d1, [x0, #:lo12:.LC0]
fmul d8, d0, d1
ldr d0, [sp, 40]
bl sqrt
fdiv d0, d8, d0
str d0, [sp, 48]
.L12:
ldr d0, [sp, 48]
b .L3
.L28:
ldr d0, [sp, 40]
mov x0, 4548635623644200960
fmov d1, x0
fcmpe d0, d1
bmi .L24
b .L13
.L24:
adrp x0, .LC1
ldr d1, [x0, #:lo12:.LC1]
ldr d0, [sp, 40]
fadd d1, d1, d0
fmov d0, 1.0e+0
fcmpe d1, d0
bgt .L25
b .L13
.L25:
ldr d0, [sp, 40]
mov x0, 4485585228861014016
fmov d1, x0
fcmpe d0, d1
bmi .L26
b .L31
.L26:
fmov d0, 1.0e+0
b .L3
.L31:
fmov d1, 1.0e+0
ldr d2, [sp, 40]
fmov d0, 2.5e-1
fmul d2, d2, d0
ldr d0, [sp, 40]
fmul d0, d2, d0
fsub d0, d1, d0
b .L3
.L13:
ldr d0, [sp, 40]
fmul d0, d0, d0
str d0, [sp, 48]
adrp x0, .LC2
ldr d1, [x0, #:lo12:.LC2]
ldr d0, [sp, 48]
fmul d0, d1, d0
adrp x0, .LC3
ldr d1, [x0, #:lo12:.LC3]
fadd d1, d0, d1
ldr d0, [sp, 48]
fmul d0, d1, d0
adrp x0, .LC4
ldr d1, [x0, #:lo12:.LC4]
fadd d1, d0, d1
ldr d0, [sp, 48]
fmul d0, d1, d0
mov x0, -3
movk x0, 0x3f8f, lsl 48
fmov d1, x0
fadd d0, d0, d1
ldr d1, [sp, 48]
fmul d0, d1, d0
str d0, [sp, 72]
adrp x0, .LC5
ldr d1, [x0, #:lo12:.LC5]
ldr d0, [sp, 48]
fmul d0, d1, d0
adrp x0, .LC6
ldr d1, [x0, #:lo12:.LC6]
fadd d1, d0, d1
ldr d0, [sp, 48]
fmul d0, d1, d0
adrp x0, .LC7
ldr d1, [x0, #:lo12:.LC7]
fadd d1, d0, d1
ldr d0, [sp, 48]
fmul d0, d1, d0
adrp x0, .LC8
ldr d1, [x0, #:lo12:.LC8]
fadd d1, d0, d1
ldr d0, [sp, 48]
fmul d1, d1, d0
fmov d0, 1.0e+0
fadd d0, d1, d0
str d0, [sp, 80]
fmov d0, 1.0e+0
ldr d1, [sp, 40]
fcmpe d1, d0
bmi .L27
b .L32
.L27:
ldr d0, [sp, 80]
ldr d1, [sp, 72]
fdiv d1, d1, d0
fmov d0, 2.5e-1
fsub d1, d1, d0
ldr d0, [sp, 48]
fmul d1, d1, d0
fmov d0, 1.0e+0
fadd d0, d1, d0
b .L3
.L32:
ldr d1, [sp, 40]
fmov d0, 5.0e-1
fmul d0, d1, d0
str d0, [sp, 88]
fmov d1, 1.0e+0
ldr d0, [sp, 88]
fadd d1, d1, d0
fmov d2, 1.0e+0
ldr d0, [sp, 88]
fsub d0, d2, d0
fmul d1, d1, d0
ldr d0, [sp, 80]
ldr d2, [sp, 72]
fdiv d2, d2, d0
ldr d0, [sp, 48]
fmul d0, d2, d0
fadd d0, d1, d0
.L3:
ldr d8, [sp, 16]
ldp x29, x30, [sp], 112
.cfi_restore 30
.cfi_restore 29
.cfi_restore 72
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE0:
.size j0, .-j0
.section .rodata
.align 3
.type u00, %object
.size u00, 8
u00:
.word -1714696161
.word -1078795050
.align 3
.type u01, %object
.size u01, 8
u01:
.word -1645616132
.word 1069980929
.align 3
.type u02, %object
.size u02, 8
u02:
.word -1318258025
.word -1081324312
.align 3
.type u03, %object
.size u03, 8
u03:
.word 548576107
.word 1060554061
.align 3
.type u04, %object
.size u04, 8
u04:
.word 1943166125
.word -1093665113
.align 3
.type u05, %object
.size u05, 8
u05:
.word 995011540
.word 1045758039
.align 3
.type u06, %object
.size u06, 8
u06:
.word 1765782472
.word -1111104451
.align 3
.type v01, %object
.size v01, 8
v01:
.word -1849047270
.word 1066013296
.align 3
.type v02, %object
.size v02, 8
v02:
.word -176634175
.word 1058270395
.align 3
.type v03, %object
.size v03, 8
v03:
.word 2146566909
.word 1049715757
.align 3
.type v04, %object
.size v04, 8
v04:
.word 1003936239
.word 1040076824
.text
.align 2
.global y0
.type y0, %function
y0:
.LFB1:
.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]
.cfi_offset 72, -96
.cfi_offset 73, -88
str d0, [sp, 40]
ldr d0, [sp, 40]
fabs d0, d0
mov x0, 9218868437227405311
fmov d1, x0
fcmp d0, d1
cset w0, hi
and w0, w0, 255
eor w0, w0, 1
and w0, w0, 255
cmp w0, 0
bne .L34
fmov d1, 1.0e+0
ldr d0, [sp, 40]
fmul d2, d0, d0
ldr d0, [sp, 40]
fadd d0, d2, d0
fdiv d0, d1, d0
b .L35
.L34:
ldr d0, [sp, 40]
fcmp d0, #0.0
bne .L36
fmov d0, 1.0e+0
fneg d0, d0
movi d1, #0
fdiv d0, d0, d1
b .L35
.L36:
ldr d0, [sp, 40]
fcmpe d0, #0.0
bmi .L50
b .L56
.L50:
movi d1, #0
movi d0, #0
fdiv d0, d1, d0
b .L35
.L56:
ldr d1, [sp, 40]
fmov d0, 2.0e+0
fcmpe d1, d0
bge .L51
b .L57
.L51:
ldr d0, [sp, 40]
bl sin
str d0, [sp, 96]
ldr d0, [sp, 40]
bl cos
str d0, [sp, 104]
ldr d1, [sp, 96]
ldr d0, [sp, 104]
fsub d0, d1, d0
str d0, [sp, 64]
ldr d1, [sp, 96]
ldr d0, [sp, 104]
fadd d0, d1, d0
str d0, [sp, 72]
ldr d0, [sp, 40]
mov x0, 9214364837600034815
fmov d1, x0
fcmpe d0, d1
bmi .L52
b .L41
.L52:
ldr d0, [sp, 40]
fadd d0, d0, d0
bl cos
fneg d0, d0
str d0, [sp, 56]
ldr d1, [sp, 96]
ldr d0, [sp, 104]
fmul d0, d1, d0
movi d1, #0
fcmpe d0, d1
bmi .L53
b .L58
.L53:
ldr d0, [sp, 64]
ldr d1, [sp, 56]
fdiv d0, d1, d0
str d0, [sp, 72]
b .L41
.L58:
ldr d0, [sp, 72]
ldr d1, [sp, 56]
fdiv d0, d1, d0
str d0, [sp, 64]
.L41:
ldr d0, [sp, 40]
mov x0, 5188146770730811392
fmov d1, x0
fcmpe d0, d1
bgt .L54
b .L59
.L54:
adrp x0, .LC0
ldr d1, [x0, #:lo12:.LC0]
ldr d0, [sp, 64]
fmul d8, d1, d0
ldr d0, [sp, 40]
bl sqrt
fdiv d0, d8, d0
str d0, [sp, 56]
b .L47
.L59:
ldr d0, [sp, 40]
bl pzero
str d0, [sp, 80]
ldr d0, [sp, 40]
bl qzero
str d0, [sp, 88]
ldr d1, [sp, 80]
ldr d0, [sp, 64]
fmul d1, d1, d0
ldr d2, [sp, 88]
ldr d0, [sp, 72]
fmul d0, d2, d0
fadd d0, d1, d0
adrp x0, .LC0
ldr d1, [x0, #:lo12:.LC0]
fmul d8, d0, d1
ldr d0, [sp, 40]
bl sqrt
fdiv d0, d8, d0
str d0, [sp, 56]
.L47:
ldr d0, [sp, 56]
b .L35
.L57:
ldr d0, [sp, 40]
mov x0, 4485585228861014016
fmov d1, x0
fcmpe d0, d1
bls .L55
b .L60
.L55:
ldr d0, [sp, 40]
bl log
adrp x0, .LC9
ldr d1, [x0, #:lo12:.LC9]
fmul d0, d0, d1
adrp x0, .LC10
ldr d1, [x0, #:lo12:.LC10]
fadd d0, d0, d1
b .L35
.L60:
ldr d0, [sp, 40]
fmul d0, d0, d0
str d0, [sp, 56]
adrp x0, .LC11
ldr d1, [x0, #:lo12:.LC11]
ldr d0, [sp, 56]
fmul d0, d1, d0
adrp x0, .LC12
ldr d1, [x0, #:lo12:.LC12]
fadd d1, d0, d1
ldr d0, [sp, 56]
fmul d0, d1, d0
adrp x0, .LC13
ldr d1, [x0, #:lo12:.LC13]
fadd d1, d0, d1
ldr d0, [sp, 56]
fmul d0, d1, d0
adrp x0, .LC14
ldr d1, [x0, #:lo12:.LC14]
fadd d1, d0, d1
ldr d0, [sp, 56]
fmul d0, d1, d0
adrp x0, .LC15
ldr d1, [x0, #:lo12:.LC15]
fadd d1, d0, d1
ldr d0, [sp, 56]
fmul d0, d1, d0
adrp x0, .LC16
ldr d1, [x0, #:lo12:.LC16]
fadd d1, d0, d1
ldr d0, [sp, 56]
fmul d0, d1, d0
adrp x0, .LC10
ldr d1, [x0, #:lo12:.LC10]
fadd d0, d0, d1
str d0, [sp, 80]
adrp x0, .LC17
ldr d1, [x0, #:lo12:.LC17]
ldr d0, [sp, 56]
fmul d0, d1, d0
adrp x0, .LC18
ldr d1, [x0, #:lo12:.LC18]
fadd d1, d0, d1
ldr d0, [sp, 56]
fmul d0, d1, d0
adrp x0, .LC19
ldr d1, [x0, #:lo12:.LC19]
fadd d1, d0, d1
ldr d0, [sp, 56]
fmul d0, d1, d0
adrp x0, .LC20
ldr d1, [x0, #:lo12:.LC20]
fadd d1, d0, d1
ldr d0, [sp, 56]
fmul d1, d1, d0
fmov d0, 1.0e+0
fadd d0, d1, d0
str d0, [sp, 88]
ldr d0, [sp, 88]
ldr d1, [sp, 80]
fdiv d8, d1, d0
ldr d0, [sp, 40]
bl j0
fmov d9, d0
ldr d0, [sp, 40]
bl log
fmul d0, d9, d0
adrp x0, .LC9
ldr d1, [x0, #:lo12:.LC9]
fmul d0, d0, d1
fadd d0, d8, d0
.L35:
ldp d8, d9, [sp, 16]
ldp x29, x30, [sp], 112
.cfi_restore 30
.cfi_restore 29
.cfi_restore 72
.cfi_restore 73
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE1:
.size y0, .-y0
.section .rodata
.align 3
.type pr8, %object
.size pr8, 48
pr8:
.word 0
.word 0
.word -718
.word -1078853633
.word -1269848199
.word -1071633968
.word 2065295459
.word -1066397438
.word -850539780
.word -1063032210
.word 919364669
.word -1061911285
.align 3
.type ps8, %object
.size ps8, 40
ps8:
.word 128542545
.word 1079845427
.word 1348036920
.word 1085141885
.word 1857466463
.word 1088672443
.word -1885361731
.word 1090289935
.word 1328302556
.word 1088897399
.align 3
.type pr5, %object
.size pr5, 48
pr5:
.word 1206162892
.word -1112991567
.word -426050618
.word -1078853633
.word -116626497
.word -1072651408
.word 1518147459
.word -1068438737
.word 1732430947
.word -1066093645
.word 681806807
.word -1066031377
.align 3
.type ps5, %object
.size ps5, 40
ps5:
.word 211338718
.word 1078878337
.word 1551771748
.word 1083206914
.word -1883366048
.word 1085758200
.word -92865992
.word 1086508216
.word -955520924
.word 1084410909
.align 3
.type pr3, %object
.size pr3, 48
pr3:
.word 1877060230
.word -1104813821
.word -138354101
.word -1078853642
.word -1364950924
.word -1073527374
.word 1287212564
.word -1070205110
.word 1107958341
.word -1068692958
.word -1466771441
.word -1069583700
.align 3
.type ps3, %object
.size ps3, 40
ps3:
.word -2079883821
.word 1078062482
.word 1179286542
.word 1081514041
.word 1829790166
.word 1083352686
.word -1195140226
.word 1083285500
.word -63467391
.word 1080406678
.align 3
.type pr2, %object
.size pr2, 48
pr2:
.word -383319443
.word -1099443434
.word 1230904898
.word -1078853790
.word -1977309117
.word -1074317767
.word -307255309
.word -1071740173
.word -987471101
.word -1071226138
.word -1349523697
.word -1073095039
.align 3
.type ps2, %object
.size ps2, 40
ps2:
.word -1869915815
.word 1077295205
.word 250120079
.word 1080100510
.word 1122633627
.word 1081141126
.word 985070335
.word 1080245251
.word 1144592393
.word 1076711603
.text
.align 2
.type pzero, %function
pzero:
.LFB2:
.cfi_startproc
sub sp, sp, #64
.cfi_def_cfa_offset 64
str d0, [sp, 8]
ldr d1, [sp, 8]
fmov d0, 8.0e+0
fcmpe d1, d0
bge .L72
b .L76
.L72:
adrp x0, pr8
add x0, x0, :lo12:pr8
str x0, [sp, 24]
adrp x0, ps8
add x0, x0, :lo12:ps8
str x0, [sp, 32]
b .L64
.L76:
ldr d0, [sp, 8]
mov x0, 51174535331840
movk x0, 0x4012, lsl 48
fmov d1, x0
fcmpe d0, d1
bge .L73
b .L77
.L73:
adrp x0, pr5
add x0, x0, :lo12:pr5
str x0, [sp, 24]
adrp x0, ps5
add x0, x0, :lo12:ps5
str x0, [sp, 32]
b .L64
.L77:
ldr d0, [sp, 8]
mov x0, 241261197918208
movk x0, 0x4006, lsl 48
fmov d1, x0
fcmpe d0, d1
bge .L74
b .L78
.L74:
adrp x0, pr3
add x0, x0, :lo12:pr3
str x0, [sp, 24]
adrp x0, ps3
add x0, x0, :lo12:ps3
str x0, [sp, 32]
b .L64
.L78:
ldr d1, [sp, 8]
fmov d0, 2.0e+0
fcmpe d1, d0
bge .L75
b .L79
.L75:
adrp x0, pr2
add x0, x0, :lo12:pr2
str x0, [sp, 24]
adrp x0, ps2
add x0, x0, :lo12:ps2
str x0, [sp, 32]
b .L64
.L79:
str xzr, [sp, 24]
str xzr, [sp, 32]
.L64:
fmov d1, 1.0e+0
ldr d0, [sp, 8]
fmul d0, d0, d0
fdiv d0, d1, d0
str d0, [sp, 40]
ldr x0, [sp, 24]
ldr d1, [x0]
ldr x0, [sp, 24]
add x0, x0, 8
ldr d2, [x0]
ldr x0, [sp, 24]
add x0, x0, 16
ldr d3, [x0]
ldr x0, [sp, 24]
add x0, x0, 24
ldr d4, [x0]
ldr x0, [sp, 24]
add x0, x0, 32
ldr d5, [x0]
ldr x0, [sp, 24]
add x0, x0, 40
ldr d6, [x0]
ldr d0, [sp, 40]
fmul d0, d6, d0
fadd d5, d5, d0
ldr d0, [sp, 40]
fmul d0, d5, d0
fadd d4, d4, d0
ldr d0, [sp, 40]
fmul d0, d4, d0
fadd d3, d3, d0
ldr d0, [sp, 40]
fmul d0, d3, d0
fadd d2, d2, d0
ldr d0, [sp, 40]
fmul d0, d2, d0
fadd d0, d1, d0
str d0, [sp, 48]
ldr x0, [sp, 32]
ldr d1, [x0]
ldr x0, [sp, 32]
add x0, x0, 8
ldr d2, [x0]
ldr x0, [sp, 32]
add x0, x0, 16
ldr d3, [x0]
ldr x0, [sp, 32]
add x0, x0, 24
ldr d4, [x0]
ldr x0, [sp, 32]
add x0, x0, 32
ldr d5, [x0]
ldr d0, [sp, 40]
fmul d0, d5, d0
fadd d4, d4, d0
ldr d0, [sp, 40]
fmul d0, d4, d0
fadd d3, d3, d0
ldr d0, [sp, 40]
fmul d0, d3, d0
fadd d2, d2, d0
ldr d0, [sp, 40]
fmul d0, d2, d0
fadd d1, d1, d0
ldr d0, [sp, 40]
fmul d1, d1, d0
fmov d0, 1.0e+0
fadd d0, d1, d0
str d0, [sp, 56]
ldr d0, [sp, 56]
ldr d1, [sp, 48]
fdiv d1, d1, d0
fmov d0, 1.0e+0
fadd d0, d1, d0
add sp, sp, 64
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE2:
.size pzero, .-pzero
.section .rodata
.align 3
.type qr8, %object
.size qr8, 48
qr8:
.word 0
.word 0
.word -468
.word 1068679167
.word 1538471126
.word 1076332882
.word 355473445
.word 1082223971
.word 1041822829
.word 1086410137
.word 244323686
.word 1088557780
.align 3
.type qs8, %object
.size qs8, 48
qs8:
.word 911948220
.word 1080326357
.word 1315636579
.word 1086300760
.word 1423150143
.word 1090610770
.word -2086327485
.word 1093174234
.word 685640509
.word 1093248619
.word 747974853
.word -1055589011
.align 3
.type qr5, %object
.size qr5, 48
qr5:
.word 701271257
.word 1035222415
.word -781012916
.word 1068679167
.word -1181401645
.word 1075271600
.word 176654569
.word 1080091538
.word -1647786879
.word 1083182329
.word 1405543334
.word 1084168169
.align 3
.type qs5, %object
.size qs5, 48
qs5:
.word -77720253
.word 1079292339
.word -635322162
.word 1084242848
.word 2069438061
.word 1087530962
.word -1746918542
.word 1089189347
.word 528110752
.word 1088524568
.word -1092893175
.word -1061885353
.align 3
.type qr3, %object
.size qr3, 48
qr3:
.word 1792985986
.word 1043516675
.word 244123714
.word 1068679150
.word 1628740853
.word 1074446588
.word -1775391011
.word 1078284184
.word -497091297
.word 1080383963
.word -2114313760
.word 1080350588
.align 3
.type qs3, %object
.size qs3, 48
qs3:
.word -1075625050
.word 1078485282
.word -2041295181
.word 1082535299
.word -464651165
.word 1085075531
.word -674797016
.word 1085881452
.word -649088576
.word 1084467370
.word 538768399
.word -1067276309
.align 3
.type qr2, %object
.size qr2, 48
qr2:
.word 1425501147
.word 1048850747
.word 1049116212
.word 1068678853
.word -416843876
.word 1073739927
.word -1426493467
.word 1076690367
.word 704371786
.word 1077914254
.word 1904298932
.word 1076904113
.align 3
.type qs2, %object
.size qs2, 48
qs2:
.word -138380563
.word 1077829014
.word -456045760
.word 1081136529
.word 582205218
.word 1082811973
.word -1671642604
.word 1082890108
.word 234885989
.word 1080726867
.word -122476239
.word -1072349590
.text
.align 2
.type qzero, %function
qzero:
.LFB3:
.cfi_startproc
sub sp, sp, #64
.cfi_def_cfa_offset 64
str d0, [sp, 8]
ldr d1, [sp, 8]
fmov d0, 8.0e+0
fcmpe d1, d0
bge .L91
b .L95
.L91:
adrp x0, qr8
add x0, x0, :lo12:qr8
str x0, [sp, 24]
adrp x0, qs8
add x0, x0, :lo12:qs8
str x0, [sp, 32]
b .L83
.L95:
ldr d0, [sp, 8]
mov x0, 51174535331840
movk x0, 0x4012, lsl 48
fmov d1, x0
fcmpe d0, d1
bge .L92
b .L96
.L92:
adrp x0, qr5
add x0, x0, :lo12:qr5
str x0, [sp, 24]
adrp x0, qs5
add x0, x0, :lo12:qs5
str x0, [sp, 32]
b .L83
.L96:
ldr d0, [sp, 8]
mov x0, 241261197918208
movk x0, 0x4006, lsl 48
fmov d1, x0
fcmpe d0, d1
bge .L93
b .L97
.L93:
adrp x0, qr3
add x0, x0, :lo12:qr3
str x0, [sp, 24]
adrp x0, qs3
add x0, x0, :lo12:qs3
str x0, [sp, 32]
b .L83
.L97:
ldr d1, [sp, 8]
fmov d0, 2.0e+0
fcmpe d1, d0
bge .L94
b .L98
.L94:
adrp x0, qr2
add x0, x0, :lo12:qr2
str x0, [sp, 24]
adrp x0, qs2
add x0, x0, :lo12:qs2
str x0, [sp, 32]
b .L83
.L98:
str xzr, [sp, 24]
str xzr, [sp, 32]
.L83:
fmov d1, 1.0e+0
ldr d0, [sp, 8]
fmul d0, d0, d0
fdiv d0, d1, d0
str d0, [sp, 40]
ldr x0, [sp, 24]
ldr d1, [x0]
ldr x0, [sp, 24]
add x0, x0, 8
ldr d2, [x0]
ldr x0, [sp, 24]
add x0, x0, 16
ldr d3, [x0]
ldr x0, [sp, 24]
add x0, x0, 24
ldr d4, [x0]
ldr x0, [sp, 24]
add x0, x0, 32
ldr d5, [x0]
ldr x0, [sp, 24]
add x0, x0, 40
ldr d6, [x0]
ldr d0, [sp, 40]
fmul d0, d6, d0
fadd d5, d5, d0
ldr d0, [sp, 40]
fmul d0, d5, d0
fadd d4, d4, d0
ldr d0, [sp, 40]
fmul d0, d4, d0
fadd d3, d3, d0
ldr d0, [sp, 40]
fmul d0, d3, d0
fadd d2, d2, d0
ldr d0, [sp, 40]
fmul d0, d2, d0
fadd d0, d1, d0
str d0, [sp, 48]
ldr x0, [sp, 32]
ldr d1, [x0]
ldr x0, [sp, 32]
add x0, x0, 8
ldr d2, [x0]
ldr x0, [sp, 32]
add x0, x0, 16
ldr d3, [x0]
ldr x0, [sp, 32]
add x0, x0, 24
ldr d4, [x0]
ldr x0, [sp, 32]
add x0, x0, 32
ldr d5, [x0]
ldr x0, [sp, 32]
add x0, x0, 40
ldr d6, [x0]
ldr d0, [sp, 40]
fmul d0, d6, d0
fadd d5, d5, d0
ldr d0, [sp, 40]
fmul d0, d5, d0
fadd d4, d4, d0
ldr d0, [sp, 40]
fmul d0, d4, d0
fadd d3, d3, d0
ldr d0, [sp, 40]
fmul d0, d3, d0
fadd d2, d2, d0
ldr d0, [sp, 40]
fmul d0, d2, d0
fadd d1, d1, d0
ldr d0, [sp, 40]
fmul d1, d1, d0
fmov d0, 1.0e+0
fadd d0, d1, d0
str d0, [sp, 56]
ldr d0, [sp, 56]
ldr d1, [sp, 48]
fdiv d1, d1, d0
fmov d0, 1.25e-1
fsub d1, d1, d0
ldr d0, [sp, 8]
fdiv d0, d1, d0
add sp, sp, 64
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE3:
.size qzero, .-qzero
.section .rodata
.align 3
.LC0:
.word 1346542445
.word 1071779287
.align 3
.LC1:
.word -2013235812
.word 2117592124
.align 3
.LC2:
.word 1943420878
.word -1103899161
.align 3
.LC3:
.word 206584089
.word 1052684753
.align 3
.LC4:
.word -1239759127
.word -1087838555
.align 3
.LC5:
.word -193700465
.word 1041500348
.align 3
.LC6:
.word -830155351
.word 1050753876
.align 3
.LC7:
.word -581444620
.word 1058973394
.align 3
.LC8:
.word -2100772188
.word 1066401000
.align 3
.LC9:
.word 1841940611
.word 1071931184
.align 3
.LC10:
.word -1714696161
.word -1078795050
.align 3
.LC11:
.word 1765782472
.word -1111104451
.align 3
.LC12:
.word 995011540
.word 1045758039
.align 3
.LC13:
.word 1943166125
.word -1093665113
.align 3
.LC14:
.word 548576107
.word 1060554061
.align 3
.LC15:
.word -1318258025
.word -1081324312
.align 3
.LC16:
.word -1645616132
.word 1069980929
.align 3
.LC17:
.word 1003936239
.word 1040076824
.align 3
.LC18:
.word 2146566909
.word 1049715757
.align 3
.LC19:
.word -176634175
.word 1058270395
.align 3
.LC20:
.word -1849047270
.word 1066013296
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.align 2
.global fooInit
.type fooInit, %function
fooInit:
.LFB0:
.cfi_startproc
mov w0, 1
ret
.cfi_endproc
.LFE0:
.size fooInit, .-fooInit
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.global a
.data
.align 3
.type a, %object
.size a, 12
a:
.word 1
.word 2
.word 3
.global b
.align 3
.type b, %object
.size b, 16
b:
.word 1066192077
.word 1074580685
.word 1079194419
.word 1082969293
.text
.align 2
.global f
.type f, %function
f:
.LFB0:
.cfi_startproc
adrp x0, a
add x0, x0, :lo12:a
ldr s0, [x0, 8]
scvtf s0, s0
adrp x0, b
add x0, x0, :lo12:b
str s0, [x0, 12]
nop
ret
.cfi_endproc
.LFE0:
.size f, .-f
.align 2
.global main
.type main, %function
main:
.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, a
add x0, x0, :lo12:a
bl printid
adrp x0, b
add x0, x0, :lo12:b
bl printid
bl f
adrp x0, b
add x0, x0, :lo12:b
bl printid
nop
ldp x29, x30, [sp], 16
.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 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
.section .rodata
.align 3
.LC0:
.string "/dev/fb0"
.align 3
.LC1:
.string "You must specify on or off"
.align 3
.LC2:
.string "on"
.align 3
.LC3:
.string "on\n"
.align 3
.LC4:
.string "off\n"
.align 3
.LC5:
.string "%i\n"
.align 3
.LC6:
.string "failed"
.text
.align 2
.global main
.type main, %function
main:
.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 w0, [sp, 44]
str x1, [sp, 32]
mov w1, 2049
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl open
str w0, [sp, 64]
str wzr, [sp, 60]
ldr w0, [sp, 44]
cmp w0, 2
beq .L2
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl puts
mov w0, 0
b .L3
.L2:
ldr x0, [sp, 32]
add x0, x0, 8
ldr x19, [x0]
ldr x0, [sp, 32]
add x0, x0, 8
ldr x0, [x0]
bl strlen
cmp x0, 1
bls .L4
mov w0, 2
b .L5
.L4:
mov w0, 1
.L5:
mov w2, w0
adrp x0, .LC2
add x1, x0, :lo12:.LC2
mov x0, x19
bl strncmp
cmp w0, 0
cset w0, eq
and w0, w0, 255
str w0, [sp, 68]
ldr w0, [sp, 68]
cmp w0, 0
beq .L6
adrp x0, .LC3
add x0, x0, :lo12:.LC3
b .L7
.L6:
adrp x0, .LC4
add x0, x0, :lo12:.LC4
.L7:
bl printf
ldr w0, [sp, 64]
cmp w0, 0
beq .L8
mov w0, 17937
str w0, [sp, 72]
ldr w0, [sp, 68]
cmp w0, 0
beq .L9
mov w0, 0
b .L10
.L9:
mov w0, 3
.L10:
str w0, [sp, 76]
ldrsw x0, [sp, 72]
ldr w2, [sp, 76]
mov x1, x0
ldr w0, [sp, 64]
bl ioctl
str w0, [sp, 60]
ldr w1, [sp, 60]
adrp x0, .LC5
add x0, x0, :lo12:.LC5
bl printf
ldr w0, [sp, 64]
bl close
b .L11
.L8:
adrp x0, .LC6
add x0, x0, :lo12:.LC6
bl puts
.L11:
ldr w0, [sp, 60]
.L3:
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 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, -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, 4
bl malloc
str x0, [sp, 32]
ldr x0, [sp, 32]
str x0, [sp, 40]
ldr x0, [sp, 32]
bl free
ldr x0, [sp, 40]
mov w1, 42
str w1, [x0]
ldr x0, [sp, 40]
bl free
mov w0, 0
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 "Starting serial matrix multiple example..."
.align 3
.LC1:
.string "Using matrix sizes a[%d][%d], b[%d][%d], c[%d][%d]\n"
.align 3
.LC2:
.string "Initializing matrices..."
.align 3
.LC3:
.string "Performing matrix multiply..."
.align 3
.LC4:
.string "Here is the result matrix:"
.align 3
.LC5:
.string "%6.2f "
.align 3
.LC6:
.string "\nDone."
.text
.align 2
.global main
.type main, %function
main:
.LFB6:
.cfi_startproc
mov x12, 11808
sub sp, sp, x12
.cfi_def_cfa_offset 11808
stp x29, x30, [sp]
.cfi_offset 29, -11808
.cfi_offset 30, -11800
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, 11800]
mov x1, 0
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl puts
mov w6, 7
mov w5, 62
mov w4, 7
mov w3, 15
mov w2, 15
mov w1, 62
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl printf
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl puts
str wzr, [sp, 36]
b .L2
.L5:
str wzr, [sp, 40]
b .L3
.L4:
ldr w1, [sp, 36]
ldr w0, [sp, 40]
add w0, w1, w0
scvtf d0, w0
ldrsw x2, [sp, 40]
ldrsw x1, [sp, 36]
mov x0, x1
lsl x0, x0, 4
sub x0, x0, x1
add x0, x0, x2
lsl x0, x0, 3
add x1, sp, 4096
add x1, x1, 264
str d0, [x1, x0]
ldr w0, [sp, 40]
add w0, w0, 1
str w0, [sp, 40]
.L3:
ldr w0, [sp, 40]
cmp w0, 14
ble .L4
ldr w0, [sp, 36]
add w0, w0, 1
str w0, [sp, 36]
.L2:
ldr w0, [sp, 36]
cmp w0, 61
ble .L5
str wzr, [sp, 36]
b .L6
.L9:
str wzr, [sp, 40]
b .L7
.L8:
ldr w1, [sp, 36]
ldr w0, [sp, 40]
mul w0, w1, w0
scvtf d0, w0
ldrsw x2, [sp, 40]
ldrsw x1, [sp, 36]
mov x0, x1
lsl x0, x0, 3
sub x0, x0, x1
add x0, x0, x2
lsl x0, x0, 3
add x1, sp, 48
str d0, [x1, x0]
ldr w0, [sp, 40]
add w0, w0, 1
str w0, [sp, 40]
.L7:
ldr w0, [sp, 40]
cmp w0, 6
ble .L8
ldr w0, [sp, 36]
add w0, w0, 1
str w0, [sp, 36]
.L6:
ldr w0, [sp, 36]
cmp w0, 14
ble .L9
str wzr, [sp, 36]
b .L10
.L13:
str wzr, [sp, 40]
b .L11
.L12:
ldrsw x2, [sp, 40]
ldrsw x1, [sp, 36]
mov x0, x1
lsl x0, x0, 3
sub x0, x0, x1
add x0, x0, x2
lsl x0, x0, 3
add x1, sp, 888
str xzr, [x1, x0]
ldr w0, [sp, 40]
add w0, w0, 1
str w0, [sp, 40]
.L11:
ldr w0, [sp, 40]
cmp w0, 6
ble .L12
ldr w0, [sp, 36]
add w0, w0, 1
str w0, [sp, 36]
.L10:
ldr w0, [sp, 36]
cmp w0, 61
ble .L13
adrp x0, .LC3
add x0, x0, :lo12:.LC3
bl puts
str wzr, [sp, 36]
b .L14
.L19:
str wzr, [sp, 40]
b .L15
.L18:
str wzr, [sp, 44]
b .L16
.L17:
ldrsw x2, [sp, 40]
ldrsw x1, [sp, 36]
mov x0, x1
lsl x0, x0, 3
sub x0, x0, x1
add x0, x0, x2
lsl x0, x0, 3
add x1, sp, 888
ldr d1, [x1, x0]
ldrsw x2, [sp, 44]
ldrsw x1, [sp, 36]
mov x0, x1
lsl x0, x0, 4
sub x0, x0, x1
add x0, x0, x2
lsl x0, x0, 3
add x1, sp, 4096
add x1, x1, 264
ldr d2, [x1, x0]
ldrsw x2, [sp, 40]
ldrsw x1, [sp, 44]
mov x0, x1
lsl x0, x0, 3
sub x0, x0, x1
add x0, x0, x2
lsl x0, x0, 3
add x1, sp, 48
ldr d0, [x1, x0]
fmul d0, d2, d0
fadd d0, d1, d0
ldrsw x2, [sp, 40]
ldrsw x1, [sp, 36]
mov x0, x1
lsl x0, x0, 3
sub x0, x0, x1
add x0, x0, x2
lsl x0, x0, 3
add x1, sp, 888
str d0, [x1, x0]
ldr w0, [sp, 44]
add w0, w0, 1
str w0, [sp, 44]
.L16:
ldr w0, [sp, 44]
cmp w0, 14
ble .L17
ldr w0, [sp, 40]
add w0, w0, 1
str w0, [sp, 40]
.L15:
ldr w0, [sp, 40]
cmp w0, 6
ble .L18
ldr w0, [sp, 36]
add w0, w0, 1
str w0, [sp, 36]
.L14:
ldr w0, [sp, 36]
cmp w0, 61
ble .L19
adrp x0, .LC4
add x0, x0, :lo12:.LC4
bl printf
str wzr, [sp, 36]
b .L20
.L23:
mov w0, 10
bl putchar
str wzr, [sp, 40]
b .L21
.L22:
ldrsw x2, [sp, 40]
ldrsw x1, [sp, 36]
mov x0, x1
lsl x0, x0, 3
sub x0, x0, x1
add x0, x0, x2
lsl x0, x0, 3
add x1, sp, 888
ldr d0, [x1, x0]
adrp x0, .LC5
add x0, x0, :lo12:.LC5
bl printf
ldr w0, [sp, 40]
add w0, w0, 1
str w0, [sp, 40]
.L21:
ldr w0, [sp, 40]
cmp w0, 6
ble .L22
ldr w0, [sp, 36]
add w0, w0, 1
str w0, [sp, 36]
.L20:
ldr w0, [sp, 36]
cmp w0, 61
ble .L23
adrp x0, .LC6
add x0, x0, :lo12:.LC6
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, 11800]
ldr x2, [x0]
subs x3, x3, x2
mov x2, 0
beq .L25
bl __stack_chk_fail
.L25:
mov w0, w1
ldp x29, x30, [sp]
mov x12, 11808
add sp, sp, x12
.cfi_restore 29
.cfi_restore 30
.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 foo
.type foo, %function
foo:
.LFB0:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, 8]
ldr x1, [sp, 8]
mov x0, 1845
movk x0, 0x735, lsl 32
mul x0, x1, x0
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE0:
.size foo, .-foo
.global a
.bss
.align 3
.type a, %object
.size a, 8
a:
.zero 8
.global b
.align 3
.type b, %object
.size b, 8
b:
.zero 8
.global p
.align 3
.type p, %object
.size p, 8
p:
.zero 8
.text
.align 2
.global bar
.type bar, %function
bar:
.LFB1:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
adrp x0, a
add x0, x0, :lo12:a
ldr x1, [x0]
adrp x0, b
add x0, x0, :lo12:b
ldr x0, [x0]
orr x0, x1, x0
str x0, [sp, 8]
ldr x1, [sp, 8]
mov x0, 1845
movk x0, 0x735, lsl 32
mul x0, x1, x0
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE1:
.size bar, .-bar
.align 2
.global baz
.type baz, %function
baz:
.LFB2:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
adrp x0, p
add x0, x0, :lo12:p
ldr x0, [x0]
add x0, x0, 345
and x0, x0, -2
str x0, [sp, 8]
adrp x0, a
add x0, x0, :lo12:a
ldr x1, [x0]
ldr x0, [sp, 8]
mul x0, x1, x0
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE2:
.size baz, .-baz
.align 2
.global main
.type main, %function
main:
.LFB3:
.cfi_startproc
stp x29, x30, [sp, -16]!
.cfi_def_cfa_offset 16
.cfi_offset 29, -16
.cfi_offset 30, -8
mov x29, sp
mov x0, 26505
movk x0, 0x5, lsl 16
bl foo
mov x1, x0
mov x0, 11869
movk x0, 0x26f3, lsl 16
movk x0, 0x2e5d, lsl 32
movk x0, 0x26f3, lsl 48
cmp x1, x0
beq .L8
bl abort
.L8:
adrp x0, a
add x0, x0, :lo12:a
mov x1, -9223372034707292160
str x1, [x0]
adrp x0, b
add x0, x0, :lo12:b
mov w1, 2147483649
movk x1, 0x1, lsl 32
str x1, [x0]
bl bar
mov x1, x0
mov x0, 1845
movk x0, 0x8000, lsl 16
movk x0, 0x1204, lsl 32
cmp x1, x0
beq .L9
bl abort
.L9:
adrp x0, p
add x0, x0, :lo12:p
mov x1, 4294967295
str x1, [x0]
bl baz
mov x1, x0
mov x0, 738734374912
cmp x1, x0
beq .L10
bl abort
.L10:
mov w0, 0
bl exit
.cfi_endproc
.LFE3:
.size main, .-main
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.section .rodata
.align 3
.LC0:
.string "Running ps with system"
.align 3
.LC1:
.string "ps aux &"
.align 3
.LC2:
.string "Done."
.text
.align 2
.global main
.type main, %function
main:
.LFB6:
.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 system
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl puts
mov w0, 0
bl exit
.cfi_endproc
.LFE6:
.size main, .-main
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.global SynaFirmware1
.section .rodata
.align 3
.type SynaFirmware1, %object
.size SynaFirmware1, 47361
SynaFirmware1:
.byte 88
.byte -79
.byte 51
.byte 6
.byte 0
.byte 0
.byte 0
.byte 5
.byte 0
.byte -80
.byte 0
.byte 0
.byte 0
.byte 2
.byte 0
.byte 0
.byte 83
.byte 51
.byte 50
.byte 48
.byte 51
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.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 68
.byte 83
.byte 52
.byte 32
.byte 82
.byte 51
.byte 46
.byte 53
.byte 46
.byte 49
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 80
.byte 76
.byte 71
.byte 50
.byte 50
.byte 48
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 73
.byte 50
.byte 67
.byte 0
.byte 11
.byte 0
.byte -1
.byte 0
.byte 12
.byte 13
.byte 32
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 73
.byte 50
.byte 67
.byte 0
.byte 11
.byte 0
.byte -1
.byte 0
.byte 12
.byte 13
.byte 32
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte -75
.byte -97
.byte -13
.byte -120
.byte 12
.byte 107
.byte -28
.byte -69
.byte 22
.byte 30
.byte 63
.byte -59
.byte 20
.byte -11
.byte 33
.byte 107
.byte 82
.byte 48
.byte -46
.byte 19
.byte 19
.byte -10
.byte 28
.byte -29
.byte -52
.byte -88
.byte 112
.byte 65
.byte -68
.byte 59
.byte 44
.byte 70
.byte -54
.byte -28
.byte -88
.byte -82
.byte 53
.byte 48
.byte -51
.byte 114
.byte -5
.byte -57
.byte 114
.byte -44
.byte -8
.byte -62
.byte -55
.byte -121
.byte -15
.byte 86
.byte 48
.byte 100
.byte -27
.byte -52
.byte 67
.byte -101
.byte -126
.byte -128
.byte 41
.byte 81
.byte 19
.byte 47
.byte -108
.byte -64
.byte 116
.byte 110
.byte -47
.byte -96
.byte 14
.byte 122
.byte 1
.byte -59
.byte 69
.byte -49
.byte 126
.byte -3
.byte -93
.byte 109
.byte -94
.byte -71
.byte -100
.byte 75
.byte -88
.byte -40
.byte -121
.byte -102
.byte 118
.byte -54
.byte -23
.byte -104
.byte 52
.byte -8
.byte 12
.byte -126
.byte 94
.byte 73
.byte -127
.byte -37
.byte 101
.byte 25
.byte 20
.byte -65
.byte 0
.byte 20
.byte 34
.byte 80
.byte -19
.byte -23
.byte -54
.byte -110
.byte 93
.byte 23
.byte -82
.byte -126
.byte 109
.byte 22
.byte 55
.byte -47
.byte -26
.byte -81
.byte 78
.byte -17
.byte -48
.byte -79
.byte 29
.byte -60
.byte -93
.byte -50
.byte 120
.byte -44
.byte 54
.byte -56
.byte 91
.byte -2
.byte -36
.byte -77
.byte 63
.byte 96
.byte -56
.byte 113
.byte -36
.byte 103
.byte -121
.byte 96
.byte 98
.byte -34
.byte 14
.byte 15
.byte 3
.byte 14
.byte -100
.byte -77
.byte 84
.byte 87
.byte 28
.byte 81
.byte -39
.byte 54
.byte -120
.byte 84
.byte -10
.byte -34
.byte 86
.byte -82
.byte -47
.byte -54
.byte -33
.byte -79
.byte 33
.byte 104
.byte 54
.byte -6
.byte 36
.byte 98
.byte 112
.byte 90
.byte 7
.byte 12
.byte -120
.byte -19
.byte -99
.byte -53
.byte 112
.byte 40
.byte 67
.byte -114
.byte -46
.byte 104
.byte -52
.byte -117
.byte -46
.byte -24
.byte -42
.byte 92
.byte -41
.byte -59
.byte 73
.byte -43
.byte -50
.byte 35
.byte 12
.byte 85
.byte -73
.byte -96
.byte 21
.byte -21
.byte 21
.byte -13
.byte -23
.byte 10
.byte -66
.byte 1
.byte 51
.byte -24
.byte 119
.byte -42
.byte 55
.byte 115
.byte -45
.byte 11
.byte -89
.byte 9
.byte 11
.byte 10
.byte 31
.byte -101
.byte 62
.byte -82
.byte -105
.byte -48
.byte -25
.byte 91
.byte 113
.byte -108
.byte -11
.byte 66
.byte -105
.byte 109
.byte 4
.byte 70
.byte 9
.byte 109
.byte -106
.byte 5
.byte 58
.byte 78
.byte 111
.byte 98
.byte 91
.byte -121
.byte -29
.byte -41
.byte 51
.byte -29
.byte 71
.byte -45
.byte 82
.byte -38
.byte 72
.byte 11
.byte 82
.byte 3
.byte 32
.byte 11
.byte -125
.byte 108
.byte -44
.byte -91
.byte 10
.byte -76
.byte -67
.byte 97
.byte -2
.byte -52
.byte 14
.byte 34
.byte 91
.byte 121
.byte -85
.byte -68
.byte -109
.byte 126
.byte 25
.byte 83
.byte -29
.byte 45
.byte -95
.byte -118
.byte 110
.byte -11
.byte 51
.byte -22
.byte 30
.byte -115
.byte -54
.byte 125
.byte -109
.byte -55
.byte -99
.byte 72
.byte -63
.byte 14
.byte 122
.byte -86
.byte 12
.byte -111
.byte -5
.byte 19
.byte -20
.byte 16
.byte -10
.byte 116
.byte 95
.byte 44
.byte -13
.byte -94
.byte 101
.byte -105
.byte 35
.byte -63
.byte -9
.byte 13
.byte 111
.byte 104
.byte 29
.byte 30
.byte 1
.byte -23
.byte -97
.byte -25
.byte 80
.byte -119
.byte -78
.byte 40
.byte 78
.byte -44
.byte 94
.byte 77
.byte -32
.byte -99
.byte 127
.byte -39
.byte 126
.byte -33
.byte 11
.byte -22
.byte 61
.byte -14
.byte -40
.byte -68
.byte 49
.byte -75
.byte -27
.byte -22
.byte -64
.byte 88
.byte -60
.byte 118
.byte -11
.byte 53
.byte 86
.byte 73
.byte -27
.byte -53
.byte -45
.byte -70
.byte 123
.byte 74
.byte 97
.byte 3
.byte -22
.byte -122
.byte -36
.byte 127
.byte -114
.byte -50
.byte 53
.byte -73
.byte 61
.byte 101
.byte 28
.byte -112
.byte 22
.byte -90
.byte -70
.byte 19
.byte -100
.byte -4
.byte 97
.byte 52
.byte 61
.byte 31
.byte -114
.byte 77
.byte 51
.byte -52
.byte -119
.byte 92
.byte -15
.byte -76
.byte 82
.byte 59
.byte -5
.byte -17
.byte 105
.byte 23
.byte 30
.byte -61
.byte -72
.byte 121
.byte -25
.byte -51
.byte -106
.byte 13
.byte 61
.byte -93
.byte 92
.byte -123
.byte -35
.byte -39
.byte 55
.byte 65
.byte -21
.byte -123
.byte 64
.byte -35
.byte 3
.byte 66
.byte -69
.byte -37
.byte -70
.byte 43
.byte -108
.byte 48
.byte 59
.byte 81
.byte -40
.byte -32
.byte -123
.byte 10
.byte 37
.byte -113
.byte -80
.byte -43
.byte 40
.byte -42
.byte -41
.byte 105
.byte -10
.byte 17
.byte 56
.byte -87
.byte 111
.byte 52
.byte -17
.byte -16
.byte -56
.byte -14
.byte -111
.byte 37
.byte 37
.byte 76
.byte 95
.byte -92
.byte 70
.byte 82
.byte -20
.byte 23
.byte -43
.byte -48
.byte -32
.byte -22
.byte -39
.byte 127
.byte 86
.byte -34
.byte 16
.byte 39
.byte 21
.byte 103
.byte 7
.byte 51
.byte 92
.byte -10
.byte -52
.byte -14
.byte 71
.byte 1
.byte -70
.byte -18
.byte -59
.byte -121
.byte 64
.byte -113
.byte -36
.byte -23
.byte -10
.byte -32
.byte 33
.byte 73
.byte -31
.byte 11
.byte 60
.byte -79
.byte -53
.byte -75
.byte -122
.byte -1
.byte 3
.byte 68
.byte 91
.byte -17
.byte 127
.byte -35
.byte -5
.byte 66
.byte -101
.byte -91
.byte -122
.byte 81
.byte -16
.byte -8
.byte -118
.byte 127
.byte 113
.byte 45
.byte 114
.byte 93
.byte -89
.byte -86
.byte -62
.byte 122
.byte -7
.byte 59
.byte 44
.byte -117
.byte 77
.byte -55
.byte 109
.byte 119
.byte -34
.byte 84
.byte 57
.byte 32
.byte -26
.byte 6
.byte -99
.byte 1
.byte 119
.byte 23
.byte 69
.byte 116
.byte -106
.byte -30
.byte -110
.byte -27
.byte 40
.byte -54
.byte -84
.byte -60
.byte 108
.byte -13
.byte -51
.byte -60
.byte -63
.byte 22
.byte -31
.byte -62
.byte -119
.byte 30
.byte -38
.byte -16
.byte 101
.byte -25
.byte 65
.byte 124
.byte -74
.byte -58
.byte 63
.byte 66
.byte -6
.byte -56
.byte -112
.byte -17
.byte 112
.byte 124
.byte 53
.byte -13
.byte 22
.byte 67
.byte 49
.byte -81
.byte -109
.byte 85
.byte 55
.byte 48
.byte 17
.byte 9
.byte 127
.byte 87
.byte -28
.byte -63
.byte -8
.byte -80
.byte -90
.byte -104
.byte 19
.byte -82
.byte -32
.byte 89
.byte 81
.byte 85
.byte 47
.byte 114
.byte -5
.byte -82
.byte -3
.byte 95
.byte -70
.byte 61
.byte -125
.byte 71
.byte -52
.byte -100
.byte 67
.byte -95
.byte -24
.byte 74
.byte 46
.byte 86
.byte 7
.byte 67
.byte -14
.byte -82
.byte 90
.byte -14
.byte -61
.byte -25
.byte 28
.byte -13
.byte 40
.byte 39
.byte 21
.byte 126
.byte -19
.byte 65
.byte -115
.byte -76
.byte -47
.byte -116
.byte -104
.byte 61
.byte 85
.byte -13
.byte 98
.byte -102
.byte -126
.byte 45
.byte 87
.byte -67
.byte -117
.byte 118
.byte -29
.byte -127
.byte -12
.byte -78
.byte 113
.byte 126
.byte 92
.byte 111
.byte 55
.byte -50
.byte 51
.byte -110
.byte -95
.byte 96
.byte 15
.byte -103
.byte 93
.byte -102
.byte 123
.byte -50
.byte 75
.byte 117
.byte -36
.byte 27
.byte -27
.byte -128
.byte -33
.byte -121
.byte -114
.byte 4
.byte 46
.byte 39
.byte -94
.byte -72
.byte 27
.byte -31
.byte 83
.byte 96
.byte -27
.byte -16
.byte -32
.byte 34
.byte 81
.byte 95
.byte -94
.byte 90
.byte -23
.byte -4
.byte 29
.byte 27
.byte 109
.byte -75
.byte -12
.byte 61
.byte 115
.byte 105
.byte 81
.byte -54
.byte 100
.byte -36
.byte -92
.byte -44
.byte 58
.byte 3
.byte -15
.byte -35
.byte 40
.byte 49
.byte -75
.byte -5
.byte -2
.byte -48
.byte 103
.byte -26
.byte 21
.byte -80
.byte -47
.byte 42
.byte -30
.byte 8
.byte -82
.byte 83
.byte -127
.byte -25
.byte 78
.byte -127
.byte -78
.byte -20
.byte -31
.byte -76
.byte -127
.byte 122
.byte -16
.byte 20
.byte -91
.byte 14
.byte -93
.byte 4
.byte -121
.byte -115
.byte -79
.byte -114
.byte 89
.byte -121
.byte -63
.byte -47
.byte -78
.byte 74
.byte 10
.byte 10
.byte 41
.byte -67
.byte 126
.byte 107
.byte -9
.byte -23
.byte 113
.byte 119
.byte 93
.byte 71
.byte 9
.byte 34
.byte -86
.byte 27
.byte 93
.byte 49
.byte 16
.byte -70
.byte 89
.byte 103
.byte -83
.byte -26
.byte -27
.byte -14
.byte 74
.byte -5
.byte -34
.byte -54
.byte -107
.byte 47
.byte 92
.byte -49
.byte -39
.byte 56
.byte 21
.byte 53
.byte -49
.byte 48
.byte 53
.byte 22
.byte -112
.byte 68
.byte -97
.byte 10
.byte -110
.byte 7
.byte 35
.byte 56
.byte 125
.byte 3
.byte 105
.byte 86
.byte 97
.byte 29
.byte -122
.byte 7
.byte -77
.byte 7
.byte 10
.byte 47
.byte 16
.byte 2
.byte 92
.byte -50
.byte 77
.byte 106
.byte -55
.byte 20
.byte 127
.byte 17
.byte 89
.byte -100
.byte 23
.byte -7
.byte 40
.byte -32
.byte -10
.byte -20
.byte -75
.byte 4
.byte -113
.byte -121
.byte 75
.byte -40
.byte -73
.byte -107
.byte -56
.byte -45
.byte 51
.byte -100
.byte 59
.byte -34
.byte -47
.byte -88
.byte 120
.byte -117
.byte 99
.byte 51
.byte -71
.byte -79
.byte 113
.byte 80
.byte 68
.byte 118
.byte -66
.byte 115
.byte 105
.byte 67
.byte 101
.byte -89
.byte -31
.byte -83
.byte -114
.byte -23
.byte -14
.byte -46
.byte -26
.byte -42
.byte -94
.byte 59
.byte 9
.byte 7
.byte -90
.byte 35
.byte 68
.byte 27
.byte -29
.byte 90
.byte -33
.byte -47
.byte -67
.byte 54
.byte -31
.byte 5
.byte 70
.byte -93
.byte -106
.byte -88
.byte 7
.byte 110
.byte -3
.byte 41
.byte -87
.byte -84
.byte -58
.byte 8
.byte -101
.byte 71
.byte -108
.byte -36
.byte -75
.byte 121
.byte -21
.byte -82
.byte 60
.byte 33
.byte -60
.byte 80
.byte 4
.byte 26
.byte -60
.byte -92
.byte 124
.byte 21
.byte -12
.byte -77
.byte 64
.byte 11
.byte 86
.byte 84
.byte 35
.byte 47
.byte 49
.byte -118
.byte 120
.byte 56
.byte 47
.byte 18
.byte -1
.byte -43
.byte -9
.byte -65
.byte -4
.byte 72
.byte 125
.byte -119
.byte -6
.byte -4
.byte 126
.byte -82
.byte -79
.byte -95
.byte 95
.byte 35
.byte -120
.byte -20
.byte 23
.byte 59
.byte -94
.byte 101
.byte 78
.byte -106
.byte -12
.byte 127
.byte -49
.byte 104
.byte -89
.byte -89
.byte -93
.byte 38
.byte -74
.byte 58
.byte -74
.byte 98
.byte -62
.byte 122
.byte -4
.byte -78
.byte -1
.byte -107
.byte -99
.byte -33
.byte -62
.byte 71
.byte -113
.byte 79
.byte -19
.byte -55
.byte 28
.byte 6
.byte -31
.byte -128
.byte 63
.byte -93
.byte -31
.byte -28
.byte 117
.byte 16
.byte 36
.byte -41
.byte 84
.byte 53
.byte -72
.byte 68
.byte 75
.byte -37
.byte -99
.byte -38
.byte -19
.byte 67
.byte 99
.byte -30
.byte -11
.byte 11
.byte -1
.byte 103
.byte -63
.byte 39
.byte -11
.byte -45
.byte -13
.byte 22
.byte -5
.byte -41
.byte -25
.byte -99
.byte -21
.byte 55
.byte -6
.byte 28
.byte 20
.byte -91
.byte -18
.byte 98
.byte 8
.byte -61
.byte 76
.byte -103
.byte 41
.byte -92
.byte -77
.byte 22
.byte 111
.byte -81
.byte 59
.byte -92
.byte -22
.byte -15
.byte 50
.byte 115
.byte -63
.byte -100
.byte 74
.byte -13
.byte 61
.byte 50
.byte -1
.byte -89
.byte 118
.byte -51
.byte 104
.byte -7
.byte -49
.byte 86
.byte 85
.byte -83
.byte -90
.byte 25
.byte 112
.byte -101
.byte 86
.byte 22
.byte -17
.byte 15
.byte 16
.byte -44
.byte -49
.byte 73
.byte -59
.byte -54
.byte -40
.byte -5
.byte -98
.byte 27
.byte -17
.byte -121
.byte -70
.byte 45
.byte 95
.byte 4
.byte 88
.byte -26
.byte -114
.byte 24
.byte 92
.byte -101
.byte -63
.byte -19
.byte -127
.byte 101
.byte 107
.byte -112
.byte 66
.byte -110
.byte -116
.byte 122
.byte 101
.byte 88
.byte 90
.byte -54
.byte 62
.byte -110
.byte -28
.byte -120
.byte 93
.byte -87
.byte -37
.byte 10
.byte 33
.byte 74
.byte 37
.byte 34
.byte -120
.byte -18
.byte 7
.byte 95
.byte 53
.byte -111
.byte 39
.byte 123
.byte -66
.byte -119
.byte -60
.byte 66
.byte 100
.byte -68
.byte -90
.byte 108
.byte 24
.byte -95
.byte -81
.byte -43
.byte 41
.byte 92
.byte -110
.byte 55
.byte -104
.byte 89
.byte -2
.byte 36
.byte 94
.byte -67
.byte 87
.byte 7
.byte 64
.byte 39
.byte -64
.byte 82
.byte -4
.byte 11
.byte 34
.byte 59
.byte 107
.byte 8
.byte -121
.byte 3
.byte 28
.byte -73
.byte 109
.byte -6
.byte 51
.byte 10
.byte -59
.byte -45
.byte -66
.byte 103
.byte 7
.byte 80
.byte -34
.byte -64
.byte -71
.byte -70
.byte 13
.byte -59
.byte 29
.byte -87
.byte -10
.byte -13
.byte -64
.byte 117
.byte -6
.byte -90
.byte 95
.byte 2
.byte 37
.byte -109
.byte -23
.byte -46
.byte 53
.byte -25
.byte 63
.byte 90
.byte 9
.byte 40
.byte 43
.byte -114
.byte -107
.byte -103
.byte 81
.byte 102
.byte -57
.byte 26
.byte -27
.byte -42
.byte -23
.byte 93
.byte -99
.byte 28
.byte -96
.byte 89
.byte -14
.byte -30
.byte -96
.byte 73
.byte -11
.byte -50
.byte -52
.byte 78
.byte -18
.byte 77
.byte -122
.byte 37
.byte -94
.byte -69
.byte 25
.byte -8
.byte 60
.byte 86
.byte -121
.byte -71
.byte 24
.byte -104
.byte 9
.byte 21
.byte -34
.byte -59
.byte 110
.byte 14
.byte 57
.byte -104
.byte 44
.byte -111
.byte -22
.byte -114
.byte -80
.byte 45
.byte 115
.byte 84
.byte 70
.byte -125
.byte -90
.byte -56
.byte 102
.byte 6
.byte 112
.byte -87
.byte 98
.byte -18
.byte -36
.byte -41
.byte 63
.byte 12
.byte 72
.byte -16
.byte -15
.byte 108
.byte -21
.byte 127
.byte -95
.byte 66
.byte 57
.byte -66
.byte 122
.byte -109
.byte -113
.byte -34
.byte -91
.byte 22
.byte -96
.byte -25
.byte -52
.byte 58
.byte 122
.byte -75
.byte -76
.byte -23
.byte -93
.byte 115
.byte 49
.byte 66
.byte 91
.byte 31
.byte -52
.byte 26
.byte -46
.byte 8
.byte 67
.byte 118
.byte -55
.byte 42
.byte -24
.byte -13
.byte -92
.byte -57
.byte 44
.byte 0
.byte 74
.byte 47
.byte -31
.byte 120
.byte -127
.byte 108
.byte -113
.byte 47
.byte 111
.byte 106
.byte -80
.byte 92
.byte 70
.byte -43
.byte -9
.byte 42
.byte 18
.byte 26
.byte 23
.byte 116
.byte 97
.byte -33
.byte 71
.byte 80
.byte -73
.byte 52
.byte 102
.byte -4
.byte 42
.byte 11
.byte 88
.byte 121
.byte -88
.byte 33
.byte -77
.byte 49
.byte -89
.byte -34
.byte 119
.byte 60
.byte -61
.byte 67
.byte -52
.byte 71
.byte -62
.byte -58
.byte 122
.byte 105
.byte -4
.byte 87
.byte 68
.byte -97
.byte 124
.byte -21
.byte 27
.byte 18
.byte -120
.byte -34
.byte -59
.byte 8
.byte -38
.byte 105
.byte -33
.byte 70
.byte -89
.byte -84
.byte 120
.byte 19
.byte 30
.byte -28
.byte -66
.byte -44
.byte 41
.byte 95
.byte -32
.byte -39
.byte 12
.byte -53
.byte 17
.byte -127
.byte 56
.byte 71
.byte -11
.byte 27
.byte -115
.byte -114
.byte -20
.byte -30
.byte 100
.byte 98
.byte -90
.byte 30
.byte 20
.byte 77
.byte -99
.byte 36
.byte -16
.byte -24
.byte -87
.byte -49
.byte 53
.byte -87
.byte -24
.byte -43
.byte -20
.byte -16
.byte -50
.byte 98
.byte -126
.byte 27
.byte -85
.byte -28
.byte 119
.byte 87
.byte -50
.byte 98
.byte -46
.byte -74
.byte -68
.byte -127
.byte -41
.byte -62
.byte -94
.byte -51
.byte -15
.byte -80
.byte -85
.byte -36
.byte 57
.byte -82
.byte -70
.byte -36
.byte 112
.byte 65
.byte -28
.byte -6
.byte -7
.byte -107
.byte -50
.byte 60
.byte -113
.byte 65
.byte -128
.byte 106
.byte 37
.byte 111
.byte -102
.byte -44
.byte -124
.byte -89
.byte 99
.byte 33
.byte 42
.byte 94
.byte -82
.byte 43
.byte 37
.byte 32
.byte 70
.byte -33
.byte -16
.byte -45
.byte 106
.byte 106
.byte -43
.byte -95
.byte 51
.byte -33
.byte -30
.byte 44
.byte 29
.byte -98
.byte -117
.byte 62
.byte -76
.byte 1
.byte 99
.byte -88
.byte 114
.byte 114
.byte 105
.byte -118
.byte -17
.byte 14
.byte 60
.byte -87
.byte -128
.byte 87
.byte 39
.byte -30
.byte -115
.byte -75
.byte 91
.byte 120
.byte -114
.byte 47
.byte 21
.byte 0
.byte -5
.byte -45
.byte 17
.byte -59
.byte -71
.byte -89
.byte 103
.byte -100
.byte -40
.byte 27
.byte 94
.byte 36
.byte 95
.byte 6
.byte 68
.byte -29
.byte -60
.byte 12
.byte 30
.byte -5
.byte 58
.byte -94
.byte -84
.byte 38
.byte 96
.byte -106
.byte -120
.byte -3
.byte -38
.byte -58
.byte -114
.byte -75
.byte 103
.byte -126
.byte 13
.byte -6
.byte -83
.byte 97
.byte 56
.byte -114
.byte -99
.byte -13
.byte -82
.byte 97
.byte -81
.byte -66
.byte -54
.byte -128
.byte 119
.byte -51
.byte 115
.byte 57
.byte -112
.byte -18
.byte 96
.byte 85
.byte 3
.byte 49
.byte 26
.byte 39
.byte 80
.byte 61
.byte -96
.byte 74
.byte -86
.byte 5
.byte -8
.byte 73
.byte -8
.byte -57
.byte 40
.byte -65
.byte 72
.byte 119
.byte -104
.byte -81
.byte 84
.byte -37
.byte 95
.byte 77
.byte -93
.byte -101
.byte -96
.byte 61
.byte 28
.byte -32
.byte -5
.byte -120
.byte -81
.byte 17
.byte 49
.byte -92
.byte -114
.byte 64
.byte 13
.byte 66
.byte -124
.byte 4
.byte -57
.byte -29
.byte -81
.byte 26
.byte 0
.byte -83
.byte 11
.byte -65
.byte 88
.byte -83
.byte -113
.byte 64
.byte 98
.byte -58
.byte 84
.byte -83
.byte -95
.byte 78
.byte -46
.byte 51
.byte 114
.byte -99
.byte 123
.byte 112
.byte 126
.byte 15
.byte -58
.byte -112
.byte -53
.byte -64
.byte -10
.byte -100
.byte -97
.byte 2
.byte -127
.byte 25
.byte 20
.byte -79
.byte -33
.byte -88
.byte 56
.byte -44
.byte 97
.byte -46
.byte 66
.byte -42
.byte 93
.byte -106
.byte 99
.byte 108
.byte 10
.byte -29
.byte -54
.byte 62
.byte 19
.byte -56
.byte -82
.byte 39
.byte 109
.byte 46
.byte -38
.byte -91
.byte -111
.byte -106
.byte -36
.byte 11
.byte 56
.byte 72
.byte 81
.byte -49
.byte -58
.byte 55
.byte -38
.byte 10
.byte -76
.byte 38
.byte 82
.byte 75
.byte -25
.byte -28
.byte -3
.byte -60
.byte 109
.byte -33
.byte -40
.byte 46
.byte 25
.byte 108
.byte -89
.byte -51
.byte -82
.byte 116
.byte -77
.byte 71
.byte -113
.byte -79
.byte -126
.byte 59
.byte 100
.byte -128
.byte -121
.byte -119
.byte -127
.byte 127
.byte 77
.byte -91
.byte -8
.byte 49
.byte 95
.byte -82
.byte 64
.byte 4
.byte -32
.byte 108
.byte 59
.byte -23
.byte 39
.byte -122
.byte 100
.byte 61
.byte -71
.byte -73
.byte 111
.byte -119
.byte 112
.byte -64
.byte -111
.byte -20
.byte -55
.byte 89
.byte 127
.byte -22
.byte 89
.byte 44
.byte 35
.byte -121
.byte -76
.byte 24
.byte 113
.byte 49
.byte 63
.byte 90
.byte -38
.byte 9
.byte 66
.byte -33
.byte -91
.byte 20
.byte -123
.byte -35
.byte -101
.byte 56
.byte -75
.byte 125
.byte 54
.byte -36
.byte -11
.byte 93
.byte -83
.byte 67
.byte 52
.byte -31
.byte -102
.byte -24
.byte 100
.byte -62
.byte -79
.byte 106
.byte 99
.byte 76
.byte -56
.byte -87
.byte 46
.byte -65
.byte 21
.byte 7
.byte 15
.byte 98
.byte 92
.byte -12
.byte 54
.byte -121
.byte -84
.byte 96
.byte 94
.byte 57
.byte -112
.byte -20
.byte -21
.byte -4
.byte 12
.byte -81
.byte -14
.byte 98
.byte -60
.byte 112
.byte 126
.byte -99
.byte -10
.byte 61
.byte 42
.byte -38
.byte -89
.byte 61
.byte -124
.byte -108
.byte -98
.byte -19
.byte 56
.byte 63
.byte 122
.byte 75
.byte 91
.byte 59
.byte -72
.byte 121
.byte 124
.byte 31
.byte -18
.byte 29
.byte -30
.byte 126
.byte 82
.byte -5
.byte -128
.byte -32
.byte -20
.byte -46
.byte 42
.byte -127
.byte -90
.byte 98
.byte -83
.byte -110
.byte 89
.byte -111
.byte -114
.byte -85
.byte -16
.byte 119
.byte 15
.byte -89
.byte 15
.byte 28
.byte -60
.byte -59
.byte -104
.byte -70
.byte 62
.byte 12
.byte 27
.byte 57
.byte 73
.byte -13
.byte -118
.byte -49
.byte -116
.byte -23
.byte -47
.byte -48
.byte 58
.byte -51
.byte -88
.byte -12
.byte -20
.byte 55
.byte 9
.byte -97
.byte -14
.byte -63
.byte 19
.byte -48
.byte 84
.byte 14
.byte -100
.byte 69
.byte -94
.byte -118
.byte -94
.byte 89
.byte -89
.byte 5
.byte -21
.byte -58
.byte -8
.byte 94
.byte -36
.byte 32
.byte 63
.byte 81
.byte 92
.byte 81
.byte 98
.byte 37
.byte -76
.byte 88
.byte -57
.byte 6
.byte -60
.byte 63
.byte 84
.byte 8
.byte -96
.byte 84
.byte -93
.byte 110
.byte 38
.byte -39
.byte -74
.byte 12
.byte 37
.byte -90
.byte 127
.byte 76
.byte 38
.byte -47
.byte -11
.byte 76
.byte 45
.byte 6
.byte -20
.byte -5
.byte -78
.byte -90
.byte 47
.byte -7
.byte -52
.byte 23
.byte -82
.byte 47
.byte 120
.byte -28
.byte -14
.byte 30
.byte -117
.byte -14
.byte -12
.byte -108
.byte 22
.byte -90
.byte -12
.byte -70
.byte 110
.byte 27
.byte 69
.byte -55
.byte -124
.byte -82
.byte 2
.byte 124
.byte -15
.byte 72
.byte -51
.byte -21
.byte 8
.byte 114
.byte 25
.byte -1
.byte -82
.byte -66
.byte 37
.byte -109
.byte 2
.byte 105
.byte -37
.byte 98
.byte -54
.byte 78
.byte 87
.byte 50
.byte -88
.byte -108
.byte -4
.byte -72
.byte -117
.byte 62
.byte -36
.byte 105
.byte -70
.byte -87
.byte -38
.byte -50
.byte 102
.byte 61
.byte 78
.byte -14
.byte -1
.byte -125
.byte -50
.byte 52
.byte 51
.byte 66
.byte 38
.byte -66
.byte 124
.byte -123
.byte -86
.byte -64
.byte 23
.byte -60
.byte -66
.byte -64
.byte 123
.byte 1
.byte -56
.byte -90
.byte 77
.byte 113
.byte -32
.byte -70
.byte -111
.byte -119
.byte 0
.byte 37
.byte -102
.byte -35
.byte -104
.byte 5
.byte -25
.byte 33
.byte 117
.byte -6
.byte -81
.byte -78
.byte -96
.byte 127
.byte -20
.byte 96
.byte 6
.byte 25
.byte -69
.byte -12
.byte -26
.byte 72
.byte -122
.byte 99
.byte -22
.byte 12
.byte 68
.byte -45
.byte 93
.byte -54
.byte -103
.byte -34
.byte -112
.byte -88
.byte 109
.byte -35
.byte -89
.byte 9
.byte 3
.byte -106
.byte -91
.byte -46
.byte -25
.byte 35
.byte -104
.byte -28
.byte 101
.byte 38
.byte 125
.byte 19
.byte 121
.byte 100
.byte 107
.byte -77
.byte -13
.byte 25
.byte -60
.byte -128
.byte 23
.byte -123
.byte -78
.byte 65
.byte -2
.byte 13
.byte -94
.byte -99
.byte 123
.byte 90
.byte 3
.byte 1
.byte 59
.byte 83
.byte 82
.byte 127
.byte 102
.byte 96
.byte -66
.byte -57
.byte 42
.byte -36
.byte 103
.byte -24
.byte 113
.byte 10
.byte 37
.byte -38
.byte 78
.byte -92
.byte -12
.byte 49
.byte -103
.byte 107
.byte 39
.byte 34
.byte 17
.byte 48
.byte 105
.byte -84
.byte 127
.byte 87
.byte -115
.byte -74
.byte -25
.byte -97
.byte -128
.byte 95
.byte 25
.byte 49
.byte 111
.byte -89
.byte 24
.byte -127
.byte -62
.byte -64
.byte -66
.byte -40
.byte -38
.byte 50
.byte -22
.byte 23
.byte -77
.byte -114
.byte -28
.byte 16
.byte 119
.byte 98
.byte 83
.byte 124
.byte 60
.byte -48
.byte 43
.byte -62
.byte -51
.byte 36
.byte -54
.byte -25
.byte -45
.byte -21
.byte -70
.byte -53
.byte -58
.byte -127
.byte 4
.byte -11
.byte -86
.byte 63
.byte 83
.byte 59
.byte -126
.byte 125
.byte -101
.byte -112
.byte -10
.byte -103
.byte -76
.byte -78
.byte 60
.byte -86
.byte 119
.byte 117
.byte 63
.byte -47
.byte 104
.byte -126
.byte -100
.byte 13
.byte -42
.byte 51
.byte -43
.byte -86
.byte -104
.byte -111
.byte 85
.byte -45
.byte -42
.byte -127
.byte -110
.byte -11
.byte -99
.byte 68
.byte 4
.byte -108
.byte -92
.byte 126
.byte 7
.byte -51
.byte -72
.byte -83
.byte -108
.byte -90
.byte 65
.byte 115
.byte 45
.byte 94
.byte -16
.byte -122
.byte -125
.byte 98
.byte -105
.byte 125
.byte 49
.byte 17
.byte 36
.byte 96
.byte 51
.byte -20
.byte 69
.byte 24
.byte -101
.byte 113
.byte 64
.byte 122
.byte 114
.byte -102
.byte 106
.byte 27
.byte 81
.byte -20
.byte -84
.byte -51
.byte -65
.byte -55
.byte -30
.byte 111
.byte 109
.byte 88
.byte -49
.byte -22
.byte 35
.byte 27
.byte 41
.byte 26
.byte 62
.byte 83
.byte -38
.byte -96
.byte -50
.byte -104
.byte 70
.byte 46
.byte 38
.byte 95
.byte -34
.byte 71
.byte -47
.byte 50
.byte 45
.byte 66
.byte -57
.byte -58
.byte -62
.byte 61
.byte -32
.byte 48
.byte 16
.byte 23
.byte 52
.byte 83
.byte -37
.byte -21
.byte 1
.byte 100
.byte 9
.byte 53
.byte -11
.byte 11
.byte 80
.byte -78
.byte -91
.byte -78
.byte 48
.byte -91
.byte 104
.byte -115
.byte -70
.byte -63
.byte -55
.byte 96
.byte -8
.byte -121
.byte 74
.byte 16
.byte 119
.byte -107
.byte 89
.byte 41
.byte 123
.byte -45
.byte 78
.byte 29
.byte -24
.byte 66
.byte -43
.byte 68
.byte 108
.byte -71
.byte -37
.byte 64
.byte 61
.byte -27
.byte 103
.byte -128
.byte 92
.byte 82
.byte 86
.byte 67
.byte 39
.byte 121
.byte -33
.byte 3
.byte 101
.byte 85
.byte -106
.byte -59
.byte -113
.byte 48
.byte -74
.byte -14
.byte -37
.byte -84
.byte -106
.byte 10
.byte 58
.byte 23
.byte -2
.byte 80
.byte -117
.byte -32
.byte -103
.byte -72
.byte -105
.byte 107
.byte 64
.byte -25
.byte 83
.byte 21
.byte 112
.byte 97
.byte -81
.byte -93
.byte 55
.byte 103
.byte 45
.byte 101
.byte -58
.byte -78
.byte -96
.byte 34
.byte -116
.byte -58
.byte -21
.byte 83
.byte -28
.byte 70
.byte -39
.byte 52
.byte 21
.byte 51
.byte -82
.byte 70
.byte 38
.byte 63
.byte 10
.byte 94
.byte 76
.byte 23
.byte 112
.byte 127
.byte 43
.byte 9
.byte -96
.byte 57
.byte -119
.byte -2
.byte -40
.byte -47
.byte -59
.byte -67
.byte 39
.byte -5
.byte 51
.byte -89
.byte 124
.byte 104
.byte -7
.byte 85
.byte -24
.byte -87
.byte -20
.byte 96
.byte -67
.byte -47
.byte -10
.byte 63
.byte -95
.byte 41
.byte -41
.byte -98
.byte 48
.byte 93
.byte -102
.byte -55
.byte -90
.byte 25
.byte -85
.byte 39
.byte -83
.byte 100
.byte -124
.byte -59
.byte 20
.byte 61
.byte 25
.byte 98
.byte 98
.byte 2
.byte 122
.byte -47
.byte -59
.byte -91
.byte -102
.byte 20
.byte -71
.byte -22
.byte -69
.byte -53
.byte 47
.byte -74
.byte 64
.byte -40
.byte 3
.byte -113
.byte 8
.byte 119
.byte -98
.byte 98
.byte -36
.byte -97
.byte -27
.byte -59
.byte 125
.byte 56
.byte 81
.byte 121
.byte -76
.byte 24
.byte -43
.byte -32
.byte 42
.byte 74
.byte 46
.byte -20
.byte 118
.byte -26
.byte 99
.byte -5
.byte 113
.byte 35
.byte 86
.byte -93
.byte -21
.byte 63
.byte -22
.byte 66
.byte 23
.byte 74
.byte -40
.byte 38
.byte -86
.byte 55
.byte 13
.byte 117
.byte 124
.byte 0
.byte -128
.byte 44
.byte -120
.byte -4
.byte -5
.byte -72
.byte -78
.byte -30
.byte 112
.byte 70
.byte 42
.byte -73
.byte 2
.byte 33
.byte 38
.byte -19
.byte 20
.byte 45
.byte -11
.byte 57
.byte 34
.byte -68
.byte -97
.byte -42
.byte 121
.byte -92
.byte 93
.byte -123
.byte -11
.byte -76
.byte -12
.byte -82
.byte -18
.byte -31
.byte 72
.byte -6
.byte -33
.byte 93
.byte -63
.byte 75
.byte -33
.byte -112
.byte -4
.byte 67
.byte 98
.byte 11
.byte 84
.byte 34
.byte 113
.byte 72
.byte -18
.byte -77
.byte 101
.byte 7
.byte 27
.byte 38
.byte 53
.byte 30
.byte 72
.byte 2
.byte 124
.byte 21
.byte 8
.byte -7
.byte -75
.byte -57
.byte -128
.byte 97
.byte 118
.byte -97
.byte 46
.byte -71
.byte 82
.byte 107
.byte -40
.byte 106
.byte 9
.byte 14
.byte 93
.byte -19
.byte 49
.byte 81
.byte -65
.byte -33
.byte -56
.byte 55
.byte -92
.byte 78
.byte -114
.byte 36
.byte 33
.byte -121
.byte 1
.byte -83
.byte -93
.byte 100
.byte -42
.byte -27
.byte 30
.byte 3
.byte 88
.byte 119
.byte -21
.byte -79
.byte 37
.byte 19
.byte 69
.byte -35
.byte 18
.byte 121
.byte -19
.byte 101
.byte -5
.byte 44
.byte 59
.byte 77
.byte -99
.byte -116
.byte -22
.byte -118
.byte 36
.byte 100
.byte 10
.byte -42
.byte 14
.byte 122
.byte 44
.byte 94
.byte -14
.byte 38
.byte -36
.byte -97
.byte 74
.byte 74
.byte -56
.byte -115
.byte 76
.byte 24
.byte -44
.byte -22
.byte 53
.byte -106
.byte 64
.byte 12
.byte -10
.byte -35
.byte -75
.byte -78
.byte -44
.byte -50
.byte -80
.byte -40
.byte -24
.byte 61
.byte -112
.byte -114
.byte 81
.byte 79
.byte -45
.byte -112
.byte -8
.byte -91
.byte -82
.byte 63
.byte 15
.byte -98
.byte -121
.byte 104
.byte 114
.byte -40
.byte -83
.byte 90
.byte 75
.byte 117
.byte 56
.byte -69
.byte 10
.byte -56
.byte -39
.byte 15
.byte -120
.byte 44
.byte -38
.byte 59
.byte 96
.byte -36
.byte -67
.byte -93
.byte -121
.byte -77
.byte -127
.byte 105
.byte -127
.byte 30
.byte 114
.byte -63
.byte 7
.byte -22
.byte 28
.byte -8
.byte -46
.byte 87
.byte -63
.byte -97
.byte -24
.byte -97
.byte 118
.byte 41
.byte 64
.byte -10
.byte -28
.byte -44
.byte -57
.byte 91
.byte -27
.byte -19
.byte -126
.byte 67
.byte 109
.byte 55
.byte -52
.byte -30
.byte 112
.byte 12
.byte 37
.byte 38
.byte 95
.byte -63
.byte -20
.byte -54
.byte -41
.byte -63
.byte 110
.byte 121
.byte 106
.byte -38
.byte -100
.byte -118
.byte 120
.byte -18
.byte 76
.byte -21
.byte -78
.byte 73
.byte 118
.byte -12
.byte -54
.byte 26
.byte 19
.byte 15
.byte -64
.byte -49
.byte -81
.byte 103
.byte 4
.byte 12
.byte 90
.byte 20
.byte 0
.byte 104
.byte 96
.byte 65
.byte 44
.byte 82
.byte 36
.byte 116
.byte 95
.byte -73
.byte -55
.byte -50
.byte 34
.byte 124
.byte 48
.byte -14
.byte -89
.byte 97
.byte 50
.byte -2
.byte -37
.byte -10
.byte -20
.byte -109
.byte -22
.byte 71
.byte 114
.byte -74
.byte 45
.byte -15
.byte 8
.byte -90
.byte -119
.byte 74
.byte -34
.byte -91
.byte -86
.byte 111
.byte 45
.byte 105
.byte -30
.byte 100
.byte -53
.byte -36
.byte 17
.byte -45
.byte 110
.byte 47
.byte -84
.byte -90
.byte 84
.byte 96
.byte -17
.byte 18
.byte -4
.byte 6
.byte 0
.byte -85
.byte 29
.byte 14
.byte 97
.byte 33
.byte 39
.byte 42
.byte -54
.byte 41
.byte 9
.byte 63
.byte 89
.byte -49
.byte -111
.byte -110
.byte -2
.byte -113
.byte 68
.byte -59
.byte 118
.byte -55
.byte 61
.byte -40
.byte -9
.byte 102
.byte 23
.byte -21
.byte -80
.byte 107
.byte 60
.byte 26
.byte 122
.byte -9
.byte 50
.byte 101
.byte -9
.byte -93
.byte 39
.byte -38
.byte -56
.byte -69
.byte -89
.byte 40
.byte 27
.byte -52
.byte -81
.byte -122
.byte 0
.byte 85
.byte -83
.byte 81
.byte -91
.byte -123
.byte 49
.byte -46
.byte 5
.byte -104
.byte 2
.byte 122
.byte 104
.byte -81
.byte 106
.byte 67
.byte -95
.byte -92
.byte -15
.byte -59
.byte 122
.byte 121
.byte 9
.byte 98
.byte -33
.byte 10
.byte 101
.byte 70
.byte 15
.byte 10
.byte 49
.byte 18
.byte 73
.byte -84
.byte -40
.byte 54
.byte -11
.byte 41
.byte -101
.byte -21
.byte -76
.byte -16
.byte 18
.byte -36
.byte -77
.byte -119
.byte 68
.byte -98
.byte -113
.byte 51
.byte -42
.byte -43
.byte 111
.byte -33
.byte -26
.byte 95
.byte 77
.byte -22
.byte 68
.byte 44
.byte 52
.byte 64
.byte -112
.byte 120
.byte -79
.byte -122
.byte 7
.byte -5
.byte 94
.byte 123
.byte -116
.byte -4
.byte -106
.byte -42
.byte -73
.byte -112
.byte 12
.byte 27
.byte -77
.byte -102
.byte -111
.byte -112
.byte 91
.byte 9
.byte 78
.byte 91
.byte 116
.byte 94
.byte -33
.byte 52
.byte 11
.byte -61
.byte -124
.byte 116
.byte 69
.byte 83
.byte 52
.byte 1
.byte -55
.byte -41
.byte -45
.byte -22
.byte 70
.byte -2
.byte 25
.byte 29
.byte -95
.byte -102
.byte 122
.byte -107
.byte -94
.byte -112
.byte -1
.byte -15
.byte 107
.byte -120
.byte 26
.byte 50
.byte -26
.byte -19
.byte 48
.byte -104
.byte -69
.byte 8
.byte -60
.byte 83
.byte 68
.byte -96
.byte 13
.byte -45
.byte -55
.byte 20
.byte -80
.byte 13
.byte 4
.byte -124
.byte 47
.byte -103
.byte 7
.byte -12
.byte 98
.byte 117
.byte -118
.byte 124
.byte -26
.byte -33
.byte -46
.byte 60
.byte 50
.byte -49
.byte -22
.byte 111
.byte -17
.byte -43
.byte -123
.byte 101
.byte 38
.byte 63
.byte 36
.byte 31
.byte 23
.byte -117
.byte 31
.byte 32
.byte -73
.byte 94
.byte -39
.byte -111
.byte 49
.byte -50
.byte -98
.byte 101
.byte -100
.byte 38
.byte 47
.byte 116
.byte 54
.byte 6
.byte -119
.byte -73
.byte -68
.byte -31
.byte -100
.byte 2
.byte -32
.byte -107
.byte -45
.byte 3
.byte 66
.byte -109
.byte -65
.byte -111
.byte 58
.byte 123
.byte -5
.byte -68
.byte 62
.byte -35
.byte 90
.byte 16
.byte 76
.byte 101
.byte -120
.byte 103
.byte -49
.byte 53
.byte 69
.byte -67
.byte 41
.byte 100
.byte -106
.byte -114
.byte -91
.byte 107
.byte 59
.byte -18
.byte 1
.byte 62
.byte -92
.byte 121
.byte 60
.byte 32
.byte 93
.byte -74
.byte -83
.byte -60
.byte -8
.byte 10
.byte -19
.byte -114
.byte -5
.byte -98
.byte -122
.byte -1
.byte -59
.byte 101
.byte 15
.byte -14
.byte -32
.byte -103
.byte 89
.byte 70
.byte 26
.byte -91
.byte -28
.byte -2
.byte 28
.byte -20
.byte -11
.byte -124
.byte -58
.byte -31
.byte -58
.byte -65
.byte -94
.byte -105
.byte 64
.byte -120
.byte -11
.byte 109
.byte -98
.byte -61
.byte -19
.byte 26
.byte -52
.byte -66
.byte 75
.byte 12
.byte -111
.byte 88
.byte -31
.byte -69
.byte 99
.byte -16
.byte -26
.byte -68
.byte -12
.byte -34
.byte 116
.byte 106
.byte 77
.byte -60
.byte -76
.byte -96
.byte -72
.byte 99
.byte -51
.byte 35
.byte -93
.byte -125
.byte 99
.byte -103
.byte 78
.byte 50
.byte -38
.byte -14
.byte 90
.byte -18
.byte 85
.byte 111
.byte -72
.byte -83
.byte 108
.byte -80
.byte -21
.byte -14
.byte -111
.byte -76
.byte 98
.byte -105
.byte 54
.byte 0
.byte 24
.byte -31
.byte -81
.byte 126
.byte 23
.byte -38
.byte -43
.byte -91
.byte 37
.byte -62
.byte -37
.byte -61
.byte 126
.byte 107
.byte 111
.byte 46
.byte -23
.byte -100
.byte -57
.byte 21
.byte 109
.byte -45
.byte 12
.byte -40
.byte 38
.byte 51
.byte 52
.byte -35
.byte 25
.byte 39
.byte 75
.byte -15
.byte -34
.byte 27
.byte 49
.byte -126
.byte -31
.byte -83
.byte -45
.byte 97
.byte 33
.byte 109
.byte 73
.byte 37
.byte 84
.byte -128
.byte -97
.byte 23
.byte -114
.byte 13
.byte -30
.byte 55
.byte -4
.byte -46
.byte -6
.byte 64
.byte -116
.byte 55
.byte 3
.byte 68
.byte 33
.byte -25
.byte 106
.byte -12
.byte -117
.byte -74
.byte -93
.byte -1
.byte 69
.byte 25
.byte 68
.byte -13
.byte 84
.byte -29
.byte -68
.byte 1
.byte -53
.byte 48
.byte -124
.byte 95
.byte 109
.byte 55
.byte 5
.byte -93
.byte -115
.byte 23
.byte 49
.byte -58
.byte -66
.byte 77
.byte -14
.byte 122
.byte 126
.byte 106
.byte 100
.byte -90
.byte 109
.byte 47
.byte 21
.byte -3
.byte 99
.byte 115
.byte -41
.byte 77
.byte 109
.byte -94
.byte 51
.byte 77
.byte 110
.byte 21
.byte 56
.byte 126
.byte -46
.byte -48
.byte 127
.byte 5
.byte -28
.byte 52
.byte -56
.byte 81
.byte 21
.byte 110
.byte -53
.byte 99
.byte -114
.byte 98
.byte 95
.byte 24
.byte -116
.byte 28
.byte -82
.byte 94
.byte -50
.byte 46
.byte -18
.byte 45
.byte 77
.byte 55
.byte 32
.byte 33
.byte -40
.byte 6
.byte 113
.byte 99
.byte -74
.byte 125
.byte -94
.byte 115
.byte 75
.byte 66
.byte 39
.byte -75
.byte 62
.byte -103
.byte 50
.byte -3
.byte -55
.byte -43
.byte -115
.byte 125
.byte 40
.byte 40
.byte 73
.byte -127
.byte -38
.byte -98
.byte 15
.byte -52
.byte -15
.byte 107
.byte 79
.byte 80
.byte 83
.byte -87
.byte -32
.byte -61
.byte 65
.byte 65
.byte -10
.byte -45
.byte -49
.byte -12
.byte -67
.byte -63
.byte -35
.byte -18
.byte -34
.byte 112
.byte -74
.byte -48
.byte 88
.byte -128
.byte -60
.byte 82
.byte 46
.byte -74
.byte -24
.byte 46
.byte 23
.byte -24
.byte 29
.byte 109
.byte -128
.byte 124
.byte 7
.byte -34
.byte 44
.byte 23
.byte -81
.byte -48
.byte -111
.byte -100
.byte 33
.byte 96
.byte -54
.byte -27
.byte 81
.byte -10
.byte 53
.byte -55
.byte -65
.byte 13
.byte -123
.byte -123
.byte -95
.byte -114
.byte -25
.byte -89
.byte -62
.byte -121
.byte 117
.byte -14
.byte -78
.byte -47
.byte -100
.byte 78
.byte -102
.byte -7
.byte 31
.byte 85
.byte 20
.byte -71
.byte -46
.byte -41
.byte -100
.byte -28
.byte -21
.byte -107
.byte 45
.byte 84
.byte -82
.byte -56
.byte -115
.byte -31
.byte 10
.byte -88
.byte -55
.byte 73
.byte 3
.byte -98
.byte 82
.byte 20
.byte -95
.byte -103
.byte 58
.byte 32
.byte -91
.byte -27
.byte -39
.byte 125
.byte -64
.byte 7
.byte 66
.byte -41
.byte -98
.byte -57
.byte 103
.byte -2
.byte 52
.byte 72
.byte 115
.byte 118
.byte -122
.byte -15
.byte 89
.byte 94
.byte 79
.byte 94
.byte -40
.byte -64
.byte 101
.byte 51
.byte 84
.byte -90
.byte -103
.byte 74
.byte -110
.byte -3
.byte -112
.byte 80
.byte -49
.byte 4
.byte 72
.byte 28
.byte 18
.byte 78
.byte -103
.byte 39
.byte 26
.byte -39
.byte -88
.byte 107
.byte -64
.byte -84
.byte -91
.byte 90
.byte -10
.byte 34
.byte -6
.byte 75
.byte 51
.byte 5
.byte -90
.byte -75
.byte 97
.byte 71
.byte 127
.byte 6
.byte -89
.byte 27
.byte 126
.byte -78
.byte 86
.byte 72
.byte -83
.byte -112
.byte 114
.byte 18
.byte -15
.byte -128
.byte 90
.byte 55
.byte 116
.byte -74
.byte -81
.byte 90
.byte -96
.byte -91
.byte 103
.byte -50
.byte -51
.byte -123
.byte -9
.byte -73
.byte 48
.byte -87
.byte -106
.byte -81
.byte -39
.byte 28
.byte -123
.byte 1
.byte -81
.byte 57
.byte -117
.byte 1
.byte 74
.byte -46
.byte -122
.byte -96
.byte 17
.byte -89
.byte -19
.byte -58
.byte 71
.byte -1
.byte -102
.byte 106
.byte -22
.byte -12
.byte -55
.byte 59
.byte 127
.byte 107
.byte -54
.byte -105
.byte 65
.byte -49
.byte -110
.byte -20
.byte -112
.byte 120
.byte -42
.byte -75
.byte -64
.byte -122
.byte -65
.byte -8
.byte 99
.byte -93
.byte 69
.byte -14
.byte 127
.byte -22
.byte 92
.byte -58
.byte -55
.byte 47
.byte 16
.byte 52
.byte -63
.byte 47
.byte -9
.byte -18
.byte 30
.byte 102
.byte -39
.byte 4
.byte 1
.byte 86
.byte -12
.byte 57
.byte 37
.byte -72
.byte -28
.byte 41
.byte 67
.byte 89
.byte -9
.byte 57
.byte -36
.byte -37
.byte -111
.byte 49
.byte -126
.byte -66
.byte -23
.byte -77
.byte 108
.byte 8
.byte 36
.byte 0
.byte -101
.byte 21
.byte -38
.byte -70
.byte 126
.byte -72
.byte -122
.byte 76
.byte -101
.byte 27
.byte -123
.byte -57
.byte -123
.byte 5
.byte 67
.byte 5
.byte -21
.byte -3
.byte 52
.byte -115
.byte 55
.byte -59
.byte 27
.byte 76
.byte 119
.byte 39
.byte 54
.byte -81
.byte 100
.byte 10
.byte 20
.byte 65
.byte -90
.byte 21
.byte -32
.byte 81
.byte 0
.byte -47
.byte 52
.byte 74
.byte -60
.byte -57
.byte 78
.byte 107
.byte -61
.byte -55
.byte -50
.byte 14
.byte 106
.byte -63
.byte -98
.byte -25
.byte 11
.byte 81
.byte -88
.byte -54
.byte 2
.byte -46
.byte -57
.byte -72
.byte -52
.byte 83
.byte 41
.byte 100
.byte -19
.byte 0
.byte 38
.byte -112
.byte -71
.byte 33
.byte 23
.byte 69
.byte -79
.byte 92
.byte -73
.byte 95
.byte 36
.byte 121
.byte -70
.byte 90
.byte 23
.byte 46
.byte -66
.byte 89
.byte -26
.byte 70
.byte 7
.byte -88
.byte 108
.byte -4
.byte -31
.byte -76
.byte 60
.byte 29
.byte 84
.byte 79
.byte 60
.byte -22
.byte -126
.byte -35
.byte -97
.byte 115
.byte 37
.byte 115
.byte 40
.byte 24
.byte 62
.byte -91
.byte 10
.byte -117
.byte -88
.byte 110
.byte -84
.byte -94
.byte 100
.byte -58
.byte -126
.byte 127
.byte 25
.byte -12
.byte 82
.byte -104
.byte 46
.byte -124
.byte 37
.byte 70
.byte -62
.byte 81
.byte -58
.byte 102
.byte 90
.byte -54
.byte 16
.byte -10
.byte -73
.byte 91
.byte -43
.byte -51
.byte -5
.byte -29
.byte -93
.byte -29
.byte 94
.byte -73
.byte -102
.byte 106
.byte 5
.byte 31
.byte -35
.byte -56
.byte 99
.byte 121
.byte 23
.byte 94
.byte -34
.byte 38
.byte 118
.byte 32
.byte -63
.byte 66
.byte 53
.byte -109
.byte 49
.byte 22
.byte -27
.byte 72
.byte -63
.byte 42
.byte 63
.byte 62
.byte 0
.byte -26
.byte -22
.byte 98
.byte 68
.byte 76
.byte 7
.byte -91
.byte 28
.byte -84
.byte 37
.byte 25
.byte -94
.byte -2
.byte 94
.byte 52
.byte -49
.byte 83
.byte -4
.byte -68
.byte -84
.byte -9
.byte 32
.byte -104
.byte -32
.byte -13
.byte -49
.byte 119
.byte -79
.byte 124
.byte 83
.byte 50
.byte -16
.byte 91
.byte -34
.byte -116
.byte -101
.byte 108
.byte -86
.byte -2
.byte 17
.byte -19
.byte 100
.byte -69
.byte -8
.byte 65
.byte -77
.byte -38
.byte -101
.byte 76
.byte -117
.byte 98
.byte -103
.byte -125
.byte -68
.byte 113
.byte 0
.byte 97
.byte 23
.byte -95
.byte 77
.byte -39
.byte -117
.byte -70
.byte -39
.byte -15
.byte -57
.byte 14
.byte 114
.byte 70
.byte -72
.byte -55
.byte 108
.byte 16
.byte -62
.byte -5
.byte -106
.byte 78
.byte -112
.byte 27
.byte -46
.byte -17
.byte 125
.byte -24
.byte 23
.byte 115
.byte -112
.byte -1
.byte -28
.byte -53
.byte -103
.byte -92
.byte 118
.byte -109
.byte 39
.byte 8
.byte -52
.byte 51
.byte 102
.byte -84
.byte -63
.byte -86
.byte 62
.byte 95
.byte 111
.byte 31
.byte -85
.byte -28
.byte -45
.byte 97
.byte 5
.byte -44
.byte 27
.byte -79
.byte -110
.byte -49
.byte -1
.byte -100
.byte 20
.byte 55
.byte -6
.byte 64
.byte -40
.byte -63
.byte 0
.byte 94
.byte -11
.byte 39
.byte 116
.byte -96
.byte 17
.byte 65
.byte 55
.byte 46
.byte 70
.byte -7
.byte 114
.byte 91
.byte 65
.byte -53
.byte 1
.byte -62
.byte 59
.byte -29
.byte -5
.byte 94
.byte 95
.byte -76
.byte 24
.byte -46
.byte -21
.byte -2
.byte 120
.byte -100
.byte -14
.byte -69
.byte -121
.byte 63
.byte 6
.byte -59
.byte -36
.byte -89
.byte 19
.byte 70
.byte 124
.byte 23
.byte 45
.byte 6
.byte 88
.byte -37
.byte 89
.byte 104
.byte -48
.byte 5
.byte -102
.byte 86
.byte -42
.byte -61
.byte 30
.byte 115
.byte -107
.byte 49
.byte -115
.byte 124
.byte -73
.byte 93
.byte -98
.byte -68
.byte -74
.byte 109
.byte 73
.byte 101
.byte -5
.byte 35
.byte 58
.byte -37
.byte 69
.byte 124
.byte 101
.byte 64
.byte -60
.byte 71
.byte 113
.byte -118
.byte -79
.byte 22
.byte -48
.byte 68
.byte -12
.byte -23
.byte 89
.byte -18
.byte 44
.byte -28
.byte 71
.byte -27
.byte -22
.byte 12
.byte 40
.byte -28
.byte 111
.byte 108
.byte 118
.byte 25
.byte 54
.byte 50
.byte 12
.byte -80
.byte 58
.byte 76
.byte -37
.byte -59
.byte 77
.byte 63
.byte 84
.byte 48
.byte -126
.byte -111
.byte 115
.byte -115
.byte -105
.byte -98
.byte -12
.byte 45
.byte 123
.byte 31
.byte -67
.byte 80
.byte 103
.byte 37
.byte 26
.byte -104
.byte -35
.byte -1
.byte -88
.byte 5
.byte -81
.byte -111
.byte 42
.byte 112
.byte 101
.byte 58
.byte 19
.byte -101
.byte 84
.byte 52
.byte 116
.byte -4
.byte -123
.byte -44
.byte -33
.byte 31
.byte 6
.byte 55
.byte -22
.byte -31
.byte -75
.byte 106
.byte -74
.byte 86
.byte -85
.byte 114
.byte 82
.byte -122
.byte -53
.byte 108
.byte 82
.byte 8
.byte 81
.byte 65
.byte 53
.byte -16
.byte -63
.byte -19
.byte 80
.byte -90
.byte 19
.byte -80
.byte -19
.byte -97
.byte -96
.byte -102
.byte -56
.byte -85
.byte -116
.byte 122
.byte 54
.byte 121
.byte 104
.byte 76
.byte -102
.byte 38
.byte -91
.byte 45
.byte -59
.byte 100
.byte -16
.byte -95
.byte 29
.byte 118
.byte -66
.byte 16
.byte -6
.byte 49
.byte -58
.byte 98
.byte -35
.byte 108
.byte -44
.byte -88
.byte 76
.byte -71
.byte 46
.byte 122
.byte -66
.byte -11
.byte -92
.byte 109
.byte -125
.byte 29
.byte 60
.byte 29
.byte 64
.byte 84
.byte -12
.byte -3
.byte 54
.byte -8
.byte 100
.byte -3
.byte -81
.byte 30
.byte 17
.byte -105
.byte -70
.byte 93
.byte -115
.byte 45
.byte 114
.byte -81
.byte 108
.byte 123
.byte -105
.byte -38
.byte -73
.byte -11
.byte -85
.byte 26
.byte -95
.byte -25
.byte -94
.byte 85
.byte 126
.byte 94
.byte -86
.byte 13
.byte -107
.byte 126
.byte 23
.byte 73
.byte 41
.byte 46
.byte 88
.byte -78
.byte 84
.byte 103
.byte 79
.byte -66
.byte -124
.byte 4
.byte -7
.byte -47
.byte -45
.byte 123
.byte 57
.byte -98
.byte 46
.byte -75
.byte -99
.byte 73
.byte 29
.byte -9
.byte -89
.byte -113
.byte -26
.byte 37
.byte -29
.byte 89
.byte 74
.byte -12
.byte 70
.byte -46
.byte -66
.byte -36
.byte -121
.byte 109
.byte -34
.byte 8
.byte -58
.byte -29
.byte 118
.byte 13
.byte 93
.byte 4
.byte 107
.byte 120
.byte 55
.byte 70
.byte -78
.byte -98
.byte -26
.byte 27
.byte -115
.byte 110
.byte -107
.byte -50
.byte 56
.byte -120
.byte -78
.byte 118
.byte -80
.byte -82
.byte 0
.byte -90
.byte 116
.byte 22
.byte 15
.byte -49
.byte 19
.byte -59
.byte -72
.byte -33
.byte 12
.byte 87
.byte 39
.byte -121
.byte -55
.byte 28
.byte 34
.byte -104
.byte 46
.byte -105
.byte 75
.byte 85
.byte 84
.byte 81
.byte -106
.byte -70
.byte -56
.byte -38
.byte 117
.byte 66
.byte 82
.byte 43
.byte -50
.byte 100
.byte -75
.byte 10
.byte 114
.byte 13
.byte 13
.byte -100
.byte 43
.byte -107
.byte -82
.byte -20
.byte 114
.byte -124
.byte 115
.byte 68
.byte -24
.byte 39
.byte -126
.byte 47
.byte -112
.byte -61
.byte 77
.byte -15
.byte -81
.byte 50
.byte 83
.byte -42
.byte -36
.byte -20
.byte 88
.byte 67
.byte -16
.byte 45
.byte -11
.byte 96
.byte -59
.byte -13
.byte -25
.byte -94
.byte 125
.byte 67
.byte 26
.byte -45
.byte -59
.byte 100
.byte 11
.byte -18
.byte -105
.byte 31
.byte -83
.byte -119
.byte -88
.byte 42
.byte 119
.byte -1
.byte 28
.byte -31
.byte 97
.byte -69
.byte -48
.byte -25
.byte -35
.byte -48
.byte -44
.byte 98
.byte 83
.byte 115
.byte -54
.byte 104
.byte 92
.byte -75
.byte 43
.byte 47
.byte 15
.byte -51
.byte 32
.byte -46
.byte 85
.byte 22
.byte 1
.byte 26
.byte 1
.byte 33
.byte -4
.byte 56
.byte 27
.byte -1
.byte -90
.byte -68
.byte -43
.byte -36
.byte 55
.byte 61
.byte -5
.byte -73
.byte -4
.byte 80
.byte 38
.byte -53
.byte -108
.byte 102
.byte 102
.byte 116
.byte -61
.byte 7
.byte -39
.byte 85
.byte 53
.byte -26
.byte 92
.byte 22
.byte 4
.byte 51
.byte -74
.byte 48
.byte 88
.byte 112
.byte -75
.byte -38
.byte 37
.byte -120
.byte 71
.byte -26
.byte 37
.byte -46
.byte 45
.byte -11
.byte -9
.byte -70
.byte 113
.byte 94
.byte 74
.byte -5
.byte -38
.byte -112
.byte -114
.byte -55
.byte 39
.byte -2
.byte 55
.byte -103
.byte -78
.byte 72
.byte 125
.byte 77
.byte -70
.byte 3
.byte 35
.byte 100
.byte -26
.byte -116
.byte 97
.byte -75
.byte 39
.byte -109
.byte -98
.byte 20
.byte -57
.byte 52
.byte 14
.byte -14
.byte -27
.byte -89
.byte 84
.byte 68
.byte 97
.byte 23
.byte 79
.byte -115
.byte 98
.byte -115
.byte -72
.byte -87
.byte -94
.byte -76
.byte 120
.byte 117
.byte -68
.byte -128
.byte 93
.byte -14
.byte 66
.byte 2
.byte 96
.byte 106
.byte -27
.byte -72
.byte 36
.byte 42
.byte -114
.byte 9
.byte 40
.byte 49
.byte 54
.byte 5
.byte -4
.byte 94
.byte 125
.byte -110
.byte -49
.byte -11
.byte 79
.byte -90
.byte 2
.byte 104
.byte 110
.byte 95
.byte 102
.byte 49
.byte 127
.byte -85
.byte 83
.byte 127
.byte 0
.byte 92
.byte -102
.byte -58
.byte -115
.byte -28
.byte 69
.byte -103
.byte -64
.byte 119
.byte -11
.byte -21
.byte -92
.byte 95
.byte 117
.byte 80
.byte -82
.byte 89
.byte 97
.byte -99
.byte 64
.byte -47
.byte -106
.byte -92
.byte -23
.byte 70
.byte -56
.byte -56
.byte -74
.byte 97
.byte -122
.byte -76
.byte 78
.byte 6
.byte 6
.byte -112
.byte -14
.byte -11
.byte 81
.byte -36
.byte -19
.byte -42
.byte -13
.byte 4
.byte -38
.byte 43
.byte -55
.byte -21
.byte 102
.byte 21
.byte 29
.byte 24
.byte 103
.byte 93
.byte -101
.byte 86
.byte -54
.byte 105
.byte 95
.byte -48
.byte 17
.byte -65
.byte 44
.byte -65
.byte -72
.byte 54
.byte 108
.byte -23
.byte -44
.byte -28
.byte 72
.byte -68
.byte -14
.byte -79
.byte 85
.byte -21
.byte 11
.byte 64
.byte -120
.byte -128
.byte 67
.byte -51
.byte -70
.byte -70
.byte 92
.byte -92
.byte 85
.byte -52
.byte 71
.byte -54
.byte -82
.byte -82
.byte 48
.byte 7
.byte 97
.byte 55
.byte 35
.byte -61
.byte -12
.byte -110
.byte 90
.byte 97
.byte -16
.byte 5
.byte -51
.byte -39
.byte 94
.byte 20
.byte -20
.byte -25
.byte 115
.byte 38
.byte 115
.byte -51
.byte 43
.byte 50
.byte -101
.byte 54
.byte -24
.byte -35
.byte -78
.byte 60
.byte 122
.byte 5
.byte 30
.byte -35
.byte -43
.byte -83
.byte -64
.byte -29
.byte 48
.byte 88
.byte -40
.byte 119
.byte -75
.byte -52
.byte -48
.byte -27
.byte 46
.byte -55
.byte -54
.byte 73
.byte -81
.byte 34
.byte -23
.byte 106
.byte -33
.byte -120
.byte -90
.byte 64
.byte 53
.byte -48
.byte -87
.byte 12
.byte 108
.byte -102
.byte -82
.byte -98
.byte -121
.byte 25
.byte -20
.byte -14
.byte -105
.byte -84
.byte 16
.byte 98
.byte 54
.byte -79
.byte -23
.byte 121
.byte 81
.byte 6
.byte -39
.byte -98
.byte -50
.byte 46
.byte -77
.byte 47
.byte -110
.byte 115
.byte -17
.byte 61
.byte -56
.byte 44
.byte -127
.byte 89
.byte 6
.byte -78
.byte -99
.byte -13
.byte -98
.byte -66
.byte 111
.byte 53
.byte 120
.byte 15
.byte 95
.byte -9
.byte 127
.byte 12
.byte -69
.byte -67
.byte -9
.byte 19
.byte -107
.byte -116
.byte -70
.byte -111
.byte -75
.byte 6
.byte 119
.byte 105
.byte -7
.byte -48
.byte -93
.byte -107
.byte 38
.byte -69
.byte -103
.byte -108
.byte 40
.byte 38
.byte -25
.byte 28
.byte 88
.byte -44
.byte -54
.byte -98
.byte -30
.byte 29
.byte 107
.byte 23
.byte -16
.byte 37
.byte -25
.byte -34
.byte -75
.byte 117
.byte 38
.byte 12
.byte -7
.byte -69
.byte 6
.byte -68
.byte 0
.byte 48
.byte 72
.byte -85
.byte -73
.byte -103
.byte -35
.byte -8
.byte -73
.byte 53
.byte -40
.byte -40
.byte -62
.byte 124
.byte -79
.byte -34
.byte 127
.byte 19
.byte 4
.byte 7
.byte -52
.byte -29
.byte 74
.byte 2
.byte -61
.byte -125
.byte -112
.byte 43
.byte -3
.byte -49
.byte 103
.byte 41
.byte -44
.byte -105
.byte -16
.byte -56
.byte -97
.byte 5
.byte -101
.byte 80
.byte 28
.byte -30
.byte -53
.byte -118
.byte 14
.byte -99
.byte 27
.byte -70
.byte 107
.byte 106
.byte 78
.byte 12
.byte -94
.byte 17
.byte 74
.byte 112
.byte 63
.byte -73
.byte -89
.byte -12
.byte 21
.byte 123
.byte -99
.byte -69
.byte 113
.byte 63
.byte -51
.byte -63
.byte 31
.byte -115
.byte 127
.byte 120
.byte -78
.byte -36
.byte -126
.byte -90
.byte 109
.byte -18
.byte 10
.byte 98
.byte 33
.byte -75
.byte 45
.byte 77
.byte -12
.byte 122
.byte 9
.byte -44
.byte -58
.byte -82
.byte 51
.byte 84
.byte 114
.byte 108
.byte 61
.byte -25
.byte 69
.byte -120
.byte 32
.byte 27
.byte -32
.byte -60
.byte 73
.byte 24
.byte 9
.byte 31
.byte -5
.byte 73
.byte 13
.byte -105
.byte -95
.byte -88
.byte 57
.byte 103
.byte -35
.byte -2
.byte 25
.byte 6
.byte 105
.byte -79
.byte -64
.byte 37
.byte 95
.byte -55
.byte -45
.byte -10
.byte -81
.byte 14
.byte -103
.byte -102
.byte -77
.byte -17
.byte -46
.byte 44
.byte 114
.byte -86
.byte 111
.byte 71
.byte -86
.byte 2
.byte -93
.byte -38
.byte 77
.byte -22
.byte -125
.byte -80
.byte 109
.byte -30
.byte -19
.byte 79
.byte 42
.byte 3
.byte -27
.byte 62
.byte 75
.byte -61
.byte -88
.byte -56
.byte 24
.byte 6
.byte -33
.byte -125
.byte -4
.byte 46
.byte -53
.byte 80
.byte -71
.byte 87
.byte -106
.byte -102
.byte -21
.byte 17
.byte -90
.byte 51
.byte 70
.byte 105
.byte 87
.byte -32
.byte -1
.byte 10
.byte 21
.byte -35
.byte -71
.byte -28
.byte 62
.byte 42
.byte 24
.byte 39
.byte 46
.byte -94
.byte 58
.byte 121
.byte -105
.byte -42
.byte -83
.byte 50
.byte -63
.byte 85
.byte 1
.byte 89
.byte 124
.byte 14
.byte -65
.byte 110
.byte 126
.byte 102
.byte 126
.byte -57
.byte 64
.byte -42
.byte -70
.byte 93
.byte -113
.byte -86
.byte 87
.byte 96
.byte 50
.byte 10
.byte -77
.byte 115
.byte 28
.byte 122
.byte -8
.byte -19
.byte -79
.byte 25
.byte 91
.byte -124
.byte 6
.byte 1
.byte 29
.byte 62
.byte -66
.byte 125
.byte 21
.byte -11
.byte -57
.byte -50
.byte -91
.byte -49
.byte 79
.byte -106
.byte 70
.byte 80
.byte -18
.byte -20
.byte 26
.byte -3
.byte -1
.byte -47
.byte -45
.byte -11
.byte -16
.byte 25
.byte -117
.byte 23
.byte -60
.byte 100
.byte -71
.byte -48
.byte 99
.byte 83
.byte 39
.byte 20
.byte -39
.byte -9
.byte -48
.byte 88
.byte -85
.byte 66
.byte 38
.byte 16
.byte -123
.byte -19
.byte -60
.byte 16
.byte 70
.byte 54
.byte 106
.byte 73
.byte 48
.byte 108
.byte 119
.byte 9
.byte -83
.byte -62
.byte -9
.byte 91
.byte 117
.byte 12
.byte -86
.byte 107
.byte 31
.byte 113
.byte 10
.byte -25
.byte 122
.byte 69
.byte 58
.byte 97
.byte -80
.byte 98
.byte 88
.byte -124
.byte -127
.byte 6
.byte 57
.byte 126
.byte 1
.byte 53
.byte 127
.byte 82
.byte -107
.byte 23
.byte -7
.byte -23
.byte 121
.byte -49
.byte 75
.byte 101
.byte -52
.byte -95
.byte -98
.byte -119
.byte 63
.byte 34
.byte -86
.byte 69
.byte -2
.byte -83
.byte -111
.byte -16
.byte -89
.byte 31
.byte -81
.byte -54
.byte -55
.byte 34
.byte 45
.byte -1
.byte 107
.byte 60
.byte 90
.byte 15
.byte -97
.byte -44
.byte -123
.byte -54
.byte -39
.byte -121
.byte -10
.byte 106
.byte -78
.byte -68
.byte -66
.byte 30
.byte -119
.byte 109
.byte 42
.byte 42
.byte 55
.byte 15
.byte -52
.byte 103
.byte -26
.byte -32
.byte -50
.byte -32
.byte -63
.byte -118
.byte 6
.byte -55
.byte 22
.byte 107
.byte -7
.byte 34
.byte -60
.byte -9
.byte 62
.byte 70
.byte -50
.byte -34
.byte 19
.byte 27
.byte -119
.byte 101
.byte -73
.byte 100
.byte 39
.byte -83
.byte 108
.byte -3
.byte -40
.byte 31
.byte -65
.byte -118
.byte 50
.byte -47
.byte -106
.byte -59
.byte -98
.byte -46
.byte 31
.byte 54
.byte 3
.byte 73
.byte 93
.byte 81
.byte 21
.byte -45
.byte -91
.byte 98
.byte 94
.byte 4
.byte 7
.byte 26
.byte -113
.byte -2
.byte 24
.byte -17
.byte -92
.byte -29
.byte -51
.byte -93
.byte 2
.byte -95
.byte -79
.byte -105
.byte -29
.byte -52
.byte 91
.byte 6
.byte -116
.byte 45
.byte 115
.byte 39
.byte 77
.byte -52
.byte -30
.byte 78
.byte -46
.byte -79
.byte 13
.byte -54
.byte 102
.byte -61
.byte 11
.byte -21
.byte -86
.byte -107
.byte 56
.byte -44
.byte 18
.byte 99
.byte 4
.byte -79
.byte -39
.byte -7
.byte 39
.byte 19
.byte -102
.byte 56
.byte 2
.byte 111
.byte -107
.byte 4
.byte 101
.byte 29
.byte -46
.byte -46
.byte 4
.byte -43
.byte 114
.byte 121
.byte -6
.byte -124
.byte 8
.byte 126
.byte -86
.byte -20
.byte 8
.byte 112
.byte -108
.byte 66
.byte -102
.byte -35
.byte 15
.byte 103
.byte 66
.byte -128
.byte 13
.byte -45
.byte 10
.byte -59
.byte -26
.byte 124
.byte -64
.byte -104
.byte 45
.byte -67
.byte 13
.byte 66
.byte 107
.byte -65
.byte -48
.byte -113
.byte 34
.byte -1
.byte 98
.byte -77
.byte -7
.byte -48
.byte -4
.byte -21
.byte -78
.byte -32
.byte -14
.byte 64
.byte -63
.byte -39
.byte 122
.byte -6
.byte 63
.byte -89
.byte -82
.byte 84
.byte 36
.byte 51
.byte -81
.byte -23
.byte -77
.byte -71
.byte -43
.byte -69
.byte 53
.byte 80
.byte -107
.byte 1
.byte -113
.byte 70
.byte -77
.byte 44
.byte -18
.byte -10
.byte -51
.byte 6
.byte -33
.byte -84
.byte 76
.byte -104
.byte -97
.byte 105
.byte 118
.byte -16
.byte 1
.byte -33
.byte 51
.byte 79
.byte -69
.byte -128
.byte 80
.byte -50
.byte 92
.byte 110
.byte 80
.byte 110
.byte -83
.byte -94
.byte -119
.byte 39
.byte 61
.byte -100
.byte 29
.byte 39
.byte 69
.byte -13
.byte -54
.byte 62
.byte 64
.byte 43
.byte 94
.byte 52
.byte 16
.byte 61
.byte 41
.byte 57
.byte 113
.byte 108
.byte 89
.byte -79
.byte -9
.byte 43
.byte -39
.byte 1
.byte 80
.byte -108
.byte -112
.byte -14
.byte -47
.byte -75
.byte -114
.byte -13
.byte 118
.byte 15
.byte 44
.byte -35
.byte -60
.byte 32
.byte -29
.byte 32
.byte 116
.byte -71
.byte -102
.byte 76
.byte 87
.byte 15
.byte -48
.byte 57
.byte -58
.byte -14
.byte -126
.byte -122
.byte 96
.byte -45
.byte -42
.byte -60
.byte -69
.byte 118
.byte -9
.byte -64
.byte -23
.byte -10
.byte -69
.byte 103
.byte -61
.byte -46
.byte -18
.byte 59
.byte -85
.byte -120
.byte 37
.byte -89
.byte -110
.byte 76
.byte -24
.byte 95
.byte 36
.byte 101
.byte -52
.byte 124
.byte 107
.byte -14
.byte -99
.byte 118
.byte -112
.byte 84
.byte -93
.byte -72
.byte -21
.byte -84
.byte 8
.byte -36
.byte 75
.byte 32
.byte 118
.byte 81
.byte -7
.byte 109
.byte 53
.byte -114
.byte -76
.byte -21
.byte -70
.byte -63
.byte 84
.byte -18
.byte 64
.byte 18
.byte -120
.byte 13
.byte 74
.byte 53
.byte 39
.byte 47
.byte 121
.byte 59
.byte 81
.byte 117
.byte -57
.byte -9
.byte 115
.byte 50
.byte 107
.byte -61
.byte -115
.byte 85
.byte 28
.byte -82
.byte 18
.byte 111
.byte -53
.byte -83
.byte 50
.byte 105
.byte -51
.byte -118
.byte -15
.byte -98
.byte 65
.byte -17
.byte 27
.byte -61
.byte 47
.byte 88
.byte -89
.byte 125
.byte 122
.byte 65
.byte 21
.byte 29
.byte 124
.byte -109
.byte 65
.byte 34
.byte 51
.byte -4
.byte -54
.byte 93
.byte 57
.byte -56
.byte -108
.byte -79
.byte 33
.byte -2
.byte -111
.byte 101
.byte -28
.byte -41
.byte -14
.byte -46
.byte 45
.byte 122
.byte -90
.byte -60
.byte -76
.byte -35
.byte 65
.byte -103
.byte -94
.byte -57
.byte 31
.byte -109
.byte 47
.byte -24
.byte 5
.byte -66
.byte 95
.byte -85
.byte 27
.byte -43
.byte 110
.byte 105
.byte 21
.byte -66
.byte 19
.byte 93
.byte 47
.byte 90
.byte 15
.byte -59
.byte -97
.byte -81
.byte -28
.byte -43
.byte -3
.byte -18
.byte -107
.byte 114
.byte 122
.byte 119
.byte 67
.byte 83
.byte 120
.byte 18
.byte -5
.byte 20
.byte 22
.byte -90
.byte -88
.byte -107
.byte 38
.byte 46
.byte 64
.byte -25
.byte 110
.byte 91
.byte -108
.byte 41
.byte 97
.byte 72
.byte -31
.byte 86
.byte -12
.byte 11
.byte 102
.byte 47
.byte -39
.byte -101
.byte -36
.byte 11
.byte -23
.byte -13
.byte -46
.byte -113
.byte 39
.byte -103
.byte 35
.byte 30
.byte -22
.byte -96
.byte 113
.byte 60
.byte -56
.byte -128
.byte 4
.byte -103
.byte 98
.byte 81
.byte -120
.byte -25
.byte 82
.byte -49
.byte 6
.byte 4
.byte 99
.byte 124
.byte 51
.byte 5
.byte -74
.byte 7
.byte -83
.byte -28
.byte 69
.byte -17
.byte -6
.byte 76
.byte 83
.byte 127
.byte 119
.byte 7
.byte 90
.byte 112
.byte -72
.byte -1
.byte 6
.byte -97
.byte 24
.byte 48
.byte -19
.byte 25
.byte -85
.byte -76
.byte 116
.byte -62
.byte -83
.byte 123
.byte 74
.byte 74
.byte -46
.byte -9
.byte 14
.byte 8
.byte 68
.byte -116
.byte -94
.byte -17
.byte -59
.byte -89
.byte 37
.byte -55
.byte 118
.byte 32
.byte -29
.byte 42
.byte 67
.byte 109
.byte -15
.byte 98
.byte 103
.byte -3
.byte 16
.byte -14
.byte -84
.byte -113
.byte 10
.byte 2
.byte -69
.byte 19
.byte 32
.byte -100
.byte -111
.byte 109
.byte 74
.byte 25
.byte 120
.byte -14
.byte 126
.byte -41
.byte -122
.byte 112
.byte 114
.byte 69
.byte -119
.byte -37
.byte -23
.byte 94
.byte -70
.byte -126
.byte -29
.byte -60
.byte -11
.byte 116
.byte 21
.byte -19
.byte 7
.byte -73
.byte 107
.byte 88
.byte 123
.byte -44
.byte -44
.byte -22
.byte -71
.byte 7
.byte 49
.byte -32
.byte -17
.byte 70
.byte -120
.byte -105
.byte -23
.byte 45
.byte -23
.byte -74
.byte -68
.byte 112
.byte 98
.byte 97
.byte -104
.byte -56
.byte -68
.byte -65
.byte 70
.byte -75
.byte 67
.byte 124
.byte -64
.byte -65
.byte 37
.byte 114
.byte 110
.byte 31
.byte -71
.byte 0
.byte -121
.byte 86
.byte -71
.byte -107
.byte -33
.byte 37
.byte -54
.byte 67
.byte 102
.byte 19
.byte 119
.byte 39
.byte 77
.byte -54
.byte -71
.byte -119
.byte 0
.byte 21
.byte -19
.byte 122
.byte 46
.byte 98
.byte -83
.byte -30
.byte -128
.byte -34
.byte -108
.byte -92
.byte 46
.byte -15
.byte -4
.byte 15
.byte -52
.byte -118
.byte -31
.byte -15
.byte 74
.byte 51
.byte 51
.byte 53
.byte -62
.byte 27
.byte 81
.byte 67
.byte 97
.byte -76
.byte -95
.byte 5
.byte -13
.byte -68
.byte 48
.byte -43
.byte -81
.byte -49
.byte -117
.byte 30
.byte -38
.byte 34
.byte -54
.byte -44
.byte 42
.byte 38
.byte 31
.byte -48
.byte 56
.byte -102
.byte 99
.byte -62
.byte -18
.byte 55
.byte -75
.byte 117
.byte 87
.byte 102
.byte 77
.byte -35
.byte 125
.byte -34
.byte 57
.byte 26
.byte -24
.byte -104
.byte -26
.byte -80
.byte 100
.byte -43
.byte -50
.byte -99
.byte 74
.byte -109
.byte 87
.byte 46
.byte 51
.byte 0
.byte 22
.byte -96
.byte -118
.byte -118
.byte -111
.byte 69
.byte -118
.byte -69
.byte -81
.byte -92
.byte -69
.byte 36
.byte -113
.byte -47
.byte -25
.byte 7
.byte -6
.byte 85
.byte -106
.byte 15
.byte 124
.byte 0
.byte 7
.byte -65
.byte -43
.byte 22
.byte 38
.byte 103
.byte 87
.byte 40
.byte 21
.byte 109
.byte -23
.byte 93
.byte 17
.byte -121
.byte 63
.byte -81
.byte 56
.byte 71
.byte -80
.byte -113
.byte -27
.byte -89
.byte 30
.byte 27
.byte -105
.byte -99
.byte -112
.byte -26
.byte -96
.byte -102
.byte -14
.byte 45
.byte 90
.byte 53
.byte 117
.byte 10
.byte -79
.byte -34
.byte -28
.byte 11
.byte 19
.byte -98
.byte 13
.byte -81
.byte -34
.byte -17
.byte 68
.byte 18
.byte 80
.byte -102
.byte 55
.byte 18
.byte -67
.byte 82
.byte -28
.byte -92
.byte -43
.byte 25
.byte -5
.byte 15
.byte 90
.byte 0
.byte 12
.byte -115
.byte -113
.byte 103
.byte -69
.byte 22
.byte -56
.byte -58
.byte -100
.byte -125
.byte 87
.byte 98
.byte -33
.byte 14
.byte -94
.byte 10
.byte 59
.byte 0
.byte 84
.byte 89
.byte -12
.byte -17
.byte -86
.byte 77
.byte -107
.byte 106
.byte 121
.byte 35
.byte 100
.byte 61
.byte -74
.byte -119
.byte 120
.byte -28
.byte 98
.byte 14
.byte -95
.byte 8
.byte 12
.byte 69
.byte -122
.byte -86
.byte 54
.byte 1
.byte 82
.byte -25
.byte 103
.byte 72
.byte 94
.byte -32
.byte -99
.byte -98
.byte -94
.byte 32
.byte -119
.byte -103
.byte -59
.byte -22
.byte 93
.byte 53
.byte -46
.byte -94
.byte 68
.byte -27
.byte 37
.byte -42
.byte 24
.byte 100
.byte 69
.byte 2
.byte 38
.byte -43
.byte -78
.byte 2
.byte 12
.byte -28
.byte 100
.byte -128
.byte -36
.byte -9
.byte 19
.byte 7
.byte -64
.byte -50
.byte 22
.byte -55
.byte -37
.byte -62
.byte -23
.byte 46
.byte -48
.byte -13
.byte -59
.byte 97
.byte 74
.byte -31
.byte 26
.byte 20
.byte 18
.byte -109
.byte -33
.byte -88
.byte 22
.byte -3
.byte -89
.byte 5
.byte -23
.byte 121
.byte -83
.byte -97
.byte -28
.byte 15
.byte 63
.byte -44
.byte 82
.byte 43
.byte -2
.byte 28
.byte 110
.byte -38
.byte 10
.byte -42
.byte -19
.byte 105
.byte -58
.byte 32
.byte 21
.byte 111
.byte -98
.byte 91
.byte 69
.byte 73
.byte 5
.byte -80
.byte 9
.byte 93
.byte 114
.byte 17
.byte -67
.byte 29
.byte 19
.byte 55
.byte 30
.byte 106
.byte -54
.byte -68
.byte 47
.byte 21
.byte 117
.byte -19
.byte 40
.byte -26
.byte 126
.byte 49
.byte -47
.byte -95
.byte -37
.byte 10
.byte 47
.byte 63
.byte 111
.byte -93
.byte -9
.byte -123
.byte 9
.byte 102
.byte -104
.byte 28
.byte -90
.byte -103
.byte 69
.byte 112
.byte 107
.byte 114
.byte -106
.byte 125
.byte -84
.byte -33
.byte -51
.byte -34
.byte 24
.byte -11
.byte -8
.byte 54
.byte -66
.byte -66
.byte -109
.byte 35
.byte -30
.byte 103
.byte -80
.byte -51
.byte -60
.byte 98
.byte -69
.byte 105
.byte 50
.byte 58
.byte -43
.byte 70
.byte 103
.byte -71
.byte 21
.byte 79
.byte 104
.byte 70
.byte -2
.byte 72
.byte 20
.byte -84
.byte 34
.byte -33
.byte 100
.byte 127
.byte 14
.byte 36
.byte 54
.byte -58
.byte 54
.byte 84
.byte -118
.byte -106
.byte -17
.byte 45
.byte -21
.byte -67
.byte 104
.byte -3
.byte 19
.byte -60
.byte 33
.byte -67
.byte -92
.byte 74
.byte -52
.byte 0
.byte 72
.byte 74
.byte -28
.byte 125
.byte 14
.byte -84
.byte -99
.byte -52
.byte -23
.byte -77
.byte 39
.byte -50
.byte -66
.byte -14
.byte 57
.byte -72
.byte -90
.byte 87
.byte -80
.byte 33
.byte 95
.byte -16
.byte -89
.byte -76
.byte -124
.byte -87
.byte 32
.byte -11
.byte -88
.byte 78
.byte 72
.byte -78
.byte 56
.byte 109
.byte -68
.byte 81
.byte 55
.byte -82
.byte -12
.byte 118
.byte 31
.byte 60
.byte -26
.byte 39
.byte -124
.byte 36
.byte -68
.byte 21
.byte -34
.byte 9
.byte 106
.byte 123
.byte -102
.byte -107
.byte 80
.byte -11
.byte -110
.byte 125
.byte 35
.byte 60
.byte -36
.byte -22
.byte -69
.byte -110
.byte -68
.byte -122
.byte 124
.byte -43
.byte -17
.byte 109
.byte -15
.byte -24
.byte 25
.byte 121
.byte -55
.byte -87
.byte -95
.byte -87
.byte -74
.byte 105
.byte -6
.byte 101
.byte -29
.byte -95
.byte -98
.byte 54
.byte 61
.byte -71
.byte 60
.byte -73
.byte 106
.byte -99
.byte -4
.byte -51
.byte -72
.byte -26
.byte 97
.byte 93
.byte 81
.byte -30
.byte -49
.byte 127
.byte 110
.byte -70
.byte 116
.byte -12
.byte -42
.byte 11
.byte -70
.byte 61
.byte 47
.byte -92
.byte 36
.byte -50
.byte -87
.byte -46
.byte 30
.byte 30
.byte 22
.byte -92
.byte -84
.byte -52
.byte 98
.byte -107
.byte -24
.byte 82
.byte -102
.byte -90
.byte -28
.byte 38
.byte -113
.byte -123
.byte -65
.byte 36
.byte 79
.byte 98
.byte 28
.byte 74
.byte -88
.byte -94
.byte 59
.byte -88
.byte 8
.byte 23
.byte -94
.byte 95
.byte 116
.byte -22
.byte 18
.byte -55
.byte -78
.byte 54
.byte -36
.byte -10
.byte -51
.byte 7
.byte 104
.byte 67
.byte -31
.byte 89
.byte -39
.byte 55
.byte 13
.byte 26
.byte 17
.byte -9
.byte 109
.byte -21
.byte 118
.byte 43
.byte -106
.byte 62
.byte 29
.byte -82
.byte 95
.byte 10
.byte 26
.byte 62
.byte -7
.byte -48
.byte -88
.byte -55
.byte -43
.byte -120
.byte 33
.byte -55
.byte 24
.byte -75
.byte -1
.byte -9
.byte -41
.byte 78
.byte 58
.byte 27
.byte 62
.byte 13
.byte -46
.byte -3
.byte 119
.byte -94
.byte -62
.byte -41
.byte -78
.byte -87
.byte -53
.byte 17
.byte 12
.byte 34
.byte -47
.byte 122
.byte -25
.byte 52
.byte -59
.byte -41
.byte 63
.byte -33
.byte -91
.byte -41
.byte -120
.byte 49
.byte 1
.byte 36
.byte -49
.byte 102
.byte 68
.byte 59
.byte 126
.byte 1
.byte 62
.byte -88
.byte -84
.byte -33
.byte -13
.byte 23
.byte 97
.byte -21
.byte -78
.byte 104
.byte -116
.byte -32
.byte 57
.byte -58
.byte 26
.byte -37
.byte -53
.byte -116
.byte -22
.byte -106
.byte 95
.byte -31
.byte -93
.byte 8
.byte -101
.byte -32
.byte -65
.byte 7
.byte 67
.byte -84
.byte -53
.byte 6
.byte -11
.byte 83
.byte -5
.byte 36
.byte -128
.byte -22
.byte -26
.byte 117
.byte 41
.byte 18
.byte -39
.byte 106
.byte 82
.byte 97
.byte 58
.byte 86
.byte 47
.byte -81
.byte -127
.byte 17
.byte -114
.byte -73
.byte -66
.byte -79
.byte 83
.byte -14
.byte -115
.byte -125
.byte -82
.byte -31
.byte -32
.byte -66
.byte 112
.byte 51
.byte 20
.byte 81
.byte -29
.byte -114
.byte -39
.byte -76
.byte 5
.byte -76
.byte 12
.byte -85
.byte -102
.byte -80
.byte -66
.byte -52
.byte 78
.byte 6
.byte -26
.byte -101
.byte 44
.byte -14
.byte -49
.byte 113
.byte 56
.byte 77
.byte 50
.byte 15
.byte -34
.byte 113
.byte -47
.byte 106
.byte 31
.byte 20
.byte 105
.byte -64
.byte -33
.byte 33
.byte -120
.byte 57
.byte -69
.byte 81
.byte -29
.byte 41
.byte 69
.byte -88
.byte 13
.byte -36
.byte 127
.byte -7
.byte 123
.byte 77
.byte -94
.byte -124
.byte 65
.byte -112
.byte 15
.byte -62
.byte 110
.byte 122
.byte 32
.byte 67
.byte -9
.byte 48
.byte 21
.byte -98
.byte 52
.byte -105
.byte 99
.byte 84
.byte -41
.byte -5
.byte 53
.byte -5
.byte -56
.byte 63
.byte 93
.byte -10
.byte -98
.byte -88
.byte -4
.byte 79
.byte -81
.byte -15
.byte 45
.byte -35
.byte -82
.byte -91
.byte -101
.byte -80
.byte 82
.byte 81
.byte -112
.byte -61
.byte -17
.byte 127
.byte 126
.byte -65
.byte 127
.byte 121
.byte -31
.byte 67
.byte 64
.byte -15
.byte -95
.byte 60
.byte -11
.byte 78
.byte 25
.byte 10
.byte 107
.byte 0
.byte -6
.byte 39
.byte -35
.byte -68
.byte 80
.byte 25
.byte 95
.byte -117
.byte -25
.byte -55
.byte -114
.byte -46
.byte -109
.byte -73
.byte 20
.byte -6
.byte 64
.byte -111
.byte -100
.byte -56
.byte -100
.byte 99
.byte -127
.byte 38
.byte -72
.byte 8
.byte -18
.byte 83
.byte -83
.byte -35
.byte -2
.byte -107
.byte 42
.byte -128
.byte -56
.byte 30
.byte -124
.byte -63
.byte -57
.byte 108
.byte 11
.byte -79
.byte 56
.byte 56
.byte -65
.byte 58
.byte -72
.byte -120
.byte -18
.byte -70
.byte 58
.byte 11
.byte 42
.byte 43
.byte 60
.byte -13
.byte -7
.byte -66
.byte -17
.byte -39
.byte -117
.byte 71
.byte -87
.byte 35
.byte -93
.byte -38
.byte -21
.byte 57
.byte 96
.byte 1
.byte 112
.byte 5
.byte -64
.byte -32
.byte -40
.byte 105
.byte -61
.byte 58
.byte 58
.byte -104
.byte 66
.byte 66
.byte 105
.byte 47
.byte -10
.byte 56
.byte -109
.byte -125
.byte -117
.byte -34
.byte -109
.byte 75
.byte -44
.byte 59
.byte 98
.byte 66
.byte -1
.byte -115
.byte -76
.byte -19
.byte -44
.byte -57
.byte 32
.byte 113
.byte 108
.byte -42
.byte -43
.byte 106
.byte -98
.byte -84
.byte 99
.byte -31
.byte -70
.byte 49
.byte 24
.byte -93
.byte 83
.byte -5
.byte 51
.byte -60
.byte 55
.byte -39
.byte 96
.byte 107
.byte 41
.byte 39
.byte 36
.byte 126
.byte -47
.byte -26
.byte -45
.byte -1
.byte 12
.byte 94
.byte -104
.byte -58
.byte -105
.byte 3
.byte -74
.byte -53
.byte 76
.byte 60
.byte 87
.byte 18
.byte 111
.byte 89
.byte -55
.byte -116
.byte -33
.byte -6
.byte 24
.byte 127
.byte -78
.byte 54
.byte -123
.byte 78
.byte -122
.byte -100
.byte 46
.byte 104
.byte -115
.byte -108
.byte 76
.byte 16
.byte 54
.byte 95
.byte -58
.byte 61
.byte 110
.byte -66
.byte -68
.byte -74
.byte 51
.byte -52
.byte 67
.byte -76
.byte -5
.byte -86
.byte -113
.byte 63
.byte -78
.byte -117
.byte 88
.byte 127
.byte -19
.byte -41
.byte 23
.byte 68
.byte -128
.byte 122
.byte -93
.byte -47
.byte -61
.byte 107
.byte 79
.byte 115
.byte 46
.byte 22
.byte 16
.byte 95
.byte -38
.byte 14
.byte -83
.byte 85
.byte 26
.byte 110
.byte 118
.byte -61
.byte -99
.byte -87
.byte 52
.byte 72
.byte 109
.byte -103
.byte -103
.byte 56
.byte -27
.byte 64
.byte 9
.byte -96
.byte 94
.byte -36
.byte -128
.byte 76
.byte -102
.byte -109
.byte 120
.byte 41
.byte 4
.byte -85
.byte 38
.byte 122
.byte 82
.byte -76
.byte -54
.byte 101
.byte -98
.byte -70
.byte 84
.byte -110
.byte 49
.byte -40
.byte -43
.byte -71
.byte 67
.byte 119
.byte -25
.byte 17
.byte 87
.byte -109
.byte -24
.byte 74
.byte 38
.byte 58
.byte -61
.byte -19
.byte -3
.byte -27
.byte 90
.byte 68
.byte 84
.byte -41
.byte -56
.byte 126
.byte 110
.byte 47
.byte 48
.byte -82
.byte -15
.byte -1
.byte 3
.byte -68
.byte -14
.byte 1
.byte 56
.byte 112
.byte -86
.byte 47
.byte -113
.byte 96
.byte -2
.byte -103
.byte 91
.byte 33
.byte -62
.byte -111
.byte -108
.byte 44
.byte 32
.byte -80
.byte -106
.byte 27
.byte -19
.byte 116
.byte 12
.byte 96
.byte 41
.byte -37
.byte 28
.byte -42
.byte -111
.byte 17
.byte 25
.byte 107
.byte 125
.byte -78
.byte -34
.byte -68
.byte -76
.byte -3
.byte 112
.byte -56
.byte 120
.byte -52
.byte 111
.byte 15
.byte 126
.byte -97
.byte 44
.byte 101
.byte -54
.byte -89
.byte -70
.byte 76
.byte 120
.byte -16
.byte 35
.byte 21
.byte -88
.byte -65
.byte 114
.byte 78
.byte -10
.byte -96
.byte -119
.byte -48
.byte 37
.byte -58
.byte 115
.byte 112
.byte 69
.byte -123
.byte -19
.byte 59
.byte 38
.byte 98
.byte -115
.byte -93
.byte 107
.byte 107
.byte -2
.byte -108
.byte 59
.byte -84
.byte -25
.byte 2
.byte 53
.byte 19
.byte -12
.byte 22
.byte -92
.byte 63
.byte -18
.byte -32
.byte -55
.byte 69
.byte 91
.byte 112
.byte -34
.byte -103
.byte -46
.byte 98
.byte -113
.byte 32
.byte -29
.byte -44
.byte -73
.byte -69
.byte 6
.byte 119
.byte -37
.byte -108
.byte 45
.byte 15
.byte 62
.byte 60
.byte -53
.byte 31
.byte 18
.byte -93
.byte 3
.byte 121
.byte 124
.byte 33
.byte -78
.byte -124
.byte -18
.byte 15
.byte 32
.byte -110
.byte 86
.byte 0
.byte -41
.byte 5
.byte 57
.byte -7
.byte 37
.byte 89
.byte 90
.byte 71
.byte -47
.byte 63
.byte 69
.byte 11
.byte -111
.byte 30
.byte 101
.byte -29
.byte -68
.byte 3
.byte 21
.byte 35
.byte 1
.byte -8
.byte 20
.byte 30
.byte -98
.byte 100
.byte 96
.byte 5
.byte -41
.byte -73
.byte -120
.byte 32
.byte 77
.byte -98
.byte -71
.byte 85
.byte 51
.byte 50
.byte 118
.byte 94
.byte 10
.byte -54
.byte 37
.byte -100
.byte -1
.byte 35
.byte -89
.byte -77
.byte 42
.byte -57
.byte 88
.byte 10
.byte -61
.byte -62
.byte -9
.byte 116
.byte -52
.byte -33
.byte -70
.byte 121
.byte -27
.byte -123
.byte 78
.byte 75
.byte -22
.byte 57
.byte -39
.byte 15
.byte 108
.byte 100
.byte 74
.byte 56
.byte -61
.byte 101
.byte -59
.byte -89
.byte -94
.byte 113
.byte 111
.byte -22
.byte 61
.byte -62
.byte -107
.byte 96
.byte -67
.byte -101
.byte 24
.byte -55
.byte -112
.byte 85
.byte -117
.byte -35
.byte 64
.byte 125
.byte 74
.byte -48
.byte -62
.byte -39
.byte -113
.byte 37
.byte -32
.byte 41
.byte 15
.byte -79
.byte 85
.byte 43
.byte 43
.byte -111
.byte -61
.byte -42
.byte 62
.byte -95
.byte 33
.byte 101
.byte 99
.byte -48
.byte 123
.byte 65
.byte -91
.byte 17
.byte 90
.byte -53
.byte -93
.byte 127
.byte -124
.byte -36
.byte 66
.byte -125
.byte 63
.byte 117
.byte -79
.byte -32
.byte -5
.byte -38
.byte 115
.byte -122
.byte 94
.byte 9
.byte 89
.byte -92
.byte 32
.byte -56
.byte 75
.byte -64
.byte -32
.byte -62
.byte -46
.byte -85
.byte -11
.byte 102
.byte 53
.byte 72
.byte -52
.byte 20
.byte -40
.byte -29
.byte -123
.byte -43
.byte 2
.byte 75
.byte 101
.byte 121
.byte 16
.byte 7
.byte 24
.byte -102
.byte -91
.byte -84
.byte 19
.byte -54
.byte 113
.byte 33
.byte 22
.byte -43
.byte 92
.byte -96
.byte -45
.byte 35
.byte -109
.byte -83
.byte 21
.byte -59
.byte -37
.byte 9
.byte -47
.byte -124
.byte 122
.byte -101
.byte 87
.byte 69
.byte -5
.byte -2
.byte 53
.byte -45
.byte -57
.byte 72
.byte 78
.byte -64
.byte -33
.byte 75
.byte -14
.byte 10
.byte 1
.byte 53
.byte 2
.byte 5
.byte -66
.byte -30
.byte -105
.byte 93
.byte -46
.byte 54
.byte -60
.byte -34
.byte -36
.byte 47
.byte 116
.byte 1
.byte -66
.byte -30
.byte 46
.byte 125
.byte -89
.byte 82
.byte -4
.byte -62
.byte -90
.byte 80
.byte 8
.byte 59
.byte -67
.byte -16
.byte -60
.byte -41
.byte 62
.byte -79
.byte -25
.byte -104
.byte -28
.byte -3
.byte 57
.byte -121
.byte -71
.byte -75
.byte -37
.byte -92
.byte 120
.byte 75
.byte -28
.byte 30
.byte 12
.byte -63
.byte -113
.byte -1
.byte -1
.byte -49
.byte -35
.byte -110
.byte -101
.byte -79
.byte 7
.byte 40
.byte -67
.byte -113
.byte -108
.byte -63
.byte 5
.byte 101
.byte 110
.byte 83
.byte -39
.byte -20
.byte -74
.byte -110
.byte 11
.byte -85
.byte -104
.byte -81
.byte -64
.byte 55
.byte 30
.byte 84
.byte -17
.byte -95
.byte -39
.byte 86
.byte 117
.byte 104
.byte -41
.byte 118
.byte -65
.byte -93
.byte -28
.byte 45
.byte -71
.byte 4
.byte 75
.byte -23
.byte 83
.byte -39
.byte 74
.byte 29
.byte -127
.byte 15
.byte -73
.byte 125
.byte 59
.byte -101
.byte -110
.byte 1
.byte 94
.byte 50
.byte 121
.byte 17
.byte -47
.byte 2
.byte 46
.byte 27
.byte -90
.byte -67
.byte -23
.byte -88
.byte 17
.byte 66
.byte 94
.byte 58
.byte 54
.byte -34
.byte 34
.byte -103
.byte -48
.byte -78
.byte 68
.byte -37
.byte -6
.byte 121
.byte -82
.byte 84
.byte -71
.byte 2
.byte 101
.byte -72
.byte 95
.byte 32
.byte 55
.byte -111
.byte -60
.byte -100
.byte -94
.byte 53
.byte 88
.byte -110
.byte 70
.byte -93
.byte 74
.byte -94
.byte 59
.byte 115
.byte -55
.byte 6
.byte 54
.byte -59
.byte 81
.byte -44
.byte 37
.byte 42
.byte 28
.byte -52
.byte 43
.byte -112
.byte -16
.byte -94
.byte -106
.byte -92
.byte 96
.byte -8
.byte 88
.byte -109
.byte 57
.byte -124
.byte -114
.byte 58
.byte 77
.byte -99
.byte -58
.byte -32
.byte 80
.byte -12
.byte 55
.byte 2
.byte 60
.byte 52
.byte -103
.byte 16
.byte -88
.byte -107
.byte -122
.byte -57
.byte -51
.byte -62
.byte -4
.byte -8
.byte 44
.byte 41
.byte -39
.byte -3
.byte -55
.byte 28
.byte 38
.byte 118
.byte -84
.byte -54
.byte -39
.byte -16
.byte -100
.byte -93
.byte 41
.byte 70
.byte 98
.byte -30
.byte 93
.byte -21
.byte 25
.byte -65
.byte 71
.byte -79
.byte -30
.byte 12
.byte 126
.byte -59
.byte -87
.byte -26
.byte -109
.byte -25
.byte 34
.byte -32
.byte -105
.byte 94
.byte 74
.byte -53
.byte 44
.byte 28
.byte 116
.byte -47
.byte 75
.byte -71
.byte 59
.byte 6
.byte 78
.byte 54
.byte -124
.byte 38
.byte -102
.byte 58
.byte 106
.byte -117
.byte 106
.byte -74
.byte 73
.byte 29
.byte -18
.byte -114
.byte -99
.byte 78
.byte -28
.byte -19
.byte 67
.byte 56
.byte -59
.byte 112
.byte 104
.byte -18
.byte -11
.byte 64
.byte 109
.byte 112
.byte 2
.byte -31
.byte -114
.byte -23
.byte -86
.byte -126
.byte 15
.byte -73
.byte -125
.byte 27
.byte 76
.byte -107
.byte -90
.byte -3
.byte -92
.byte -108
.byte -16
.byte 92
.byte 26
.byte -89
.byte -8
.byte 20
.byte 127
.byte -50
.byte 46
.byte -98
.byte -26
.byte 120
.byte -123
.byte -78
.byte -84
.byte 62
.byte 46
.byte 118
.byte 75
.byte 9
.byte -48
.byte 25
.byte -43
.byte -91
.byte -89
.byte -84
.byte -46
.byte -120
.byte 55
.byte -74
.byte 64
.byte -20
.byte 7
.byte -105
.byte -80
.byte -79
.byte 87
.byte 0
.byte -107
.byte -105
.byte 39
.byte 115
.byte -41
.byte 28
.byte 121
.byte -35
.byte 39
.byte 34
.byte 49
.byte 82
.byte 90
.byte -123
.byte 111
.byte 51
.byte 50
.byte -102
.byte 22
.byte 14
.byte 120
.byte -98
.byte 106
.byte -42
.byte -26
.byte -66
.byte -32
.byte 31
.byte 101
.byte -38
.byte 112
.byte 42
.byte -16
.byte 92
.byte 18
.byte 27
.byte 54
.byte 104
.byte -127
.byte -28
.byte 110
.byte -3
.byte 107
.byte -118
.byte -93
.byte -26
.byte 31
.byte 112
.byte -65
.byte 40
.byte 127
.byte 86
.byte -25
.byte 25
.byte 127
.byte -86
.byte 67
.byte 117
.byte -46
.byte 90
.byte 23
.byte 0
.byte 61
.byte 51
.byte 119
.byte 65
.byte -3
.byte 73
.byte 20
.byte 83
.byte -87
.byte 72
.byte -122
.byte -114
.byte 77
.byte 42
.byte 22
.byte -4
.byte 46
.byte -113
.byte 63
.byte 82
.byte -45
.byte 46
.byte 17
.byte -76
.byte -110
.byte 92
.byte -56
.byte 119
.byte -45
.byte 100
.byte -41
.byte 118
.byte 19
.byte -96
.byte 73
.byte -90
.byte 8
.byte 123
.byte -40
.byte 88
.byte 75
.byte 79
.byte 127
.byte -99
.byte 56
.byte 33
.byte -23
.byte -75
.byte -4
.byte 52
.byte -12
.byte 5
.byte -69
.byte -21
.byte 7
.byte -27
.byte 74
.byte 22
.byte -5
.byte -123
.byte 108
.byte -2
.byte -37
.byte -4
.byte 16
.byte 35
.byte -59
.byte 29
.byte 80
.byte -114
.byte -77
.byte -72
.byte 125
.byte 91
.byte 52
.byte 60
.byte -106
.byte 49
.byte 17
.byte 13
.byte -1
.byte 83
.byte -72
.byte -122
.byte -89
.byte -73
.byte 2
.byte -48
.byte -108
.byte -84
.byte -23
.byte 71
.byte -106
.byte -12
.byte 93
.byte 60
.byte 66
.byte 47
.byte -26
.byte 127
.byte 68
.byte 95
.byte -5
.byte 76
.byte -71
.byte 6
.byte 19
.byte -66
.byte 116
.byte 28
.byte 126
.byte -58
.byte 50
.byte -36
.byte 78
.byte -16
.byte 11
.byte 6
.byte 46
.byte 32
.byte 126
.byte -91
.byte 52
.byte 67
.byte -88
.byte 4
.byte 2
.byte 92
.byte -46
.byte -106
.byte 85
.byte 107
.byte 96
.byte 32
.byte -94
.byte -104
.byte 54
.byte -114
.byte -94
.byte 74
.byte -118
.byte -56
.byte 95
.byte 117
.byte -43
.byte -64
.byte -64
.byte -109
.byte -63
.byte 76
.byte -78
.byte -125
.byte -12
.byte 67
.byte 126
.byte -113
.byte 23
.byte -70
.byte 106
.byte -46
.byte 35
.byte -96
.byte 29
.byte 103
.byte -40
.byte 88
.byte 36
.byte 127
.byte -125
.byte 122
.byte -104
.byte 8
.byte -38
.byte 96
.byte -106
.byte 38
.byte -38
.byte 48
.byte 36
.byte 86
.byte -113
.byte -117
.byte 118
.byte -102
.byte 53
.byte -57
.byte -18
.byte 124
.byte 92
.byte 19
.byte -50
.byte 81
.byte 85
.byte -53
.byte 38
.byte 46
.byte -91
.byte 65
.byte 48
.byte -106
.byte 85
.byte -3
.byte 61
.byte 101
.byte -108
.byte 15
.byte 123
.byte -66
.byte 49
.byte -56
.byte 76
.byte 74
.byte -2
.byte -104
.byte -80
.byte 96
.byte 78
.byte 11
.byte -81
.byte -65
.byte -66
.byte 45
.byte 126
.byte -27
.byte -69
.byte 13
.byte 34
.byte -128
.byte -56
.byte 23
.byte -13
.byte 57
.byte 92
.byte -3
.byte 29
.byte 33
.byte 103
.byte -86
.byte -20
.byte 11
.byte -107
.byte 83
.byte -74
.byte -77
.byte 30
.byte 44
.byte -121
.byte 68
.byte -89
.byte 106
.byte 79
.byte -67
.byte 22
.byte -100
.byte -65
.byte 108
.byte -12
.byte 16
.byte -39
.byte -24
.byte -57
.byte 103
.byte -19
.byte 8
.byte -99
.byte -47
.byte 93
.byte -66
.byte -50
.byte -38
.byte 114
.byte 107
.byte -38
.byte -30
.byte -123
.byte -108
.byte 120
.byte -35
.byte 124
.byte -72
.byte -12
.byte -66
.byte 87
.byte 50
.byte -1
.byte -48
.byte -25
.byte -60
.byte -5
.byte -110
.byte 5
.byte -46
.byte 125
.byte 23
.byte 122
.byte 115
.byte 53
.byte 110
.byte 104
.byte -46
.byte 56
.byte -24
.byte -115
.byte 72
.byte -40
.byte -121
.byte 29
.byte 76
.byte -78
.byte 60
.byte -98
.byte 103
.byte -111
.byte -97
.byte -109
.byte 70
.byte -38
.byte 79
.byte -6
.byte -108
.byte -47
.byte -23
.byte 23
.byte -28
.byte -5
.byte 114
.byte 81
.byte -54
.byte 46
.byte 91
.byte -126
.byte 14
.byte 90
.byte 5
.byte -70
.byte 105
.byte 5
.byte -95
.byte 3
.byte -56
.byte 29
.byte 19
.byte 1
.byte -106
.byte 32
.byte 30
.byte -66
.byte 118
.byte 50
.byte -86
.byte -90
.byte 11
.byte -14
.byte 84
.byte 96
.byte -80
.byte -51
.byte -19
.byte -6
.byte 44
.byte 32
.byte 55
.byte -3
.byte -73
.byte 100
.byte 113
.byte 55
.byte -53
.byte 53
.byte -63
.byte 87
.byte -49
.byte -76
.byte -21
.byte 20
.byte 77
.byte -124
.byte 1
.byte -109
.byte -112
.byte 125
.byte -126
.byte -23
.byte -93
.byte -100
.byte -84
.byte 68
.byte 58
.byte -56
.byte 25
.byte -123
.byte -47
.byte 5
.byte -46
.byte -36
.byte -13
.byte -46
.byte -66
.byte 66
.byte 81
.byte -21
.byte -69
.byte -61
.byte -122
.byte 58
.byte 61
.byte 22
.byte -59
.byte -93
.byte 103
.byte 97
.byte -54
.byte 25
.byte -33
.byte -24
.byte 112
.byte 120
.byte 127
.byte -67
.byte 53
.byte -15
.byte -104
.byte 28
.byte 112
.byte 42
.byte 67
.byte -60
.byte -81
.byte -96
.byte -82
.byte -125
.byte 18
.byte -29
.byte -114
.byte -92
.byte -79
.byte -126
.byte 109
.byte 116
.byte 78
.byte -49
.byte 127
.byte 0
.byte -63
.byte -111
.byte -82
.byte -19
.byte -102
.byte 85
.byte -67
.byte 12
.byte -26
.byte -128
.byte -60
.byte 1
.byte -49
.byte -120
.byte 26
.byte 61
.byte 69
.byte 67
.byte 8
.byte 28
.byte -127
.byte -128
.byte 53
.byte -115
.byte 86
.byte 3
.byte -3
.byte -109
.byte 34
.byte 26
.byte 71
.byte 38
.byte -87
.byte -48
.byte -41
.byte 9
.byte -29
.byte -51
.byte 4
.byte 98
.byte -22
.byte 23
.byte 57
.byte -26
.byte 70
.byte 75
.byte 121
.byte -36
.byte -113
.byte 64
.byte 32
.byte 26
.byte 79
.byte 31
.byte -33
.byte 106
.byte 22
.byte -55
.byte 8
.byte -63
.byte 99
.byte -90
.byte -123
.byte -98
.byte -5
.byte 32
.byte 54
.byte -85
.byte 28
.byte -109
.byte 98
.byte 65
.byte 60
.byte 69
.byte 71
.byte 9
.byte -36
.byte -100
.byte -81
.byte -53
.byte 120
.byte 0
.byte -9
.byte 111
.byte -87
.byte -46
.byte 126
.byte 53
.byte 105
.byte 2
.byte -16
.byte 103
.byte 47
.byte -80
.byte 47
.byte 37
.byte 32
.byte -67
.byte -77
.byte 113
.byte -128
.byte -97
.byte 22
.byte -43
.byte -75
.byte -9
.byte -39
.byte -91
.byte -66
.byte 0
.byte -31
.byte -112
.byte -105
.byte -44
.byte 122
.byte -48
.byte 114
.byte 26
.byte -77
.byte -113
.byte 74
.byte -67
.byte 126
.byte 18
.byte 13
.byte -12
.byte 92
.byte -84
.byte 62
.byte 17
.byte -113
.byte 103
.byte -61
.byte 52
.byte 27
.byte 40
.byte -104
.byte 96
.byte -83
.byte -109
.byte -40
.byte -14
.byte 123
.byte -26
.byte 109
.byte -12
.byte -6
.byte -93
.byte 36
.byte 104
.byte 26
.byte -127
.byte 94
.byte 62
.byte 15
.byte -39
.byte -122
.byte 67
.byte 17
.byte 32
.byte -107
.byte 74
.byte 75
.byte 41
.byte 107
.byte -123
.byte -60
.byte -9
.byte -122
.byte 77
.byte -84
.byte 66
.byte 116
.byte -67
.byte -81
.byte -45
.byte 106
.byte 120
.byte 88
.byte 12
.byte -23
.byte 51
.byte -76
.byte -94
.byte 117
.byte 112
.byte -44
.byte -89
.byte 78
.byte 47
.byte 123
.byte 51
.byte -69
.byte -127
.byte -26
.byte -46
.byte 79
.byte 102
.byte -95
.byte 108
.byte 126
.byte 0
.byte -71
.byte 13
.byte 121
.byte 100
.byte -18
.byte -4
.byte 116
.byte -66
.byte 54
.byte 16
.byte 28
.byte 44
.byte 47
.byte 8
.byte -67
.byte -27
.byte -4
.byte 43
.byte 80
.byte -125
.byte -55
.byte 41
.byte -8
.byte -51
.byte 81
.byte 67
.byte 127
.byte 2
.byte -109
.byte -81
.byte 31
.byte 126
.byte -113
.byte -49
.byte -67
.byte -84
.byte 71
.byte -12
.byte 95
.byte 124
.byte 21
.byte -107
.byte 68
.byte 34
.byte -83
.byte 112
.byte -55
.byte -2
.byte 102
.byte -35
.byte -117
.byte 119
.byte -108
.byte -49
.byte 17
.byte 49
.byte -80
.byte -111
.byte 85
.byte -85
.byte -22
.byte 35
.byte -58
.byte 60
.byte -110
.byte -88
.byte -30
.byte 29
.byte -68
.byte -84
.byte 30
.byte 89
.byte -104
.byte -116
.byte -43
.byte -92
.byte -17
.byte 106
.byte -102
.byte 115
.byte 9
.byte 118
.byte -27
.byte -73
.byte -86
.byte 111
.byte -38
.byte 124
.byte -118
.byte 108
.byte 113
.byte -51
.byte 34
.byte -13
.byte 23
.byte -19
.byte 13
.byte 11
.byte 4
.byte -98
.byte -47
.byte 106
.byte -11
.byte -88
.byte 30
.byte 86
.byte 81
.byte -50
.byte -41
.byte -13
.byte -55
.byte -29
.byte -122
.byte -69
.byte -83
.byte -8
.byte -54
.byte 93
.byte -59
.byte 56
.byte 106
.byte 76
.byte -116
.byte -72
.byte 120
.byte -82
.byte -49
.byte 47
.byte -126
.byte 94
.byte 98
.byte 77
.byte 17
.byte 29
.byte -23
.byte 37
.byte -111
.byte -113
.byte 3
.byte -18
.byte -88
.byte 91
.byte -20
.byte -46
.byte 34
.byte -40
.byte 81
.byte 64
.byte 14
.byte 120
.byte -54
.byte 94
.byte -60
.byte -38
.byte -29
.byte -37
.byte -82
.byte 118
.byte 50
.byte -10
.byte -112
.byte 5
.byte 44
.byte 37
.byte -16
.byte -128
.byte 36
.byte 77
.byte -96
.byte -110
.byte -75
.byte -8
.byte -112
.byte 81
.byte -1
.byte 73
.byte -22
.byte 60
.byte -75
.byte 33
.byte -128
.byte 120
.byte 23
.byte -5
.byte -8
.byte 50
.byte -124
.byte -81
.byte -28
.byte 44
.byte 45
.byte -117
.byte 81
.byte 48
.byte -19
.byte -99
.byte 31
.byte -98
.byte 46
.byte -25
.byte 67
.byte -78
.byte 106
.byte 45
.byte 120
.byte 100
.byte -115
.byte -35
.byte -15
.byte 125
.byte 51
.byte 81
.byte 74
.byte -9
.byte -87
.byte 19
.byte 19
.byte 124
.byte -85
.byte 86
.byte 79
.byte -26
.byte -58
.byte -104
.byte -70
.byte -89
.byte -66
.byte 90
.byte -48
.byte -13
.byte 25
.byte -128
.byte 39
.byte -37
.byte 24
.byte -74
.byte -124
.byte 95
.byte -53
.byte 14
.byte 14
.byte -117
.byte 76
.byte 111
.byte 105
.byte 114
.byte 110
.byte -75
.byte 108
.byte 55
.byte 22
.byte 5
.byte 78
.byte 92
.byte 126
.byte -72
.byte 88
.byte 69
.byte 72
.byte 114
.byte -93
.byte 83
.byte 46
.byte 25
.byte -90
.byte 90
.byte 103
.byte 107
.byte -122
.byte -20
.byte 62
.byte -74
.byte -83
.byte 43
.byte 109
.byte 84
.byte -117
.byte 9
.byte 53
.byte -125
.byte 69
.byte -77
.byte 25
.byte 77
.byte -84
.byte -100
.byte -110
.byte -125
.byte 99
.byte -73
.byte 84
.byte 17
.byte -83
.byte -68
.byte 80
.byte 103
.byte 82
.byte 19
.byte 14
.byte 119
.byte 120
.byte 42
.byte -90
.byte -109
.byte -43
.byte 4
.byte -99
.byte -88
.byte -51
.byte -82
.byte 33
.byte 106
.byte 36
.byte 114
.byte 49
.byte 59
.byte 30
.byte -116
.byte -28
.byte 29
.byte 125
.byte -40
.byte -68
.byte 12
.byte -54
.byte 43
.byte 109
.byte -108
.byte 68
.byte -28
.byte 65
.byte 100
.byte 124
.byte -49
.byte 118
.byte -62
.byte -40
.byte -104
.byte 77
.byte -22
.byte -37
.byte 124
.byte -113
.byte 106
.byte -95
.byte -56
.byte 89
.byte 108
.byte -70
.byte -117
.byte 120
.byte -62
.byte -41
.byte -53
.byte 116
.byte 16
.byte -88
.byte -118
.byte 13
.byte 104
.byte -39
.byte 13
.byte 69
.byte 108
.byte -3
.byte -12
.byte 76
.byte 67
.byte 89
.byte -93
.byte 101
.byte -15
.byte -43
.byte -60
.byte -85
.byte -1
.byte 69
.byte 21
.byte -35
.byte -46
.byte -118
.byte -17
.byte -37
.byte -43
.byte -128
.byte 55
.byte 85
.byte 27
.byte -109
.byte 60
.byte 70
.byte 102
.byte -59
.byte -35
.byte 69
.byte 25
.byte -42
.byte 118
.byte 115
.byte 23
.byte 123
.byte -103
.byte 83
.byte -106
.byte -122
.byte -100
.byte -53
.byte 114
.byte -33
.byte 39
.byte -88
.byte -64
.byte 22
.byte 110
.byte -30
.byte -117
.byte 20
.byte -81
.byte 85
.byte 15
.byte 17
.byte 13
.byte -52
.byte -8
.byte 26
.byte 114
.byte 92
.byte -29
.byte 26
.byte -125
.byte -15
.byte -17
.byte 111
.byte -92
.byte 58
.byte 9
.byte -21
.byte -35
.byte -72
.byte 26
.byte -70
.byte 118
.byte 76
.byte -3
.byte 0
.byte -104
.byte -75
.byte -2
.byte -89
.byte 93
.byte 94
.byte -116
.byte -118
.byte -119
.byte -33
.byte -124
.byte 108
.byte -92
.byte -28
.byte -18
.byte -102
.byte -69
.byte -92
.byte 88
.byte -108
.byte 105
.byte 16
.byte 119
.byte -118
.byte -75
.byte 105
.byte -9
.byte 93
.byte -21
.byte 123
.byte 93
.byte -126
.byte -57
.byte 7
.byte -75
.byte 0
.byte -13
.byte -89
.byte -22
.byte 45
.byte 93
.byte 67
.byte -17
.byte -78
.byte -6
.byte -89
.byte 5
.byte 10
.byte -111
.byte -30
.byte -98
.byte -56
.byte 52
.byte 89
.byte -102
.byte -64
.byte 118
.byte -9
.byte 31
.byte -4
.byte 82
.byte -70
.byte 11
.byte -19
.byte -22
.byte 113
.byte 62
.byte -7
.byte 62
.byte 63
.byte 3
.byte -13
.byte 44
.byte 127
.byte -39
.byte 38
.byte -124
.byte -25
.byte -97
.byte -23
.byte 45
.byte 119
.byte 65
.byte -8
.byte -73
.byte 55
.byte 55
.byte -26
.byte 44
.byte -63
.byte 70
.byte 1
.byte -95
.byte -109
.byte -56
.byte -12
.byte -61
.byte 55
.byte -59
.byte -109
.byte 37
.byte 83
.byte -92
.byte 123
.byte 111
.byte 58
.byte -62
.byte -121
.byte -61
.byte -102
.byte -95
.byte -51
.byte -39
.byte 92
.byte 17
.byte -107
.byte 113
.byte -95
.byte 19
.byte -32
.byte 25
.byte 55
.byte -108
.byte -77
.byte -120
.byte -120
.byte -86
.byte -113
.byte 124
.byte -37
.byte -128
.byte 89
.byte -5
.byte 18
.byte 45
.byte 60
.byte -9
.byte 0
.byte -123
.byte 87
.byte -50
.byte 78
.byte 9
.byte 27
.byte 13
.byte -54
.byte 61
.byte 101
.byte 80
.byte -39
.byte -119
.byte -50
.byte -34
.byte 107
.byte 68
.byte -73
.byte 76
.byte 82
.byte 56
.byte -99
.byte -7
.byte 113
.byte 113
.byte 50
.byte -51
.byte -28
.byte -68
.byte 69
.byte -32
.byte -7
.byte -102
.byte -77
.byte 90
.byte -108
.byte 111
.byte -77
.byte -14
.byte 67
.byte 92
.byte -85
.byte 15
.byte -58
.byte -71
.byte -91
.byte -88
.byte -105
.byte -118
.byte -51
.byte 104
.byte 124
.byte -53
.byte 77
.byte 18
.byte 73
.byte -41
.byte 60
.byte -47
.byte 89
.byte -116
.byte 36
.byte -78
.byte 11
.byte -6
.byte -95
.byte 27
.byte -80
.byte 52
.byte 122
.byte 106
.byte 18
.byte 92
.byte 12
.byte 60
.byte -63
.byte -44
.byte -79
.byte -36
.byte -2
.byte 44
.byte -32
.byte 23
.byte -50
.byte 127
.byte -93
.byte 99
.byte -81
.byte 124
.byte 13
.byte 53
.byte -29
.byte 9
.byte 49
.byte -52
.byte 2
.byte 14
.byte 44
.byte -2
.byte -42
.byte -89
.byte -4
.byte -31
.byte 65
.byte -94
.byte -60
.byte -56
.byte 19
.byte 75
.byte -47
.byte 50
.byte 34
.byte 93
.byte -11
.byte 52
.byte 95
.byte 88
.byte -3
.byte 111
.byte -95
.byte 39
.byte -86
.byte 119
.byte -73
.byte 103
.byte -69
.byte -121
.byte 76
.byte -43
.byte -25
.byte 27
.byte -123
.byte -24
.byte -116
.byte -89
.byte -48
.byte -124
.byte 16
.byte -68
.byte -124
.byte 56
.byte 41
.byte -101
.byte -122
.byte -45
.byte -32
.byte -64
.byte 76
.byte -59
.byte 98
.byte -28
.byte -69
.byte -126
.byte 66
.byte -67
.byte 13
.byte -76
.byte -62
.byte -63
.byte 95
.byte -4
.byte 24
.byte 126
.byte -42
.byte -59
.byte 83
.byte -38
.byte -46
.byte -110
.byte -128
.byte 77
.byte -114
.byte 108
.byte -109
.byte -108
.byte 71
.byte -101
.byte 47
.byte 52
.byte 86
.byte -11
.byte -105
.byte 6
.byte -9
.byte -59
.byte 108
.byte -81
.byte -74
.byte -51
.byte -26
.byte 34
.byte 15
.byte 44
.byte -40
.byte 121
.byte 82
.byte -127
.byte 80
.byte -39
.byte -72
.byte 114
.byte 87
.byte 72
.byte -117
.byte -53
.byte -121
.byte 37
.byte 25
.byte 40
.byte 32
.byte 38
.byte -41
.byte 107
.byte -73
.byte -47
.byte -89
.byte 0
.byte 54
.byte -19
.byte -45
.byte -75
.byte -83
.byte 0
.byte -84
.byte 87
.byte 81
.byte -17
.byte -1
.byte 14
.byte 81
.byte 82
.byte 83
.byte 93
.byte -93
.byte 116
.byte 2
.byte 83
.byte 77
.byte 52
.byte -73
.byte -42
.byte 28
.byte 33
.byte 105
.byte 83
.byte -90
.byte 103
.byte -12
.byte -120
.byte 126
.byte 107
.byte 14
.byte -119
.byte -101
.byte 127
.byte -116
.byte -1
.byte 7
.byte 36
.byte 45
.byte -64
.byte 63
.byte 18
.byte 121
.byte 39
.byte -101
.byte -104
.byte -23
.byte 74
.byte 114
.byte 73
.byte 103
.byte -105
.byte 26
.byte -127
.byte 25
.byte 107
.byte 85
.byte 42
.byte 1
.byte -4
.byte -118
.byte 95
.byte 62
.byte -90
.byte -31
.byte 77
.byte 20
.byte 45
.byte 77
.byte 50
.byte -55
.byte 17
.byte -12
.byte 111
.byte -44
.byte 113
.byte 107
.byte 111
.byte -117
.byte 78
.byte 112
.byte -105
.byte 93
.byte 37
.byte 5
.byte 57
.byte -1
.byte 66
.byte -35
.byte -52
.byte 29
.byte -125
.byte -99
.byte -86
.byte 110
.byte -16
.byte -83
.byte -23
.byte 37
.byte 102
.byte -82
.byte -57
.byte -124
.byte -111
.byte 100
.byte 97
.byte 18
.byte 84
.byte 17
.byte 48
.byte -37
.byte -22
.byte -57
.byte -97
.byte 21
.byte -21
.byte 72
.byte 102
.byte 27
.byte -46
.byte -11
.byte 112
.byte 33
.byte -121
.byte -34
.byte 105
.byte 103
.byte -119
.byte 92
.byte 4
.byte -12
.byte 86
.byte -127
.byte 62
.byte -120
.byte -5
.byte 64
.byte -1
.byte 40
.byte 96
.byte -64
.byte 61
.byte 106
.byte -90
.byte 1
.byte 95
.byte -40
.byte 120
.byte -84
.byte -11
.byte 44
.byte 100
.byte 2
.byte -108
.byte -63
.byte -115
.byte 10
.byte 42
.byte -104
.byte -110
.byte 27
.byte 87
.byte -27
.byte 118
.byte -109
.byte -79
.byte -83
.byte -12
.byte 0
.byte 6
.byte -94
.byte 123
.byte 112
.byte 110
.byte 41
.byte -23
.byte -98
.byte 45
.byte -37
.byte 99
.byte 46
.byte 22
.byte 54
.byte -74
.byte -107
.byte -104
.byte -64
.byte -107
.byte 101
.byte 42
.byte -31
.byte -3
.byte -86
.byte -114
.byte 90
.byte -75
.byte -13
.byte 30
.byte 26
.byte -32
.byte 1
.byte -61
.byte 115
.byte -23
.byte 57
.byte -77
.byte 2
.byte -53
.byte -100
.byte 22
.byte -34
.byte -126
.byte -88
.byte 17
.byte -23
.byte 37
.byte 80
.byte -127
.byte 112
.byte 94
.byte 113
.byte -114
.byte 24
.byte -41
.byte 105
.byte 1
.byte 47
.byte -10
.byte 3
.byte 26
.byte -128
.byte -32
.byte 76
.byte -72
.byte 54
.byte 4
.byte 34
.byte -89
.byte 0
.byte 40
.byte 96
.byte 85
.byte -74
.byte -54
.byte 118
.byte 6
.byte 78
.byte -112
.byte -117
.byte 40
.byte 126
.byte -82
.byte -33
.byte 29
.byte 93
.byte -49
.byte -86
.byte -100
.byte -41
.byte -97
.byte 122
.byte 100
.byte 71
.byte 87
.byte -8
.byte -2
.byte 48
.byte -96
.byte -49
.byte 64
.byte -105
.byte 104
.byte -9
.byte -49
.byte -9
.byte -126
.byte 16
.byte 59
.byte 51
.byte -24
.byte -30
.byte 84
.byte -43
.byte -47
.byte -112
.byte -88
.byte 102
.byte -39
.byte 111
.byte -69
.byte 90
.byte 76
.byte -65
.byte 75
.byte -47
.byte 123
.byte -95
.byte -3
.byte 0
.byte -6
.byte 20
.byte 18
.byte 112
.byte -106
.byte 13
.byte 24
.byte 36
.byte 36
.byte 89
.byte 51
.byte 57
.byte -55
.byte -70
.byte -85
.byte 36
.byte 121
.byte 26
.byte 83
.byte -27
.byte 109
.byte 1
.byte -61
.byte 51
.byte -104
.byte 16
.byte -21
.byte -20
.byte 88
.byte -77
.byte -35
.byte 31
.byte 11
.byte 49
.byte 88
.byte 53
.byte 32
.byte 57
.byte -104
.byte -100
.byte -11
.byte 61
.byte -35
.byte -22
.byte 65
.byte 104
.byte 52
.byte 120
.byte 82
.byte 18
.byte -6
.byte -22
.byte -21
.byte 46
.byte -59
.byte -78
.byte 52
.byte 29
.byte 47
.byte -27
.byte -57
.byte -63
.byte -63
.byte -91
.byte 11
.byte -66
.byte 121
.byte -104
.byte -110
.byte 51
.byte 13
.byte -7
.byte -39
.byte -107
.byte 2
.byte -89
.byte -43
.byte -63
.byte -15
.byte -125
.byte 18
.byte -81
.byte -86
.byte -73
.byte -17
.byte 67
.byte -79
.byte 42
.byte 52
.byte 84
.byte -41
.byte -70
.byte -25
.byte -60
.byte -79
.byte -5
.byte 59
.byte -14
.byte 14
.byte -29
.byte 48
.byte 95
.byte 124
.byte 16
.byte 53
.byte -50
.byte 120
.byte 125
.byte 113
.byte 104
.byte -114
.byte -50
.byte -14
.byte -51
.byte -110
.byte 89
.byte -102
.byte 89
.byte -17
.byte -58
.byte 49
.byte 119
.byte 15
.byte -14
.byte 64
.byte 123
.byte -26
.byte 12
.byte 8
.byte 106
.byte -19
.byte 114
.byte 53
.byte 7
.byte 50
.byte 17
.byte 69
.byte 78
.byte -36
.byte -2
.byte 80
.byte 92
.byte -68
.byte 96
.byte -4
.byte 118
.byte -21
.byte -29
.byte -10
.byte -124
.byte -46
.byte 42
.byte 123
.byte 116
.byte -94
.byte -114
.byte 49
.byte 80
.byte -125
.byte -25
.byte -26
.byte -46
.byte 99
.byte 99
.byte 127
.byte 124
.byte 30
.byte 48
.byte 14
.byte 61
.byte -36
.byte 116
.byte -34
.byte -22
.byte -101
.byte -21
.byte 57
.byte -124
.byte 84
.byte -6
.byte 43
.byte 108
.byte 121
.byte 1
.byte -67
.byte 85
.byte 84
.byte -82
.byte -40
.byte 120
.byte -11
.byte 54
.byte 71
.byte -37
.byte 80
.byte 36
.byte 37
.byte -94
.byte 31
.byte 94
.byte -124
.byte -7
.byte -23
.byte 118
.byte 62
.byte 89
.byte 4
.byte 27
.byte -126
.byte -72
.byte 71
.byte -5
.byte 104
.byte 12
.byte 61
.byte -117
.byte -44
.byte 45
.byte -3
.byte 36
.byte -90
.byte 49
.byte -9
.byte 12
.byte -116
.byte -72
.byte -83
.byte -18
.byte 83
.byte 22
.byte -48
.byte 63
.byte -81
.byte 81
.byte -109
.byte -47
.byte 68
.byte 123
.byte 114
.byte -54
.byte 37
.byte -65
.byte 5
.byte 54
.byte 68
.byte 85
.byte -60
.byte 125
.byte -41
.byte -93
.byte -119
.byte -108
.byte -30
.byte 112
.byte 31
.byte -122
.byte 113
.byte 2
.byte -41
.byte 4
.byte 65
.byte -123
.byte -126
.byte 47
.byte 35
.byte -43
.byte -26
.byte -110
.byte -76
.byte 94
.byte -113
.byte 55
.byte -60
.byte 49
.byte -42
.byte -81
.byte 50
.byte -67
.byte -13
.byte 34
.byte -86
.byte 95
.byte 48
.byte -34
.byte -66
.byte 3
.byte 81
.byte 73
.byte 3
.byte -18
.byte -35
.byte 29
.byte 70
.byte 3
.byte -112
.byte -26
.byte -72
.byte -41
.byte -23
.byte -2
.byte 47
.byte 46
.byte -109
.byte 100
.byte -12
.byte -59
.byte -69
.byte -75
.byte -41
.byte -38
.byte 97
.byte 83
.byte 116
.byte 21
.byte 13
.byte 98
.byte -99
.byte -95
.byte 12
.byte 48
.byte 75
.byte -40
.byte 114
.byte -42
.byte 93
.byte -122
.byte -87
.byte -116
.byte -26
.byte -88
.byte 22
.byte 121
.byte -2
.byte 57
.byte -105
.byte 10
.byte 95
.byte -92
.byte -98
.byte 104
.byte -118
.byte 63
.byte 57
.byte 52
.byte -17
.byte 81
.byte 13
.byte -6
.byte -47
.byte 115
.byte -78
.byte 93
.byte 34
.byte 72
.byte 25
.byte -115
.byte -43
.byte 93
.byte 70
.byte 125
.byte 16
.byte -122
.byte 53
.byte 80
.byte 47
.byte 121
.byte -8
.byte -113
.byte -37
.byte -79
.byte -71
.byte -43
.byte -54
.byte 113
.byte 87
.byte -40
.byte 55
.byte -4
.byte -101
.byte 76
.byte 53
.byte -97
.byte -50
.byte -54
.byte 44
.byte -62
.byte -33
.byte 106
.byte -21
.byte 36
.byte 21
.byte 9
.byte -54
.byte 81
.byte -43
.byte -14
.byte 9
.byte 89
.byte -111
.byte 114
.byte -56
.byte -43
.byte 37
.byte -67
.byte 108
.byte 2
.byte 78
.byte -83
.byte -54
.byte 115
.byte 106
.byte 61
.byte -104
.byte 19
.byte 30
.byte -84
.byte -23
.byte -7
.byte 102
.byte 98
.byte -73
.byte -91
.byte 7
.byte 36
.byte -103
.byte -14
.byte -95
.byte 68
.byte -123
.byte 5
.byte 26
.byte 27
.byte -62
.byte -91
.byte 75
.byte 92
.byte 117
.byte 78
.byte 126
.byte -48
.byte -69
.byte -34
.byte 52
.byte 44
.byte 123
.byte -73
.byte 59
.byte -70
.byte 95
.byte 98
.byte 125
.byte -105
.byte 100
.byte -24
.byte 90
.byte 62
.byte 120
.byte 9
.byte 123
.byte -91
.byte 99
.byte 40
.byte -90
.byte 33
.byte 68
.byte 68
.byte 82
.byte 49
.byte 3
.byte 72
.byte 98
.byte -29
.byte -106
.byte 45
.byte -38
.byte -17
.byte -37
.byte -31
.byte -103
.byte 15
.byte -59
.byte 11
.byte 82
.byte 56
.byte -100
.byte 107
.byte 106
.byte 33
.byte 70
.byte -17
.byte -45
.byte 32
.byte -43
.byte 11
.byte -120
.byte -98
.byte -104
.byte 100
.byte -107
.byte -39
.byte -83
.byte -113
.byte 26
.byte -82
.byte 126
.byte -55
.byte 100
.byte -108
.byte -28
.byte -62
.byte -118
.byte -56
.byte -38
.byte -107
.byte 18
.byte -92
.byte -30
.byte -64
.byte 45
.byte -18
.byte -50
.byte -36
.byte 118
.byte -60
.byte -120
.byte 59
.byte -67
.byte -5
.byte -104
.byte -76
.byte -70
.byte -127
.byte -25
.byte 71
.byte 83
.byte -66
.byte 42
.byte -58
.byte 113
.byte -74
.byte 28
.byte 123
.byte -97
.byte 78
.byte 126
.byte 84
.byte -86
.byte -125
.byte -59
.byte -49
.byte 74
.byte 3
.byte 17
.byte -42
.byte 51
.byte 7
.byte -20
.byte -126
.byte -126
.byte 27
.byte -27
.byte -73
.byte -82
.byte -51
.byte -2
.byte 87
.byte 50
.byte 48
.byte 27
.byte -40
.byte -10
.byte 8
.byte 98
.byte 0
.byte -25
.byte 16
.byte -22
.byte 33
.byte -3
.byte 12
.byte -19
.byte -68
.byte -109
.byte 93
.byte 90
.byte 12
.byte 121
.byte 67
.byte 87
.byte -105
.byte 85
.byte 20
.byte -54
.byte -53
.byte 2
.byte 76
.byte 68
.byte -103
.byte 23
.byte 69
.byte 80
.byte -72
.byte -5
.byte 106
.byte -45
.byte 9
.byte 87
.byte -100
.byte -19
.byte -34
.byte -52
.byte -83
.byte 75
.byte 83
.byte 13
.byte -9
.byte 27
.byte 91
.byte 42
.byte 44
.byte -75
.byte 93
.byte -26
.byte -26
.byte 44
.byte -64
.byte 92
.byte 13
.byte -104
.byte 1
.byte -83
.byte 53
.byte -124
.byte 77
.byte -9
.byte 65
.byte 17
.byte 49
.byte 117
.byte -104
.byte 52
.byte -124
.byte 43
.byte 98
.byte -104
.byte -60
.byte 73
.byte -88
.byte 78
.byte -125
.byte 94
.byte 75
.byte 13
.byte 34
.byte 100
.byte -4
.byte -79
.byte 77
.byte 92
.byte -12
.byte 45
.byte -77
.byte 112
.byte 127
.byte 14
.byte -118
.byte 50
.byte 115
.byte 95
.byte -36
.byte -63
.byte 57
.byte -117
.byte -123
.byte 94
.byte -30
.byte 23
.byte 87
.byte -62
.byte -92
.byte 117
.byte -8
.byte -45
.byte 77
.byte -86
.byte -91
.byte -59
.byte -38
.byte 14
.byte 48
.byte 52
.byte 75
.byte 95
.byte -119
.byte -32
.byte -95
.byte 32
.byte 86
.byte 60
.byte -78
.byte -3
.byte 9
.byte -12
.byte 123
.byte -52
.byte 44
.byte 20
.byte 123
.byte 64
.byte -86
.byte 97
.byte 68
.byte 120
.byte 104
.byte 85
.byte -100
.byte -1
.byte -64
.byte 82
.byte 63
.byte -17
.byte 88
.byte -71
.byte -15
.byte 84
.byte 8
.byte 33
.byte -7
.byte 48
.byte -10
.byte -92
.byte 69
.byte 104
.byte 69
.byte 58
.byte 12
.byte -14
.byte 89
.byte -31
.byte 81
.byte -111
.byte -43
.byte -107
.byte -120
.byte 46
.byte 84
.byte 11
.byte -52
.byte -79
.byte 60
.byte 58
.byte -25
.byte 29
.byte 21
.byte 123
.byte 119
.byte -66
.byte -27
.byte -108
.byte 38
.byte -119
.byte 28
.byte 62
.byte -110
.byte -22
.byte 2
.byte 47
.byte -74
.byte 17
.byte 38
.byte -1
.byte 97
.byte -61
.byte -110
.byte -46
.byte 13
.byte -15
.byte 43
.byte -57
.byte -48
.byte 36
.byte -11
.byte 35
.byte 120
.byte -88
.byte -11
.byte 9
.byte 68
.byte -30
.byte 8
.byte -68
.byte -55
.byte 36
.byte 42
.byte -52
.byte 121
.byte -44
.byte 113
.byte -94
.byte -19
.byte 109
.byte -99
.byte 15
.byte -107
.byte -121
.byte 39
.byte 82
.byte 4
.byte -100
.byte 76
.byte -110
.byte 75
.byte 80
.byte 114
.byte 10
.byte -9
.byte 44
.byte 38
.byte 73
.byte -49
.byte -23
.byte -28
.byte 88
.byte 23
.byte 121
.byte -69
.byte -111
.byte -15
.byte -72
.byte 32
.byte 108
.byte -103
.byte 126
.byte -52
.byte 24
.byte -109
.byte 114
.byte -62
.byte 46
.byte 69
.byte -37
.byte -90
.byte 55
.byte -47
.byte 113
.byte -18
.byte -1
.byte 37
.byte -73
.byte 108
.byte -118
.byte -68
.byte -115
.byte -25
.byte -59
.byte -25
.byte -126
.byte 92
.byte -123
.byte 37
.byte -100
.byte -19
.byte 76
.byte 30
.byte -16
.byte 48
.byte 12
.byte -18
.byte -48
.byte 26
.byte -69
.byte -104
.byte 82
.byte 4
.byte -19
.byte 68
.byte 3
.byte 41
.byte 68
.byte 124
.byte -40
.byte -44
.byte -22
.byte 62
.byte -8
.byte -94
.byte -8
.byte 93
.byte -16
.byte 55
.byte 123
.byte -38
.byte 45
.byte 65
.byte -49
.byte 29
.byte -77
.byte -57
.byte -97
.byte -25
.byte -65
.byte 21
.byte -65
.byte 65
.byte 104
.byte -20
.byte -16
.byte 80
.byte -12
.byte -57
.byte 111
.byte -83
.byte 13
.byte -95
.byte 112
.byte -58
.byte 108
.byte -118
.byte 55
.byte -53
.byte 48
.byte -98
.byte -124
.byte -114
.byte -29
.byte -104
.byte -19
.byte -45
.byte 53
.byte 41
.byte 8
.byte -69
.byte 117
.byte -11
.byte 123
.byte -115
.byte -20
.byte 55
.byte -66
.byte 77
.byte -37
.byte 37
.byte -35
.byte -55
.byte -99
.byte 49
.byte 38
.byte -34
.byte -90
.byte 112
.byte -57
.byte -9
.byte -62
.byte -122
.byte 115
.byte 50
.byte 106
.byte -32
.byte 40
.byte -126
.byte -54
.byte -87
.byte 0
.byte -98
.byte 5
.byte 76
.byte 50
.byte -45
.byte 53
.byte 57
.byte -40
.byte -60
.byte -48
.byte 13
.byte -37
.byte 90
.byte 97
.byte -15
.byte -66
.byte -76
.byte -102
.byte -70
.byte 17
.byte 85
.byte 50
.byte -39
.byte -9
.byte -95
.byte 96
.byte 121
.byte -45
.byte -19
.byte 116
.byte 54
.byte 85
.byte -14
.byte 111
.byte -28
.byte -120
.byte -114
.byte 91
.byte -100
.byte -11
.byte -121
.byte -102
.byte -58
.byte -45
.byte 13
.byte 16
.byte 61
.byte -116
.byte 1
.byte -14
.byte 101
.byte -74
.byte -70
.byte -85
.byte -115
.byte -96
.byte 53
.byte 102
.byte 19
.byte -107
.byte -106
.byte -121
.byte 77
.byte 83
.byte 62
.byte -127
.byte 127
.byte 16
.byte -68
.byte -59
.byte -65
.byte 49
.byte -47
.byte 87
.byte 63
.byte -85
.byte -112
.byte 15
.byte 46
.byte -61
.byte -2
.byte 59
.byte -94
.byte -7
.byte 115
.byte -23
.byte -91
.byte 43
.byte 99
.byte 96
.byte 78
.byte -128
.byte -62
.byte 19
.byte 56
.byte -93
.byte -83
.byte -108
.byte -55
.byte 98
.byte 87
.byte 63
.byte -68
.byte 85
.byte -65
.byte -106
.byte -2
.byte -29
.byte -61
.byte 50
.byte -95
.byte -43
.byte -3
.byte 98
.byte -48
.byte 108
.byte -94
.byte 60
.byte -82
.byte 26
.byte 86
.byte 31
.byte -45
.byte -60
.byte -73
.byte 31
.byte 62
.byte 120
.byte 75
.byte -36
.byte -2
.byte -40
.byte -8
.byte -114
.byte -61
.byte -7
.byte -16
.byte -89
.byte 5
.byte -97
.byte 34
.byte -43
.byte -8
.byte 102
.byte 42
.byte -16
.byte -124
.byte 28
.byte -62
.byte 56
.byte -6
.byte 78
.byte 12
.byte -73
.byte -16
.byte -1
.byte 1
.byte 83
.byte -104
.byte -120
.byte -43
.byte -42
.byte 81
.byte -89
.byte 47
.byte 79
.byte -8
.byte -68
.byte -22
.byte 94
.byte -63
.byte 90
.byte 64
.byte 19
.byte 62
.byte -105
.byte -57
.byte 124
.byte 11
.byte 4
.byte 77
.byte 118
.byte -70
.byte -79
.byte 88
.byte -49
.byte -59
.byte 120
.byte -5
.byte -107
.byte -11
.byte 92
.byte -122
.byte 71
.byte 125
.byte -36
.byte 115
.byte 46
.byte -35
.byte 0
.byte 85
.byte 66
.byte 82
.byte 30
.byte 37
.byte 55
.byte -79
.byte -69
.byte -93
.byte -62
.byte -20
.byte 71
.byte 45
.byte 111
.byte 66
.byte 119
.byte -51
.byte -85
.byte 63
.byte 110
.byte 50
.byte 25
.byte -111
.byte -49
.byte 101
.byte -20
.byte -81
.byte 67
.byte 111
.byte 114
.byte -54
.byte -113
.byte 49
.byte -29
.byte 51
.byte 26
.byte 116
.byte 93
.byte -120
.byte -53
.byte -104
.byte 62
.byte 54
.byte 16
.byte -16
.byte -127
.byte 90
.byte -82
.byte 18
.byte 95
.byte 70
.byte -7
.byte -76
.byte -56
.byte 73
.byte 20
.byte 29
.byte -39
.byte -22
.byte 70
.byte 14
.byte -48
.byte -87
.byte -28
.byte -63
.byte -17
.byte 108
.byte 89
.byte 111
.byte 24
.byte 88
.byte 109
.byte -23
.byte -88
.byte -43
.byte 8
.byte 121
.byte 66
.byte -77
.byte -77
.byte 38
.byte 78
.byte 109
.byte 85
.byte -92
.byte 112
.byte -127
.byte 92
.byte 108
.byte -25
.byte 117
.byte -48
.byte 85
.byte -96
.byte -62
.byte 80
.byte 66
.byte 51
.byte -126
.byte 2
.byte 58
.byte -77
.byte 94
.byte 37
.byte 3
.byte -71
.byte -97
.byte -18
.byte 91
.byte -9
.byte -89
.byte 31
.byte -78
.byte -78
.byte 82
.byte 18
.byte 32
.byte -73
.byte 91
.byte -114
.byte 69
.byte -107
.byte 35
.byte 121
.byte -85
.byte 45
.byte -35
.byte -29
.byte -82
.byte -118
.byte 102
.byte -1
.byte 16
.byte 88
.byte 7
.byte 113
.byte 5
.byte -56
.byte -105
.byte 125
.byte -100
.byte -125
.byte 125
.byte -25
.byte -64
.byte -11
.byte 59
.byte -86
.byte 90
.byte 125
.byte 101
.byte -24
.byte -109
.byte 86
.byte 75
.byte 8
.byte -18
.byte -57
.byte -33
.byte -75
.byte -100
.byte -18
.byte 100
.byte -97
.byte 21
.byte -39
.byte 5
.byte 48
.byte 95
.byte -102
.byte 91
.byte 44
.byte 43
.byte -71
.byte -60
.byte -10
.byte 38
.byte 47
.byte -118
.byte 116
.byte 48
.byte 87
.byte 31
.byte 5
.byte 109
.byte -114
.byte 15
.byte 22
.byte 26
.byte 12
.byte 89
.byte 8
.byte 97
.byte 86
.byte 88
.byte 5
.byte -24
.byte 110
.byte -116
.byte 123
.byte 48
.byte 104
.byte -79
.byte 17
.byte -128
.byte 17
.byte -116
.byte 16
.byte -103
.byte 37
.byte 120
.byte 38
.byte 102
.byte -40
.byte 24
.byte 69
.byte -12
.byte -72
.byte -106
.byte 121
.byte -112
.byte -116
.byte 40
.byte -91
.byte -19
.byte -102
.byte 41
.byte -74
.byte -115
.byte -102
.byte -73
.byte 19
.byte 22
.byte 58
.byte 27
.byte 95
.byte -25
.byte 23
.byte -26
.byte -74
.byte -19
.byte 76
.byte 2
.byte 92
.byte 64
.byte 18
.byte 105
.byte -90
.byte 38
.byte -95
.byte 69
.byte 46
.byte 87
.byte 38
.byte 11
.byte 1
.byte -66
.byte -40
.byte -77
.byte -41
.byte -85
.byte -32
.byte -19
.byte -46
.byte 16
.byte -44
.byte -122
.byte -26
.byte 40
.byte 6
.byte -61
.byte 90
.byte -101
.byte 12
.byte -107
.byte -70
.byte 9
.byte 4
.byte -9
.byte -8
.byte -64
.byte -101
.byte 32
.byte 110
.byte -34
.byte -88
.byte 117
.byte -40
.byte -115
.byte -128
.byte -114
.byte -7
.byte 39
.byte -36
.byte 72
.byte 89
.byte 71
.byte -88
.byte -72
.byte -85
.byte -73
.byte -77
.byte 62
.byte -15
.byte 24
.byte -93
.byte -113
.byte -68
.byte -125
.byte 76
.byte 126
.byte -52
.byte -12
.byte 121
.byte -11
.byte -28
.byte 80
.byte -99
.byte -31
.byte -9
.byte -62
.byte 42
.byte -39
.byte 97
.byte -108
.byte -56
.byte -29
.byte -35
.byte -8
.byte 97
.byte -7
.byte -115
.byte 69
.byte 97
.byte -64
.byte 59
.byte -114
.byte 4
.byte 120
.byte 23
.byte 71
.byte -104
.byte 2
.byte 8
.byte -26
.byte 115
.byte -15
.byte 102
.byte -127
.byte 101
.byte -7
.byte 94
.byte -60
.byte -60
.byte -126
.byte -67
.byte 90
.byte 34
.byte -123
.byte 66
.byte 115
.byte 126
.byte 4
.byte -9
.byte -49
.byte 99
.byte 100
.byte -62
.byte 5
.byte 34
.byte -66
.byte 55
.byte -46
.byte 58
.byte -43
.byte 43
.byte 16
.byte -2
.byte -127
.byte 73
.byte -64
.byte -59
.byte -61
.byte -86
.byte -128
.byte 107
.byte -82
.byte 63
.byte 117
.byte -20
.byte -95
.byte 120
.byte 62
.byte -69
.byte 8
.byte -76
.byte 59
.byte 103
.byte 20
.byte 99
.byte 121
.byte 61
.byte 48
.byte 4
.byte -98
.byte -55
.byte 107
.byte -64
.byte -53
.byte -84
.byte -36
.byte 25
.byte 68
.byte -27
.byte -74
.byte 17
.byte 84
.byte -121
.byte -26
.byte 55
.byte 106
.byte 75
.byte 7
.byte 0
.byte 34
.byte -125
.byte -92
.byte -25
.byte -69
.byte 41
.byte 77
.byte -41
.byte 109
.byte -9
.byte 66
.byte -61
.byte 23
.byte -5
.byte -111
.byte -107
.byte -65
.byte -91
.byte 39
.byte 43
.byte 96
.byte -45
.byte 95
.byte -99
.byte -57
.byte 80
.byte -87
.byte 92
.byte 19
.byte -41
.byte -96
.byte 117
.byte 7
.byte 96
.byte -77
.byte -33
.byte -55
.byte -65
.byte 111
.byte -88
.byte 87
.byte -23
.byte 90
.byte 50
.byte -17
.byte 8
.byte -95
.byte 114
.byte 75
.byte 49
.byte 60
.byte 40
.byte 13
.byte -13
.byte 96
.byte 32
.byte -121
.byte -17
.byte -82
.byte -25
.byte -53
.byte -101
.byte -62
.byte -94
.byte -83
.byte 123
.byte 3
.byte 112
.byte -101
.byte 68
.byte -22
.byte -70
.byte -8
.byte 86
.byte 64
.byte -126
.byte 120
.byte -44
.byte 79
.byte 31
.byte -62
.byte 97
.byte 107
.byte -36
.byte -114
.byte 21
.byte -77
.byte -85
.byte 9
.byte 36
.byte 36
.byte -63
.byte 122
.byte 96
.byte -23
.byte -77
.byte -1
.byte 21
.byte -60
.byte -117
.byte 50
.byte 28
.byte -94
.byte -118
.byte 3
.byte -123
.byte 28
.byte -23
.byte 120
.byte -14
.byte -102
.byte -5
.byte 7
.byte -69
.byte -52
.byte 55
.byte 27
.byte -12
.byte 84
.byte 54
.byte 6
.byte -122
.byte -115
.byte -124
.byte -21
.byte 99
.byte -3
.byte 23
.byte 76
.byte -11
.byte 25
.byte 95
.byte -109
.byte 100
.byte 42
.byte 33
.byte 96
.byte -76
.byte 31
.byte 10
.byte 125
.byte 75
.byte -45
.byte 18
.byte -63
.byte 43
.byte 42
.byte 17
.byte 20
.byte 59
.byte -101
.byte 3
.byte 18
.byte -25
.byte 117
.byte -35
.byte 76
.byte -33
.byte -82
.byte -37
.byte 95
.byte 118
.byte -122
.byte -19
.byte -52
.byte -113
.byte 52
.byte 25
.byte -117
.byte 48
.byte -12
.byte 40
.byte -45
.byte 80
.byte 4
.byte -84
.byte 61
.byte 93
.byte -9
.byte -69
.byte 113
.byte 18
.byte -56
.byte -107
.byte -1
.byte -119
.byte -85
.byte 109
.byte -52
.byte 100
.byte -7
.byte 70
.byte -86
.byte 87
.byte -68
.byte -100
.byte -80
.byte -36
.byte -91
.byte 16
.byte -1
.byte -3
.byte -32
.byte -26
.byte -24
.byte -48
.byte -14
.byte 120
.byte 118
.byte 96
.byte 110
.byte -75
.byte -109
.byte 109
.byte 25
.byte -94
.byte -118
.byte 101
.byte 94
.byte 90
.byte -31
.byte -61
.byte 1
.byte 3
.byte 64
.byte 10
.byte -7
.byte -107
.byte -46
.byte 15
.byte -10
.byte -18
.byte 53
.byte -47
.byte -66
.byte 102
.byte 123
.byte 60
.byte -86
.byte 124
.byte -121
.byte -38
.byte 125
.byte 80
.byte 114
.byte 77
.byte 35
.byte 111
.byte -75
.byte -100
.byte -52
.byte 48
.byte 58
.byte 50
.byte -51
.byte 11
.byte -96
.byte -64
.byte -104
.byte -112
.byte 19
.byte 42
.byte 116
.byte 14
.byte -128
.byte 40
.byte 22
.byte -117
.byte -38
.byte 13
.byte -56
.byte 0
.byte -103
.byte 18
.byte -110
.byte 105
.byte 106
.byte -107
.byte 117
.byte 15
.byte -75
.byte 115
.byte 5
.byte -101
.byte 63
.byte -121
.byte 63
.byte -120
.byte -8
.byte -117
.byte 26
.byte 106
.byte 117
.byte 11
.byte -41
.byte 48
.byte -17
.byte -13
.byte -42
.byte 56
.byte 99
.byte -91
.byte -8
.byte -106
.byte 123
.byte 13
.byte 54
.byte -92
.byte 65
.byte -13
.byte -83
.byte 52
.byte 91
.byte -47
.byte -3
.byte 70
.byte 8
.byte 14
.byte 113
.byte -67
.byte 126
.byte -97
.byte -29
.byte 50
.byte -85
.byte -52
.byte -108
.byte 23
.byte -15
.byte 104
.byte -111
.byte 28
.byte -123
.byte 51
.byte 70
.byte 127
.byte -68
.byte 25
.byte -35
.byte 75
.byte -17
.byte -97
.byte 32
.byte -60
.byte -59
.byte -47
.byte 14
.byte 110
.byte -61
.byte -51
.byte -26
.byte 60
.byte 14
.byte -107
.byte 14
.byte -10
.byte 110
.byte -103
.byte -110
.byte -61
.byte 103
.byte 111
.byte -21
.byte -65
.byte -100
.byte -4
.byte -81
.byte -9
.byte -33
.byte 22
.byte 24
.byte 28
.byte 36
.byte 119
.byte 125
.byte -94
.byte -126
.byte 108
.byte 126
.byte 69
.byte -59
.byte 67
.byte 0
.byte 30
.byte -124
.byte 79
.byte 11
.byte 84
.byte 74
.byte -36
.byte -33
.byte -94
.byte -49
.byte -120
.byte 20
.byte -75
.byte -95
.byte 1
.byte -21
.byte 97
.byte 2
.byte -35
.byte -102
.byte -119
.byte -1
.byte -59
.byte 16
.byte -13
.byte -104
.byte -124
.byte -4
.byte -99
.byte 30
.byte -4
.byte 37
.byte 107
.byte 111
.byte -27
.byte -43
.byte 123
.byte -58
.byte 43
.byte -34
.byte -18
.byte -40
.byte 60
.byte -31
.byte -9
.byte 11
.byte 74
.byte 87
.byte -16
.byte -124
.byte 28
.byte 99
.byte 49
.byte -110
.byte 122
.byte 112
.byte 40
.byte 30
.byte 19
.byte 105
.byte 86
.byte 59
.byte -40
.byte -62
.byte -118
.byte -43
.byte 68
.byte 52
.byte 114
.byte 122
.byte 55
.byte 18
.byte -24
.byte -80
.byte -125
.byte 127
.byte -83
.byte -19
.byte -36
.byte -29
.byte -86
.byte -109
.byte -112
.byte 82
.byte 48
.byte 54
.byte 97
.byte 57
.byte -30
.byte -92
.byte -36
.byte 126
.byte 118
.byte 10
.byte 91
.byte 74
.byte 41
.byte -82
.byte -65
.byte 65
.byte -51
.byte -68
.byte 66
.byte 3
.byte 87
.byte -26
.byte -91
.byte -89
.byte 56
.byte 115
.byte -80
.byte -101
.byte 22
.byte 88
.byte -63
.byte 37
.byte -39
.byte 67
.byte 73
.byte 39
.byte 56
.byte -119
.byte -1
.byte 49
.byte 91
.byte -22
.byte -123
.byte 103
.byte 19
.byte -74
.byte -116
.byte -72
.byte -103
.byte 91
.byte 101
.byte 79
.byte -1
.byte 34
.byte -119
.byte 38
.byte 82
.byte -13
.byte -108
.byte 20
.byte -14
.byte -72
.byte -64
.byte 18
.byte 51
.byte 78
.byte -89
.byte 98
.byte -93
.byte -104
.byte -50
.byte 103
.byte 12
.byte 114
.byte 13
.byte -99
.byte 110
.byte -58
.byte 54
.byte -76
.byte 67
.byte -98
.byte -34
.byte -28
.byte 119
.byte -54
.byte -45
.byte 61
.byte -105
.byte 108
.byte -59
.byte -78
.byte -48
.byte 13
.byte 94
.byte -90
.byte -108
.byte -21
.byte -74
.byte -102
.byte 27
.byte 109
.byte -25
.byte -113
.byte -59
.byte 105
.byte 12
.byte -104
.byte 2
.byte -38
.byte -126
.byte -57
.byte -16
.byte 101
.byte 29
.byte -97
.byte 72
.byte -77
.byte -70
.byte 120
.byte -75
.byte -126
.byte 112
.byte -49
.byte -52
.byte -37
.byte -124
.byte 80
.byte -105
.byte 72
.byte 93
.byte -61
.byte 24
.byte 23
.byte -28
.byte 67
.byte 60
.byte -1
.byte 124
.byte 9
.byte 113
.byte 30
.byte -57
.byte 7
.byte 0
.byte -50
.byte -125
.byte 32
.byte -40
.byte -103
.byte -115
.byte 79
.byte 2
.byte -82
.byte 121
.byte 120
.byte 87
.byte -127
.byte 45
.byte -119
.byte 66
.byte -126
.byte 25
.byte -95
.byte 118
.byte 64
.byte 26
.byte -69
.byte -58
.byte -44
.byte 68
.byte 34
.byte 13
.byte 13
.byte 62
.byte 8
.byte 13
.byte 37
.byte -86
.byte -83
.byte -115
.byte 73
.byte 36
.byte -111
.byte -102
.byte -108
.byte -109
.byte 80
.byte -72
.byte -18
.byte -16
.byte 8
.byte -92
.byte 55
.byte -116
.byte 106
.byte 50
.byte -17
.byte 102
.byte -78
.byte -105
.byte -73
.byte 22
.byte -109
.byte 123
.byte -84
.byte 63
.byte 63
.byte -61
.byte -84
.byte 68
.byte -128
.byte -55
.byte 3
.byte -9
.byte -38
.byte -89
.byte 110
.byte 21
.byte 70
.byte -40
.byte -43
.byte 94
.byte -13
.byte 108
.byte -36
.byte 29
.byte 71
.byte -20
.byte 99
.byte -41
.byte 66
.byte 122
.byte 117
.byte -64
.byte -79
.byte -112
.byte -93
.byte 59
.byte 93
.byte -51
.byte 115
.byte -108
.byte -62
.byte -119
.byte -46
.byte 40
.byte 31
.byte 98
.byte -13
.byte 12
.byte -30
.byte -37
.byte -107
.byte -59
.byte -56
.byte 100
.byte 90
.byte -35
.byte 87
.byte 40
.byte -93
.byte 107
.byte -35
.byte -113
.byte -11
.byte 70
.byte -64
.byte 27
.byte 90
.byte 43
.byte 44
.byte -40
.byte -20
.byte -58
.byte -45
.byte 46
.byte -77
.byte 104
.byte 33
.byte -51
.byte 46
.byte 72
.byte 23
.byte 111
.byte 58
.byte 78
.byte 33
.byte 22
.byte -119
.byte 81
.byte -72
.byte 92
.byte -111
.byte -14
.byte 5
.byte 17
.byte 108
.byte 93
.byte -17
.byte 4
.byte 42
.byte -62
.byte -23
.byte -114
.byte -110
.byte 106
.byte -13
.byte -71
.byte 127
.byte 99
.byte -93
.byte -87
.byte -116
.byte -84
.byte 91
.byte -22
.byte -113
.byte -126
.byte -8
.byte 31
.byte -112
.byte 116
.byte 105
.byte -77
.byte -49
.byte -122
.byte -3
.byte -119
.byte -47
.byte -106
.byte 100
.byte 14
.byte -65
.byte 83
.byte 1
.byte 100
.byte -122
.byte -77
.byte 4
.byte 23
.byte 11
.byte -124
.byte -49
.byte -35
.byte 78
.byte 39
.byte -68
.byte -37
.byte -44
.byte -98
.byte 86
.byte 66
.byte 74
.byte -65
.byte -59
.byte 2
.byte 45
.byte -118
.byte 106
.byte -82
.byte -2
.byte -1
.byte 24
.byte 82
.byte -57
.byte 6
.byte -67
.byte -8
.byte -50
.byte -1
.byte -105
.byte 68
.byte -95
.byte 31
.byte -11
.byte -72
.byte -93
.byte -52
.byte 95
.byte -79
.byte 83
.byte 80
.byte -121
.byte -6
.byte -38
.byte 61
.byte -35
.byte -107
.byte 64
.byte -91
.byte 30
.byte -54
.byte 91
.byte -75
.byte -20
.byte -83
.byte -127
.byte -98
.byte -127
.byte 110
.byte -71
.byte 4
.byte 4
.byte 115
.byte 23
.byte -70
.byte -51
.byte -126
.byte -119
.byte 7
.byte -8
.byte -36
.byte 5
.byte -85
.byte 111
.byte -77
.byte 125
.byte -113
.byte -31
.byte 60
.byte -91
.byte -110
.byte 120
.byte -66
.byte -35
.byte -115
.byte -40
.byte -82
.byte -21
.byte -58
.byte 5
.byte -35
.byte -62
.byte 7
.byte -10
.byte -87
.byte -111
.byte -53
.byte -67
.byte 44
.byte 94
.byte 64
.byte 116
.byte 14
.byte 91
.byte -70
.byte 85
.byte 28
.byte -86
.byte 124
.byte 18
.byte -118
.byte 125
.byte -98
.byte -122
.byte -34
.byte -102
.byte 29
.byte -31
.byte 64
.byte -34
.byte 62
.byte -126
.byte 2
.byte -50
.byte 107
.byte -18
.byte -67
.byte 55
.byte 64
.byte 83
.byte -45
.byte 51
.byte 54
.byte -75
.byte 34
.byte 56
.byte -42
.byte -80
.byte -118
.byte -105
.byte 2
.byte 55
.byte 98
.byte -26
.byte 38
.byte 109
.byte 44
.byte 60
.byte 90
.byte -84
.byte 98
.byte -78
.byte 93
.byte 16
.byte -24
.byte 4
.byte 124
.byte 66
.byte 72
.byte -99
.byte -86
.byte 66
.byte -3
.byte -49
.byte -22
.byte -63
.byte -115
.byte -109
.byte 62
.byte -12
.byte -34
.byte -56
.byte 113
.byte -106
.byte -18
.byte -17
.byte -65
.byte -39
.byte 87
.byte 81
.byte -29
.byte 32
.byte 126
.byte 51
.byte 73
.byte -19
.byte -126
.byte -39
.byte 64
.byte 99
.byte -10
.byte 99
.byte 54
.byte 36
.byte 122
.byte 3
.byte -113
.byte -94
.byte 38
.byte 50
.byte -20
.byte 124
.byte 4
.byte -38
.byte 34
.byte -90
.byte 51
.byte -113
.byte -114
.byte -64
.byte -17
.byte -31
.byte 57
.byte -128
.byte -96
.byte -83
.byte -46
.byte -99
.byte -50
.byte 34
.byte 56
.byte -22
.byte 33
.byte -79
.byte 26
.byte -23
.byte 87
.byte 99
.byte 3
.byte -110
.byte 82
.byte 66
.byte -25
.byte -126
.byte 123
.byte 44
.byte 120
.byte 86
.byte 54
.byte -46
.byte -112
.byte -70
.byte -45
.byte -11
.byte -87
.byte -73
.byte 51
.byte 19
.byte 28
.byte -7
.byte -68
.byte 93
.byte 90
.byte 92
.byte -55
.byte -70
.byte 117
.byte 14
.byte 10
.byte 95
.byte -102
.byte -126
.byte -64
.byte -96
.byte -2
.byte -15
.byte -50
.byte -47
.byte -88
.byte -116
.byte -115
.byte -85
.byte -106
.byte -62
.byte 114
.byte -2
.byte -125
.byte 1
.byte 126
.byte 84
.byte 84
.byte -75
.byte -106
.byte 112
.byte -66
.byte -44
.byte -16
.byte -90
.byte 87
.byte -121
.byte -105
.byte 25
.byte -59
.byte 32
.byte -126
.byte -104
.byte -92
.byte -54
.byte -118
.byte 91
.byte -83
.byte 100
.byte -44
.byte 14
.byte 103
.byte 50
.byte 111
.byte 66
.byte 98
.byte -75
.byte 49
.byte 113
.byte -123
.byte -117
.byte -14
.byte -126
.byte 13
.byte 91
.byte -47
.byte 116
.byte -100
.byte 24
.byte 17
.byte 49
.byte -118
.byte -91
.byte 34
.byte 27
.byte 90
.byte -57
.byte 76
.byte -6
.byte -88
.byte -81
.byte 18
.byte -100
.byte 72
.byte 113
.byte -42
.byte 11
.byte 113
.byte -51
.byte -116
.byte 112
.byte 26
.byte -10
.byte -26
.byte 108
.byte -1
.byte -111
.byte 54
.byte -11
.byte 57
.byte 52
.byte 59
.byte 56
.byte -57
.byte -60
.byte 83
.byte -43
.byte 51
.byte -92
.byte -39
.byte 120
.byte -34
.byte 110
.byte -14
.byte -49
.byte -32
.byte -25
.byte 7
.byte 19
.byte -48
.byte -63
.byte 81
.byte -124
.byte 91
.byte -101
.byte -86
.byte 80
.byte -63
.byte 126
.byte -88
.byte -6
.byte -111
.byte -85
.byte -103
.byte 97
.byte -86
.byte -86
.byte -125
.byte 78
.byte -33
.byte -48
.byte -64
.byte 11
.byte -15
.byte -98
.byte -39
.byte 59
.byte -25
.byte -43
.byte 71
.byte -127
.byte -18
.byte -20
.byte -114
.byte -14
.byte -23
.byte 50
.byte 73
.byte -10
.byte 19
.byte 73
.byte 115
.byte 92
.byte -111
.byte 93
.byte -61
.byte -63
.byte 121
.byte -69
.byte 56
.byte -119
.byte -78
.byte 51
.byte 101
.byte -6
.byte 107
.byte 51
.byte -116
.byte 48
.byte 79
.byte 47
.byte -45
.byte -34
.byte 10
.byte -109
.byte 120
.byte -32
.byte 17
.byte -115
.byte -4
.byte 96
.byte -73
.byte 83
.byte -94
.byte 83
.byte -77
.byte -36
.byte 56
.byte -27
.byte -5
.byte -55
.byte -50
.byte 13
.byte 117
.byte -78
.byte 114
.byte -52
.byte 121
.byte -4
.byte -22
.byte 123
.byte 62
.byte -85
.byte -93
.byte -127
.byte 50
.byte 72
.byte -54
.byte 116
.byte 127
.byte 45
.byte 74
.byte 69
.byte 20
.byte 105
.byte -94
.byte -62
.byte 79
.byte -79
.byte -91
.byte 108
.byte -109
.byte -128
.byte 47
.byte 45
.byte -11
.byte -53
.byte -47
.byte -112
.byte -121
.byte -23
.byte 88
.byte 120
.byte -113
.byte 67
.byte -123
.byte -9
.byte -10
.byte -63
.byte 17
.byte 83
.byte 5
.byte -90
.byte -35
.byte 94
.byte -29
.byte -109
.byte 33
.byte -35
.byte -104
.byte -8
.byte 85
.byte 71
.byte 99
.byte 71
.byte -55
.byte -39
.byte 51
.byte 55
.byte 38
.byte 62
.byte -102
.byte -28
.byte -117
.byte -82
.byte -9
.byte 102
.byte 89
.byte -45
.byte 17
.byte 31
.byte 5
.byte -107
.byte -2
.byte 57
.byte -33
.byte 105
.byte -88
.byte 10
.byte 95
.byte -109
.byte 44
.byte -67
.byte -71
.byte 106
.byte -114
.byte -76
.byte -69
.byte 114
.byte 101
.byte -65
.byte -127
.byte -3
.byte 60
.byte 28
.byte -32
.byte -65
.byte -26
.byte -64
.byte 37
.byte 71
.byte -23
.byte -33
.byte -70
.byte 93
.byte 126
.byte 13
.byte -34
.byte -1
.byte -46
.byte -5
.byte 98
.byte -67
.byte -8
.byte -92
.byte 28
.byte -104
.byte -73
.byte -51
.byte -74
.byte -105
.byte 4
.byte -40
.byte 37
.byte 126
.byte 0
.byte -56
.byte -52
.byte 99
.byte -40
.byte 0
.byte 62
.byte -118
.byte 99
.byte -47
.byte -24
.byte 66
.byte -22
.byte 25
.byte 100
.byte -74
.byte 35
.byte -26
.byte -33
.byte 121
.byte -11
.byte 112
.byte -61
.byte -38
.byte 111
.byte 96
.byte 82
.byte 126
.byte 109
.byte -92
.byte 109
.byte -71
.byte 27
.byte -49
.byte -68
.byte -23
.byte 61
.byte -22
.byte -92
.byte 114
.byte -36
.byte -84
.byte -109
.byte -108
.byte -127
.byte 7
.byte -36
.byte -37
.byte -29
.byte 80
.byte 109
.byte 112
.byte 98
.byte 43
.byte 48
.byte 22
.byte 118
.byte 73
.byte 26
.byte 100
.byte 46
.byte -12
.byte -1
.byte 93
.byte 97
.byte 51
.byte -39
.byte -114
.byte 75
.byte -21
.byte 78
.byte -24
.byte 109
.byte -79
.byte -126
.byte -1
.byte 93
.byte -81
.byte -12
.byte -82
.byte -112
.byte -33
.byte 88
.byte -77
.byte -43
.byte -103
.byte -109
.byte -84
.byte -45
.byte -104
.byte 1
.byte 92
.byte -119
.byte -91
.byte 10
.byte -72
.byte -11
.byte 46
.byte -105
.byte 19
.byte -47
.byte 113
.byte -15
.byte -35
.byte -83
.byte -91
.byte 86
.byte -74
.byte 0
.byte -118
.byte 40
.byte -56
.byte 61
.byte -86
.byte -111
.byte -101
.byte -11
.byte -56
.byte 104
.byte -80
.byte 99
.byte 19
.byte 74
.byte -114
.byte 86
.byte 57
.byte -7
.byte 120
.byte -82
.byte 28
.byte 11
.byte 119
.byte 56
.byte 52
.byte 126
.byte 13
.byte 124
.byte -89
.byte 126
.byte -111
.byte 73
.byte 116
.byte 35
.byte 54
.byte 90
.byte 58
.byte -86
.byte 22
.byte -6
.byte -127
.byte 59
.byte 118
.byte 88
.byte -87
.byte -67
.byte 23
.byte 119
.byte -16
.byte 41
.byte -118
.byte -29
.byte 51
.byte -2
.byte 106
.byte 41
.byte -117
.byte -27
.byte 52
.byte 1
.byte -73
.byte -81
.byte -94
.byte 90
.byte -1
.byte -126
.byte 37
.byte -81
.byte 21
.byte 78
.byte -110
.byte -86
.byte 91
.byte -43
.byte 127
.byte -22
.byte 97
.byte 28
.byte -81
.byte -2
.byte -111
.byte -32
.byte -81
.byte -109
.byte 47
.byte 68
.byte -16
.byte 122
.byte -112
.byte -61
.byte -97
.byte 4
.byte 0
.byte -117
.byte 5
.byte 0
.byte 109
.byte 81
.byte 89
.byte -118
.byte 26
.byte -104
.byte -31
.byte 80
.byte 33
.byte 95
.byte -30
.byte 54
.byte 99
.byte -30
.byte 57
.byte -97
.byte 23
.byte 57
.byte -98
.byte 32
.byte -78
.byte -7
.byte -20
.byte -1
.byte -106
.byte -79
.byte -80
.byte -85
.byte 107
.byte -15
.byte -102
.byte 115
.byte 47
.byte -81
.byte -65
.byte 121
.byte -86
.byte 69
.byte 72
.byte 34
.byte 120
.byte 112
.byte -67
.byte -85
.byte -119
.byte -68
.byte 101
.byte -128
.byte -35
.byte -24
.byte -76
.byte 36
.byte -27
.byte -56
.byte -122
.byte -8
.byte -74
.byte 82
.byte -97
.byte -67
.byte -103
.byte 47
.byte 96
.byte 45
.byte -42
.byte -101
.byte -97
.byte 73
.byte 89
.byte 85
.byte -50
.byte 123
.byte 85
.byte 35
.byte -34
.byte -99
.byte -83
.byte -68
.byte -115
.byte 126
.byte 75
.byte 80
.byte 24
.byte -16
.byte -11
.byte 119
.byte 19
.byte -40
.byte -93
.byte 9
.byte 22
.byte 82
.byte 44
.byte 64
.byte 9
.byte -121
.byte -128
.byte -64
.byte 54
.byte 28
.byte -14
.byte 118
.byte 39
.byte 69
.byte -8
.byte -15
.byte -14
.byte 55
.byte 67
.byte -55
.byte -87
.byte 32
.byte -117
.byte 83
.byte -24
.byte 73
.byte -8
.byte 64
.byte -40
.byte -14
.byte -60
.byte 46
.byte -70
.byte -34
.byte 100
.byte -96
.byte 124
.byte -105
.byte -103
.byte -92
.byte 25
.byte -118
.byte -62
.byte -123
.byte 108
.byte -31
.byte 118
.byte 112
.byte 3
.byte 6
.byte 4
.byte 71
.byte 75
.byte -80
.byte -116
.byte -59
.byte -27
.byte -81
.byte -59
.byte 6
.byte 37
.byte -9
.byte -17
.byte 87
.byte 59
.byte 46
.byte -42
.byte -61
.byte -86
.byte 102
.byte -84
.byte 5
.byte -59
.byte 64
.byte -61
.byte -62
.byte 112
.byte -108
.byte 48
.byte -124
.byte -109
.byte -56
.byte -65
.byte 90
.byte 77
.byte -61
.byte -52
.byte 99
.byte 39
.byte 88
.byte -25
.byte 59
.byte 98
.byte -103
.byte 13
.byte 106
.byte 9
.byte -119
.byte 102
.byte -56
.byte 96
.byte 82
.byte -51
.byte 119
.byte -124
.byte 67
.byte 112
.byte -110
.byte -8
.byte 19
.byte 99
.byte 111
.byte -52
.byte 124
.byte -59
.byte -41
.byte 9
.byte 48
.byte 21
.byte 75
.byte -51
.byte -94
.byte 79
.byte 69
.byte 120
.byte 95
.byte 36
.byte -117
.byte 102
.byte 37
.byte 1
.byte -32
.byte 69
.byte 67
.byte -13
.byte 10
.byte -66
.byte -123
.byte 87
.byte 56
.byte -82
.byte -52
.byte -19
.byte 113
.byte 50
.byte 77
.byte -20
.byte 96
.byte 119
.byte -4
.byte -51
.byte 77
.byte 30
.byte 83
.byte -81
.byte -25
.byte 51
.byte -43
.byte -99
.byte 85
.byte 105
.byte -98
.byte 77
.byte -90
.byte -115
.byte -30
.byte -123
.byte 110
.byte -38
.byte -71
.byte 84
.byte -64
.byte -67
.byte -41
.byte 98
.byte -60
.byte 114
.byte -47
.byte -17
.byte -112
.byte -68
.byte -94
.byte -128
.byte 112
.byte -81
.byte -106
.byte 43
.byte 13
.byte 89
.byte 125
.byte -74
.byte 5
.byte 102
.byte 79
.byte 36
.byte 60
.byte -118
.byte -97
.byte 35
.byte -106
.byte 37
.byte -37
.byte 9
.byte 54
.byte 74
.byte 101
.byte 54
.byte 70
.byte -125
.byte 78
.byte 109
.byte -98
.byte -2
.byte -17
.byte -56
.byte -30
.byte 21
.byte 73
.byte -121
.byte -7
.byte 48
.byte 24
.byte -34
.byte -36
.byte 60
.byte -49
.byte -122
.byte -8
.byte 75
.byte -111
.byte 26
.byte 35
.byte 5
.byte 53
.byte -119
.byte 8
.byte 41
.byte 22
.byte 121
.byte -3
.byte -95
.byte 58
.byte -105
.byte -38
.byte -25
.byte 87
.byte 8
.byte 91
.byte -105
.byte 119
.byte -65
.byte -127
.byte -62
.byte -81
.byte 3
.byte 60
.byte -62
.byte 95
.byte -20
.byte 18
.byte 84
.byte 78
.byte 108
.byte -122
.byte 90
.byte 4
.byte -54
.byte -3
.byte -89
.byte 4
.byte -73
.byte -36
.byte 61
.byte -90
.byte 57
.byte -67
.byte 10
.byte -39
.byte 114
.byte -128
.byte -49
.byte -29
.byte 108
.byte 0
.byte -39
.byte -126
.byte 61
.byte 16
.byte 112
.byte 127
.byte 85
.byte 123
.byte 115
.byte 12
.byte -77
.byte -71
.byte -21
.byte 20
.byte -56
.byte 127
.byte -109
.byte -62
.byte -53
.byte 111
.byte 72
.byte 79
.byte -119
.byte -20
.byte -113
.byte 120
.byte -64
.byte 113
.byte 59
.byte 70
.byte 53
.byte -25
.byte -98
.byte -37
.byte 14
.byte -62
.byte 59
.byte 25
.byte -93
.byte 57
.byte 6
.byte 84
.byte -91
.byte 60
.byte 127
.byte -95
.byte 114
.byte 45
.byte 85
.byte -35
.byte -7
.byte -84
.byte -78
.byte 13
.byte 118
.byte 10
.byte -60
.byte 60
.byte 73
.byte -117
.byte -19
.byte -80
.byte -66
.byte -62
.byte -91
.byte 75
.byte 28
.byte 42
.byte 67
.byte -49
.byte -86
.byte 23
.byte 52
.byte -64
.byte 111
.byte 95
.byte -96
.byte 18
.byte 22
.byte -62
.byte -42
.byte 74
.byte 94
.byte -47
.byte 13
.byte 45
.byte 104
.byte 29
.byte 25
.byte -77
.byte -24
.byte -25
.byte -33
.byte 80
.byte -26
.byte 113
.byte -90
.byte 89
.byte -11
.byte -65
.byte -65
.byte -10
.byte -13
.byte 70
.byte -49
.byte -54
.byte -84
.byte -76
.byte -119
.byte 80
.byte -48
.byte -13
.byte -105
.byte 26
.byte -128
.byte 110
.byte -9
.byte -118
.byte -92
.byte -90
.byte 126
.byte -72
.byte -54
.byte 10
.byte 87
.byte 85
.byte 46
.byte -51
.byte 93
.byte 92
.byte -15
.byte -62
.byte 26
.byte 100
.byte 40
.byte -12
.byte 20
.byte 20
.byte 7
.byte -79
.byte 59
.byte 29
.byte -42
.byte 94
.byte -93
.byte 8
.byte 59
.byte 107
.byte -56
.byte -70
.byte 112
.byte -125
.byte 108
.byte 95
.byte 119
.byte 4
.byte 83
.byte 72
.byte -115
.byte 121
.byte 1
.byte 117
.byte -74
.byte -38
.byte 9
.byte -20
.byte 1
.byte -4
.byte 90
.byte 114
.byte -111
.byte -37
.byte 104
.byte -121
.byte 68
.byte -89
.byte -96
.byte -8
.byte -17
.byte -63
.byte -109
.byte 51
.byte 27
.byte 95
.byte -115
.byte -109
.byte 95
.byte 67
.byte -36
.byte 28
.byte 110
.byte 35
.byte 58
.byte 5
.byte 52
.byte -91
.byte -36
.byte 101
.byte 32
.byte 46
.byte 54
.byte -84
.byte 122
.byte 61
.byte 39
.byte 126
.byte 15
.byte 107
.byte 34
.byte -58
.byte 67
.byte 59
.byte 125
.byte -67
.byte 77
.byte 85
.byte -53
.byte -125
.byte -83
.byte 53
.byte -50
.byte 74
.byte 2
.byte 109
.byte -93
.byte -70
.byte 0
.byte 62
.byte -86
.byte 39
.byte -63
.byte 46
.byte -34
.byte -31
.byte -7
.byte -24
.byte 20
.byte -72
.byte -61
.byte 45
.byte 94
.byte 43
.byte 102
.byte -119
.byte -20
.byte 124
.byte 87
.byte -75
.byte 120
.byte -112
.byte 115
.byte 91
.byte 69
.byte -49
.byte 13
.byte -59
.byte 48
.byte 53
.byte 52
.byte 127
.byte 20
.byte 80
.byte -22
.byte -71
.byte -59
.byte 102
.byte 3
.byte 41
.byte 72
.byte -101
.byte -102
.byte 78
.byte -112
.byte 125
.byte 65
.byte 36
.byte 113
.byte -91
.byte 59
.byte 86
.byte -120
.byte -56
.byte 92
.byte -91
.byte 12
.byte -95
.byte 25
.byte 46
.byte -67
.byte -44
.byte 11
.byte -70
.byte -68
.byte 121
.byte -108
.byte -26
.byte 43
.byte 109
.byte 115
.byte 79
.byte -80
.byte -110
.byte -7
.byte 120
.byte -25
.byte 96
.byte 127
.byte -95
.byte -128
.byte 86
.byte 124
.byte 97
.byte -8
.byte -50
.byte -111
.byte 83
.byte 23
.byte 11
.byte 109
.byte 66
.byte 64
.byte 91
.byte 34
.byte 51
.byte 7
.byte 7
.byte 76
.byte -80
.byte 62
.byte 110
.byte 39
.byte 120
.byte 90
.byte 88
.byte -102
.byte -66
.byte -50
.byte -36
.byte 7
.byte 80
.byte 104
.byte 53
.byte 108
.byte -90
.byte 25
.byte -4
.byte -70
.byte 33
.byte -115
.byte -37
.byte 107
.byte 23
.byte -15
.byte 122
.byte -121
.byte -13
.byte -41
.byte 47
.byte 81
.byte -35
.byte -113
.byte 5
.byte -37
.byte 34
.byte 46
.byte 109
.byte 48
.byte -66
.byte -78
.byte -25
.byte 19
.byte 28
.byte -60
.byte -54
.byte -76
.byte 24
.byte 75
.byte 28
.byte 103
.byte -20
.byte -26
.byte -116
.byte 13
.byte 44
.byte 33
.byte -118
.byte -56
.byte -27
.byte 83
.byte 55
.byte -112
.byte 21
.byte 92
.byte 82
.byte 25
.byte 83
.byte -33
.byte -113
.byte 23
.byte -26
.byte -10
.byte 35
.byte 32
.byte 70
.byte 57
.byte -8
.byte -45
.byte 111
.byte 55
.byte -73
.byte -75
.byte -45
.byte 22
.byte -36
.byte -80
.byte 82
.byte 112
.byte -26
.byte 61
.byte 29
.byte 101
.byte -44
.byte -16
.byte 21
.byte -96
.byte -32
.byte -85
.byte -102
.byte 36
.byte -47
.byte 37
.byte -113
.byte 84
.byte -38
.byte 9
.byte -94
.byte -121
.byte -120
.byte 99
.byte 10
.byte -78
.byte 48
.byte -49
.byte -35
.byte 26
.byte 94
.byte -69
.byte 98
.byte 24
.byte 50
.byte -74
.byte -95
.byte 10
.byte 56
.byte 59
.byte 18
.byte 91
.byte -104
.byte 81
.byte 116
.byte -46
.byte 3
.byte -67
.byte 99
.byte -91
.byte -53
.byte -71
.byte 39
.byte -89
.byte 106
.byte 8
.byte 22
.byte -75
.byte -53
.byte -124
.byte -62
.byte -42
.byte -108
.byte 22
.byte 126
.byte 38
.byte -110
.byte 117
.byte -79
.byte -86
.byte -55
.byte -102
.byte -113
.byte -120
.byte -88
.byte -32
.byte 68
.byte -124
.byte -94
.byte -65
.byte 11
.byte -45
.byte 123
.byte 105
.byte 20
.byte 29
.byte 13
.byte -114
.byte -99
.byte 83
.byte -64
.byte -34
.byte -60
.byte -26
.byte 3
.byte -109
.byte -34
.byte 10
.byte 94
.byte -120
.byte 100
.byte -63
.byte -90
.byte -36
.byte -83
.byte -65
.byte -19
.byte -109
.byte 121
.byte 104
.byte -62
.byte 110
.byte 96
.byte 63
.byte 123
.byte -109
.byte 77
.byte 47
.byte 30
.byte -70
.byte 118
.byte 65
.byte -32
.byte 70
.byte -7
.byte 43
.byte -89
.byte -59
.byte 9
.byte 31
.byte -53
.byte 78
.byte -91
.byte -99
.byte 81
.byte 55
.byte -36
.byte 110
.byte -22
.byte -100
.byte -14
.byte 40
.byte -33
.byte 77
.byte -107
.byte 12
.byte 112
.byte -45
.byte 93
.byte -90
.byte -116
.byte 44
.byte 74
.byte -19
.byte -121
.byte 37
.byte -11
.byte -51
.byte 74
.byte -92
.byte 77
.byte -101
.byte -75
.byte 19
.byte -94
.byte 103
.byte -10
.byte -35
.byte -41
.byte 40
.byte -3
.byte 85
.byte -1
.byte 0
.byte 60
.byte 42
.byte 109
.byte -61
.byte 22
.byte -126
.byte -93
.byte -26
.byte 87
.byte 107
.byte 15
.byte -55
.byte 75
.byte 7
.byte -75
.byte -108
.byte 111
.byte -75
.byte -41
.byte 4
.byte -27
.byte 126
.byte 99
.byte -16
.byte 97
.byte -113
.byte -118
.byte -10
.byte -122
.byte -47
.byte -56
.byte -65
.byte -29
.byte 14
.byte -8
.byte -36
.byte -44
.byte -105
.byte 81
.byte -120
.byte 82
.byte -101
.byte 87
.byte 21
.byte 59
.byte -126
.byte -1
.byte 77
.byte 97
.byte -93
.byte -56
.byte 41
.byte 33
.byte -20
.byte 24
.byte 45
.byte -38
.byte 60
.byte -91
.byte -45
.byte 32
.byte 103
.byte 33
.byte -51
.byte 108
.byte 104
.byte -86
.byte -69
.byte 68
.byte 116
.byte -9
.byte 22
.byte 116
.byte -6
.byte -122
.byte 26
.byte -110
.byte -2
.byte 15
.byte 71
.byte 2
.byte 37
.byte -31
.byte -13
.byte 15
.byte 95
.byte 38
.byte 28
.byte -59
.byte -21
.byte 112
.byte -89
.byte 50
.byte -69
.byte -1
.byte 105
.byte 51
.byte -119
.byte -50
.byte 67
.byte 8
.byte 72
.byte 88
.byte -52
.byte 127
.byte 43
.byte 51
.byte 10
.byte 102
.byte 35
.byte -48
.byte 62
.byte 86
.byte 9
.byte -94
.byte -8
.byte -115
.byte 72
.byte -57
.byte -77
.byte 121
.byte -115
.byte -47
.byte 81
.byte -4
.byte -45
.byte -95
.byte 71
.byte 81
.byte -34
.byte 62
.byte 116
.byte 0
.byte -111
.byte -93
.byte -103
.byte -92
.byte -2
.byte -7
.byte 126
.byte -53
.byte 0
.byte -119
.byte -25
.byte -64
.byte -104
.byte 110
.byte 52
.byte -37
.byte -7
.byte -24
.byte 83
.byte -81
.byte -127
.byte -3
.byte -24
.byte -89
.byte -9
.byte -37
.byte 0
.byte -4
.byte -16
.byte 104
.byte 83
.byte -46
.byte 24
.byte -59
.byte 37
.byte 73
.byte -97
.byte -117
.byte -22
.byte -93
.byte -11
.byte 99
.byte 48
.byte 15
.byte -6
.byte -84
.byte -98
.byte -100
.byte 81
.byte -115
.byte 62
.byte 56
.byte -86
.byte -117
.byte -53
.byte 31
.byte -38
.byte 110
.byte -21
.byte 104
.byte 68
.byte 70
.byte -11
.byte -50
.byte -56
.byte 24
.byte 125
.byte -19
.byte 17
.byte 5
.byte -58
.byte 59
.byte -30
.byte 97
.byte 5
.byte -18
.byte -45
.byte -32
.byte -34
.byte -19
.byte -50
.byte 102
.byte -90
.byte 53
.byte -74
.byte 91
.byte 25
.byte 1
.byte 79
.byte 19
.byte 124
.byte -39
.byte 98
.byte -50
.byte 45
.byte 113
.byte 7
.byte -79
.byte -124
.byte 116
.byte -84
.byte 92
.byte -111
.byte 79
.byte -28
.byte 71
.byte -94
.byte 46
.byte -76
.byte -6
.byte -31
.byte -34
.byte -14
.byte 51
.byte 41
.byte 103
.byte -95
.byte -116
.byte 104
.byte 107
.byte -47
.byte -19
.byte -121
.byte 103
.byte 61
.byte 26
.byte -49
.byte 86
.byte -91
.byte -107
.byte 4
.byte 9
.byte 20
.byte 51
.byte -48
.byte -103
.byte 4
.byte -35
.byte -43
.byte 43
.byte 122
.byte 5
.byte -117
.byte 105
.byte -113
.byte -16
.byte -44
.byte 77
.byte 84
.byte -56
.byte 74
.byte -40
.byte 108
.byte 93
.byte -16
.byte -19
.byte -29
.byte 51
.byte -61
.byte -126
.byte -1
.byte -50
.byte 101
.byte -118
.byte -87
.byte 8
.byte -15
.byte 30
.byte -71
.byte -7
.byte -1
.byte -19
.byte 111
.byte -91
.byte -34
.byte 79
.byte -88
.byte -11
.byte 86
.byte -65
.byte 42
.byte -32
.byte -85
.byte 11
.byte 34
.byte -112
.byte -99
.byte 49
.byte 48
.byte 6
.byte -105
.byte 101
.byte -51
.byte 114
.byte -2
.byte 124
.byte 118
.byte 15
.byte 29
.byte -5
.byte -124
.byte 111
.byte -13
.byte -82
.byte 107
.byte 78
.byte 33
.byte -46
.byte -35
.byte -72
.byte 96
.byte 53
.byte 117
.byte -12
.byte 33
.byte -97
.byte -116
.byte -114
.byte -79
.byte 73
.byte 26
.byte -59
.byte 28
.byte 23
.byte 106
.byte 26
.byte -27
.byte 31
.byte -16
.byte 20
.byte -84
.byte 56
.byte 102
.byte -91
.byte -68
.byte -48
.byte -125
.byte 75
.byte -64
.byte 127
.byte 47
.byte 67
.byte -65
.byte -82
.byte 85
.byte 96
.byte 36
.byte 11
.byte 5
.byte 107
.byte 21
.byte -87
.byte -89
.byte 60
.byte -76
.byte 59
.byte -121
.byte -109
.byte -83
.byte 5
.byte 2
.byte 116
.byte 3
.byte 106
.byte 48
.byte -103
.byte 28
.byte 7
.byte -17
.byte -102
.byte -97
.byte -44
.byte 122
.byte -84
.byte -103
.byte -22
.byte 117
.byte 76
.byte -44
.byte -51
.byte -22
.byte -54
.byte -30
.byte 55
.byte -82
.byte -80
.byte 106
.byte -90
.byte -31
.byte 119
.byte -54
.byte 123
.byte 100
.byte 63
.byte -72
.byte -34
.byte -71
.byte -89
.byte 45
.byte 90
.byte 77
.byte -9
.byte -81
.byte -85
.byte 52
.byte -57
.byte 114
.byte -83
.byte -28
.byte 12
.byte 118
.byte 4
.byte 84
.byte -56
.byte 71
.byte -2
.byte -111
.byte 24
.byte -125
.byte -128
.byte -11
.byte -60
.byte -12
.byte 30
.byte 105
.byte -10
.byte 78
.byte -22
.byte -11
.byte 121
.byte -27
.byte -107
.byte -35
.byte 7
.byte -83
.byte 46
.byte 50
.byte -68
.byte -10
.byte -100
.byte 65
.byte 3
.byte -44
.byte 22
.byte 77
.byte 48
.byte -69
.byte 51
.byte 65
.byte 39
.byte 58
.byte -115
.byte -88
.byte -91
.byte 105
.byte -9
.byte -53
.byte -19
.byte -116
.byte -57
.byte 70
.byte -42
.byte 92
.byte 33
.byte 73
.byte 123
.byte 24
.byte 104
.byte 113
.byte 61
.byte 102
.byte -111
.byte -51
.byte -71
.byte -31
.byte 18
.byte -108
.byte -49
.byte -5
.byte -32
.byte 2
.byte 34
.byte -24
.byte -111
.byte -92
.byte 32
.byte -50
.byte -20
.byte -24
.byte 30
.byte -23
.byte -4
.byte 30
.byte -79
.byte 117
.byte 30
.byte -98
.byte -62
.byte -63
.byte -18
.byte 55
.byte 114
.byte 82
.byte 115
.byte -88
.byte 11
.byte 116
.byte 110
.byte -29
.byte 52
.byte 18
.byte -70
.byte 12
.byte 84
.byte 43
.byte -104
.byte 126
.byte 3
.byte -16
.byte 53
.byte -48
.byte -124
.byte -6
.byte 41
.byte -109
.byte 35
.byte 22
.byte 72
.byte 31
.byte 117
.byte 88
.byte 80
.byte -41
.byte 117
.byte -115
.byte -117
.byte 108
.byte -104
.byte -34
.byte 91
.byte 55
.byte 16
.byte 58
.byte 86
.byte -115
.byte 67
.byte 4
.byte -58
.byte -103
.byte -30
.byte 48
.byte 84
.byte 44
.byte 122
.byte -65
.byte 41
.byte -19
.byte -107
.byte 1
.byte -5
.byte -101
.byte -83
.byte 27
.byte 19
.byte 101
.byte 112
.byte 39
.byte 46
.byte 61
.byte 49
.byte 14
.byte -99
.byte -48
.byte 66
.byte -105
.byte -11
.byte -74
.byte 39
.byte 86
.byte -124
.byte -24
.byte -64
.byte 126
.byte -55
.byte 5
.byte -67
.byte 119
.byte -37
.byte -70
.byte -121
.byte 21
.byte -18
.byte 54
.byte -2
.byte 24
.byte 38
.byte -90
.byte -113
.byte 32
.byte -118
.byte -70
.byte -92
.byte -44
.byte 80
.byte -74
.byte 6
.byte 105
.byte -10
.byte 2
.byte -34
.byte -126
.byte 88
.byte 95
.byte 16
.byte 48
.byte -44
.byte 38
.byte -55
.byte -97
.byte 64
.byte 40
.byte 21
.byte 111
.byte -50
.byte 59
.byte 27
.byte 1
.byte 115
.byte 70
.byte 4
.byte -87
.byte -102
.byte 15
.byte -28
.byte 8
.byte -94
.byte 65
.byte 8
.byte -82
.byte 36
.byte 36
.byte -70
.byte 5
.byte 18
.byte 5
.byte -11
.byte 77
.byte 104
.byte 1
.byte 104
.byte 21
.byte 23
.byte 8
.byte 69
.byte 105
.byte 5
.byte 78
.byte -33
.byte -74
.byte -90
.byte 109
.byte 73
.byte 38
.byte 17
.byte 38
.byte 120
.byte -38
.byte -73
.byte 52
.byte -107
.byte 118
.byte -77
.byte -56
.byte 66
.byte 127
.byte 109
.byte -41
.byte -107
.byte -85
.byte 103
.byte 121
.byte 36
.byte -38
.byte -47
.byte -43
.byte -108
.byte 45
.byte -120
.byte -106
.byte -126
.byte 126
.byte 117
.byte -64
.byte 12
.byte 3
.byte 84
.byte -50
.byte -56
.byte 79
.byte -86
.byte 108
.byte 3
.byte -89
.byte -89
.byte 117
.byte 12
.byte -39
.byte 57
.byte 10
.byte -14
.byte 6
.byte -61
.byte -44
.byte -77
.byte 118
.byte 51
.byte 97
.byte 71
.byte 11
.byte -14
.byte -110
.byte 75
.byte 19
.byte 110
.byte 111
.byte -125
.byte -109
.byte 114
.byte 123
.byte 30
.byte -69
.byte 63
.byte -90
.byte 48
.byte -100
.byte -109
.byte -21
.byte 120
.byte -65
.byte -49
.byte -99
.byte 1
.byte -91
.byte -32
.byte -113
.byte -33
.byte -71
.byte -44
.byte -72
.byte 95
.byte 38
.byte -70
.byte -56
.byte -119
.byte -48
.byte -105
.byte -111
.byte -92
.byte 119
.byte -18
.byte -118
.byte 11
.byte -100
.byte -122
.byte 105
.byte 78
.byte -1
.byte 87
.byte -119
.byte -48
.byte -63
.byte 63
.byte 90
.byte -51
.byte 20
.byte -45
.byte -107
.byte 124
.byte 124
.byte -119
.byte -112
.byte -19
.byte 103
.byte 73
.byte -28
.byte -78
.byte -118
.byte -118
.byte 94
.byte -10
.byte 69
.byte 109
.byte -123
.byte 0
.byte -68
.byte -64
.byte -85
.byte 24
.byte -102
.byte -64
.byte -125
.byte 22
.byte 22
.byte -104
.byte 55
.byte 44
.byte 79
.byte -12
.byte 105
.byte 41
.byte 41
.byte -91
.byte 13
.byte 106
.byte -43
.byte -14
.byte -40
.byte 8
.byte 25
.byte -124
.byte 26
.byte -34
.byte 44
.byte -69
.byte 117
.byte 18
.byte -99
.byte 42
.byte -100
.byte -81
.byte 21
.byte -101
.byte 54
.byte 126
.byte 93
.byte -62
.byte 41
.byte 10
.byte -85
.byte -84
.byte 16
.byte -111
.byte 50
.byte -74
.byte -64
.byte -17
.byte -114
.byte -123
.byte 93
.byte 115
.byte 75
.byte -10
.byte 100
.byte 22
.byte 126
.byte 57
.byte -107
.byte 2
.byte -67
.byte -42
.byte 61
.byte -43
.byte -119
.byte -53
.byte 39
.byte 79
.byte -19
.byte -72
.byte -107
.byte -5
.byte -100
.byte 110
.byte 15
.byte -109
.byte -51
.byte 52
.byte -82
.byte 62
.byte 23
.byte -13
.byte 98
.byte 53
.byte -112
.byte 8
.byte 43
.byte 91
.byte -124
.byte 110
.byte 112
.byte 87
.byte -64
.byte 36
.byte 112
.byte -43
.byte -10
.byte 27
.byte 89
.byte -33
.byte -20
.byte 78
.byte 60
.byte -23
.byte 87
.byte -121
.byte -108
.byte 0
.byte 19
.byte 83
.byte 94
.byte -42
.byte -31
.byte 107
.byte 68
.byte -31
.byte -30
.byte -107
.byte 64
.byte -58
.byte 17
.byte 30
.byte -85
.byte 82
.byte 60
.byte -76
.byte -58
.byte 36
.byte 85
.byte -44
.byte 95
.byte -106
.byte -15
.byte -41
.byte 30
.byte 51
.byte 21
.byte 99
.byte -5
.byte 122
.byte 5
.byte -10
.byte -22
.byte -90
.byte 52
.byte 12
.byte -26
.byte -113
.byte -118
.byte -76
.byte -85
.byte -41
.byte -88
.byte -91
.byte -2
.byte 41
.byte 4
.byte -87
.byte -90
.byte 112
.byte -12
.byte 46
.byte 96
.byte -80
.byte -10
.byte -19
.byte -37
.byte 90
.byte 106
.byte 24
.byte -32
.byte -65
.byte -113
.byte -96
.byte 75
.byte -102
.byte 30
.byte 70
.byte -113
.byte 4
.byte -53
.byte 32
.byte 31
.byte 14
.byte 126
.byte -96
.byte -121
.byte -111
.byte 38
.byte 30
.byte -94
.byte 70
.byte -24
.byte 99
.byte -54
.byte -125
.byte -13
.byte 15
.byte -71
.byte -29
.byte 6
.byte 7
.byte 28
.byte -44
.byte -17
.byte 69
.byte -76
.byte 3
.byte -28
.byte -52
.byte 0
.byte 10
.byte -87
.byte -58
.byte -44
.byte -67
.byte 100
.byte 103
.byte -98
.byte -64
.byte -54
.byte 24
.byte -22
.byte -48
.byte 36
.byte 126
.byte -116
.byte -15
.byte 6
.byte -69
.byte -58
.byte 126
.byte -11
.byte -86
.byte 127
.byte 116
.byte -108
.byte -38
.byte 78
.byte 94
.byte 89
.byte -76
.byte -123
.byte -53
.byte -72
.byte -84
.byte -97
.byte -116
.byte 122
.byte 99
.byte 64
.byte -109
.byte 72
.byte 52
.byte -70
.byte 83
.byte 40
.byte 83
.byte 125
.byte 50
.byte 52
.byte 19
.byte -99
.byte -49
.byte 111
.byte -103
.byte 101
.byte 67
.byte 73
.byte 80
.byte -88
.byte -90
.byte 41
.byte 28
.byte 2
.byte 127
.byte 61
.byte -2
.byte -28
.byte 64
.byte -9
.byte 97
.byte 86
.byte -18
.byte 75
.byte 47
.byte 111
.byte -21
.byte 79
.byte 105
.byte 68
.byte 73
.byte -31
.byte -125
.byte 61
.byte -94
.byte -49
.byte -46
.byte -36
.byte 103
.byte 78
.byte 87
.byte -84
.byte -76
.byte -25
.byte 18
.byte -53
.byte -1
.byte 66
.byte -56
.byte -101
.byte 43
.byte -73
.byte 62
.byte 82
.byte 53
.byte -15
.byte 110
.byte 82
.byte 119
.byte -68
.byte 40
.byte 1
.byte -17
.byte 20
.byte 67
.byte 36
.byte 119
.byte -64
.byte 29
.byte -4
.byte 25
.byte -49
.byte -26
.byte 58
.byte -119
.byte -62
.byte 39
.byte 52
.byte 67
.byte -126
.byte 20
.byte 101
.byte -47
.byte -20
.byte -60
.byte 19
.byte 61
.byte -61
.byte -11
.byte 6
.byte 89
.byte -46
.byte -7
.byte -98
.byte 92
.byte 48
.byte 68
.byte -50
.byte -69
.byte -79
.byte -95
.byte 38
.byte 58
.byte 93
.byte 92
.byte 4
.byte 51
.byte 77
.byte -113
.byte -49
.byte -55
.byte 42
.byte 83
.byte 31
.byte 51
.byte 75
.byte -14
.byte -91
.byte -97
.byte 85
.byte -113
.byte 70
.byte 37
.byte -20
.byte -120
.byte -73
.byte 35
.byte 119
.byte -107
.byte 49
.byte -111
.byte -8
.byte 106
.byte 11
.byte -98
.byte -30
.byte -54
.byte -87
.byte 3
.byte -110
.byte -53
.byte 60
.byte 120
.byte 90
.byte 63
.byte -19
.byte -19
.byte -54
.byte -100
.byte 54
.byte -39
.byte -57
.byte -26
.byte 123
.byte -58
.byte 9
.byte -128
.byte 95
.byte 20
.byte 77
.byte -7
.byte 83
.byte -32
.byte 9
.byte -57
.byte -20
.byte 107
.byte 41
.byte 94
.byte 3
.byte -72
.byte 61
.byte -47
.byte 79
.byte 41
.byte -40
.byte -124
.byte -105
.byte 35
.byte 59
.byte -65
.byte -114
.byte 37
.byte -122
.byte 75
.byte -47
.byte 113
.byte 42
.byte 41
.byte 111
.byte 74
.byte -69
.byte -49
.byte 86
.byte 14
.byte -103
.byte 102
.byte 81
.byte 26
.byte -112
.byte -24
.byte 121
.byte -85
.byte 11
.byte 12
.byte -116
.byte -27
.byte 83
.byte 36
.byte -52
.byte -55
.byte -4
.byte -106
.byte -107
.byte 33
.byte -122
.byte -70
.byte 45
.byte -82
.byte -104
.byte 106
.byte -82
.byte -55
.byte -125
.byte 25
.byte 53
.byte 64
.byte -40
.byte 124
.byte 101
.byte 8
.byte 74
.byte -84
.byte 119
.byte -105
.byte 75
.byte -112
.byte 90
.byte -98
.byte -50
.byte 95
.byte -19
.byte -103
.byte 68
.byte 121
.byte 98
.byte -76
.byte -49
.byte 63
.byte -120
.byte 38
.byte -6
.byte 71
.byte -80
.byte 78
.byte 11
.byte 7
.byte -1
.byte 85
.byte 55
.byte -33
.byte 51
.byte -15
.byte 69
.byte 10
.byte 99
.byte 107
.byte 105
.byte -31
.byte -105
.byte 55
.byte 46
.byte 34
.byte -72
.byte 126
.byte 89
.byte -61
.byte -106
.byte 7
.byte 39
.byte 113
.byte -53
.byte -103
.byte -101
.byte -46
.byte 11
.byte 62
.byte 37
.byte 17
.byte 20
.byte 20
.byte -99
.byte -126
.byte -2
.byte 29
.byte -122
.byte 111
.byte 6
.byte 26
.byte 93
.byte 81
.byte 74
.byte 117
.byte 75
.byte 0
.byte -67
.byte -80
.byte -61
.byte -31
.byte 112
.byte 19
.byte 126
.byte 83
.byte 119
.byte -54
.byte 81
.byte -29
.byte 74
.byte -13
.byte -4
.byte -111
.byte -26
.byte -105
.byte -86
.byte -78
.byte 24
.byte -99
.byte -49
.byte -6
.byte -24
.byte -82
.byte -121
.byte -43
.byte 73
.byte -86
.byte 16
.byte 75
.byte -60
.byte -48
.byte -112
.byte -108
.byte -76
.byte 106
.byte 0
.byte -113
.byte -41
.byte 106
.byte 57
.byte -112
.byte -30
.byte -125
.byte 46
.byte 98
.byte 41
.byte -87
.byte 6
.byte -71
.byte 46
.byte 93
.byte 23
.byte 106
.byte 99
.byte 80
.byte 103
.byte 6
.byte 119
.byte -74
.byte -62
.byte 97
.byte -52
.byte -121
.byte -48
.byte -42
.byte 109
.byte -17
.byte -67
.byte 3
.byte -101
.byte -90
.byte -62
.byte 76
.byte -38
.byte 93
.byte 116
.byte 21
.byte 105
.byte 15
.byte 112
.byte 63
.byte 79
.byte -90
.byte 112
.byte 27
.byte 31
.byte -43
.byte -30
.byte 86
.byte 65
.byte 68
.byte -41
.byte -36
.byte 78
.byte 96
.byte -48
.byte -4
.byte 97
.byte 24
.byte 56
.byte -67
.byte 96
.byte 73
.byte 54
.byte -98
.byte 121
.byte 64
.byte 114
.byte 94
.byte -122
.byte -55
.byte -40
.byte 5
.byte 102
.byte 41
.byte 112
.byte 110
.byte -18
.byte -107
.byte -7
.byte 68
.byte 105
.byte 75
.byte -19
.byte 33
.byte -116
.byte -47
.byte 48
.byte 75
.byte 11
.byte 87
.byte -114
.byte -42
.byte -27
.byte 13
.byte 48
.byte 79
.byte -38
.byte -118
.byte -51
.byte -55
.byte -99
.byte -17
.byte -90
.byte 32
.byte -29
.byte 15
.byte -1
.byte 4
.byte -101
.byte 73
.byte 115
.byte -83
.byte -5
.byte 35
.byte 114
.byte 11
.byte 27
.byte -80
.byte -112
.byte -76
.byte 114
.byte -100
.byte -78
.byte 9
.byte 30
.byte -118
.byte 63
.byte -127
.byte 58
.byte 110
.byte -43
.byte -37
.byte 104
.byte 4
.byte 73
.byte 106
.byte -58
.byte -126
.byte 17
.byte -40
.byte -100
.byte 107
.byte -107
.byte -106
.byte -112
.byte -67
.byte 17
.byte -69
.byte -39
.byte 87
.byte -121
.byte 123
.byte 6
.byte 92
.byte -84
.byte 33
.byte -54
.byte -117
.byte -79
.byte -102
.byte -2
.byte -3
.byte -121
.byte 107
.byte -64
.byte -3
.byte 19
.byte 71
.byte 75
.byte -118
.byte -102
.byte 70
.byte -122
.byte -71
.byte -116
.byte 4
.byte -78
.byte -106
.byte 16
.byte -94
.byte 81
.byte -27
.byte 2
.byte -116
.byte -16
.byte -83
.byte -108
.byte -113
.byte -83
.byte 99
.byte 49
.byte -19
.byte -41
.byte -118
.byte -33
.byte -76
.byte 106
.byte -114
.byte -124
.byte 31
.byte -40
.byte -106
.byte -60
.byte -72
.byte 90
.byte 117
.byte -14
.byte 19
.byte -85
.byte -74
.byte 27
.byte -33
.byte 80
.byte -76
.byte -110
.byte 110
.byte 11
.byte -69
.byte 75
.byte 29
.byte 95
.byte -60
.byte -68
.byte -39
.byte 22
.byte -11
.byte -91
.byte -49
.byte -28
.byte 19
.byte 81
.byte -72
.byte 37
.byte -15
.byte 26
.byte -16
.byte -43
.byte 107
.byte -37
.byte 59
.byte 71
.byte -24
.byte 53
.byte 127
.byte -83
.byte 35
.byte -14
.byte 115
.byte 82
.byte -5
.byte 12
.byte -73
.byte 16
.byte 107
.byte -14
.byte -39
.byte 17
.byte 105
.byte -126
.byte 23
.byte -28
.byte -56
.byte -119
.byte 107
.byte 89
.byte -113
.byte 108
.byte -113
.byte -113
.byte -28
.byte -124
.byte -47
.byte 62
.byte -108
.byte 4
.byte 126
.byte -43
.byte 118
.byte -66
.byte 65
.byte 50
.byte 118
.byte 38
.byte -4
.byte 106
.byte -53
.byte 63
.byte 43
.byte -57
.byte 110
.byte -126
.byte 54
.byte 95
.byte -14
.byte 101
.byte -22
.byte 76
.byte -4
.byte -86
.byte -96
.byte 112
.byte 41
.byte -34
.byte -92
.byte 74
.byte -113
.byte 122
.byte -81
.byte -52
.byte -48
.byte 31
.byte -55
.byte 40
.byte -11
.byte -66
.byte -22
.byte 20
.byte 115
.byte -94
.byte 33
.byte -18
.byte 53
.byte -51
.byte -14
.byte 3
.byte -106
.byte 67
.byte 96
.byte 65
.byte -33
.byte -120
.byte -9
.byte 71
.byte -29
.byte -69
.byte 93
.byte 0
.byte -49
.byte -78
.byte -108
.byte -60
.byte -51
.byte -124
.byte 55
.byte 12
.byte -95
.byte -3
.byte 11
.byte -1
.byte -3
.byte -30
.byte -84
.byte -24
.byte 101
.byte 72
.byte -100
.byte -104
.byte -44
.byte -113
.byte 112
.byte 90
.byte -19
.byte -128
.byte 86
.byte 111
.byte 52
.byte -104
.byte 125
.byte 94
.byte -43
.byte 106
.byte -109
.byte -99
.byte -26
.byte -8
.byte 48
.byte 82
.byte -60
.byte -51
.byte 47
.byte -7
.byte 67
.byte -61
.byte 54
.byte 74
.byte 36
.byte -115
.byte -115
.byte -88
.byte -48
.byte 64
.byte -101
.byte -108
.byte 104
.byte -85
.byte 99
.byte 32
.byte 74
.byte 115
.byte 41
.byte 110
.byte 11
.byte 70
.byte 121
.byte 29
.byte 39
.byte 23
.byte 86
.byte -128
.byte 47
.byte -54
.byte -27
.byte -104
.byte -123
.byte 87
.byte -19
.byte 6
.byte 9
.byte 21
.byte 62
.byte -57
.byte -96
.byte 50
.byte -42
.byte 81
.byte 29
.byte -117
.byte -88
.byte 114
.byte 90
.byte -60
.byte -60
.byte 127
.byte 103
.byte -97
.byte 115
.byte 23
.byte -67
.byte -109
.byte 109
.byte 107
.byte -33
.byte 28
.byte 46
.byte -110
.byte 94
.byte -122
.byte -128
.byte -35
.byte -20
.byte 96
.byte 76
.byte -118
.byte 107
.byte -91
.byte -51
.byte -4
.byte 123
.byte -62
.byte 107
.byte -120
.byte -53
.byte 87
.byte 126
.byte -61
.byte -42
.byte 24
.byte -80
.byte -25
.byte 0
.byte -23
.byte -100
.byte 29
.byte -61
.byte -50
.byte 115
.byte 61
.byte 102
.byte -51
.byte 11
.byte 91
.byte -84
.byte -69
.byte 84
.byte -87
.byte 90
.byte 89
.byte -61
.byte 10
.byte 24
.byte -4
.byte -69
.byte 6
.byte 5
.byte -125
.byte 3
.byte 32
.byte -27
.byte -96
.byte -64
.byte 81
.byte 99
.byte 55
.byte -113
.byte 42
.byte 22
.byte 98
.byte 28
.byte 45
.byte 21
.byte 36
.byte 126
.byte -76
.byte 82
.byte -44
.byte 108
.byte -27
.byte -3
.byte 55
.byte 5
.byte -103
.byte 25
.byte 34
.byte -11
.byte 117
.byte 12
.byte 93
.byte -32
.byte 41
.byte -103
.byte 102
.byte 77
.byte 37
.byte 98
.byte -41
.byte 1
.byte -51
.byte 49
.byte -24
.byte 1
.byte 73
.byte -43
.byte -20
.byte 115
.byte 123
.byte 25
.byte 84
.byte 57
.byte 91
.byte -37
.byte -1
.byte 77
.byte -34
.byte -71
.byte 16
.byte 104
.byte -73
.byte -58
.byte 18
.byte 90
.byte 123
.byte -5
.byte -8
.byte 37
.byte -33
.byte -82
.byte 126
.byte -91
.byte 85
.byte -114
.byte 116
.byte 84
.byte -92
.byte 72
.byte -13
.byte -44
.byte 16
.byte -17
.byte 54
.byte 81
.byte 41
.byte -47
.byte 32
.byte -31
.byte -101
.byte 72
.byte -107
.byte -41
.byte -54
.byte 116
.byte 24
.byte 82
.byte 66
.byte -22
.byte 28
.byte -59
.byte 111
.byte 64
.byte -18
.byte 43
.byte -79
.byte 2
.byte -46
.byte -111
.byte -112
.byte -89
.byte -7
.byte -78
.byte 12
.byte -60
.byte -110
.byte 29
.byte 79
.byte -14
.byte 68
.byte 105
.byte -74
.byte 56
.byte 76
.byte -115
.byte 123
.byte -25
.byte 81
.byte -17
.byte -113
.byte -117
.byte -100
.byte 76
.byte -94
.byte -71
.byte 48
.byte 24
.byte 4
.byte -72
.byte 90
.byte 86
.byte 8
.byte -88
.byte -11
.byte -109
.byte 87
.byte -24
.byte -45
.byte 73
.byte -44
.byte 124
.byte 84
.byte -77
.byte -80
.byte 27
.byte 103
.byte -56
.byte -64
.byte -15
.byte -58
.byte -53
.byte -109
.byte -96
.byte 20
.byte 31
.byte 34
.byte -125
.byte -116
.byte 37
.byte -36
.byte -82
.byte -89
.byte -38
.byte -77
.byte 118
.byte -27
.byte -41
.byte 125
.byte -94
.byte 115
.byte -62
.byte -30
.byte -92
.byte 16
.byte -113
.byte 25
.byte 75
.byte -84
.byte -78
.byte 12
.byte -56
.byte 75
.byte 16
.byte 24
.byte -32
.byte -109
.byte 109
.byte 28
.byte -23
.byte 47
.byte 39
.byte 109
.byte -74
.byte 122
.byte -114
.byte -84
.byte -44
.byte -7
.byte -95
.byte 29
.byte -9
.byte 42
.byte 66
.byte -6
.byte 50
.byte 103
.byte 118
.byte 8
.byte 86
.byte -1
.byte -119
.byte 42
.byte -87
.byte 34
.byte -79
.byte -94
.byte 118
.byte -12
.byte 25
.byte 14
.byte -112
.byte -48
.byte -62
.byte 4
.byte 71
.byte -26
.byte -91
.byte 103
.byte 6
.byte 77
.byte 103
.byte -83
.byte 121
.byte 108
.byte 121
.byte 110
.byte 36
.byte 126
.byte 31
.byte -41
.byte -81
.byte -112
.byte -92
.byte -100
.byte 33
.byte -41
.byte -57
.byte 42
.byte 3
.byte 127
.byte 110
.byte -80
.byte 101
.byte 118
.byte 124
.byte -107
.byte -38
.byte -115
.byte 12
.byte -128
.byte -81
.byte -125
.byte -7
.byte -83
.byte 78
.byte 123
.byte -46
.byte 48
.byte -93
.byte 122
.byte 56
.byte 41
.byte 0
.byte 101
.byte -50
.byte 107
.byte -113
.byte -35
.byte 79
.byte 67
.byte -11
.byte 63
.byte -73
.byte 108
.byte -37
.byte -15
.byte -51
.byte -87
.byte -116
.byte -111
.byte 14
.byte 89
.byte -49
.byte -86
.byte -118
.byte -75
.byte -17
.byte 90
.byte -57
.byte 103
.byte -3
.byte -45
.byte 77
.byte -15
.byte 75
.byte 111
.byte -125
.byte 80
.byte 90
.byte -41
.byte 7
.byte 122
.byte -78
.byte 96
.byte 116
.byte -39
.byte 76
.byte -86
.byte -116
.byte 63
.byte 23
.byte -13
.byte -117
.byte 113
.byte -2
.byte -85
.byte 74
.byte 23
.byte -91
.byte 23
.byte 37
.byte -79
.byte 106
.byte 96
.byte -110
.byte 50
.byte 77
.byte -51
.byte -117
.byte 56
.byte 36
.byte 117
.byte 0
.byte 36
.byte 24
.byte -47
.byte -35
.byte 122
.byte -78
.byte 15
.byte 110
.byte -65
.byte 56
.byte 36
.byte -8
.byte 18
.byte -85
.byte -43
.byte -51
.byte 90
.byte -29
.byte 120
.byte 112
.byte 84
.byte 68
.byte -83
.byte 89
.byte 8
.byte 91
.byte -49
.byte -105
.byte -40
.byte -112
.byte 42
.byte -34
.byte -118
.byte 120
.byte 103
.byte -82
.byte 84
.byte -90
.byte -105
.byte 74
.byte -30
.byte -101
.byte -63
.byte -64
.byte -51
.byte 55
.byte 35
.byte 108
.byte -126
.byte -35
.byte -93
.byte 15
.byte -17
.byte -73
.byte -24
.byte -94
.byte -80
.byte 102
.byte -86
.byte -1
.byte 7
.byte 10
.byte 92
.byte 50
.byte 120
.byte 124
.byte -68
.byte 36
.byte -42
.byte 106
.byte 100
.byte 75
.byte -113
.byte 40
.byte -9
.byte -31
.byte -26
.byte -99
.byte -42
.byte 40
.byte -46
.byte 97
.byte -107
.byte 98
.byte 75
.byte 127
.byte 122
.byte 61
.byte -6
.byte -83
.byte -39
.byte 10
.byte -74
.byte 15
.byte 49
.byte -39
.byte -88
.byte 4
.byte 28
.byte -90
.byte 81
.byte -38
.byte 31
.byte 33
.byte 99
.byte 84
.byte 127
.byte 11
.byte 50
.byte -106
.byte 86
.byte 66
.byte -41
.byte -126
.byte -14
.byte 78
.byte -51
.byte -125
.byte 44
.byte 18
.byte -96
.byte 106
.byte -25
.byte 117
.byte -61
.byte -106
.byte 68
.byte -113
.byte -18
.byte -12
.byte -16
.byte -82
.byte 104
.byte 98
.byte 59
.byte -30
.byte -96
.byte 80
.byte -61
.byte -97
.byte 94
.byte -93
.byte -91
.byte -75
.byte 106
.byte -57
.byte 50
.byte 30
.byte -89
.byte 72
.byte -126
.byte -36
.byte -40
.byte 118
.byte 121
.byte 46
.byte -51
.byte 83
.byte 127
.byte 65
.byte -87
.byte 109
.byte 6
.byte -102
.byte 64
.byte 66
.byte 85
.byte 46
.byte -111
.byte 108
.byte -6
.byte 54
.byte 53
.byte -122
.byte -19
.byte 55
.byte -5
.byte 68
.byte -104
.byte 36
.byte 97
.byte 21
.byte -38
.byte -56
.byte 78
.byte -16
.byte 21
.byte -91
.byte 107
.byte 116
.byte 68
.byte -98
.byte -98
.byte -124
.byte 91
.byte -122
.byte 46
.byte 11
.byte 72
.byte -111
.byte 49
.byte 95
.byte -13
.byte -121
.byte 83
.byte -46
.byte 114
.byte -8
.byte 60
.byte -13
.byte -113
.byte 75
.byte 115
.byte -73
.byte -1
.byte 35
.byte 83
.byte -78
.byte 22
.byte -107
.byte 28
.byte 39
.byte -14
.byte 4
.byte 55
.byte -30
.byte -43
.byte 61
.byte -13
.byte 123
.byte -58
.byte -110
.byte 86
.byte 45
.byte -38
.byte -89
.byte -74
.byte -38
.byte -110
.byte -1
.byte 55
.byte 89
.byte 28
.byte 20
.byte -64
.byte -28
.byte 45
.byte -119
.byte -47
.byte 13
.byte -21
.byte 86
.byte 64
.byte -14
.byte -39
.byte 64
.byte -93
.byte -21
.byte -26
.byte 43
.byte -124
.byte -90
.byte 13
.byte 60
.byte -71
.byte -58
.byte 108
.byte 20
.byte 126
.byte 4
.byte 15
.byte -111
.byte -101
.byte -50
.byte -6
.byte -43
.byte 28
.byte 113
.byte -92
.byte -106
.byte -121
.byte -81
.byte -24
.byte 80
.byte 123
.byte -62
.byte 101
.byte -9
.byte 106
.byte 53
.byte -3
.byte -49
.byte 71
.byte 64
.byte -53
.byte 109
.byte -117
.byte 7
.byte 30
.byte 4
.byte -118
.byte 85
.byte 9
.byte -21
.byte -69
.byte -16
.byte 73
.byte -124
.byte 120
.byte 27
.byte 43
.byte -46
.byte -109
.byte -5
.byte 110
.byte -109
.byte 95
.byte -63
.byte -63
.byte 64
.byte 17
.byte 64
.byte 65
.byte 32
.byte -100
.byte -35
.byte 97
.byte -18
.byte -49
.byte -33
.byte 34
.byte -6
.byte 116
.byte 17
.byte 11
.byte 21
.byte 34
.byte -38
.byte 64
.byte 126
.byte 19
.byte -18
.byte -100
.byte -120
.byte 70
.byte 116
.byte 30
.byte 11
.byte 45
.byte 5
.byte -121
.byte 19
.byte -119
.byte 100
.byte -119
.byte 106
.byte 86
.byte 24
.byte 70
.byte -113
.byte -100
.byte 9
.byte 46
.byte -59
.byte -112
.byte 50
.byte 81
.byte 52
.byte 124
.byte 13
.byte 124
.byte -53
.byte -70
.byte 100
.byte 86
.byte 48
.byte -84
.byte -63
.byte 41
.byte -94
.byte 54
.byte -111
.byte 19
.byte 69
.byte -51
.byte -101
.byte 53
.byte 115
.byte -58
.byte 73
.byte -78
.byte -81
.byte 84
.byte 24
.byte 19
.byte 37
.byte 86
.byte -16
.byte -79
.byte 7
.byte -85
.byte -107
.byte 18
.byte 97
.byte 23
.byte 65
.byte 68
.byte 88
.byte 34
.byte -51
.byte -24
.byte -102
.byte 97
.byte -16
.byte 48
.byte 68
.byte 8
.byte -127
.byte -58
.byte 23
.byte 79
.byte -66
.byte 30
.byte 57
.byte 31
.byte -120
.byte -84
.byte -48
.byte -21
.byte -44
.byte 51
.byte 75
.byte -85
.byte 69
.byte 126
.byte -3
.byte -107
.byte 80
.byte -106
.byte -20
.byte -49
.byte -47
.byte -52
.byte -104
.byte 90
.byte 59
.byte 81
.byte 80
.byte 67
.byte -23
.byte -51
.byte 21
.byte -108
.byte -44
.byte -99
.byte -128
.byte -123
.byte 18
.byte 46
.byte 21
.byte -102
.byte -65
.byte 68
.byte 31
.byte 80
.byte -37
.byte 66
.byte -72
.byte -49
.byte -16
.byte -108
.byte 53
.byte 13
.byte 44
.byte -90
.byte 99
.byte -73
.byte -30
.byte 31
.byte 120
.byte 6
.byte -122
.byte -67
.byte -77
.byte -71
.byte -88
.byte 48
.byte -101
.byte 101
.byte -30
.byte -45
.byte 115
.byte 125
.byte -59
.byte 78
.byte 81
.byte -37
.byte 29
.byte -108
.byte -15
.byte 52
.byte 121
.byte 114
.byte -16
.byte 37
.byte -45
.byte 50
.byte -12
.byte -11
.byte -88
.byte -47
.byte -30
.byte -126
.byte -51
.byte -46
.byte -21
.byte 13
.byte -63
.byte 61
.byte 103
.byte -45
.byte 42
.byte -62
.byte -118
.byte -69
.byte -80
.byte -59
.byte -46
.byte -119
.byte 95
.byte 63
.byte 12
.byte 116
.byte 11
.byte -117
.byte 87
.byte -25
.byte -107
.byte 10
.byte -5
.byte 127
.byte 110
.byte -37
.byte 57
.byte -39
.byte -105
.byte 66
.byte 115
.byte 11
.byte -62
.byte 7
.byte 16
.byte -66
.byte 117
.byte -118
.byte -107
.byte 94
.byte 55
.byte 118
.byte -24
.byte -44
.byte -56
.byte 7
.byte -85
.byte 116
.byte 6
.byte 112
.byte -73
.byte -105
.byte 122
.byte 5
.byte -12
.byte 29
.byte -55
.byte 78
.byte 28
.byte 95
.byte 98
.byte 6
.byte 24
.byte 94
.byte 91
.byte -114
.byte -60
.byte -53
.byte 55
.byte -13
.byte 54
.byte -74
.byte -15
.byte -24
.byte 16
.byte 53
.byte 6
.byte 1
.byte 91
.byte -51
.byte 62
.byte 80
.byte 94
.byte -64
.byte -27
.byte 19
.byte 94
.byte 99
.byte -70
.byte 29
.byte -122
.byte -75
.byte 66
.byte -95
.byte 67
.byte 122
.byte -40
.byte 37
.byte -10
.byte 37
.byte 36
.byte 19
.byte -13
.byte -17
.byte -90
.byte -122
.byte 33
.byte 36
.byte -48
.byte -71
.byte 51
.byte -21
.byte 119
.byte -42
.byte -114
.byte -66
.byte -121
.byte 25
.byte 90
.byte -58
.byte 10
.byte -99
.byte 20
.byte -87
.byte 87
.byte 109
.byte -64
.byte 2
.byte -52
.byte -10
.byte -56
.byte 117
.byte -103
.byte -57
.byte -41
.byte -87
.byte 101
.byte 19
.byte 24
.byte -101
.byte -64
.byte 20
.byte -98
.byte 98
.byte 12
.byte 12
.byte -41
.byte 106
.byte -9
.byte 56
.byte 126
.byte -103
.byte -82
.byte 55
.byte 88
.byte 10
.byte 18
.byte 5
.byte 92
.byte 54
.byte -19
.byte 81
.byte -86
.byte 2
.byte -7
.byte 74
.byte 110
.byte -87
.byte 51
.byte 92
.byte 120
.byte -37
.byte 3
.byte 5
.byte -1
.byte -65
.byte 74
.byte -13
.byte -122
.byte -44
.byte 48
.byte 21
.byte -71
.byte 100
.byte -83
.byte 37
.byte -4
.byte -103
.byte -94
.byte 31
.byte -55
.byte -44
.byte 32
.byte -25
.byte 18
.byte 42
.byte 104
.byte 47
.byte 37
.byte -58
.byte 90
.byte -3
.byte -91
.byte 78
.byte -29
.byte -119
.byte -17
.byte -86
.byte 35
.byte -1
.byte -37
.byte 33
.byte -128
.byte -53
.byte -1
.byte 75
.byte 100
.byte -55
.byte -5
.byte -103
.byte 118
.byte 117
.byte -31
.byte -72
.byte -42
.byte -21
.byte -5
.byte 77
.byte -82
.byte -81
.byte -99
.byte 36
.byte 59
.byte -51
.byte 113
.byte 97
.byte 94
.byte -82
.byte -36
.byte -86
.byte 34
.byte 86
.byte 33
.byte 69
.byte -26
.byte 105
.byte -16
.byte -58
.byte -95
.byte 35
.byte 77
.byte 14
.byte 113
.byte 9
.byte 17
.byte 36
.byte -21
.byte -90
.byte -15
.byte 105
.byte 59
.byte 121
.byte -98
.byte 21
.byte 127
.byte 110
.byte 121
.byte 105
.byte -76
.byte -90
.byte -99
.byte -128
.byte 69
.byte 84
.byte -12
.byte 74
.byte 0
.byte 0
.byte 99
.byte 15
.byte -6
.byte -22
.byte 102
.byte -87
.byte 95
.byte 16
.byte 126
.byte 51
.byte 61
.byte 92
.byte -27
.byte -1
.byte -57
.byte -87
.byte 126
.byte 93
.byte -103
.byte -4
.byte 77
.byte 59
.byte 75
.byte 49
.byte -16
.byte 99
.byte 13
.byte -114
.byte -48
.byte 10
.byte 64
.byte -67
.byte 86
.byte 42
.byte 107
.byte 111
.byte -20
.byte 115
.byte 125
.byte -94
.byte -20
.byte 120
.byte 23
.byte 10
.byte 14
.byte 71
.byte 38
.byte 23
.byte -15
.byte 108
.byte -106
.byte 45
.byte 87
.byte -8
.byte 65
.byte 101
.byte -84
.byte 91
.byte 89
.byte -1
.byte 76
.byte -41
.byte 71
.byte 14
.byte 38
.byte -115
.byte -29
.byte 13
.byte 77
.byte 15
.byte 47
.byte 106
.byte -2
.byte 114
.byte 55
.byte -32
.byte 24
.byte 3
.byte -102
.byte 102
.byte 112
.byte -5
.byte -107
.byte 80
.byte -112
.byte -121
.byte -75
.byte 50
.byte -39
.byte 89
.byte -32
.byte -80
.byte 86
.byte 113
.byte 74
.byte 100
.byte 12
.byte 69
.byte -128
.byte -23
.byte 35
.byte 32
.byte -26
.byte 34
.byte -31
.byte -105
.byte -17
.byte -38
.byte -120
.byte -22
.byte 100
.byte 100
.byte -37
.byte -96
.byte 86
.byte 92
.byte -114
.byte 59
.byte 105
.byte 75
.byte 64
.byte 51
.byte -127
.byte 11
.byte -110
.byte 86
.byte -70
.byte -71
.byte 75
.byte -59
.byte -73
.byte -120
.byte -57
.byte -98
.byte 29
.byte -20
.byte 66
.byte -105
.byte -117
.byte 4
.byte 100
.byte -105
.byte 95
.byte 122
.byte -50
.byte -95
.byte 115
.byte -38
.byte -86
.byte 32
.byte 35
.byte -35
.byte 33
.byte -57
.byte 70
.byte -22
.byte 19
.byte -82
.byte 19
.byte -97
.byte -119
.byte 62
.byte 121
.byte -36
.byte -16
.byte 93
.byte 97
.byte -62
.byte 0
.byte -74
.byte 53
.byte 3
.byte -99
.byte 104
.byte -40
.byte -124
.byte 109
.byte 86
.byte -124
.byte -87
.byte 97
.byte 121
.byte -97
.byte 65
.byte -42
.byte -125
.byte -121
.byte -47
.byte 45
.byte 11
.byte 23
.byte -57
.byte -90
.byte 40
.byte -29
.byte 78
.byte -60
.byte 100
.byte 106
.byte 67
.byte 127
.byte 79
.byte 66
.byte -43
.byte -77
.byte 45
.byte -64
.byte -60
.byte -93
.byte 92
.byte -92
.byte 85
.byte -26
.byte 44
.byte 62
.byte 111
.byte 100
.byte 7
.byte -56
.byte 120
.byte -26
.byte 53
.byte 33
.byte -108
.byte 0
.byte -79
.byte -125
.byte -31
.byte -100
.byte 37
.byte -39
.byte 102
.byte -83
.byte -84
.byte 61
.byte 94
.byte -97
.byte 80
.byte -94
.byte -34
.byte 13
.byte -8
.byte -20
.byte 72
.byte 6
.byte -41
.byte 119
.byte -24
.byte -39
.byte 92
.byte 48
.byte -17
.byte 17
.byte 55
.byte 6
.byte -111
.byte -31
.byte 101
.byte 14
.byte 74
.byte 117
.byte -48
.byte 73
.byte 13
.byte -17
.byte -12
.byte 30
.byte 99
.byte 81
.byte 46
.byte 73
.byte -71
.byte 70
.byte 104
.byte 118
.byte 86
.byte -73
.byte 102
.byte 15
.byte 87
.byte -126
.byte 64
.byte 51
.byte -34
.byte -108
.byte 58
.byte -102
.byte -85
.byte -123
.byte 18
.byte 52
.byte 34
.byte -16
.byte -97
.byte -94
.byte -59
.byte 73
.byte -110
.byte 34
.byte -84
.byte 99
.byte -87
.byte 121
.byte 123
.byte 14
.byte -29
.byte 80
.byte 7
.byte 14
.byte 23
.byte -114
.byte 75
.byte -7
.byte 19
.byte 16
.byte 23
.byte -19
.byte -75
.byte 10
.byte 2
.byte -123
.byte -88
.byte -107
.byte -78
.byte -78
.byte -63
.byte 79
.byte -26
.byte -106
.byte -32
.byte 39
.byte -103
.byte -11
.byte 94
.byte -95
.byte -42
.byte 99
.byte 14
.byte -86
.byte 21
.byte -13
.byte 57
.byte -35
.byte 122
.byte -124
.byte 94
.byte -6
.byte 20
.byte -63
.byte -66
.byte -118
.byte 45
.byte 14
.byte 122
.byte 17
.byte 33
.byte 85
.byte 90
.byte -80
.byte 88
.byte 98
.byte -80
.byte -127
.byte -43
.byte 111
.byte -65
.byte -65
.byte -7
.byte -105
.byte -112
.byte 22
.byte 100
.byte -37
.byte 86
.byte -20
.byte 11
.byte -99
.byte 10
.byte 99
.byte 49
.byte 70
.byte -86
.byte -31
.byte -90
.byte -127
.byte -111
.byte 58
.byte 38
.byte -19
.byte -17
.byte 49
.byte -71
.byte -78
.byte 117
.byte -107
.byte -127
.byte -4
.byte -124
.byte 71
.byte 44
.byte -77
.byte -43
.byte -47
.byte -58
.byte 83
.byte -93
.byte -100
.byte -33
.byte 27
.byte 47
.byte 9
.byte 31
.byte -14
.byte 90
.byte 111
.byte -96
.byte -75
.byte -77
.byte -35
.byte 89
.byte -89
.byte -61
.byte -59
.byte -111
.byte -8
.byte 59
.byte -43
.byte -73
.byte -101
.byte -27
.byte -36
.byte 24
.byte 68
.byte -103
.byte -110
.byte 40
.byte -7
.byte -23
.byte 22
.byte 0
.byte 100
.byte 24
.byte -74
.byte 30
.byte 117
.byte 31
.byte 11
.byte 31
.byte 54
.byte 11
.byte 98
.byte 49
.byte 37
.byte -47
.byte 50
.byte -21
.byte -35
.byte -120
.byte -5
.byte -119
.byte -64
.byte -96
.byte 94
.byte -120
.byte -115
.byte 17
.byte 28
.byte -93
.byte -80
.byte 56
.byte -12
.byte 42
.byte -37
.byte -38
.byte -58
.byte -114
.byte 87
.byte -20
.byte 94
.byte 15
.byte 93
.byte 120
.byte -66
.byte -33
.byte 0
.byte 74
.byte -94
.byte -48
.byte -25
.byte 46
.byte 58
.byte -97
.byte 59
.byte 54
.byte -17
.byte -4
.byte 117
.byte -33
.byte -49
.byte -113
.byte 75
.byte 33
.byte 78
.byte -95
.byte -93
.byte -14
.byte -125
.byte -40
.byte -102
.byte 22
.byte 123
.byte -19
.byte -81
.byte -113
.byte -70
.byte 52
.byte 32
.byte 104
.byte 73
.byte 2
.byte -87
.byte -47
.byte 19
.byte -94
.byte 102
.byte -122
.byte 18
.byte 36
.byte -97
.byte 76
.byte 88
.byte -120
.byte -65
.byte -86
.byte -66
.byte 118
.byte -68
.byte -90
.byte -58
.byte 64
.byte -60
.byte -87
.byte -111
.byte 116
.byte 80
.byte 61
.byte 38
.byte 121
.byte 27
.byte -116
.byte -45
.byte 120
.byte 20
.byte -46
.byte -89
.byte 78
.byte 58
.byte -82
.byte 50
.byte 57
.byte -1
.byte 100
.byte 45
.byte 9
.byte -108
.byte -39
.byte -101
.byte -16
.byte 14
.byte -2
.byte -29
.byte 118
.byte 122
.byte -102
.byte -15
.byte 18
.byte -5
.byte 76
.byte 41
.byte -56
.byte -124
.byte 46
.byte -60
.byte 82
.byte 85
.byte -102
.byte -17
.byte -52
.byte -83
.byte -56
.byte -93
.byte 31
.byte -112
.byte -45
.byte 2
.byte -125
.byte -43
.byte -38
.byte 123
.byte 73
.byte -70
.byte -104
.byte 58
.byte -18
.byte 1
.byte 76
.byte -31
.byte 116
.byte -24
.byte 6
.byte 61
.byte 66
.byte 118
.byte -17
.byte 98
.byte -124
.byte -15
.byte -27
.byte 30
.byte 85
.byte -2
.byte -67
.byte 0
.byte -111
.byte -29
.byte 67
.byte 115
.byte -23
.byte -118
.byte 79
.byte 86
.byte -111
.byte -43
.byte -20
.byte -109
.byte 27
.byte 9
.byte 97
.byte 15
.byte 126
.byte 72
.byte -55
.byte -34
.byte 81
.byte 17
.byte 104
.byte 64
.byte -9
.byte -74
.byte 26
.byte 28
.byte 60
.byte -121
.byte -30
.byte 19
.byte -90
.byte 95
.byte -73
.byte 29
.byte -92
.byte 58
.byte 7
.byte 43
.byte -16
.byte -24
.byte 34
.byte -52
.byte 88
.byte 3
.byte -125
.byte 41
.byte 50
.byte -121
.byte 125
.byte 0
.byte 29
.byte -6
.byte -24
.byte -96
.byte 61
.byte 32
.byte 2
.byte -115
.byte 65
.byte 31
.byte 14
.byte -111
.byte 9
.byte 13
.byte 106
.byte 31
.byte -9
.byte -74
.byte -122
.byte -36
.byte 87
.byte 48
.byte 26
.byte -120
.byte -27
.byte 102
.byte 47
.byte 26
.byte 89
.byte 53
.byte -96
.byte -71
.byte -31
.byte 44
.byte 48
.byte -39
.byte 20
.byte -79
.byte 55
.byte -120
.byte -93
.byte -102
.byte 35
.byte -102
.byte 68
.byte -43
.byte -53
.byte 52
.byte -104
.byte -116
.byte 0
.byte 28
.byte 94
.byte -128
.byte 86
.byte 26
.byte 73
.byte 21
.byte 124
.byte 11
.byte -32
.byte 37
.byte 26
.byte 44
.byte 78
.byte -94
.byte 52
.byte -80
.byte -94
.byte 76
.byte 32
.byte -120
.byte 66
.byte -42
.byte 101
.byte -3
.byte 17
.byte -126
.byte 51
.byte -29
.byte -13
.byte -13
.byte 13
.byte 27
.byte 66
.byte 127
.byte -77
.byte 89
.byte -102
.byte -118
.byte -56
.byte 32
.byte -123
.byte 26
.byte 14
.byte 22
.byte -83
.byte -61
.byte 50
.byte 40
.byte -90
.byte 101
.byte 103
.byte 96
.byte 79
.byte 117
.byte -94
.byte 36
.byte 0
.byte -128
.byte -70
.byte -36
.byte -10
.byte -32
.byte 15
.byte -55
.byte -118
.byte 115
.byte 80
.byte -73
.byte 36
.byte -88
.byte 61
.byte 18
.byte -98
.byte -95
.byte 95
.byte 59
.byte 28
.byte -105
.byte 11
.byte 19
.byte -98
.byte -74
.byte -8
.byte -105
.byte 82
.byte 18
.byte -36
.byte -69
.byte -93
.byte -23
.byte 89
.byte 111
.byte 102
.byte 0
.byte 47
.byte 97
.byte 0
.byte -35
.byte -105
.byte -31
.byte -20
.byte 32
.byte 112
.byte 24
.byte 123
.byte -35
.byte -23
.byte -28
.byte -72
.byte 57
.byte -122
.byte 18
.byte 48
.byte 44
.byte 100
.byte 112
.byte -4
.byte 8
.byte -44
.byte 31
.byte 0
.byte -114
.byte -10
.byte -86
.byte 81
.byte -123
.byte 41
.byte -32
.byte 117
.byte 4
.byte 70
.byte 96
.byte 106
.byte 25
.byte -110
.byte 85
.byte -53
.byte 51
.byte 106
.byte 76
.byte -55
.byte -11
.byte 108
.byte -61
.byte 79
.byte 25
.byte 26
.byte 61
.byte -127
.byte -89
.byte 83
.byte 108
.byte 24
.byte -101
.byte 122
.byte -126
.byte 76
.byte 88
.byte 33
.byte 101
.byte 86
.byte -15
.byte -39
.byte -20
.byte 59
.byte 30
.byte -100
.byte -25
.byte 40
.byte 84
.byte -53
.byte 27
.byte 74
.byte 64
.byte 61
.byte 88
.byte -125
.byte -11
.byte -67
.byte 90
.byte -22
.byte 3
.byte 125
.byte -97
.byte -87
.byte 15
.byte 104
.byte -21
.byte 23
.byte -33
.byte -91
.byte 53
.byte -98
.byte -79
.byte -118
.byte 75
.byte -56
.byte -29
.byte 41
.byte 94
.byte -30
.byte 106
.byte -8
.byte 33
.byte 104
.byte -67
.byte -107
.byte 102
.byte -42
.byte -23
.byte 39
.byte -74
.byte -20
.byte -102
.byte 24
.byte 75
.byte -52
.byte -33
.byte -36
.byte 24
.byte 50
.byte 2
.byte -2
.byte 110
.byte 10
.byte -4
.byte 4
.byte 123
.byte -94
.byte -19
.byte 119
.byte -70
.byte -76
.byte -65
.byte 0
.byte 8
.byte 65
.byte -74
.byte 76
.byte -110
.byte -40
.byte -66
.byte 116
.byte 121
.byte 11
.byte -31
.byte 7
.byte 29
.byte -93
.byte -19
.byte -34
.byte 25
.byte 100
.byte -3
.byte -88
.byte 20
.byte 111
.byte 126
.byte -123
.byte -22
.byte 99
.byte 121
.byte 108
.byte -128
.byte 71
.byte 52
.byte -33
.byte 47
.byte 98
.byte -38
.byte -102
.byte 82
.byte -124
.byte -80
.byte 33
.byte 127
.byte 12
.byte -102
.byte -59
.byte 115
.byte 94
.byte 40
.byte 97
.byte -121
.byte 45
.byte -103
.byte 31
.byte -47
.byte -123
.byte 62
.byte -19
.byte -82
.byte -14
.byte -26
.byte -120
.byte -119
.byte -46
.byte -64
.byte -8
.byte -119
.byte -92
.byte -41
.byte -21
.byte 110
.byte -84
.byte 100
.byte 99
.byte -33
.byte 34
.byte -37
.byte 44
.byte 103
.byte -114
.byte 43
.byte 75
.byte 52
.byte -102
.byte -44
.byte -60
.byte -104
.byte -95
.byte 79
.byte -29
.byte 3
.byte 21
.byte 72
.byte -108
.byte 70
.byte 67
.byte -78
.byte -82
.byte -75
.byte 88
.byte -114
.byte -119
.byte -22
.byte 66
.byte 66
.byte -1
.byte -85
.byte -20
.byte -128
.byte -13
.byte -103
.byte 99
.byte -100
.byte 84
.byte 97
.byte -121
.byte -122
.byte -36
.byte -128
.byte -81
.byte 68
.byte -31
.byte 0
.byte 54
.byte 98
.byte -98
.byte -88
.byte -100
.byte -102
.byte 54
.byte 87
.byte -112
.byte 120
.byte -47
.byte -60
.byte -3
.byte 39
.byte 39
.byte -110
.byte -83
.byte 87
.byte -109
.byte 23
.byte -3
.byte 102
.byte -69
.byte -35
.byte 73
.byte 51
.byte 101
.byte 42
.byte 115
.byte -41
.byte 110
.byte 50
.byte 121
.byte -28
.byte -9
.byte 111
.byte 63
.byte -105
.byte 16
.byte 27
.byte 93
.byte -102
.byte -25
.byte -89
.byte 5
.byte -38
.byte 52
.byte 10
.byte -7
.byte 75
.byte 25
.byte 98
.byte -94
.byte -17
.byte 35
.byte 122
.byte 79
.byte -22
.byte -26
.byte 69
.byte -70
.byte -1
.byte 33
.byte -61
.byte 59
.byte 100
.byte 125
.byte 109
.byte -68
.byte 8
.byte 23
.byte 121
.byte -51
.byte 92
.byte 99
.byte -127
.byte -54
.byte 106
.byte 96
.byte 95
.byte -121
.byte 81
.byte -122
.byte -16
.byte 40
.byte 100
.byte -11
.byte -11
.byte 44
.byte 33
.byte -44
.byte 102
.byte -68
.byte -67
.byte -33
.byte 92
.byte 66
.byte -61
.byte -11
.byte 75
.byte 4
.byte 76
.byte 6
.byte -50
.byte 120
.byte 89
.byte 101
.byte -45
.byte -61
.byte -49
.byte 34
.byte -34
.byte -88
.byte -125
.byte 109
.byte -126
.byte 44
.byte 85
.byte 113
.byte 34
.byte 96
.byte -92
.byte 14
.byte 43
.byte 41
.byte 7
.byte 100
.byte -121
.byte 116
.byte -31
.byte 120
.byte 27
.byte 87
.byte 21
.byte 123
.byte -122
.byte 77
.byte -108
.byte -22
.byte 76
.byte 86
.byte -40
.byte 80
.byte 42
.byte 44
.byte 49
.byte 66
.byte 13
.byte -95
.byte 80
.byte 90
.byte -73
.byte -120
.byte -59
.byte -44
.byte -1
.byte -124
.byte -35
.byte 3
.byte 115
.byte -71
.byte 69
.byte -4
.byte 119
.byte -84
.byte 102
.byte -37
.byte -65
.byte 87
.byte -127
.byte 10
.byte 66
.byte 3
.byte 15
.byte 24
.byte 114
.byte -10
.byte -4
.byte -79
.byte 43
.byte 16
.byte -47
.byte 20
.byte 116
.byte -92
.byte -4
.byte -54
.byte 3
.byte -95
.byte -79
.byte 13
.byte 69
.byte 65
.byte -21
.byte 68
.byte 109
.byte -90
.byte 83
.byte -99
.byte 56
.byte -62
.byte 72
.byte 77
.byte -52
.byte -84
.byte -87
.byte 26
.byte 68
.byte 76
.byte -115
.byte -67
.byte 114
.byte 38
.byte -54
.byte 98
.byte 8
.byte -30
.byte 1
.byte -39
.byte 121
.byte -53
.byte -111
.byte 50
.byte -15
.byte -85
.byte -39
.byte 80
.byte -19
.byte -14
.byte 18
.byte 43
.byte -20
.byte -110
.byte -50
.byte -30
.byte -49
.byte -44
.byte 13
.byte 15
.byte -110
.byte 20
.byte 8
.byte -124
.byte -6
.byte -35
.byte -80
.byte -106
.byte -58
.byte -32
.byte -123
.byte -6
.byte -101
.byte 21
.byte 35
.byte 33
.byte 115
.byte 69
.byte 61
.byte 120
.byte -87
.byte 3
.byte 61
.byte -98
.byte -78
.byte 28
.byte 97
.byte 88
.byte -25
.byte 40
.byte -80
.byte 28
.byte 41
.byte 43
.byte 9
.byte 14
.byte 18
.byte 127
.byte 118
.byte 8
.byte -22
.byte -41
.byte 115
.byte -38
.byte -86
.byte 10
.byte 50
.byte -125
.byte -17
.byte -73
.byte 21
.byte 92
.byte -128
.byte -121
.byte 126
.byte 69
.byte 85
.byte -50
.byte -116
.byte 85
.byte 90
.byte -35
.byte -80
.byte 86
.byte -27
.byte -67
.byte 72
.byte -7
.byte 67
.byte 9
.byte -41
.byte 36
.byte -39
.byte -91
.byte -81
.byte 13
.byte -59
.byte 37
.byte 48
.byte 82
.byte -127
.byte -20
.byte -113
.byte 114
.byte 13
.byte 54
.byte -36
.byte -18
.byte 93
.byte -65
.byte -86
.byte 33
.byte 86
.byte -63
.byte 65
.byte -113
.byte -114
.byte -102
.byte -12
.byte -66
.byte -88
.byte 98
.byte -25
.byte -16
.byte 32
.byte 2
.byte 125
.byte -55
.byte -98
.byte -121
.byte -61
.byte -107
.byte -32
.byte 126
.byte -87
.byte 58
.byte 101
.byte -112
.byte 43
.byte -47
.byte 41
.byte -42
.byte -110
.byte 116
.byte 13
.byte -25
.byte -96
.byte 15
.byte 110
.byte 13
.byte 29
.byte -101
.byte 22
.byte -63
.byte -40
.byte 98
.byte 107
.byte -76
.byte 96
.byte -79
.byte 1
.byte 57
.byte -84
.byte -44
.byte 103
.byte -60
.byte 69
.byte 102
.byte -64
.byte -111
.byte -110
.byte -66
.byte 44
.byte 85
.byte 10
.byte 24
.byte 109
.byte -51
.byte 2
.byte 58
.byte 114
.byte 119
.byte 5
.byte 90
.byte -82
.byte -20
.byte -63
.byte 60
.byte 25
.byte -26
.byte 53
.byte -114
.byte 30
.byte -125
.byte 9
.byte -73
.byte 12
.byte -22
.byte -24
.byte 121
.byte -4
.byte -77
.byte 119
.byte 24
.byte -77
.byte 66
.byte -108
.byte -115
.byte 114
.byte -32
.byte -12
.byte 58
.byte 52
.byte 80
.byte 57
.byte -45
.byte 56
.byte 42
.byte -9
.byte 81
.byte 6
.byte -79
.byte 1
.byte 8
.byte 43
.byte -104
.byte 76
.byte -87
.byte -86
.byte 31
.byte 21
.byte -107
.byte 20
.byte 108
.byte -83
.byte -20
.byte 122
.byte -90
.byte -50
.byte -63
.byte -41
.byte 13
.byte 108
.byte 89
.byte 91
.byte 59
.byte -72
.byte -111
.byte -65
.byte -58
.byte -87
.byte -85
.byte 88
.byte 29
.byte -124
.byte 97
.byte -70
.byte 3
.byte 85
.byte 59
.byte 55
.byte 72
.byte -47
.byte -32
.byte -119
.byte -110
.byte -96
.byte -117
.byte -4
.byte -37
.byte 113
.byte -21
.byte -31
.byte -92
.byte -49
.byte 52
.byte -104
.byte -103
.byte -107
.byte 62
.byte -10
.byte 28
.byte 51
.byte -43
.byte 52
.byte -32
.byte -74
.byte 107
.byte 46
.byte -122
.byte 75
.byte 46
.byte 20
.byte 62
.byte -23
.byte -93
.byte -82
.byte -116
.byte 44
.byte -91
.byte 61
.byte 98
.byte 123
.byte -124
.byte 79
.byte 80
.byte 1
.byte 13
.byte -101
.byte 16
.byte -11
.byte -84
.byte 84
.byte -15
.byte -106
.byte -43
.byte -89
.byte 98
.byte -69
.byte 85
.byte 22
.byte -128
.byte -42
.byte 1
.byte -108
.byte 77
.byte -56
.byte -127
.byte 30
.byte 71
.byte -56
.byte -58
.byte 65
.byte 19
.byte -19
.byte 70
.byte 121
.byte 14
.byte 7
.byte -104
.byte 71
.byte -104
.byte 100
.byte -11
.byte 115
.byte -25
.byte 16
.byte -74
.byte 33
.byte -32
.byte 7
.byte 65
.byte -79
.byte -85
.byte -57
.byte 3
.byte -22
.byte 14
.byte 87
.byte -41
.byte -77
.byte -26
.byte 96
.byte 6
.byte -64
.byte 2
.byte -11
.byte 10
.byte -51
.byte 92
.byte 16
.byte 40
.byte 48
.byte -11
.byte 2
.byte 90
.byte -5
.byte -38
.byte -35
.byte -84
.byte -22
.byte 70
.byte 33
.byte -107
.byte -44
.byte 95
.byte -53
.byte 67
.byte 100
.byte -68
.byte -76
.byte -17
.byte -24
.byte -98
.byte 15
.byte 92
.byte 14
.byte 81
.byte -33
.byte -8
.byte 100
.byte 48
.byte 113
.byte 115
.byte 127
.byte 60
.byte 57
.byte 8
.byte 55
.byte 71
.byte 14
.byte -114
.byte -76
.byte -42
.byte 114
.byte -82
.byte -19
.byte -64
.byte 48
.byte -53
.byte 110
.byte -81
.byte 59
.byte -71
.byte 93
.byte 45
.byte 3
.byte -54
.byte 12
.byte 81
.byte 118
.byte -96
.byte -35
.byte -95
.byte -27
.byte -7
.byte -63
.byte 102
.byte 19
.byte 72
.byte 52
.byte -28
.byte -73
.byte 27
.byte 20
.byte 123
.byte -116
.byte -32
.byte 33
.byte -86
.byte -28
.byte -83
.byte 27
.byte -89
.byte -17
.byte -124
.byte -109
.byte -20
.byte -115
.byte -15
.byte 84
.byte 117
.byte -1
.byte 109
.byte 115
.byte 123
.byte 34
.byte 55
.byte 54
.byte -117
.byte -123
.byte 20
.byte 122
.byte -38
.byte -89
.byte -41
.byte -54
.byte 29
.byte 97
.byte 126
.byte 119
.byte 83
.byte 6
.byte 71
.byte -67
.byte -41
.byte -116
.byte -32
.byte -114
.byte 94
.byte -22
.byte -17
.byte -113
.byte -47
.byte -124
.byte 103
.byte 5
.byte -35
.byte -5
.byte -39
.byte -33
.byte 123
.byte -31
.byte 70
.byte -32
.byte 121
.byte 79
.byte -107
.byte -123
.byte -9
.byte 64
.byte -123
.byte 23
.byte -30
.byte 13
.byte 93
.byte 116
.byte -52
.byte -102
.byte 115
.byte -7
.byte -101
.byte 36
.byte -7
.byte -109
.byte -63
.byte -38
.byte -15
.byte 76
.byte 112
.byte -78
.byte -58
.byte 121
.byte -12
.byte 81
.byte -114
.byte -111
.byte 15
.byte -52
.byte -3
.byte -121
.byte 2
.byte 112
.byte -89
.byte 53
.byte -48
.byte 101
.byte -58
.byte -64
.byte 19
.byte 121
.byte -80
.byte 126
.byte 57
.byte 6
.byte 125
.byte -127
.byte 43
.byte -73
.byte -19
.byte -45
.byte -13
.byte -40
.byte -10
.byte 112
.byte -58
.byte -98
.byte -50
.byte 100
.byte 49
.byte 92
.byte -46
.byte 46
.byte -22
.byte 99
.byte -11
.byte -55
.byte 124
.byte 109
.byte -88
.byte -34
.byte 75
.byte -52
.byte 124
.byte -50
.byte 56
.byte -105
.byte -14
.byte -70
.byte -2
.byte -82
.byte -46
.byte -95
.byte -91
.byte 98
.byte 10
.byte 95
.byte 106
.byte -51
.byte 75
.byte 71
.byte 13
.byte 21
.byte -11
.byte 63
.byte 92
.byte -62
.byte -85
.byte 127
.byte -115
.byte -22
.byte 37
.byte 66
.byte 111
.byte 57
.byte 0
.byte -92
.byte -29
.byte 20
.byte 112
.byte 52
.byte -51
.byte -85
.byte 112
.byte 55
.byte 75
.byte 79
.byte 111
.byte -108
.byte -85
.byte -37
.byte 63
.byte -8
.byte -9
.byte 46
.byte -94
.byte -91
.byte -15
.byte -57
.byte -12
.byte 77
.byte -121
.byte -82
.byte 115
.byte 75
.byte 107
.byte 54
.byte 96
.byte -86
.byte -126
.byte -97
.byte -19
.byte -28
.byte -60
.byte 84
.byte 114
.byte -93
.byte -16
.byte 46
.byte 78
.byte -42
.byte -35
.byte -14
.byte -17
.byte -93
.byte -85
.byte -17
.byte -5
.byte -22
.byte -77
.byte -127
.byte -3
.byte 64
.byte 72
.byte -104
.byte -57
.byte 70
.byte 27
.byte 106
.byte -112
.byte 62
.byte -4
.byte -54
.byte 40
.byte 36
.byte 76
.byte -105
.byte 125
.byte -21
.byte 74
.byte -85
.byte 35
.byte 62
.byte 20
.byte 14
.byte 52
.byte 78
.byte 54
.byte 82
.byte -104
.byte 19
.byte 26
.byte 61
.byte -100
.byte 31
.byte 79
.byte 54
.byte 56
.byte 64
.byte 6
.byte -53
.byte 96
.byte -38
.byte -78
.byte -102
.byte -97
.byte -76
.byte -85
.byte 90
.byte -29
.byte 56
.byte 3
.byte -110
.byte 95
.byte 69
.byte -22
.byte 106
.byte 80
.byte 43
.byte 60
.byte 91
.byte 108
.byte 2
.byte -88
.byte -35
.byte 60
.byte 107
.byte -62
.byte 6
.byte -31
.byte 24
.byte 104
.byte -19
.byte -8
.byte 121
.byte -13
.byte 30
.byte 87
.byte -61
.byte 44
.byte 60
.byte -69
.byte -86
.byte 35
.byte -86
.byte -127
.byte -57
.byte -39
.byte 1
.byte -88
.byte 83
.byte -54
.byte -32
.byte 58
.byte -19
.byte -92
.byte -29
.byte -34
.byte -60
.byte 40
.byte -66
.byte -79
.byte 120
.byte 77
.byte 55
.byte 0
.byte 51
.byte -19
.byte 22
.byte 73
.byte 103
.byte -11
.byte 111
.byte -33
.byte -88
.byte -120
.byte -82
.byte -22
.byte 53
.byte 29
.byte -113
.byte -15
.byte 1
.byte 116
.byte -128
.byte 54
.byte -53
.byte 106
.byte 94
.byte -20
.byte 21
.byte -61
.byte 103
.byte 81
.byte -90
.byte -16
.byte 64
.byte 61
.byte 126
.byte -19
.byte 19
.byte 111
.byte -54
.byte 8
.byte 78
.byte 26
.byte 47
.byte 106
.byte -54
.byte 28
.byte -127
.byte 92
.byte -8
.byte -55
.byte -14
.byte -8
.byte 123
.byte 68
.byte 26
.byte -15
.byte -12
.byte -105
.byte 58
.byte 81
.byte 127
.byte -25
.byte -106
.byte -5
.byte 20
.byte 98
.byte 65
.byte -127
.byte 33
.byte -60
.byte 95
.byte -42
.byte -19
.byte 113
.byte -53
.byte 93
.byte 60
.byte -112
.byte -99
.byte -62
.byte 42
.byte -5
.byte 9
.byte -70
.byte -7
.byte -70
.byte -67
.byte -20
.byte -16
.byte 84
.byte 77
.byte -44
.byte -26
.byte -31
.byte 114
.byte 95
.byte 15
.byte -64
.byte 45
.byte -85
.byte 23
.byte 44
.byte 114
.byte 6
.byte -5
.byte 25
.byte 19
.byte 45
.byte -30
.byte -106
.byte 55
.byte -87
.byte -46
.byte -64
.byte -128
.byte -12
.byte -74
.byte -109
.byte -46
.byte 11
.byte 8
.byte 48
.byte -11
.byte 111
.byte 15
.byte -114
.byte -38
.byte 13
.byte 75
.byte 4
.byte -36
.byte 40
.byte -55
.byte -93
.byte 21
.byte 36
.byte 80
.byte 113
.byte -15
.byte 76
.byte -128
.byte -56
.byte -34
.byte -9
.byte 103
.byte -4
.byte 48
.byte 14
.byte 26
.byte -23
.byte -50
.byte -14
.byte -22
.byte 123
.byte 71
.byte -120
.byte -19
.byte -108
.byte -80
.byte -87
.byte -25
.byte -75
.byte 66
.byte -55
.byte 28
.byte 36
.byte -1
.byte -60
.byte -80
.byte 39
.byte 105
.byte -8
.byte 127
.byte -113
.byte 92
.byte -74
.byte 106
.byte 65
.byte 114
.byte 10
.byte -114
.byte -45
.byte 26
.byte 11
.byte 32
.byte 43
.byte 24
.byte 71
.byte -29
.byte 0
.byte -55
.byte -19
.byte 55
.byte 56
.byte -59
.byte 0
.byte 15
.byte 99
.byte 57
.byte 109
.byte 103
.byte 68
.byte -119
.byte 30
.byte -109
.byte -28
.byte -45
.byte 98
.byte 86
.byte -50
.byte 31
.byte 120
.byte 68
.byte 38
.byte -38
.byte -58
.byte -123
.byte -18
.byte -51
.byte -83
.byte -67
.byte -100
.byte -30
.byte 122
.byte -80
.byte 95
.byte -89
.byte -105
.byte 88
.byte -19
.byte -56
.byte 3
.byte -65
.byte -8
.byte 30
.byte 39
.byte -120
.byte -18
.byte -1
.byte 38
.byte -33
.byte 45
.byte 81
.byte -28
.byte 28
.byte 37
.byte 5
.byte -11
.byte 116
.byte -124
.byte 101
.byte 52
.byte 89
.byte 43
.byte 32
.byte -32
.byte -126
.byte -54
.byte 85
.byte 29
.byte -66
.byte -68
.byte -97
.byte -7
.byte 126
.byte 17
.byte -59
.byte -64
.byte -16
.byte -51
.byte 64
.byte -92
.byte 85
.byte -110
.byte -54
.byte -15
.byte -44
.byte 1
.byte 11
.byte -37
.byte 122
.byte -57
.byte 94
.byte 0
.byte 15
.byte 106
.byte 95
.byte -38
.byte 93
.byte -51
.byte 115
.byte -37
.byte 111
.byte 125
.byte 32
.byte -49
.byte -46
.byte 19
.byte 48
.byte -98
.byte -45
.byte 118
.byte -114
.byte 26
.byte -89
.byte 113
.byte -2
.byte -101
.byte -15
.byte 27
.byte 126
.byte -12
.byte -104
.byte -4
.byte 19
.byte 113
.byte 125
.byte -16
.byte 118
.byte 100
.byte 98
.byte 24
.byte -10
.byte 87
.byte -24
.byte 56
.byte 86
.byte -117
.byte 125
.byte 61
.byte 62
.byte 61
.byte -103
.byte -73
.byte -116
.byte -49
.byte -77
.byte -77
.byte -56
.byte -98
.byte 103
.byte -89
.byte -7
.byte -65
.byte 105
.byte -53
.byte -48
.byte 114
.byte 55
.byte -56
.byte 57
.byte 92
.byte 48
.byte 110
.byte -33
.byte -4
.byte 0
.byte 26
.byte -80
.byte 30
.byte -14
.byte -33
.byte 14
.byte -74
.byte 127
.byte 9
.byte -12
.byte 107
.byte -80
.byte -79
.byte -83
.byte -70
.byte 47
.byte 68
.byte 37
.byte -9
.byte -63
.byte -91
.byte -75
.byte 94
.byte 26
.byte 59
.byte -114
.byte -5
.byte -29
.byte -63
.byte -13
.byte -16
.byte -34
.byte 91
.byte -13
.byte -115
.byte 58
.byte 4
.byte -69
.byte -57
.byte -7
.byte -15
.byte -25
.byte -57
.byte 24
.byte 89
.byte -126
.byte 71
.byte 10
.byte 8
.byte -90
.byte -101
.byte 114
.byte -64
.byte 109
.byte -61
.byte 52
.byte 92
.byte 62
.byte -50
.byte 56
.byte 100
.byte -110
.byte -101
.byte -109
.byte -12
.byte -6
.byte 122
.byte 63
.byte 39
.byte -26
.byte -18
.byte 75
.byte 86
.byte -26
.byte 71
.byte 20
.byte 62
.byte 121
.byte 82
.byte -60
.byte -23
.byte -1
.byte -76
.byte -126
.byte 18
.byte 100
.byte 49
.byte -23
.byte 63
.byte -66
.byte 119
.byte -44
.byte 110
.byte 0
.byte -12
.byte -82
.byte -64
.byte 100
.byte -40
.byte 100
.byte -116
.byte -75
.byte 44
.byte -91
.byte -127
.byte 107
.byte -4
.byte 72
.byte -64
.byte -25
.byte -9
.byte -122
.byte 65
.byte -23
.byte -29
.byte -121
.byte 71
.byte 26
.byte -96
.byte 111
.byte 68
.byte -51
.byte 46
.byte 52
.byte 70
.byte 112
.byte 86
.byte 121
.byte -82
.byte -60
.byte 106
.byte 107
.byte -112
.byte -61
.byte 81
.byte 21
.byte 111
.byte 68
.byte 114
.byte 12
.byte 0
.byte -32
.byte -2
.byte -81
.byte -20
.byte -46
.byte -64
.byte -90
.byte -96
.byte -100
.byte -128
.byte 56
.byte -33
.byte -61
.byte -44
.byte 33
.byte 38
.byte 74
.byte 81
.byte -44
.byte -50
.byte 39
.byte -37
.byte 118
.byte -20
.byte -35
.byte -45
.byte 102
.byte 54
.byte -13
.byte 48
.byte 107
.byte 72
.byte -95
.byte -3
.byte -124
.byte 101
.byte 83
.byte 25
.byte -46
.byte 64
.byte 113
.byte -105
.byte 5
.byte -25
.byte -65
.byte 14
.byte -5
.byte 92
.byte -32
.byte 74
.byte 33
.byte 116
.byte 51
.byte -109
.byte -50
.byte -24
.byte 51
.byte -97
.byte -30
.byte -15
.byte -111
.byte -127
.byte -86
.byte -80
.byte 117
.byte 48
.byte -70
.byte 11
.byte 50
.byte -7
.byte 28
.byte -108
.byte 122
.byte -108
.byte 51
.byte 81
.byte -85
.byte -117
.byte -58
.byte -42
.byte -128
.byte 23
.byte -45
.byte 125
.byte -71
.byte 83
.byte -103
.byte -128
.byte 24
.byte 59
.byte -97
.byte 15
.byte -91
.byte 73
.byte -35
.byte 10
.byte 77
.byte -37
.byte 15
.byte 52
.byte -22
.byte 70
.byte -118
.byte 124
.byte -52
.byte -95
.byte 43
.byte 24
.byte 72
.byte 16
.byte 79
.byte 8
.byte 47
.byte 28
.byte -30
.byte 76
.byte -37
.byte -85
.byte -120
.byte -19
.byte -29
.byte 41
.byte 122
.byte -7
.byte 108
.byte 103
.byte 6
.byte -60
.byte 118
.byte 64
.byte -116
.byte 126
.byte -75
.byte 1
.byte 79
.byte -3
.byte -57
.byte 32
.byte 79
.byte 21
.byte 15
.byte -33
.byte 119
.byte -41
.byte 127
.byte -4
.byte -74
.byte 125
.byte 26
.byte -102
.byte 80
.byte -122
.byte -33
.byte 110
.byte 71
.byte -127
.byte -44
.byte 13
.byte 63
.byte -106
.byte -126
.byte -5
.byte 124
.byte 110
.byte 105
.byte -40
.byte 94
.byte -27
.byte 21
.byte 48
.byte -11
.byte 59
.byte -97
.byte -80
.byte 95
.byte 52
.byte -78
.byte -111
.byte -107
.byte 94
.byte 23
.byte -66
.byte 95
.byte 68
.byte 1
.byte 13
.byte -30
.byte 63
.byte -29
.byte 79
.byte 85
.byte -28
.byte -78
.byte 105
.byte 67
.byte -11
.byte -121
.byte 68
.byte 100
.byte 41
.byte -87
.byte -27
.byte -30
.byte 33
.byte 84
.byte -74
.byte -53
.byte -66
.byte -108
.byte -4
.byte 7
.byte 72
.byte -56
.byte 30
.byte -116
.byte -51
.byte 39
.byte -81
.byte -32
.byte -67
.byte -30
.byte 116
.byte 125
.byte -122
.byte 3
.byte -99
.byte 32
.byte -34
.byte -120
.byte -6
.byte -12
.byte -90
.byte -121
.byte 88
.byte 21
.byte -116
.byte -38
.byte 46
.byte 105
.byte -23
.byte 108
.byte 23
.byte 19
.byte 118
.byte 15
.byte -12
.byte 2
.byte 61
.byte -74
.byte 47
.byte -50
.byte 21
.byte -110
.byte -2
.byte -79
.byte 50
.byte -124
.byte 105
.byte 79
.byte -55
.byte -72
.byte -37
.byte -33
.byte -5
.byte 20
.byte -72
.byte 18
.byte -70
.byte -105
.byte 99
.byte 85
.byte -117
.byte 117
.byte 62
.byte 3
.byte 107
.byte -9
.byte -6
.byte 93
.byte -19
.byte 91
.byte 93
.byte -3
.byte 3
.byte -63
.byte -63
.byte 121
.byte 124
.byte 4
.byte 8
.byte -119
.byte -26
.byte -64
.byte 29
.byte -106
.byte -14
.byte -109
.byte -104
.byte -105
.byte 70
.byte 10
.byte -37
.byte -100
.byte -13
.byte 101
.byte 56
.byte 68
.byte 115
.byte 9
.byte 91
.byte 91
.byte 5
.byte 103
.byte -30
.byte -54
.byte -117
.byte -43
.byte -69
.byte 70
.byte -26
.byte -45
.byte 104
.byte 27
.byte 39
.byte 6
.byte -75
.byte -109
.byte -33
.byte -79
.byte -50
.byte -97
.byte -112
.byte 124
.byte 43
.byte -44
.byte -64
.byte 62
.byte 8
.byte 106
.byte -115
.byte -108
.byte -89
.byte -93
.byte -38
.byte -11
.byte -73
.byte 80
.byte -110
.byte 102
.byte -59
.byte -65
.byte 122
.byte -17
.byte 30
.byte -78
.byte 119
.byte 34
.byte 41
.byte -1
.byte -74
.byte -47
.byte 53
.byte -126
.byte -78
.byte 93
.byte 125
.byte -52
.byte 125
.byte -63
.byte 10
.byte 20
.byte -112
.byte -127
.byte 33
.byte 108
.byte 18
.byte 79
.byte -126
.byte 104
.byte -36
.byte -82
.byte -50
.byte -3
.byte -82
.byte 70
.byte -94
.byte 64
.byte -103
.byte -34
.byte 15
.byte -72
.byte 65
.byte 45
.byte -31
.byte -61
.byte 114
.byte -33
.byte 92
.byte 79
.byte -108
.byte -70
.byte 15
.byte -78
.byte 93
.byte 121
.byte -101
.byte 35
.byte -96
.byte 127
.byte -70
.byte 10
.byte 2
.byte -90
.byte 70
.byte -40
.byte -16
.byte -23
.byte -18
.byte 2
.byte -80
.byte 99
.byte -46
.byte 29
.byte 72
.byte 52
.byte -41
.byte 35
.byte 117
.byte -109
.byte -39
.byte 4
.byte 18
.byte -60
.byte -123
.byte 109
.byte 115
.byte -21
.byte -98
.byte -97
.byte -56
.byte -108
.byte -88
.byte 115
.byte 54
.byte 85
.byte 62
.byte 89
.byte 2
.byte 87
.byte 47
.byte -118
.byte -6
.byte 92
.byte 4
.byte -123
.byte -24
.byte -45
.byte 92
.byte -39
.byte -91
.byte -34
.byte -53
.byte -10
.byte 104
.byte -76
.byte 118
.byte 109
.byte 124
.byte -71
.byte 69
.byte 70
.byte 85
.byte 102
.byte 104
.byte -17
.byte -102
.byte -92
.byte -88
.byte 68
.byte -34
.byte 96
.byte 120
.byte -37
.byte -116
.byte 12
.byte 104
.byte -84
.byte 88
.byte 57
.byte -67
.byte -114
.byte -46
.byte -30
.byte 126
.byte -115
.byte 24
.byte -109
.byte -30
.byte -101
.byte -121
.byte -36
.byte 100
.byte -24
.byte 55
.byte 31
.byte -4
.byte 12
.byte -65
.byte 41
.byte -100
.byte 80
.byte 31
.byte -23
.byte -15
.byte 88
.byte -97
.byte -100
.byte 33
.byte 121
.byte 121
.byte 96
.byte -80
.byte -22
.byte 64
.byte -47
.byte 10
.byte -25
.byte -86
.byte 14
.byte 75
.byte 96
.byte -93
.byte -17
.byte -68
.byte 5
.byte 72
.byte 0
.byte -40
.byte -87
.byte 22
.byte 7
.byte 52
.byte -34
.byte 38
.byte 97
.byte -103
.byte 21
.byte -22
.byte -22
.byte -30
.byte -118
.byte -105
.byte 64
.byte -55
.byte -127
.byte -29
.byte -108
.byte 94
.byte -106
.byte 112
.byte -102
.byte 105
.byte -81
.byte -121
.byte 61
.byte 95
.byte -101
.byte 116
.byte -83
.byte -11
.byte 8
.byte -83
.byte -46
.byte 8
.byte -45
.byte 93
.byte -19
.byte 74
.byte -35
.byte -84
.byte 113
.byte -116
.byte 120
.byte -70
.byte -45
.byte 74
.byte 29
.byte -28
.byte 39
.byte -89
.byte 74
.byte 53
.byte -51
.byte 73
.byte -26
.byte -59
.byte 17
.byte -40
.byte -128
.byte 95
.byte 18
.byte 10
.byte 119
.byte -39
.byte -12
.byte -114
.byte -96
.byte -116
.byte 16
.byte -124
.byte -37
.byte 93
.byte -76
.byte -58
.byte -10
.byte 2
.byte -48
.byte -40
.byte 45
.byte -11
.byte 22
.byte 77
.byte -14
.byte -55
.byte 21
.byte 92
.byte -102
.byte 22
.byte -122
.byte 70
.byte 110
.byte 126
.byte -50
.byte 47
.byte -5
.byte -31
.byte -97
.byte 93
.byte -9
.byte -61
.byte -113
.byte 117
.byte -124
.byte 114
.byte 7
.byte 4
.byte 44
.byte -106
.byte 109
.byte -96
.byte 108
.byte -59
.byte -42
.byte 69
.byte 98
.byte 98
.byte 11
.byte 42
.byte -66
.byte -108
.byte -100
.byte 116
.byte -78
.byte 60
.byte -68
.byte -83
.byte 83
.byte -127
.byte -43
.byte -8
.byte 109
.byte -127
.byte 45
.byte -37
.byte 79
.byte 120
.byte 5
.byte -32
.byte 120
.byte -32
.byte -14
.byte 46
.byte 60
.byte 28
.byte -35
.byte 74
.byte 26
.byte -40
.byte 121
.byte 19
.byte 25
.byte -83
.byte -66
.byte 86
.byte 98
.byte 103
.byte -46
.byte 95
.byte -1
.byte 28
.byte 78
.byte 17
.byte 29
.byte 71
.byte 100
.byte -17
.byte 57
.byte 43
.byte -95
.byte -9
.byte 118
.byte -67
.byte -27
.byte 44
.byte -79
.byte -47
.byte 122
.byte 64
.byte -85
.byte 95
.byte -76
.byte 91
.byte 8
.byte -8
.byte -18
.byte 24
.byte 34
.byte 43
.byte -37
.byte 69
.byte 121
.byte -77
.byte 55
.byte 16
.byte -77
.byte -50
.byte 41
.byte 112
.byte 79
.byte 79
.byte -7
.byte 43
.byte 65
.byte 18
.byte 118
.byte 17
.byte 124
.byte 11
.byte 3
.byte -86
.byte 92
.byte 31
.byte -70
.byte -95
.byte -22
.byte 7
.byte -114
.byte -46
.byte -100
.byte -4
.byte 108
.byte -127
.byte 93
.byte -29
.byte -68
.byte -2
.byte -110
.byte -119
.byte -52
.byte 73
.byte -7
.byte -48
.byte -111
.byte -76
.byte 98
.byte 27
.byte 104
.byte 15
.byte -42
.byte -80
.byte 115
.byte -30
.byte 5
.byte -102
.byte 23
.byte 69
.byte 2
.byte -24
.byte -19
.byte -116
.byte -110
.byte 86
.byte 6
.byte -114
.byte -5
.byte -33
.byte -82
.byte 35
.byte -56
.byte -109
.byte -121
.byte -74
.byte 49
.byte 22
.byte 39
.byte -125
.byte -80
.byte -77
.byte -10
.byte 51
.byte -90
.byte -20
.byte 26
.byte -44
.byte -39
.byte -121
.byte -7
.byte -31
.byte -28
.byte 66
.byte 52
.byte -41
.byte -10
.byte 1
.byte -48
.byte 71
.byte 3
.byte 59
.byte 95
.byte 89
.byte -44
.byte -76
.byte -121
.byte 123
.byte -72
.byte -100
.byte 123
.byte 121
.byte -69
.byte 16
.byte 52
.byte 42
.byte 57
.byte -114
.byte -77
.byte -95
.byte 10
.byte -27
.byte -33
.byte -62
.byte -19
.byte -25
.byte 25
.byte -48
.byte -54
.byte -26
.byte 35
.byte -34
.byte 45
.byte 91
.byte -19
.byte -63
.byte 101
.byte -18
.byte -33
.byte -37
.byte -92
.byte -41
.byte 31
.byte 30
.byte 98
.byte -15
.byte -112
.byte 106
.byte -38
.byte 85
.byte -63
.byte 16
.byte 59
.byte 20
.byte 70
.byte -44
.byte 113
.byte -97
.byte 17
.byte -36
.byte 126
.byte 120
.byte -7
.byte -104
.byte -14
.byte 40
.byte 44
.byte 90
.byte -60
.byte -4
.byte -19
.byte -8
.byte 101
.byte -115
.byte -80
.byte -122
.byte 15
.byte -25
.byte 58
.byte -98
.byte 49
.byte 31
.byte 70
.byte -38
.byte 99
.byte 100
.byte 2
.byte -100
.byte 36
.byte -120
.byte 22
.byte -65
.byte 74
.byte -107
.byte 71
.byte 79
.byte -128
.byte -59
.byte 119
.byte 97
.byte 68
.byte 32
.byte -33
.byte 98
.byte -11
.byte 96
.byte -16
.byte -34
.byte -71
.byte -74
.byte -12
.byte 79
.byte 96
.byte -126
.byte -57
.byte -125
.byte 26
.byte 4
.byte 100
.byte 127
.byte 13
.byte -102
.byte 63
.byte -55
.byte 34
.byte 4
.byte -4
.byte -108
.byte -33
.byte 56
.byte 53
.byte 72
.byte 86
.byte 112
.byte -66
.byte 72
.byte 6
.byte 90
.byte 108
.byte 126
.byte 13
.byte 53
.byte 106
.byte 6
.byte -59
.byte -22
.byte 26
.byte -49
.byte 33
.byte 15
.byte 120
.byte -2
.byte -57
.byte 58
.byte -56
.byte -48
.byte -10
.byte 111
.byte 116
.byte -86
.byte 44
.byte -106
.byte -48
.byte 111
.byte 34
.byte 110
.byte 63
.byte -105
.byte -7
.byte -124
.byte -82
.byte -42
.byte 104
.byte 117
.byte 72
.byte 64
.byte 46
.byte -111
.byte 28
.byte 48
.byte -78
.byte 82
.byte 20
.byte 8
.byte -43
.byte 99
.byte -33
.byte 117
.byte 120
.byte -12
.byte -120
.byte 18
.byte -18
.byte -127
.byte -40
.byte -36
.byte -74
.byte 34
.byte 91
.byte -60
.byte -102
.byte -57
.byte -89
.byte -39
.byte -60
.byte 32
.byte 11
.byte 73
.byte 93
.byte 57
.byte 115
.byte 108
.byte -59
.byte -11
.byte -70
.byte 4
.byte 39
.byte -14
.byte 44
.byte 70
.byte -34
.byte -115
.byte -95
.byte 39
.byte -8
.byte 60
.byte -90
.byte 125
.byte -34
.byte 59
.byte -81
.byte 53
.byte -96
.byte 63
.byte -115
.byte -2
.byte 12
.byte 79
.byte -46
.byte -77
.byte 13
.byte -38
.byte -99
.byte -24
.byte -7
.byte -78
.byte 96
.byte 115
.byte 58
.byte -91
.byte 8
.byte 100
.byte 59
.byte 78
.byte -85
.byte 68
.byte 19
.byte 74
.byte 68
.byte 117
.byte -112
.byte 101
.byte 64
.byte 78
.byte -2
.byte 13
.byte -70
.byte 42
.byte 8
.byte -94
.byte -80
.byte 22
.byte 117
.byte 59
.byte 100
.byte 12
.byte 119
.byte -59
.byte -78
.byte -16
.byte -3
.byte -58
.byte 112
.byte -92
.byte -86
.byte -83
.byte -36
.byte -77
.byte -59
.byte 23
.byte -110
.byte 51
.byte 55
.byte 109
.byte 117
.byte 44
.byte 89
.byte -53
.byte 76
.byte 60
.byte -17
.byte 74
.byte 124
.byte 108
.byte -8
.byte -125
.byte -77
.byte 82
.byte 105
.byte 63
.byte -88
.byte -85
.byte 68
.byte -70
.byte -41
.byte -53
.byte -93
.byte 52
.byte -85
.byte -121
.byte 47
.byte 30
.byte 74
.byte 70
.byte 86
.byte -12
.byte 113
.byte -10
.byte 107
.byte -36
.byte -83
.byte -114
.byte 114
.byte 58
.byte 98
.byte -25
.byte -85
.byte 74
.byte 63
.byte 16
.byte 102
.byte 86
.byte 108
.byte 25
.byte 38
.byte -64
.byte -10
.byte 67
.byte -128
.byte -65
.byte 73
.byte -79
.byte -108
.byte -116
.byte 60
.byte -2
.byte -126
.byte 84
.byte -33
.byte -47
.byte -111
.byte 39
.byte 117
.byte 27
.byte 123
.byte -81
.byte 49
.byte 114
.byte -15
.byte -106
.byte -110
.byte -79
.byte 75
.byte -111
.byte -95
.byte 54
.byte -57
.byte -82
.byte 7
.byte -23
.byte 42
.byte -92
.byte 74
.byte 92
.byte -110
.byte -30
.byte 22
.byte 125
.byte -115
.byte 2
.byte -42
.byte -117
.byte -112
.byte 105
.byte 59
.byte -21
.byte 35
.byte -105
.byte 13
.byte 71
.byte 33
.byte 83
.byte 12
.byte 80
.byte -110
.byte 105
.byte 8
.byte 36
.byte -116
.byte -127
.byte -56
.byte -34
.byte 93
.byte 65
.byte 124
.byte 4
.byte 6
.byte 93
.byte -127
.byte -104
.byte -97
.byte 12
.byte 37
.byte -33
.byte 110
.byte -44
.byte -72
.byte -98
.byte 112
.byte 105
.byte 29
.byte 51
.byte 33
.byte -16
.byte 90
.byte 9
.byte -37
.byte 70
.byte 118
.byte -102
.byte 8
.byte -93
.byte -34
.byte -59
.byte -59
.byte -59
.byte 51
.byte 47
.byte 64
.byte 45
.byte 4
.byte -123
.byte -47
.byte -48
.byte -89
.byte -50
.byte 25
.byte 124
.byte -73
.byte 27
.byte 10
.byte -15
.byte -16
.byte -78
.byte 52
.byte -86
.byte 46
.byte 117
.byte 46
.byte -1
.byte -62
.byte -1
.byte 112
.byte 89
.byte 40
.byte 24
.byte -67
.byte 6
.byte 112
.byte -109
.byte -44
.byte -55
.byte 121
.byte 75
.byte -104
.byte 1
.byte 21
.byte -27
.byte -24
.byte 93
.byte -102
.byte 96
.byte 78
.byte -81
.byte -60
.byte -56
.byte 45
.byte 90
.byte -81
.byte 12
.byte -77
.byte -122
.byte -53
.byte 14
.byte -61
.byte -9
.byte 23
.byte -118
.byte 24
.byte -5
.byte -41
.byte -74
.byte -20
.byte 107
.byte -88
.byte 9
.byte 11
.byte 41
.byte 123
.byte 78
.byte 2
.byte 120
.byte -120
.byte 105
.byte 34
.byte 51
.byte -49
.byte 107
.byte -51
.byte 15
.byte -59
.byte -72
.byte 20
.byte -41
.byte -112
.byte 122
.byte 40
.byte -98
.byte -76
.byte -120
.byte 15
.byte -77
.byte -125
.byte -100
.byte -126
.byte -93
.byte -34
.byte -17
.byte -93
.byte -86
.byte 52
.byte 100
.byte -107
.byte 29
.byte -110
.byte 0
.byte 87
.byte 96
.byte 23
.byte 86
.byte 81
.byte -72
.byte 60
.byte -106
.byte -97
.byte -121
.byte -86
.byte 77
.byte -99
.byte 21
.byte 103
.byte -37
.byte 24
.byte -99
.byte 41
.byte 69
.byte -62
.byte -67
.byte -18
.byte 19
.byte 109
.byte -42
.byte -32
.byte -83
.byte -37
.byte 14
.byte 122
.byte -60
.byte 35
.byte 110
.byte -103
.byte -112
.byte -64
.byte -18
.byte 71
.byte -112
.byte 106
.byte -128
.byte -36
.byte -24
.byte 42
.byte 81
.byte -69
.byte -46
.byte 40
.byte 10
.byte 111
.byte -20
.byte 119
.byte -95
.byte -90
.byte -4
.byte 12
.byte 31
.byte -108
.byte -6
.byte 28
.byte -53
.byte 34
.byte -35
.byte 36
.byte -43
.byte -126
.byte 87
.byte 9
.byte 70
.byte -80
.byte 125
.byte -61
.byte -79
.byte -95
.byte 20
.byte 74
.byte 31
.byte 45
.byte 99
.byte 65
.byte -81
.byte 75
.byte 19
.byte -17
.byte 108
.byte -63
.byte 44
.byte 112
.byte -96
.byte 88
.byte -118
.byte 39
.byte 99
.byte 87
.byte -37
.byte -94
.byte 40
.byte 110
.byte 73
.byte -46
.byte 26
.byte -24
.byte 56
.byte -36
.byte -56
.byte -92
.byte 93
.byte -7
.byte 12
.byte 87
.byte 71
.byte -67
.byte -21
.byte -12
.byte -123
.byte -105
.byte 69
.byte -60
.byte 104
.byte -79
.byte -62
.byte 105
.byte 11
.byte -60
.byte -99
.byte -17
.byte 35
.byte 104
.byte -41
.byte -6
.byte 26
.byte -90
.byte -31
.byte 127
.byte 42
.byte 59
.byte 94
.byte -37
.byte -38
.byte 28
.byte 17
.byte -64
.byte 107
.byte -69
.byte 49
.byte -111
.byte 53
.byte -102
.byte -72
.byte 52
.byte 27
.byte 72
.byte 115
.byte -113
.byte 14
.byte -47
.byte -75
.byte 8
.byte 101
.byte 16
.byte 39
.byte 72
.byte 77
.byte -46
.byte 26
.byte 48
.byte 8
.byte 113
.byte -89
.byte 116
.byte 119
.byte -67
.byte -117
.byte 90
.byte 80
.byte 25
.byte 63
.byte -106
.byte -48
.byte -36
.byte 1
.byte 44
.byte -40
.byte 25
.byte -117
.byte -127
.byte 126
.byte -116
.byte -4
.byte 1
.byte 114
.byte -16
.byte 122
.byte 60
.byte 27
.byte 67
.byte -37
.byte -54
.byte 46
.byte 47
.byte -98
.byte 20
.byte -27
.byte -30
.byte -126
.byte -116
.byte 120
.byte 109
.byte 124
.byte -73
.byte -118
.byte 125
.byte 101
.byte 104
.byte 41
.byte 18
.byte 60
.byte 4
.byte -112
.byte 35
.byte -127
.byte 25
.byte -2
.byte 49
.byte 123
.byte 109
.byte 24
.byte -11
.byte -104
.byte -28
.byte 89
.byte 12
.byte -72
.byte 118
.byte -122
.byte 87
.byte 79
.byte 83
.byte 59
.byte -56
.byte 67
.byte -29
.byte 95
.byte -93
.byte 115
.byte -102
.byte 22
.byte -14
.byte 125
.byte -128
.byte 66
.byte 95
.byte -28
.byte 13
.byte 68
.byte -87
.byte -18
.byte -107
.byte 110
.byte -98
.byte -39
.byte 18
.byte 123
.byte -39
.byte 112
.byte 41
.byte -88
.byte -19
.byte 29
.byte 89
.byte -88
.byte -67
.byte 24
.byte 113
.byte 125
.byte -7
.byte 45
.byte -36
.byte -76
.byte 77
.byte -78
.byte 104
.byte -111
.byte 34
.byte 7
.byte 79
.byte 91
.byte 66
.byte 25
.byte -75
.byte 63
.byte -128
.byte 37
.byte 44
.byte -42
.byte -47
.byte 36
.byte 15
.byte 26
.byte -72
.byte 64
.byte 20
.byte 6
.byte 119
.byte 90
.byte -105
.byte 28
.byte 102
.byte -58
.byte -24
.byte -44
.byte -21
.byte -27
.byte -80
.byte -107
.byte -111
.byte -119
.byte 53
.byte 27
.byte 75
.byte 109
.byte 60
.byte -83
.byte 71
.byte 15
.byte -13
.byte -49
.byte 17
.byte 120
.byte 94
.byte -90
.byte 75
.byte 82
.byte -104
.byte 45
.byte -63
.byte 99
.byte -43
.byte 89
.byte 18
.byte -127
.byte -28
.byte 10
.byte 22
.byte 61
.byte 2
.byte -101
.byte -127
.byte -34
.byte 115
.byte -54
.byte -63
.byte 11
.byte 34
.byte 48
.byte -27
.byte 105
.byte 42
.byte -99
.byte 33
.byte -112
.byte -85
.byte 1
.byte 11
.byte 120
.byte 48
.byte 71
.byte -62
.byte -100
.byte -98
.byte 107
.byte -128
.byte -7
.byte -22
.byte 7
.byte -35
.byte -59
.byte -33
.byte 61
.byte 6
.byte -105
.byte 69
.byte 43
.byte -62
.byte 23
.byte 21
.byte -80
.byte -53
.byte 5
.byte 61
.byte 45
.byte 27
.byte 115
.byte -55
.byte -52
.byte 84
.byte 47
.byte -47
.byte -35
.byte -17
.byte 39
.byte -44
.byte 10
.byte -100
.byte 114
.byte -59
.byte 47
.byte 12
.byte 87
.byte -58
.byte -113
.byte -78
.byte 62
.byte -26
.byte 106
.byte -89
.byte 7
.byte 63
.byte -40
.byte -30
.byte 38
.byte 5
.byte -1
.byte -120
.byte 31
.byte 32
.byte -11
.byte -54
.byte -35
.byte -76
.byte 90
.byte 78
.byte 123
.byte -74
.byte -47
.byte -126
.byte -35
.byte -20
.byte 33
.byte -51
.byte 117
.byte 54
.byte -111
.byte -117
.byte 108
.byte -127
.byte -79
.byte -97
.byte -97
.byte 65
.byte -41
.byte 107
.byte -94
.byte -88
.byte -64
.byte -47
.byte 53
.byte -48
.byte -69
.byte 101
.byte 66
.byte 77
.byte 37
.byte -75
.byte 85
.byte 64
.byte 3
.byte -108
.byte 61
.byte 25
.byte 26
.byte 53
.byte -57
.byte -101
.byte 86
.byte 11
.byte 1
.byte -24
.byte 32
.byte 37
.byte -100
.byte -121
.byte -114
.byte 110
.byte 85
.byte 8
.byte 101
.byte 120
.byte 17
.byte -13
.byte 53
.byte -41
.byte -54
.byte 95
.byte -119
.byte 116
.byte 19
.byte 51
.byte -50
.byte 15
.byte 74
.byte 48
.byte 18
.byte -39
.byte 38
.byte 66
.byte 93
.byte -107
.byte -60
.byte -25
.byte -17
.byte -51
.byte -71
.byte 11
.byte 69
.byte -88
.byte 45
.byte 96
.byte -122
.byte -83
.byte -78
.byte -58
.byte 16
.byte 99
.byte -121
.byte 12
.byte -18
.byte 0
.byte 95
.byte 58
.byte -109
.byte -25
.byte -90
.byte 17
.byte -21
.byte 10
.byte 29
.byte 112
.byte -101
.byte -40
.byte 115
.byte -112
.byte 94
.byte 16
.byte 24
.byte -6
.byte -54
.byte -42
.byte -34
.byte -77
.byte -74
.byte -99
.byte 117
.byte -60
.byte -126
.byte 38
.byte 89
.byte -126
.byte -51
.byte 127
.byte 74
.byte -113
.byte 20
.byte -83
.byte -75
.byte 57
.byte 84
.byte 45
.byte 33
.byte 51
.byte -92
.byte -85
.byte 81
.byte -123
.byte -93
.byte -24
.byte 124
.byte 115
.byte -1
.byte 7
.byte 87
.byte -115
.byte -19
.byte 100
.byte -33
.byte 87
.byte 119
.byte -96
.byte -61
.byte 45
.byte -81
.byte 64
.byte 126
.byte 120
.byte 81
.byte -20
.byte 91
.byte 20
.byte -29
.byte -33
.byte -24
.byte -110
.byte -117
.byte 120
.byte -20
.byte -38
.byte -63
.byte -52
.byte 9
.byte 81
.byte 6
.byte 58
.byte 60
.byte 120
.byte 98
.byte 42
.byte 56
.byte 125
.byte -53
.byte 102
.byte 87
.byte 31
.byte -24
.byte 121
.byte -33
.byte 122
.byte 8
.byte -22
.byte 32
.byte 32
.byte 67
.byte -51
.byte 20
.byte 60
.byte 80
.byte -100
.byte -42
.byte -3
.byte 83
.byte -37
.byte -122
.byte -48
.byte -125
.byte 83
.byte -112
.byte -21
.byte -9
.byte -67
.byte -119
.byte -41
.byte 59
.byte 36
.byte 82
.byte 104
.byte 111
.byte 122
.byte -63
.byte 1
.byte -31
.byte -38
.byte 17
.byte 56
.byte 42
.byte 125
.byte 2
.byte -23
.byte 44
.byte -46
.byte -95
.byte -38
.byte -38
.byte 20
.byte -124
.byte -96
.byte -3
.byte -1
.byte 62
.byte -75
.byte 114
.byte -127
.byte -36
.byte -53
.byte 52
.byte 15
.byte -19
.byte -61
.byte 25
.byte 15
.byte 63
.byte -120
.byte 27
.byte 79
.byte -63
.byte -29
.byte -26
.byte -94
.byte -91
.byte -95
.byte -11
.byte 56
.byte -128
.byte 103
.byte 103
.byte 88
.byte -55
.byte -21
.byte -33
.byte 109
.byte -43
.byte 103
.byte -109
.byte 54
.byte -72
.byte 29
.byte -37
.byte -66
.byte -103
.byte 68
.byte -3
.byte 92
.byte 56
.byte -125
.byte -75
.byte -2
.byte 54
.byte 120
.byte 60
.byte -128
.byte -2
.byte 19
.byte 126
.byte -46
.byte -78
.byte 75
.byte 11
.byte -22
.byte 71
.byte -3
.byte 33
.byte -93
.byte -114
.byte -91
.byte -26
.byte 74
.byte -126
.byte 14
.byte 125
.byte -72
.byte 14
.byte 7
.byte -113
.byte -110
.byte 121
.byte 11
.byte 44
.byte 37
.byte -90
.byte -38
.byte 66
.byte 66
.byte -54
.byte 18
.byte 35
.byte -43
.byte 3
.byte 2
.byte 72
.byte 80
.byte 29
.byte 33
.byte 16
.byte -119
.byte -112
.byte -8
.byte -84
.byte -75
.byte -10
.byte 101
.byte 71
.byte -46
.byte -114
.byte 10
.byte 114
.byte -1
.byte 113
.byte 120
.byte 47
.byte 124
.byte 4
.byte -84
.byte -98
.byte -100
.byte -24
.byte -3
.byte 24
.byte -104
.byte 12
.byte -80
.byte 9
.byte 83
.byte -99
.byte -114
.byte -86
.byte 63
.byte -14
.byte 14
.byte 40
.byte 68
.byte -87
.byte -110
.byte -81
.byte -3
.byte -86
.byte 108
.byte -97
.byte -8
.byte -112
.byte -58
.byte -75
.byte -81
.byte -92
.byte -85
.byte 105
.byte 45
.byte 114
.byte 15
.byte -116
.byte -63
.byte -76
.byte 43
.byte -125
.byte 71
.byte -28
.byte -127
.byte -87
.byte -10
.byte -72
.byte -127
.byte -96
.byte -115
.byte -39
.byte -2
.byte 55
.byte 72
.byte -118
.byte -106
.byte 7
.byte 83
.byte -77
.byte 107
.byte 87
.byte -32
.byte -55
.byte -63
.byte -126
.byte 32
.byte -24
.byte 77
.byte 11
.byte -59
.byte -2
.byte 15
.byte -7
.byte 73
.byte 98
.byte -126
.byte -65
.byte 55
.byte -96
.byte -31
.byte -57
.byte 73
.byte 108
.byte 46
.byte 122
.byte 17
.byte 47
.byte -85
.byte 3
.byte -108
.byte 45
.byte -70
.byte 77
.byte 10
.byte -38
.byte -80
.byte -60
.byte -126
.byte 112
.byte -29
.byte -95
.byte -125
.byte -39
.byte -16
.byte 52
.byte -73
.byte -125
.byte 111
.byte -57
.byte -5
.byte -44
.byte 123
.byte 125
.byte -57
.byte -2
.byte -8
.byte -31
.byte 122
.byte -68
.byte -32
.byte -1
.byte 49
.byte -80
.byte -69
.byte -77
.byte -84
.byte -72
.byte 83
.byte -104
.byte -110
.byte -45
.byte 29
.byte 78
.byte 35
.byte -21
.byte -83
.byte 68
.byte -73
.byte 45
.byte -104
.byte -73
.byte 18
.byte -23
.byte 124
.byte 89
.byte 117
.byte -118
.byte 113
.byte -117
.byte -110
.byte 90
.byte -117
.byte -106
.byte 40
.byte 59
.byte -41
.byte -45
.byte 92
.byte 112
.byte 25
.byte 72
.byte -16
.byte -59
.byte 28
.byte -120
.byte 127
.byte 20
.byte 111
.byte -86
.byte 74
.byte 106
.byte 28
.byte -25
.byte 26
.byte 94
.byte 35
.byte -48
.byte 32
.byte 1
.byte 124
.byte 46
.byte 121
.byte -115
.byte 124
.byte -121
.byte -49
.byte -20
.byte 29
.byte -96
.byte 81
.byte -62
.byte 104
.byte -83
.byte 53
.byte 29
.byte -22
.byte -49
.byte 20
.byte 20
.byte -88
.byte 117
.byte -41
.byte -89
.byte -30
.byte 49
.byte 41
.byte 0
.byte -16
.byte 118
.byte 122
.byte -48
.byte 127
.byte -125
.byte 41
.byte 66
.byte 1
.byte 38
.byte 54
.byte -17
.byte -19
.byte -67
.byte 49
.byte 26
.byte 12
.byte -76
.byte -23
.byte -68
.byte -107
.byte -66
.byte -41
.byte -31
.byte -117
.byte 122
.byte -45
.byte 35
.byte -47
.byte -19
.byte -69
.byte 56
.byte 29
.byte -54
.byte -120
.byte -104
.byte 55
.byte 126
.byte 44
.byte -63
.byte 113
.byte -76
.byte -12
.byte -95
.byte 114
.byte -19
.byte 34
.byte -55
.byte -75
.byte -67
.byte 2
.byte -90
.byte 38
.byte 74
.byte 74
.byte -14
.byte -39
.byte -52
.byte 59
.byte -41
.byte 37
.byte -10
.byte 38
.byte 110
.byte 31
.byte -91
.byte 52
.byte -109
.byte 17
.byte -67
.byte -14
.byte 11
.byte -30
.byte -115
.byte 95
.byte -40
.byte 114
.byte -65
.byte 113
.byte 76
.byte -50
.byte -98
.byte -51
.byte -120
.byte 6
.byte -31
.byte -105
.byte -112
.byte -114
.byte -32
.byte -30
.byte 66
.byte -116
.byte 120
.byte -41
.byte 47
.byte -128
.byte 74
.byte -87
.byte 4
.byte -63
.byte -17
.byte 118
.byte -29
.byte 51
.byte 63
.byte -107
.byte 60
.byte 31
.byte 111
.byte -105
.byte 60
.byte -103
.byte -62
.byte 117
.byte -56
.byte 28
.byte 105
.byte -112
.byte -127
.byte 84
.byte 63
.byte 124
.byte 25
.byte -77
.byte 66
.byte 70
.byte 110
.byte -56
.byte -115
.byte 127
.byte -44
.byte -109
.byte 47
.byte 85
.byte 122
.byte -15
.byte 82
.byte -67
.byte -13
.byte 100
.byte -106
.byte -81
.byte -127
.byte -65
.byte -126
.byte -69
.byte 21
.byte 29
.byte 111
.byte -85
.byte 65
.byte -118
.byte -3
.byte -7
.byte 82
.byte -59
.byte -95
.byte -100
.byte 32
.byte -54
.byte 58
.byte -25
.byte 3
.byte 98
.byte -100
.byte -101
.byte 80
.byte -9
.byte -68
.byte -19
.byte 76
.byte -26
.byte 26
.byte 119
.byte 2
.byte 127
.byte -95
.byte -30
.byte 92
.byte -57
.byte -14
.byte -98
.byte 119
.byte -47
.byte 119
.byte 91
.byte 95
.byte -13
.byte -127
.byte 25
.byte -29
.byte 75
.byte 17
.byte 25
.byte -46
.byte 73
.byte -106
.byte -38
.byte -95
.byte 80
.byte -112
.byte 64
.byte -76
.byte 45
.byte -35
.byte -2
.byte -120
.byte 50
.byte 58
.byte 30
.byte -35
.byte -15
.byte 11
.byte -5
.byte -67
.byte -117
.byte -53
.byte 103
.byte -3
.byte 19
.byte -102
.byte 59
.byte 89
.byte 1
.byte 10
.byte -97
.byte -101
.byte 92
.byte -32
.byte -78
.byte 81
.byte 104
.byte 74
.byte 107
.byte -9
.byte 25
.byte -42
.byte -32
.byte 121
.byte -44
.byte -74
.byte 24
.byte 34
.byte -76
.byte 47
.byte 76
.byte 97
.byte 10
.byte -60
.byte -16
.byte -17
.byte 48
.byte 95
.byte -127
.byte 23
.byte -96
.byte 97
.byte -112
.byte 74
.byte 66
.byte 73
.byte 43
.byte 81
.byte -1
.byte 25
.byte 41
.byte 6
.byte 74
.byte 32
.byte -32
.byte -122
.byte 84
.byte 71
.byte -42
.byte 63
.byte 57
.byte 116
.byte -61
.byte -96
.byte 63
.byte -115
.byte -47
.byte 26
.byte 112
.byte 75
.byte 45
.byte 4
.byte 10
.byte -104
.byte -85
.byte 25
.byte -27
.byte -24
.byte 36
.byte -112
.byte 47
.byte -121
.byte -16
.byte -86
.byte -75
.byte -5
.byte -47
.byte -99
.byte -88
.byte 88
.byte 53
.byte -79
.byte -6
.byte 112
.byte 97
.byte -95
.byte 99
.byte -106
.byte -46
.byte 75
.byte 124
.byte 7
.byte -13
.byte -19
.byte -39
.byte -41
.byte -88
.byte -27
.byte 32
.byte 124
.byte -38
.byte -29
.byte -22
.byte 112
.byte -23
.byte -118
.byte 102
.byte 51
.byte -78
.byte -82
.byte -23
.byte -116
.byte 45
.byte 97
.byte -98
.byte 97
.byte 85
.byte 72
.byte -18
.byte -59
.byte 73
.byte -99
.byte -85
.byte 26
.byte -84
.byte 39
.byte 93
.byte -5
.byte -17
.byte 39
.byte 74
.byte -97
.byte -6
.byte 79
.byte -26
.byte -27
.byte -82
.byte -112
.byte 3
.byte -35
.byte -35
.byte -98
.byte 113
.byte 29
.byte -71
.byte -3
.byte 109
.byte -73
.byte -49
.byte -8
.byte -107
.byte -114
.byte -3
.byte 126
.byte -15
.byte -53
.byte -100
.byte 82
.byte 97
.byte -11
.byte 29
.byte -103
.byte 11
.byte 8
.byte 44
.byte 29
.byte 41
.byte -40
.byte -115
.byte 57
.byte 91
.byte 107
.byte -30
.byte 116
.byte 1
.byte -65
.byte 6
.byte 54
.byte -89
.byte 3
.byte 125
.byte -28
.byte 65
.byte -32
.byte -117
.byte 74
.byte -110
.byte -49
.byte 6
.byte -14
.byte -25
.byte -101
.byte 108
.byte -33
.byte -110
.byte -33
.byte -116
.byte -48
.byte 53
.byte -62
.byte 72
.byte 101
.byte 44
.byte -58
.byte 1
.byte 102
.byte 36
.byte -7
.byte 97
.byte 104
.byte 122
.byte -72
.byte 9
.byte -104
.byte -47
.byte 45
.byte 19
.byte 17
.byte 116
.byte -122
.byte -86
.byte 71
.byte -43
.byte 25
.byte 105
.byte -94
.byte 107
.byte 56
.byte 75
.byte 114
.byte -78
.byte 91
.byte 10
.byte -39
.byte 63
.byte -76
.byte 106
.byte -15
.byte -79
.byte 29
.byte 18
.byte -12
.byte 28
.byte 76
.byte -122
.byte -10
.byte -56
.byte 102
.byte -106
.byte 79
.byte -88
.byte -36
.byte -115
.byte -113
.byte 13
.byte -3
.byte 47
.byte 55
.byte 108
.byte -4
.byte 77
.byte -102
.byte -8
.byte -119
.byte 50
.byte -114
.byte -123
.byte 12
.byte 17
.byte -76
.byte -62
.byte -80
.byte -24
.byte -39
.byte -106
.byte 1
.byte -49
.byte 35
.byte 42
.byte 81
.byte -23
.byte 17
.byte -65
.byte 78
.byte 79
.byte 102
.byte 36
.byte 117
.byte -90
.byte 91
.byte -47
.byte 122
.byte 48
.byte 75
.byte -24
.byte -95
.byte 101
.byte -12
.byte 16
.byte 59
.byte -58
.byte -7
.byte -66
.byte 124
.byte -69
.byte -117
.byte 6
.byte 104
.byte 31
.byte 121
.byte -29
.byte -92
.byte 103
.byte 123
.byte -118
.byte 4
.byte -9
.byte -78
.byte -39
.byte 99
.byte -46
.byte -10
.byte 44
.byte 108
.byte 112
.byte 71
.byte -67
.byte -42
.byte 113
.byte -17
.byte -29
.byte -33
.byte -124
.byte 109
.byte -93
.byte -102
.byte 4
.byte -12
.byte 51
.byte -23
.byte -32
.byte 55
.byte 124
.byte 123
.byte -124
.byte 62
.byte -17
.byte 61
.byte 111
.byte 36
.byte 31
.byte -126
.byte 81
.byte 82
.byte 80
.byte -36
.byte 9
.byte -117
.byte 124
.byte -80
.byte -123
.byte -83
.byte 111
.byte -24
.byte -22
.byte -89
.byte -6
.byte 116
.byte 79
.byte -108
.byte 111
.byte 100
.byte -19
.byte -83
.byte 20
.byte 87
.byte 70
.byte -48
.byte 59
.byte -62
.byte -75
.byte 36
.byte 56
.byte 28
.byte -7
.byte -56
.byte 63
.byte 11
.byte 27
.byte 64
.byte 106
.byte 88
.byte 73
.byte -107
.byte -70
.byte -99
.byte -85
.byte -77
.byte -10
.byte -20
.byte 12
.byte 126
.byte 57
.byte 78
.byte 73
.byte -85
.byte 15
.byte 2
.byte -109
.byte -41
.byte 46
.byte -115
.byte 79
.byte 65
.byte -32
.byte 94
.byte 126
.byte -43
.byte -60
.byte -109
.byte -39
.byte -107
.byte -13
.byte -22
.byte -66
.byte 56
.byte 126
.byte -83
.byte -29
.byte -1
.byte -50
.byte 58
.byte -111
.byte -14
.byte 106
.byte -4
.byte 86
.byte 6
.byte 11
.byte 21
.byte 4
.byte -33
.byte 88
.byte -90
.byte -14
.byte 64
.byte 53
.byte -74
.byte -115
.byte -12
.byte -105
.byte -126
.byte -87
.byte -16
.byte 13
.byte 98
.byte 48
.byte -45
.byte 71
.byte -42
.byte -13
.byte 91
.byte 122
.byte -57
.byte 57
.byte 105
.byte 4
.byte -58
.byte -123
.byte 120
.byte -121
.byte -119
.byte 42
.byte 24
.byte -14
.byte -104
.byte 107
.byte -53
.byte -20
.byte -104
.byte 106
.byte -37
.byte -69
.byte -18
.byte -121
.byte -93
.byte 116
.byte 95
.byte 80
.byte -49
.byte 77
.byte -32
.byte 39
.byte 46
.byte 22
.byte 65
.byte -63
.byte 23
.byte -3
.byte 14
.byte 19
.byte 112
.byte 46
.byte 73
.byte -8
.byte 56
.byte 122
.byte -25
.byte 26
.byte -7
.byte -2
.byte 48
.byte -38
.byte -56
.byte -64
.byte 119
.byte -123
.byte -128
.byte -51
.byte -78
.byte 115
.byte -7
.byte -2
.byte -93
.byte -75
.byte -114
.byte 54
.byte 50
.byte 67
.byte 110
.byte -92
.byte 91
.byte 42
.byte -102
.byte 114
.byte 98
.byte 79
.byte 51
.byte 53
.byte -109
.byte 50
.byte 4
.byte -19
.byte -117
.byte -93
.byte -110
.byte 110
.byte -19
.byte -115
.byte 104
.byte 103
.byte 17
.byte -33
.byte -124
.byte -10
.byte -103
.byte -56
.byte 30
.byte -14
.byte -52
.byte 37
.byte 45
.byte 1
.byte 85
.byte 85
.byte 23
.byte -103
.byte 2
.byte -19
.byte -81
.byte 61
.byte -29
.byte 102
.byte -83
.byte -45
.byte 60
.byte -92
.byte -126
.byte -13
.byte -117
.byte 60
.byte 24
.byte -69
.byte -84
.byte -81
.byte 114
.byte -76
.byte 70
.byte -120
.byte -15
.byte -64
.byte -74
.byte -17
.byte -93
.byte 2
.byte -51
.byte -38
.byte 87
.byte -49
.byte 92
.byte 38
.byte 14
.byte 79
.byte -64
.byte -104
.byte -35
.byte -89
.byte -26
.byte -30
.byte 119
.byte -58
.byte -72
.byte 2
.byte -4
.byte 18
.byte -92
.byte 37
.byte -128
.byte -14
.byte 91
.byte 52
.byte -81
.byte -5
.byte -92
.byte -98
.byte 93
.byte 8
.byte -3
.byte -59
.byte 9
.byte -123
.byte -49
.byte 89
.byte -81
.byte -127
.byte 3
.byte -93
.byte -43
.byte -70
.byte -45
.byte 23
.byte -30
.byte -37
.byte 76
.byte -82
.byte -40
.byte 36
.byte -104
.byte 30
.byte -77
.byte -103
.byte -25
.byte -21
.byte -107
.byte -21
.byte -100
.byte -107
.byte -47
.byte 92
.byte 12
.byte 122
.byte 125
.byte 28
.byte 51
.byte 52
.byte 116
.byte -83
.byte -19
.byte -96
.byte -54
.byte 66
.byte -82
.byte -63
.byte 77
.byte 105
.byte -105
.byte -50
.byte 85
.byte 28
.byte 21
.byte -17
.byte 27
.byte 36
.byte -86
.byte 25
.byte -51
.byte 14
.byte 119
.byte -73
.byte 31
.byte -117
.byte -63
.byte 93
.byte -26
.byte -79
.byte 83
.byte 15
.byte 105
.byte 95
.byte -54
.byte -60
.byte -27
.byte -39
.byte 96
.byte -25
.byte 88
.byte 86
.byte -107
.byte 89
.byte 20
.byte 124
.byte 13
.byte -89
.byte 80
.byte 84
.byte -44
.byte -57
.byte 118
.byte 50
.byte 38
.byte -76
.byte -54
.byte 107
.byte 115
.byte -46
.byte -20
.byte -56
.byte -17
.byte 20
.byte 56
.byte 47
.byte 5
.byte -102
.byte -125
.byte -120
.byte -8
.byte -13
.byte -31
.byte 71
.byte -48
.byte 61
.byte -112
.byte -101
.byte 9
.byte 40
.byte -31
.byte 35
.byte -111
.byte -48
.byte 37
.byte -122
.byte 81
.byte -94
.byte -102
.byte -122
.byte -75
.byte 99
.byte 43
.byte -127
.byte -14
.byte -114
.byte -76
.byte 12
.byte -29
.byte -53
.byte -66
.byte 73
.byte -107
.byte 67
.byte 64
.byte 63
.byte 19
.byte -125
.byte 31
.byte -87
.byte -62
.byte 110
.byte 88
.byte -9
.byte 64
.byte 0
.byte -36
.byte -106
.byte -78
.byte -77
.byte -2
.byte -117
.byte -107
.byte 75
.byte 69
.byte 21
.byte 72
.byte -29
.byte -14
.byte 85
.byte -61
.byte 83
.byte 95
.byte -50
.byte -40
.byte -18
.byte 39
.byte 94
.byte 27
.byte 54
.byte -37
.byte -126
.byte -79
.byte -101
.byte -90
.byte 7
.byte 78
.byte 28
.byte 77
.byte 102
.byte -30
.byte -121
.byte 72
.byte -56
.byte 78
.byte -92
.byte -50
.byte -50
.byte -52
.byte 70
.byte 119
.byte 35
.byte 78
.byte -93
.byte -32
.byte 76
.byte 113
.byte 20
.byte 13
.byte 47
.byte 75
.byte -80
.byte 35
.byte 4
.byte 109
.byte 122
.byte 72
.byte 80
.byte -47
.byte -61
.byte 34
.byte -29
.byte -65
.byte 109
.byte -5
.byte -55
.byte -53
.byte 6
.byte 12
.byte -56
.byte -6
.byte 6
.byte 64
.byte -56
.byte -29
.byte 15
.byte 25
.byte -81
.byte -76
.byte 3
.byte 116
.byte -122
.byte 26
.byte 1
.byte -87
.byte -39
.byte 5
.byte 88
.byte 27
.byte 12
.byte -48
.byte 114
.byte 37
.byte 16
.byte 59
.byte -59
.byte -3
.byte -40
.byte 55
.byte -78
.byte -104
.byte 105
.byte 94
.byte -40
.byte -41
.byte -35
.byte 102
.byte -13
.byte 64
.byte 56
.byte 72
.byte 86
.byte -16
.byte -16
.byte 62
.byte -89
.byte -71
.byte 119
.byte -76
.byte -33
.byte 111
.byte -23
.byte 114
.byte 24
.byte 84
.byte -12
.byte 112
.byte 5
.byte -93
.byte 112
.byte 52
.byte -43
.byte 7
.byte -102
.byte -56
.byte -22
.byte -96
.byte -96
.byte 22
.byte 5
.byte 5
.byte -125
.byte -12
.byte -7
.byte 120
.byte 70
.byte 0
.byte 9
.byte 52
.byte 69
.byte 118
.byte 38
.byte -84
.byte -34
.byte -35
.byte 2
.byte -31
.byte 124
.byte 89
.byte -20
.byte -57
.byte -61
.byte 112
.byte -50
.byte -10
.byte 24
.byte -16
.byte -9
.byte -19
.byte -4
.byte 15
.byte -117
.byte 91
.byte 32
.byte -43
.byte 49
.byte -13
.byte -87
.byte -102
.byte 67
.byte -115
.byte -62
.byte -73
.byte -63
.byte 36
.byte 14
.byte 99
.byte 65
.byte 75
.byte -53
.byte 20
.byte 59
.byte -10
.byte -119
.byte -98
.byte 112
.byte -22
.byte 116
.byte -122
.byte 49
.byte 38
.byte -64
.byte -115
.byte -123
.byte -78
.byte 98
.byte 21
.byte 2
.byte 21
.byte 0
.byte 45
.byte -64
.byte 104
.byte -54
.byte -81
.byte 126
.byte 45
.byte 10
.byte 64
.byte -48
.byte -76
.byte 33
.byte -100
.byte -70
.byte 75
.byte -33
.byte 45
.byte -7
.byte 70
.byte -44
.byte 91
.byte -66
.byte 24
.byte 35
.byte 74
.byte 94
.byte 75
.byte 43
.byte 95
.byte -8
.byte -101
.byte -107
.byte -79
.byte -29
.byte -88
.byte -87
.byte 35
.byte 56
.byte 75
.byte -37
.byte 41
.byte -89
.byte 109
.byte 29
.byte -92
.byte -19
.byte 58
.byte -47
.byte -86
.byte -56
.byte 116
.byte 104
.byte 97
.byte -29
.byte 62
.byte 112
.byte 0
.byte 84
.byte 28
.byte 121
.byte -125
.byte 79
.byte 3
.byte -117
.byte 4
.byte -79
.byte -121
.byte 85
.byte -36
.byte 13
.byte 34
.byte 73
.byte 17
.byte 88
.byte -16
.byte -127
.byte 24
.byte -59
.byte 119
.byte -89
.byte -122
.byte 35
.byte 50
.byte 105
.byte -105
.byte 106
.byte 54
.byte 22
.byte -65
.byte -7
.byte 88
.byte -29
.byte 124
.byte -88
.byte 2
.byte 32
.byte 108
.byte -85
.byte -40
.byte -73
.byte -73
.byte -97
.byte -27
.byte -102
.byte 91
.byte -79
.byte -125
.byte 103
.byte -94
.byte 55
.byte 63
.byte -28
.byte -67
.byte -81
.byte 96
.byte -123
.byte -35
.byte -6
.byte 67
.byte 114
.byte 109
.byte 63
.byte -2
.byte 45
.byte 102
.byte -53
.byte 101
.byte -7
.byte 73
.byte 81
.byte -22
.byte 88
.byte -21
.byte -71
.byte -24
.byte 79
.byte 101
.byte 31
.byte 49
.byte -59
.byte 100
.byte -120
.byte -4
.byte -62
.byte -35
.byte 73
.byte -128
.byte 113
.byte -16
.byte -72
.byte 21
.byte 124
.byte -29
.byte -113
.byte 25
.byte 18
.byte -34
.byte -105
.byte -49
.byte 84
.byte 23
.byte -85
.byte -39
.byte 50
.byte 23
.byte 126
.byte -86
.byte -121
.byte -94
.byte 30
.byte 87
.byte -121
.byte 114
.byte -91
.byte -90
.byte 119
.byte -50
.byte -12
.byte -9
.byte -96
.byte -73
.byte 54
.byte -29
.byte -79
.byte 55
.byte -15
.byte 1
.byte 20
.byte -49
.byte 102
.byte 112
.byte 125
.byte 41
.byte -125
.byte 100
.byte -66
.byte 23
.byte 67
.byte 60
.byte -79
.byte 22
.byte 90
.byte -106
.byte 125
.byte 3
.byte -42
.byte 30
.byte -10
.byte 113
.byte -35
.byte -114
.byte 60
.byte -51
.byte -9
.byte 108
.byte -113
.byte 121
.byte -59
.byte 29
.byte -39
.byte -26
.byte -41
.byte -81
.byte -53
.byte 88
.byte -35
.byte 21
.byte 65
.byte 89
.byte -30
.byte -100
.byte -62
.byte 105
.byte -109
.byte 70
.byte 86
.byte 107
.byte -34
.byte 1
.byte 19
.byte -79
.byte -52
.byte -3
.byte -101
.byte 25
.byte 110
.byte -25
.byte -110
.byte 120
.byte 7
.byte -43
.byte 58
.byte -12
.byte 115
.byte -75
.byte -77
.byte -98
.byte 38
.byte -55
.byte 58
.byte -11
.byte 27
.byte 38
.byte 107
.byte 17
.byte -45
.byte 36
.byte -63
.byte 12
.byte 48
.byte 10
.byte 76
.byte -52
.byte 123
.byte -40
.byte -1
.byte 32
.byte 124
.byte 86
.byte 94
.byte 50
.byte -5
.byte 57
.byte 119
.byte 61
.byte -46
.byte 3
.byte -63
.byte -55
.byte -119
.byte 17
.byte 12
.byte -96
.byte 20
.byte 92
.byte 7
.byte -67
.byte 0
.byte -73
.byte 94
.byte -41
.byte 35
.byte -71
.byte 67
.byte 11
.byte -58
.byte 53
.byte 39
.byte 96
.byte -77
.byte 15
.byte -12
.byte 82
.byte 118
.byte 34
.byte 85
.byte 60
.byte -78
.byte -11
.byte 31
.byte -67
.byte 56
.byte -89
.byte -66
.byte 109
.byte 119
.byte 49
.byte -46
.byte -7
.byte 63
.byte -89
.byte -2
.byte 94
.byte 118
.byte 21
.byte -36
.byte -81
.byte -62
.byte -120
.byte 90
.byte 81
.byte -29
.byte -89
.byte 49
.byte 110
.byte -95
.byte 44
.byte 46
.byte -116
.byte 13
.byte -90
.byte 41
.byte 81
.byte -33
.byte 104
.byte 74
.byte -110
.byte -100
.byte -112
.byte -6
.byte 74
.byte -110
.byte -3
.byte -29
.byte -63
.byte 72
.byte -106
.byte -56
.byte 4
.byte 48
.byte 34
.byte 66
.byte -112
.byte 86
.byte -11
.byte -107
.byte -12
.byte 0
.byte 14
.byte 110
.byte 120
.byte -114
.byte 108
.byte -29
.byte -69
.byte 90
.byte -39
.byte -76
.byte 121
.byte -125
.byte -115
.byte 25
.byte 97
.byte 21
.byte -109
.byte -116
.byte -76
.byte 39
.byte 1
.byte -29
.byte 3
.byte 120
.byte -110
.byte -108
.byte 56
.byte -121
.byte -128
.byte 64
.byte -91
.byte -14
.byte 121
.byte 107
.byte 79
.byte -110
.byte -64
.byte 36
.byte 15
.byte 71
.byte 8
.byte 17
.byte -80
.byte 12
.byte 91
.byte -64
.byte 90
.byte 72
.byte -68
.byte 87
.byte -31
.byte -54
.byte 80
.byte 46
.byte 22
.byte -42
.byte 111
.byte -5
.byte 92
.byte -123
.byte -53
.byte -121
.byte -38
.byte 107
.byte 114
.byte -20
.byte 108
.byte 10
.byte -49
.byte 100
.byte 100
.byte -68
.byte 34
.byte 51
.byte -59
.byte -6
.byte -76
.byte 17
.byte -56
.byte -99
.byte 32
.byte -68
.byte 71
.byte -63
.byte 82
.byte 0
.byte -115
.byte 122
.byte -18
.byte 107
.byte -32
.byte -8
.byte 54
.byte -81
.byte 3
.byte -83
.byte -37
.byte 63
.byte -126
.byte 44
.byte -120
.byte 81
.byte 0
.byte 111
.byte 60
.byte -40
.byte 55
.byte -20
.byte 39
.byte 76
.byte -69
.byte 12
.byte -68
.byte -15
.byte -90
.byte 2
.byte -26
.byte -111
.byte -109
.byte -24
.byte 74
.byte 84
.byte -55
.byte -36
.byte -123
.byte -8
.byte -32
.byte 105
.byte 72
.byte 83
.byte 98
.byte 55
.byte 62
.byte 41
.byte -55
.byte 71
.byte -32
.byte -30
.byte 70
.byte 103
.byte 53
.byte -80
.byte -92
.byte 40
.byte -22
.byte -44
.byte 77
.byte -66
.byte -78
.byte 17
.byte -121
.byte 79
.byte 82
.byte 125
.byte 51
.byte -75
.byte -88
.byte 79
.byte 103
.byte 34
.byte 29
.byte -93
.byte -83
.byte 32
.byte -23
.byte -6
.byte -18
.byte 51
.byte -55
.byte 23
.byte 14
.byte 8
.byte -88
.byte -53
.byte -21
.byte -106
.byte -43
.byte -14
.byte 32
.byte -118
.byte 52
.byte -109
.byte -27
.byte -58
.byte 2
.byte -28
.byte 126
.byte -128
.byte -98
.byte -42
.byte 83
.byte -86
.byte -49
.byte -127
.byte 99
.byte 125
.byte -90
.byte 11
.byte -68
.byte 7
.byte 47
.byte -38
.byte 103
.byte -68
.byte 110
.byte 50
.byte -31
.byte -76
.byte 19
.byte 12
.byte -29
.byte 8
.byte 53
.byte -26
.byte 57
.byte -91
.byte 58
.byte 118
.byte -94
.byte 106
.byte 30
.byte -23
.byte -69
.byte 52
.byte 91
.byte 74
.byte -1
.byte 63
.byte -84
.byte -60
.byte 96
.byte -128
.byte -4
.byte -57
.byte 69
.byte 103
.byte 41
.byte 82
.byte 11
.byte -66
.byte -54
.byte -30
.byte -40
.byte 62
.byte -93
.byte 54
.byte -122
.byte -102
.byte 87
.byte 84
.byte -107
.byte -50
.byte 92
.byte -7
.byte -99
.byte -108
.byte 10
.byte 28
.byte -57
.byte -98
.byte 94
.byte -102
.byte 77
.byte -2
.byte -56
.byte -121
.byte 24
.byte 7
.byte 25
.byte 69
.byte -16
.byte -80
.byte -121
.byte -97
.byte 121
.byte 118
.byte -26
.byte 93
.byte -91
.byte 6
.byte 98
.byte -37
.byte -17
.byte 78
.byte -46
.byte 89
.byte -100
.byte 9
.byte 28
.byte 72
.byte 95
.byte 111
.byte -78
.byte 11
.byte 32
.byte -57
.byte 49
.byte -126
.byte 12
.byte -82
.byte 65
.byte 44
.byte -5
.byte 16
.byte 28
.byte 27
.byte 118
.byte -57
.byte -56
.byte 20
.byte 45
.byte -37
.byte 84
.byte 75
.byte 4
.byte 122
.byte 29
.byte 61
.byte 120
.byte -35
.byte 46
.byte -111
.byte 18
.byte 68
.byte 125
.byte 13
.byte -13
.byte 100
.byte 53
.byte 55
.byte -88
.byte 76
.byte 60
.byte 41
.byte 113
.byte 53
.byte -96
.byte 74
.byte 85
.byte 126
.byte 106
.byte 104
.byte -18
.byte 100
.byte 109
.byte 126
.byte 1
.byte -34
.byte -74
.byte 64
.byte -109
.byte -108
.byte 68
.byte -76
.byte 9
.byte -73
.byte 118
.byte 47
.byte 36
.byte 26
.byte -68
.byte -1
.byte 117
.byte 2
.byte -104
.byte 3
.byte -88
.byte 57
.byte 13
.byte -41
.byte 97
.byte 98
.byte -59
.byte 117
.byte -42
.byte -91
.byte 112
.byte -33
.byte 90
.byte 95
.byte 74
.byte -71
.byte 5
.byte -30
.byte 37
.byte -24
.byte -14
.byte 122
.byte -79
.byte -78
.byte -51
.byte -45
.byte -115
.byte -48
.byte -77
.byte -49
.byte -91
.byte 10
.byte -28
.byte -62
.byte -111
.byte 28
.byte 101
.byte 106
.byte 16
.byte -5
.byte 93
.byte 52
.byte 70
.byte 68
.byte 28
.byte 113
.byte 39
.byte -23
.byte -6
.byte -3
.byte 64
.byte 83
.byte 66
.byte -1
.byte 90
.byte 10
.byte -70
.byte -4
.byte 86
.byte -15
.byte 6
.byte -4
.byte -59
.byte -53
.byte -38
.byte -2
.byte -70
.byte 100
.byte 101
.byte -38
.byte -82
.byte 92
.byte -43
.byte 95
.byte -95
.byte -120
.byte 105
.byte 88
.byte -27
.byte -29
.byte 75
.byte 43
.byte 111
.byte 123
.byte -112
.byte -91
.byte -122
.byte 27
.byte 54
.byte -94
.byte 10
.byte -55
.byte 57
.byte -72
.byte -99
.byte 25
.byte -77
.byte -79
.byte 78
.byte -107
.byte 96
.byte 15
.byte 34
.byte -55
.byte 72
.byte 86
.byte 127
.byte 98
.byte -87
.byte -23
.byte 1
.byte 117
.byte -15
.byte 73
.byte 34
.byte -59
.byte -95
.byte 16
.byte -124
.byte -17
.byte 76
.byte -119
.byte 1
.byte 53
.byte 74
.byte -44
.byte -97
.byte -19
.byte -82
.byte 59
.byte -68
.byte -128
.byte -62
.byte 34
.byte 103
.byte 53
.byte -71
.byte 32
.byte 70
.byte 94
.byte -67
.byte 18
.byte -121
.byte 20
.byte 57
.byte -25
.byte 76
.byte -19
.byte 48
.byte 117
.byte 46
.byte -34
.byte 60
.byte -113
.byte 51
.byte 64
.byte 77
.byte 68
.byte -111
.byte 94
.byte -124
.byte 39
.byte -23
.byte 76
.byte 68
.byte -75
.byte 6
.byte -62
.byte 66
.byte 43
.byte -14
.byte -101
.byte -13
.byte -36
.byte 1
.byte 2
.byte -9
.byte -21
.byte -4
.byte -65
.byte -113
.byte -67
.byte 84
.byte 92
.byte 2
.byte 53
.byte 14
.byte 95
.byte -58
.byte 7
.byte 88
.byte -116
.byte 120
.byte -56
.byte -82
.byte 1
.byte 93
.byte -34
.byte 26
.byte -1
.byte 3
.byte -124
.byte 118
.byte -127
.byte 40
.byte 5
.byte 53
.byte -121
.byte -112
.byte -45
.byte -90
.byte 102
.byte 93
.byte -58
.byte 62
.byte 99
.byte -69
.byte -54
.byte 54
.byte -33
.byte 77
.byte -1
.byte -53
.byte 47
.byte -20
.byte -37
.byte -57
.byte -45
.byte 80
.byte -83
.byte -46
.byte 21
.byte 36
.byte -58
.byte 112
.byte 80
.byte -115
.byte -74
.byte -90
.byte 94
.byte -120
.byte -33
.byte -116
.byte 53
.byte 90
.byte 12
.byte -63
.byte 84
.byte 25
.byte -45
.byte -98
.byte 58
.byte -20
.byte 72
.byte 3
.byte -36
.byte -2
.byte 82
.byte 65
.byte 46
.byte 80
.byte -60
.byte 78
.byte -96
.byte 117
.byte 121
.byte -4
.byte -116
.byte 70
.byte 84
.byte 98
.byte 32
.byte -106
.byte -21
.byte 84
.byte -109
.byte 57
.byte -35
.byte -82
.byte -36
.byte -58
.byte 94
.byte 2
.byte -32
.byte 10
.byte 124
.byte 72
.byte -25
.byte -119
.byte 111
.byte 65
.byte -88
.byte 106
.byte -23
.byte -75
.byte 78
.byte -3
.byte -53
.byte 99
.byte -64
.byte -32
.byte 5
.byte -93
.byte -49
.byte -23
.byte 93
.byte 105
.byte 13
.byte 107
.byte -85
.byte -64
.byte 16
.byte -22
.byte 47
.byte 26
.byte 87
.byte 29
.byte 87
.byte -31
.byte 54
.byte 38
.byte 45
.byte -38
.byte -123
.byte -123
.byte 32
.byte 105
.byte 31
.byte -31
.byte -34
.byte 72
.byte -119
.byte 18
.byte -80
.byte -3
.byte 87
.byte -64
.byte -93
.byte -25
.byte -30
.byte -114
.byte 53
.byte -84
.byte 85
.byte -90
.byte -60
.byte -74
.byte -21
.byte -46
.byte 91
.byte -97
.byte -39
.byte 60
.byte 3
.byte -125
.byte 105
.byte -105
.byte -53
.byte 109
.byte 126
.byte -39
.byte -54
.byte -91
.byte 95
.byte 115
.byte 70
.byte -100
.byte 124
.byte -28
.byte -20
.byte 111
.byte -126
.byte 12
.byte -23
.byte -82
.byte -6
.byte 100
.byte -45
.byte -57
.byte -123
.byte 110
.byte 38
.byte 12
.byte 122
.byte -109
.byte 40
.byte -61
.byte -84
.byte -99
.byte -54
.byte -12
.byte -123
.byte -50
.byte -64
.byte 12
.byte -25
.byte 21
.byte -121
.byte 80
.byte -52
.byte -23
.byte -65
.byte -72
.byte 127
.byte 110
.byte -95
.byte -92
.byte -26
.byte -70
.byte 79
.byte -71
.byte -110
.byte 28
.byte 114
.byte -90
.byte -28
.byte -88
.byte 26
.byte -23
.byte -103
.byte 96
.byte -36
.byte 66
.byte -67
.byte 76
.byte 89
.byte 69
.byte 126
.byte 89
.byte -25
.byte -9
.byte 123
.byte 104
.byte -17
.byte 74
.byte -110
.byte 117
.byte -87
.byte -87
.byte -65
.byte -104
.byte -30
.byte 121
.byte -46
.byte -53
.byte -91
.byte -66
.byte 82
.byte -103
.byte 32
.byte -33
.byte -38
.byte -96
.byte -29
.byte 83
.byte 51
.byte 125
.byte -80
.byte 57
.byte -39
.byte 38
.byte -121
.byte -48
.byte 55
.byte 110
.byte -50
.byte 93
.byte 100
.byte 14
.byte 123
.byte -107
.byte 70
.byte 102
.byte 41
.byte -125
.byte -87
.byte -7
.byte -13
.byte 16
.byte 47
.byte 102
.byte -79
.byte 4
.byte -58
.byte -64
.byte 3
.byte 10
.byte 124
.byte -11
.byte -40
.byte 19
.byte 1
.byte -116
.byte 19
.byte -51
.byte 37
.byte 125
.byte 28
.byte 87
.byte 42
.byte 36
.byte 42
.byte 70
.byte -74
.byte -55
.byte 105
.byte -94
.byte -114
.byte 110
.byte 44
.byte 21
.byte -60
.byte -26
.byte -110
.byte -90
.byte -39
.byte 64
.byte 7
.byte -74
.byte -121
.byte -82
.byte -101
.byte 19
.byte -50
.byte 53
.byte -30
.byte 63
.byte 82
.byte 120
.byte 85
.byte 46
.byte -89
.byte 24
.byte -74
.byte -87
.byte -36
.byte 120
.byte 126
.byte -12
.byte 86
.byte -119
.byte -58
.byte -97
.byte -111
.byte -95
.byte 13
.byte 104
.byte -86
.byte -111
.byte -108
.byte -31
.byte 7
.byte -78
.byte -10
.byte -47
.byte 37
.byte -119
.byte 61
.byte 88
.byte 126
.byte 99
.byte -2
.byte -8
.byte -76
.byte 94
.byte 39
.byte 94
.byte -83
.byte 77
.byte -54
.byte -70
.byte -2
.byte 17
.byte 88
.byte -58
.byte -128
.byte -42
.byte -98
.byte -100
.byte -60
.byte 65
.byte 32
.byte 71
.byte 66
.byte 68
.byte -91
.byte -60
.byte -113
.byte -83
.byte -89
.byte -108
.byte -29
.byte 84
.byte -73
.byte -49
.byte -86
.byte -54
.byte 115
.byte 77
.byte 92
.byte -42
.byte 38
.byte 47
.byte -29
.byte -68
.byte -78
.byte -2
.byte -74
.byte -87
.byte -50
.byte -120
.byte -81
.byte 23
.byte 81
.byte -106
.byte 76
.byte -89
.byte -93
.byte -69
.byte -123
.byte 108
.byte 88
.byte -74
.byte -100
.byte -41
.byte 96
.byte -75
.byte 105
.byte 93
.byte 115
.byte -34
.byte -3
.byte -72
.byte 29
.byte 94
.byte 66
.byte -76
.byte -18
.byte -64
.byte -35
.byte 61
.byte -1
.byte -11
.byte -79
.byte -63
.byte -24
.byte 15
.byte 65
.byte -54
.byte -8
.byte 51
.byte 61
.byte -112
.byte 106
.byte 104
.byte -37
.byte -124
.byte -77
.byte -5
.byte -116
.byte 43
.byte 120
.byte -104
.byte -58
.byte 29
.byte 9
.byte -6
.byte -106
.byte -44
.byte -69
.byte 70
.byte 62
.byte -113
.byte -36
.byte 19
.byte -32
.byte -89
.byte -34
.byte 20
.byte 5
.byte -38
.byte -101
.byte 81
.byte -116
.byte -85
.byte 70
.byte -99
.byte -72
.byte 18
.byte 5
.byte 71
.byte -57
.byte -42
.byte -113
.byte -47
.byte -20
.byte -68
.byte 31
.byte -78
.byte -3
.byte 100
.byte -73
.byte -16
.byte -27
.byte 23
.byte 117
.byte 67
.byte 46
.byte 60
.byte -16
.byte -124
.byte -77
.byte -128
.byte 48
.byte -18
.byte 52
.byte -104
.byte 67
.byte -32
.byte -22
.byte -119
.byte 25
.byte -66
.byte -14
.byte 41
.byte 41
.byte -67
.byte -52
.byte 54
.byte -48
.byte 72
.byte -93
.byte 93
.byte 4
.byte -41
.byte -94
.byte 11
.byte -82
.byte 119
.byte -23
.byte 96
.byte -29
.byte -29
.byte 93
.byte 77
.byte 77
.byte 4
.byte -70
.byte 5
.byte 3
.byte -116
.byte 6
.byte 61
.byte 4
.byte 97
.byte -20
.byte 39
.byte 50
.byte -127
.byte -75
.byte 87
.byte -6
.byte -2
.byte 121
.byte -6
.byte -8
.byte -119
.byte 102
.byte -106
.byte -35
.byte 17
.byte 110
.byte -105
.byte -38
.byte -60
.byte 98
.byte 120
.byte 32
.byte -34
.byte -50
.byte 123
.byte -15
.byte 92
.byte -3
.byte 43
.byte 1
.byte 112
.byte 20
.byte 90
.byte -81
.byte -62
.byte 98
.byte -35
.byte -18
.byte -57
.byte -96
.byte 76
.byte 7
.byte 53
.byte -91
.byte 115
.byte 54
.byte -8
.byte -60
.byte 69
.byte -66
.byte -22
.byte 57
.byte 74
.byte 65
.byte -42
.byte 76
.byte -14
.byte 79
.byte -91
.byte 31
.byte 95
.byte 113
.byte -102
.byte -43
.byte -75
.byte 36
.byte 105
.byte -115
.byte -92
.byte -5
.byte 63
.byte -94
.byte 8
.byte -106
.byte 9
.byte 48
.byte 82
.byte 30
.byte 74
.byte -103
.byte 90
.byte -28
.byte 84
.byte -13
.byte 31
.byte 82
.byte -102
.byte 70
.byte -116
.byte -102
.byte -15
.byte -82
.byte 91
.byte -88
.byte 49
.byte -121
.byte -90
.byte 126
.byte -111
.byte -42
.byte 36
.byte 85
.byte 24
.byte -25
.byte -66
.byte -60
.byte -13
.byte -98
.byte -71
.byte -65
.byte -108
.byte -73
.byte -80
.byte 6
.byte 46
.byte -45
.byte 88
.byte 105
.byte -116
.byte -89
.byte 43
.byte -103
.byte -48
.byte 98
.byte -119
.byte 101
.byte -24
.byte -128
.byte 52
.byte -102
.byte -93
.byte -77
.byte -93
.byte -116
.byte -43
.byte 31
.byte 92
.byte 89
.byte -86
.byte -63
.byte -90
.byte -17
.byte 1
.byte 51
.byte -70
.byte -97
.byte 16
.byte 29
.byte 58
.byte 56
.byte -66
.byte -6
.byte 85
.byte -77
.byte -73
.byte -19
.byte 32
.byte 59
.byte 24
.byte -95
.byte -50
.byte 111
.byte -23
.byte -10
.byte -109
.byte 78
.byte -61
.byte -91
.byte 63
.byte -40
.byte 77
.byte -51
.byte -103
.byte 113
.byte -119
.byte -42
.byte -2
.byte -25
.byte -44
.byte 64
.byte 116
.byte -48
.byte 16
.byte 87
.byte 40
.byte 99
.byte 17
.byte -106
.byte 26
.byte -27
.byte 39
.byte -77
.byte 76
.byte -66
.byte 82
.byte 71
.byte 80
.byte -105
.byte -10
.byte -30
.byte 14
.byte -100
.byte -109
.byte -26
.byte 115
.byte -50
.byte 27
.byte 84
.byte 66
.byte 37
.byte 30
.byte -83
.byte 24
.byte -60
.byte 33
.byte 103
.byte -75
.byte 120
.byte 31
.byte 43
.byte 78
.byte 0
.byte -56
.byte 109
.byte 33
.byte 71
.byte -85
.byte 9
.byte 80
.byte -21
.byte -123
.byte 12
.byte 76
.byte 89
.byte -40
.byte -93
.byte 44
.byte -71
.byte -80
.byte 107
.byte -41
.byte -86
.byte -51
.byte 24
.byte -86
.byte -91
.byte -7
.byte -92
.byte 22
.byte -112
.byte 106
.byte -42
.byte -35
.byte 101
.byte -45
.byte -124
.byte -21
.byte -101
.byte 35
.byte -119
.byte -81
.byte -68
.byte -41
.byte -32
.byte 32
.byte 23
.byte -16
.byte -120
.byte 72
.byte -127
.byte 84
.byte -114
.byte 117
.byte 13
.byte -84
.byte -69
.byte 94
.byte 78
.byte 119
.byte -69
.byte 32
.byte 40
.byte -122
.byte 34
.byte 25
.byte 31
.byte -42
.byte -71
.byte 101
.byte 28
.byte 14
.byte -21
.byte -100
.byte -57
.byte 46
.byte -30
.byte 84
.byte -119
.byte 67
.byte 86
.byte 68
.byte 126
.byte 79
.byte 77
.byte -81
.byte -19
.byte 109
.byte 4
.byte -93
.byte 113
.byte -12
.byte -96
.byte -62
.byte -65
.byte 26
.byte 74
.byte 79
.byte -93
.byte 125
.byte 76
.byte 3
.byte 34
.byte -72
.byte 79
.byte -111
.byte 18
.byte -77
.byte -128
.byte -19
.byte 63
.byte 123
.byte 88
.byte 92
.byte -84
.byte 105
.byte 24
.byte 127
.byte -25
.byte 121
.byte 65
.byte -91
.byte -110
.byte 38
.byte -19
.byte 14
.byte 121
.byte 81
.byte 47
.byte 67
.byte -101
.byte 63
.byte 36
.byte 31
.byte -31
.byte -97
.byte 1
.byte 89
.byte -63
.byte 52
.byte 16
.byte -44
.byte -77
.byte 93
.byte 87
.byte -49
.byte 42
.byte 83
.byte -25
.byte -3
.byte -102
.byte 1
.byte 76
.byte -107
.byte -17
.byte -59
.byte 5
.byte -5
.byte -70
.byte -51
.byte -102
.byte -51
.byte 79
.byte 54
.byte -58
.byte -18
.byte 53
.byte 78
.byte -34
.byte 6
.byte 3
.byte 93
.byte 59
.byte 72
.byte -60
.byte 100
.byte 21
.byte 21
.byte 92
.byte -87
.byte -121
.byte -64
.byte 101
.byte 85
.byte -30
.byte -102
.byte -58
.byte -15
.byte -81
.byte -100
.byte 122
.byte 9
.byte 103
.byte 87
.byte 97
.byte 18
.byte 59
.byte -87
.byte -71
.byte 111
.byte -34
.byte 37
.byte 84
.byte -73
.byte -98
.byte -69
.byte 9
.byte 49
.byte 86
.byte 19
.byte -102
.byte 108
.byte -70
.byte 103
.byte -64
.byte -78
.byte -128
.byte 47
.byte -36
.byte -61
.byte 33
.byte -127
.byte 84
.byte -36
.byte 36
.byte 17
.byte 90
.byte 18
.byte 88
.byte 116
.byte -102
.byte -90
.byte -128
.byte 85
.byte 120
.byte 0
.byte 58
.byte 104
.byte 11
.byte -80
.byte -79
.byte -20
.byte 87
.byte 103
.byte -128
.byte -103
.byte -58
.byte 36
.byte 50
.byte -33
.byte 11
.byte 70
.byte -12
.byte -19
.byte 75
.byte -56
.byte -49
.byte 56
.byte -64
.byte 112
.byte -59
.byte 14
.byte -79
.byte 118
.byte -108
.byte -127
.byte 22
.byte -78
.byte -90
.byte 99
.byte -86
.byte -63
.byte 37
.byte -84
.byte -114
.byte -90
.byte 100
.byte -114
.byte 74
.byte 103
.byte 55
.byte 14
.byte -28
.byte -121
.byte -91
.byte -7
.byte -44
.byte 113
.byte -120
.byte 76
.byte 39
.byte -125
.byte -86
.byte -31
.byte -31
.byte -90
.byte -53
.byte 95
.byte -35
.byte -88
.byte 64
.byte 71
.byte 60
.byte 106
.byte 86
.byte 79
.byte 56
.byte 17
.byte -30
.byte -88
.byte 121
.byte 54
.byte 9
.byte -51
.byte 26
.byte 38
.byte -70
.byte -124
.byte -43
.byte 108
.byte 56
.byte 4
.byte -86
.byte 24
.byte -5
.byte -39
.byte 46
.byte 70
.byte -78
.byte -30
.byte 79
.byte -102
.byte -61
.byte 81
.byte -9
.byte -3
.byte -88
.byte -104
.byte 2
.byte 123
.byte 37
.byte -117
.byte -21
.byte -2
.byte 13
.byte 59
.byte 19
.byte -73
.byte -58
.byte -15
.byte 97
.byte -123
.byte 68
.byte -20
.byte 63
.byte 63
.byte 20
.byte 80
.byte -92
.byte 123
.byte 28
.byte 33
.byte -22
.byte 13
.byte 1
.byte -118
.byte -56
.byte 24
.byte 109
.byte 11
.byte 16
.byte 102
.byte -117
.byte -92
.byte 4
.byte -55
.byte 37
.byte -122
.byte 63
.byte -54
.byte -81
.byte -113
.byte 22
.byte 67
.byte 58
.byte -29
.byte 120
.byte 115
.byte -107
.byte -32
.byte 0
.byte 15
.byte 25
.byte 100
.byte 9
.byte -75
.byte -123
.byte -128
.byte -37
.byte -61
.byte 82
.byte -89
.byte 118
.byte 2
.byte -108
.byte -58
.byte 62
.byte -6
.byte -22
.byte -119
.byte -124
.byte 119
.byte -64
.byte 55
.byte 22
.byte -110
.byte -29
.byte -99
.byte -7
.byte 10
.byte -88
.byte -21
.byte -81
.byte 9
.byte 63
.byte 95
.byte -103
.byte 97
.byte 81
.byte -104
.byte -125
.byte -17
.byte -4
.byte 34
.byte 45
.byte -67
.byte 111
.byte -95
.byte -64
.byte -14
.byte 23
.byte 42
.byte -112
.byte -75
.byte 85
.byte -74
.byte 37
.byte 34
.byte 45
.byte 20
.byte 61
.byte 36
.byte -111
.byte -33
.byte -2
.byte -78
.byte -19
.byte 98
.byte -74
.byte 6
.byte -19
.byte 122
.byte 76
.byte -33
.byte -120
.byte -63
.byte 22
.byte -29
.byte 119
.byte 28
.byte -18
.byte 35
.byte 53
.byte 41
.byte -8
.byte 36
.byte 127
.byte -49
.byte -73
.byte -24
.byte -108
.byte -92
.byte -91
.byte 59
.byte 34
.byte 62
.byte -58
.byte -97
.byte -34
.byte -56
.byte 108
.byte -14
.byte -84
.byte -99
.byte 105
.byte -61
.byte -41
.byte 109
.byte -70
.byte -95
.byte 39
.byte 63
.byte 62
.byte -123
.byte -7
.byte 33
.byte -121
.byte 126
.byte 110
.byte -3
.byte -93
.byte 92
.byte 24
.byte 92
.byte -105
.byte 85
.byte 29
.byte -36
.byte 3
.byte 17
.byte 121
.byte 81
.byte -67
.byte 61
.byte 94
.byte 24
.byte -62
.byte 113
.byte -93
.byte -106
.byte -96
.byte -1
.byte -84
.byte 52
.byte 41
.byte -51
.byte 55
.byte -99
.byte 118
.byte -58
.byte -15
.byte -88
.byte -125
.byte -47
.byte 42
.byte 4
.byte -88
.byte 124
.byte 62
.byte 78
.byte 65
.byte -34
.byte 72
.byte 16
.byte -128
.byte 40
.byte -24
.byte 86
.byte 97
.byte -87
.byte -85
.byte -90
.byte -32
.byte -127
.byte 5
.byte 27
.byte 116
.byte 83
.byte 28
.byte -16
.byte -99
.byte -112
.byte -9
.byte -66
.byte 6
.byte -3
.byte 24
.byte -95
.byte -2
.byte 58
.byte 73
.byte 16
.byte 90
.byte 65
.byte -95
.byte 113
.byte 16
.byte 124
.byte 6
.byte 14
.byte -3
.byte -114
.byte 91
.byte -92
.byte 59
.byte 86
.byte -56
.byte -2
.byte 84
.byte 62
.byte 101
.byte -101
.byte 69
.byte -72
.byte 55
.byte -17
.byte 109
.byte -106
.byte -75
.byte -113
.byte -117
.byte 92
.byte -5
.byte 37
.byte -68
.byte -63
.byte 88
.byte -22
.byte -112
.byte -68
.byte 101
.byte 35
.byte 35
.byte 80
.byte -39
.byte -84
.byte 39
.byte 94
.byte -96
.byte 89
.byte -41
.byte 45
.byte -71
.byte -76
.byte 64
.byte -105
.byte 49
.byte 117
.byte -114
.byte -125
.byte 62
.byte 86
.byte -34
.byte -57
.byte 68
.byte 115
.byte -72
.byte 20
.byte 106
.byte -51
.byte 10
.byte -42
.byte -78
.byte 18
.byte -35
.byte 4
.byte 35
.byte 0
.byte -101
.byte -35
.byte 122
.byte -98
.byte -127
.byte 23
.byte 57
.byte 111
.byte -28
.byte 106
.byte 57
.byte 115
.byte 39
.byte -83
.byte -6
.byte 102
.byte 23
.byte -60
.byte -107
.byte -27
.byte 127
.byte -73
.byte -84
.byte 43
.byte 111
.byte 123
.byte -114
.byte 63
.byte 107
.byte -6
.byte -102
.byte -26
.byte -28
.byte -81
.byte -113
.byte 104
.byte -30
.byte 29
.byte 93
.byte -35
.byte -60
.byte -82
.byte 62
.byte -10
.byte 51
.byte -73
.byte 42
.byte -5
.byte 84
.byte 19
.byte -113
.byte 19
.byte 30
.byte 63
.byte 43
.byte 119
.byte -80
.byte -33
.byte -39
.byte -121
.byte 76
.byte 56
.byte -122
.byte -106
.byte 44
.byte 93
.byte 62
.byte 97
.byte -82
.byte 103
.byte 16
.byte -40
.byte 55
.byte 2
.byte -83
.byte -87
.byte -35
.byte -117
.byte 111
.byte -16
.byte -66
.byte 93
.byte 45
.byte -42
.byte -54
.byte 82
.byte -123
.byte -124
.byte -7
.byte -17
.byte 70
.byte -128
.byte -82
.byte -56
.byte 0
.byte 2
.byte -40
.byte 23
.byte -5
.byte -96
.byte 107
.byte -61
.byte 31
.byte 26
.byte 1
.byte -1
.byte -64
.byte -112
.byte -115
.byte -42
.byte 31
.byte 30
.byte -85
.byte -105
.byte -106
.byte 33
.byte 84
.byte -114
.byte -60
.byte -116
.byte -86
.byte -65
.byte -79
.byte 26
.byte 46
.byte 38
.byte 30
.byte -41
.byte -84
.byte -103
.byte 98
.byte 64
.byte 51
.byte -14
.byte -53
.byte 127
.byte -28
.byte 6
.byte 68
.byte 26
.byte 7
.byte -67
.byte 84
.byte 24
.byte 81
.byte -60
.byte 31
.byte -113
.byte 36
.byte -36
.byte -53
.byte -113
.byte 110
.byte -112
.byte -57
.byte 18
.byte -108
.byte 25
.byte -69
.byte -113
.byte 99
.byte 100
.byte 36
.byte 56
.byte 91
.byte 20
.byte 119
.byte -47
.byte 33
.byte 0
.byte -115
.byte -88
.byte -122
.byte -1
.byte 111
.byte -72
.byte -122
.byte 67
.byte 15
.byte 26
.byte 93
.byte -109
.byte -106
.byte -120
.byte -115
.byte -35
.byte -124
.byte 113
.byte 31
.byte 33
.byte -39
.byte -100
.byte 12
.byte 88
.byte 56
.byte -47
.byte -75
.byte -56
.byte -63
.byte 73
.byte 110
.byte -31
.byte 24
.byte -54
.byte -61
.byte 123
.byte 90
.byte 87
.byte 46
.byte 42
.byte -109
.byte 88
.byte 108
.byte 117
.byte 1
.byte -19
.byte 99
.byte 31
.byte 77
.byte -50
.byte -54
.byte 60
.byte -22
.byte 4
.byte -100
.byte -40
.byte 20
.byte -16
.byte -39
.byte -33
.byte 67
.byte -98
.byte -126
.byte 114
.byte 69
.byte -100
.byte -9
.byte 57
.byte 114
.byte -127
.byte -114
.byte 78
.byte -65
.byte 109
.byte 30
.byte 1
.byte 16
.byte 114
.byte 16
.byte 58
.byte 39
.byte 88
.byte -65
.byte -5
.byte 77
.byte 76
.byte -25
.byte 50
.byte -110
.byte -102
.byte -35
.byte -38
.byte 10
.byte -13
.byte 119
.byte 15
.byte -84
.byte -47
.byte -91
.byte 26
.byte -98
.byte -107
.byte -122
.byte -51
.byte 108
.byte 111
.byte 12
.byte -27
.byte -71
.byte -72
.byte -40
.byte 37
.byte -116
.byte -76
.byte 38
.byte -126
.byte -62
.byte -35
.byte -101
.byte 98
.byte 42
.byte 123
.byte 32
.byte 33
.byte 14
.byte 104
.byte -48
.byte 34
.byte -101
.byte -82
.byte 110
.byte 110
.byte 4
.byte -84
.byte -39
.byte 84
.byte 85
.byte 30
.byte 2
.byte 0
.byte 78
.byte 12
.byte -121
.byte 72
.byte -112
.byte 6
.byte 83
.byte 3
.byte -54
.byte 69
.byte -85
.byte -112
.byte 123
.byte -81
.byte -53
.byte 80
.byte 21
.byte 123
.byte -69
.byte 95
.byte -96
.byte -63
.byte -97
.byte -87
.byte -2
.byte 4
.byte 117
.byte 6
.byte 114
.byte -16
.byte 96
.byte 82
.byte -77
.byte -83
.byte 99
.byte 55
.byte -126
.byte 58
.byte -43
.byte -16
.byte 52
.byte -10
.byte -127
.byte -49
.byte 69
.byte 85
.byte -120
.byte 102
.byte -16
.byte -83
.byte 12
.byte -60
.byte 109
.byte -54
.byte -53
.byte 100
.byte 9
.byte -27
.byte -83
.byte 35
.byte -124
.byte -2
.byte -37
.byte 83
.byte 88
.byte 24
.byte -63
.byte -90
.byte -6
.byte 37
.byte 81
.byte 9
.byte 23
.byte 37
.byte 76
.byte 27
.byte -109
.byte 71
.byte 41
.byte -109
.byte 107
.byte -99
.byte -1
.byte -85
.byte 73
.byte -51
.byte -121
.byte -93
.byte -108
.byte -22
.byte 24
.byte 92
.byte 78
.byte -9
.byte -116
.byte -2
.byte -13
.byte -36
.byte 7
.byte 34
.byte -127
.byte -128
.byte -92
.byte 108
.byte 19
.byte -107
.byte -3
.byte 98
.byte 109
.byte -106
.byte 48
.byte 78
.byte 60
.byte -124
.byte 69
.byte -60
.byte -113
.byte -39
.byte 35
.byte 61
.byte -105
.byte -103
.byte 105
.byte 106
.byte -9
.byte 91
.byte 60
.byte 91
.byte -16
.byte -58
.byte 59
.byte 62
.byte -40
.byte 69
.byte 73
.byte 43
.byte 119
.byte -14
.byte 87
.byte 2
.byte 94
.byte -57
.byte -27
.byte -8
.byte 108
.byte 126
.byte -116
.byte -62
.byte 3
.byte -14
.byte -104
.byte -22
.byte -86
.byte 47
.byte -10
.byte -124
.byte -85
.byte -20
.byte -119
.byte 20
.byte -107
.byte -6
.byte 102
.byte 32
.byte -72
.byte 71
.byte -2
.byte 118
.byte -14
.byte 79
.byte -124
.byte -48
.byte 107
.byte -85
.byte 59
.byte -70
.byte 127
.byte 81
.byte 90
.byte -60
.byte -22
.byte 20
.byte 109
.byte 3
.byte -95
.byte 20
.byte 84
.byte 11
.byte 119
.byte -67
.byte 121
.byte 4
.byte 5
.byte -22
.byte -4
.byte -72
.byte 20
.byte -68
.byte -94
.byte 19
.byte 114
.byte 99
.byte -64
.byte -90
.byte 41
.byte 77
.byte 20
.byte -103
.byte 61
.byte 60
.byte 19
.byte -39
.byte -77
.byte -29
.byte -100
.byte -41
.byte -89
.byte -34
.byte -8
.byte -70
.byte 53
.byte 121
.byte -7
.byte 102
.byte 19
.byte 80
.byte -63
.byte 49
.byte 9
.byte -104
.byte 28
.byte -87
.byte 36
.byte 114
.byte -63
.byte 61
.byte -40
.byte 55
.byte 83
.byte 31
.byte 123
.byte 70
.byte -86
.byte -41
.byte 111
.byte -36
.byte 76
.byte -80
.byte 107
.byte -61
.byte -99
.byte -30
.byte -90
.byte 33
.byte 118
.byte -19
.byte -105
.byte -91
.byte 79
.byte -20
.byte 25
.byte 77
.byte -6
.byte -42
.byte 55
.byte 81
.byte -37
.byte -102
.byte 42
.byte 81
.byte 32
.byte 91
.byte 111
.byte 38
.byte -42
.byte 126
.byte -28
.byte 9
.byte -93
.byte 16
.byte -7
.byte 71
.byte 17
.byte -77
.byte 76
.byte -49
.byte -70
.byte -90
.byte -70
.byte 113
.byte 80
.byte -45
.byte -119
.byte 59
.byte 103
.byte -51
.byte -35
.byte -48
.byte -55
.byte -119
.byte 83
.byte 99
.byte -104
.byte 106
.byte 36
.byte -65
.byte 46
.byte 22
.byte -51
.byte -103
.byte 75
.byte -53
.byte -109
.byte 82
.byte -11
.byte 18
.byte 102
.byte -17
.byte -99
.byte 65
.byte -81
.byte -58
.byte 107
.byte 35
.byte -76
.byte 90
.byte -34
.byte 104
.byte 31
.byte -65
.byte -71
.byte 58
.byte -101
.byte 17
.byte -23
.byte -61
.byte 27
.byte -124
.byte 125
.byte 96
.byte 125
.byte -76
.byte -44
.byte 7
.byte -14
.byte -42
.byte -55
.byte 111
.byte 57
.byte -128
.byte -37
.byte -41
.byte -55
.byte -32
.byte 31
.byte -24
.byte 114
.byte 27
.byte 125
.byte -54
.byte -20
.byte -56
.byte -97
.byte 28
.byte -41
.byte -82
.byte 66
.byte 85
.byte 109
.byte -92
.byte -14
.byte 54
.byte 113
.byte -108
.byte 25
.byte 104
.byte 121
.byte -73
.byte -18
.byte -97
.byte 74
.byte -108
.byte 121
.byte 38
.byte 5
.byte 103
.byte 115
.byte -15
.byte 98
.byte 52
.byte 78
.byte 27
.byte -22
.byte -30
.byte -92
.byte 112
.byte 9
.byte 104
.byte 106
.byte 47
.byte -58
.byte -78
.byte -90
.byte -46
.byte -65
.byte -45
.byte 118
.byte 120
.byte 101
.byte -35
.byte -17
.byte -48
.byte -65
.byte 52
.byte -20
.byte 11
.byte 28
.byte -40
.byte 121
.byte -53
.byte 32
.byte 108
.byte -17
.byte 61
.byte 120
.byte -75
.byte -120
.byte 15
.byte 76
.byte 122
.byte -36
.byte 34
.byte -102
.byte -106
.byte 112
.byte 47
.byte -33
.byte -1
.byte -18
.byte -57
.byte -107
.byte -59
.byte 0
.byte -30
.byte -51
.byte 100
.byte 46
.byte -59
.byte 125
.byte -16
.byte -15
.byte 96
.byte -104
.byte 116
.byte -66
.byte -35
.byte 94
.byte -48
.byte 29
.byte -52
.byte -11
.byte 51
.byte -116
.byte -1
.byte -62
.byte 86
.byte -100
.byte -98
.byte 17
.byte 27
.byte -118
.byte 109
.byte 19
.byte 94
.byte 53
.byte 72
.byte -26
.byte -62
.byte 47
.byte -114
.byte 11
.byte -41
.byte 113
.byte -42
.byte -8
.byte 55
.byte -69
.byte -60
.byte -17
.byte 34
.byte 22
.byte -87
.byte -111
.byte -11
.byte -82
.byte -19
.byte 109
.byte -41
.byte 71
.byte -65
.byte -86
.byte -11
.byte 66
.byte -118
.byte 44
.byte -47
.byte -11
.byte -27
.byte 89
.byte -24
.byte 39
.byte 125
.byte -94
.byte -19
.byte 9
.byte -128
.byte 115
.byte -114
.byte 59
.byte -98
.byte 109
.byte 49
.byte 24
.byte -24
.byte 25
.byte -37
.byte -127
.byte 10
.byte 98
.byte 91
.byte -105
.byte 61
.byte -91
.byte -36
.byte 24
.byte 2
.byte 97
.byte 70
.byte -108
.byte -116
.byte -87
.byte -14
.byte -11
.byte -69
.byte 71
.byte 77
.byte -91
.byte 91
.byte 84
.byte 62
.byte -50
.byte 16
.byte 77
.byte -62
.byte -106
.byte 114
.byte 92
.byte 81
.byte -20
.byte 58
.byte 89
.byte -85
.byte -29
.byte -51
.byte -70
.byte -58
.byte 55
.byte -89
.byte -13
.byte -53
.byte 14
.byte -87
.byte -101
.byte 116
.byte -78
.byte 27
.byte 38
.byte -64
.byte 100
.byte -98
.byte 1
.byte -77
.byte -79
.byte 84
.byte 116
.byte -110
.byte -86
.byte -102
.byte -13
.byte 86
.byte -25
.byte -87
.byte -65
.byte -47
.byte -56
.byte 22
.byte 79
.byte 56
.byte -12
.byte -35
.byte -109
.byte -23
.byte 36
.byte 13
.byte -30
.byte 85
.byte 119
.byte 41
.byte 17
.byte 118
.byte 73
.byte 59
.byte -23
.byte 125
.byte 36
.byte 54
.byte -44
.byte 59
.byte 5
.byte 117
.byte 33
.byte 30
.byte 31
.byte 6
.byte 94
.byte 103
.byte -123
.byte -81
.byte -83
.byte 37
.byte 25
.byte 64
.byte -77
.byte -97
.byte 36
.byte 108
.byte -32
.byte -30
.byte 18
.byte 42
.byte 110
.byte -59
.byte -54
.byte 78
.byte -83
.byte -98
.byte -73
.byte -15
.byte -103
.byte -70
.byte -19
.byte -126
.byte 114
.byte -84
.byte 116
.byte -58
.byte -16
.byte -14
.byte -93
.byte 55
.byte 36
.byte 121
.byte 78
.byte -21
.byte -11
.byte -53
.byte 65
.byte 24
.byte -67
.byte -76
.byte -26
.byte -27
.byte 118
.byte -54
.byte -53
.byte 70
.byte 84
.byte -7
.byte -3
.byte -84
.byte -120
.byte 13
.byte -12
.byte 0
.byte -118
.byte -125
.byte 119
.byte 44
.byte -96
.byte 83
.byte 79
.byte 49
.byte -78
.byte 100
.byte -96
.byte 110
.byte -109
.byte -9
.byte -56
.byte 22
.byte 1
.byte -29
.byte -86
.byte 80
.byte 17
.byte -80
.byte 49
.byte 33
.byte 63
.byte -56
.byte -10
.byte -55
.byte 16
.byte 31
.byte 1
.byte 65
.byte -121
.byte -57
.byte 78
.byte -69
.byte -125
.byte 125
.byte -45
.byte -52
.byte -125
.byte -76
.byte -98
.byte 3
.byte 82
.byte 55
.byte 71
.byte -73
.byte 26
.byte -47
.byte -10
.byte 6
.byte -63
.byte 116
.byte -96
.byte 59
.byte -122
.byte -104
.byte 36
.byte 33
.byte -62
.byte -61
.byte -15
.byte 74
.byte 68
.byte -37
.byte 3
.byte -24
.byte -116
.byte 96
.byte 1
.byte -14
.byte -11
.byte 6
.byte 24
.byte 89
.byte 74
.byte 15
.byte 108
.byte 80
.byte -121
.byte -124
.byte -67
.byte -20
.byte 1
.byte -48
.byte -17
.byte -4
.byte -51
.byte -122
.byte -114
.byte -97
.byte -37
.byte 98
.byte -78
.byte 32
.byte -69
.byte 56
.byte -95
.byte 53
.byte 35
.byte -86
.byte -96
.byte -13
.byte -86
.byte 96
.byte 25
.byte 82
.byte 121
.byte -96
.byte 89
.byte -8
.byte -4
.byte 84
.byte 80
.byte 43
.byte 15
.byte -118
.byte -97
.byte 96
.byte -71
.byte 109
.byte -65
.byte 110
.byte -29
.byte 107
.byte -94
.byte 113
.byte -57
.byte 36
.byte -58
.byte -112
.byte -49
.byte -60
.byte 49
.byte -79
.byte 72
.byte 91
.byte 51
.byte -101
.byte -105
.byte 86
.byte 103
.byte 127
.byte -115
.byte 122
.byte -57
.byte -91
.byte -84
.byte -105
.byte -109
.byte -96
.byte 19
.byte -55
.byte 112
.byte -26
.byte 41
.byte -53
.byte 121
.byte 41
.byte 70
.byte -119
.byte -93
.byte 44
.byte 126
.byte -97
.byte -49
.byte -110
.byte -113
.byte -39
.byte -109
.byte 81
.byte 35
.byte 109
.byte -42
.byte -41
.byte -83
.byte 78
.byte -70
.byte -112
.byte 91
.byte -52
.byte -78
.byte -65
.byte 52
.byte 20
.byte -100
.byte 24
.byte -113
.byte -49
.byte 111
.byte -33
.byte -21
.byte -33
.byte -91
.byte -11
.byte -114
.byte 117
.byte -16
.byte 52
.byte -66
.byte -36
.byte -105
.byte 58
.byte -127
.byte 18
.byte -7
.byte -72
.byte 41
.byte 39
.byte -26
.byte -96
.byte 54
.byte 87
.byte 90
.byte 97
.byte -13
.byte 66
.byte -66
.byte -117
.byte 70
.byte 105
.byte 43
.byte 0
.byte -101
.byte -73
.byte 102
.byte -109
.byte 17
.byte -122
.byte -69
.byte 59
.byte 127
.byte 90
.byte -16
.byte -106
.byte -1
.byte 6
.byte 109
.byte 75
.byte 60
.byte -39
.byte -82
.byte 14
.byte -117
.byte -92
.byte 97
.byte 91
.byte -38
.byte -33
.byte -71
.byte -53
.byte 27
.byte 55
.byte -85
.byte -49
.byte 114
.byte -90
.byte 19
.byte 9
.byte -13
.byte -35
.byte 65
.byte 126
.byte 76
.byte -107
.byte 99
.byte -97
.byte 59
.byte 119
.byte 89
.byte 34
.byte 86
.byte 36
.byte -68
.byte 40
.byte 97
.byte 99
.byte -105
.byte 52
.byte -21
.byte -61
.byte 115
.byte -57
.byte 91
.byte 98
.byte 89
.byte 35
.byte 28
.byte -127
.byte 30
.byte -115
.byte -113
.byte 116
.byte 126
.byte -76
.byte 108
.byte -108
.byte 109
.byte -26
.byte 38
.byte 57
.byte 64
.byte -44
.byte -50
.byte 70
.byte 112
.byte 57
.byte 10
.byte -36
.byte 73
.byte -75
.byte -92
.byte -26
.byte -100
.byte -98
.byte 97
.byte 90
.byte -115
.byte 121
.byte -45
.byte 48
.byte -83
.byte -83
.byte 36
.byte -22
.byte 33
.byte 79
.byte 23
.byte -94
.byte -86
.byte 36
.byte 52
.byte 30
.byte -53
.byte -118
.byte 67
.byte 54
.byte 54
.byte 7
.byte 83
.byte 71
.byte 80
.byte 20
.byte -42
.byte 127
.byte 46
.byte 38
.byte -119
.byte -63
.byte -55
.byte 78
.byte 34
.byte -65
.byte -84
.byte -70
.byte 95
.byte -90
.byte -119
.byte 87
.byte -26
.byte -100
.byte -88
.byte -31
.byte -61
.byte 32
.byte -7
.byte 88
.byte 95
.byte 10
.byte 76
.byte 18
.byte -110
.byte -120
.byte -36
.byte -115
.byte 16
.byte 70
.byte 45
.byte 22
.byte 16
.byte -46
.byte -91
.byte 36
.byte 119
.byte 1
.byte 88
.byte -92
.byte -29
.byte -96
.byte 118
.byte -2
.byte 1
.byte -104
.byte -78
.byte -59
.byte -37
.byte -23
.byte 17
.byte -28
.byte -103
.byte -85
.byte 54
.byte -90
.byte -113
.byte 111
.byte 95
.byte -100
.byte -99
.byte 1
.byte -40
.byte 113
.byte -106
.byte -94
.byte -57
.byte 46
.byte 104
.byte 13
.byte 85
.byte 47
.byte -61
.byte 82
.byte -30
.byte 42
.byte 61
.byte 125
.byte 54
.byte 100
.byte 52
.byte 22
.byte -89
.byte -64
.byte -24
.byte -84
.byte 67
.byte 21
.byte 104
.byte -11
.byte 5
.byte 1
.byte 51
.byte -55
.byte 126
.byte 119
.byte 22
.byte -56
.byte 58
.byte -127
.byte 119
.byte -4
.byte -59
.byte 27
.byte 125
.byte 18
.byte 49
.byte 3
.byte -57
.byte 77
.byte -73
.byte 32
.byte -86
.byte -89
.byte -1
.byte -100
.byte 119
.byte -66
.byte 35
.byte 93
.byte -25
.byte 70
.byte 10
.byte 30
.byte 127
.byte 20
.byte -52
.byte -78
.byte 32
.byte -34
.byte -94
.byte 45
.byte -124
.byte -26
.byte 3
.byte -25
.byte -108
.byte 84
.byte 65
.byte 71
.byte -28
.byte 83
.byte -105
.byte 100
.byte -39
.byte -97
.byte 96
.byte 56
.byte -27
.byte -27
.byte -3
.byte 91
.byte -16
.byte 119
.byte 27
.byte 88
.byte -23
.byte 78
.byte 60
.byte 61
.byte 8
.byte -91
.byte -118
.byte -33
.byte -49
.byte -30
.byte -78
.byte -83
.byte 58
.byte -97
.byte -117
.byte -74
.byte 19
.byte 105
.byte 59
.byte -115
.byte -126
.byte 79
.byte 75
.byte -128
.byte -55
.byte 94
.byte -48
.byte 34
.byte -16
.byte 1
.byte 72
.byte -29
.byte 89
.byte 106
.byte -39
.byte -122
.byte 84
.byte -63
.byte -52
.byte 17
.byte -76
.byte -65
.byte -28
.byte 10
.byte -42
.byte -102
.byte -32
.byte 0
.byte -35
.byte 70
.byte -57
.byte 100
.byte 24
.byte 100
.byte 33
.byte -14
.byte -78
.byte -126
.byte -112
.byte 126
.byte 13
.byte -113
.byte -7
.byte -76
.byte -102
.byte -117
.byte 115
.byte -77
.byte -117
.byte -41
.byte -94
.byte -44
.byte -10
.byte -103
.byte -35
.byte -30
.byte -80
.byte -86
.byte 113
.byte -67
.byte -71
.byte -17
.byte -83
.byte -20
.byte -103
.byte 11
.byte -68
.byte -30
.byte -79
.byte -21
.byte -121
.byte 114
.byte 106
.byte 123
.byte 98
.byte -74
.byte 104
.byte -93
.byte -8
.byte -38
.byte -5
.byte -7
.byte -10
.byte -50
.byte 64
.byte -127
.byte -37
.byte 8
.byte -24
.byte -68
.byte 64
.byte 47
.byte 57
.byte 9
.byte -125
.byte 62
.byte -40
.byte -97
.byte 127
.byte 82
.byte 72
.byte 19
.byte -52
.byte -91
.byte -73
.byte 24
.byte -48
.byte 24
.byte 5
.byte 35
.byte -38
.byte 82
.byte -21
.byte 108
.byte -33
.byte -78
.byte -114
.byte 30
.byte 29
.byte -103
.byte 41
.byte -70
.byte -23
.byte -61
.byte 13
.byte 35
.byte 16
.byte -104
.byte -35
.byte -107
.byte -112
.byte 17
.byte 117
.byte 106
.byte -52
.byte -44
.byte 29
.byte 60
.byte 87
.byte 109
.byte -5
.byte -93
.byte 18
.byte -56
.byte -67
.byte -115
.byte -23
.byte -5
.byte 69
.byte 17
.byte 8
.byte 0
.byte 91
.byte -124
.byte -68
.byte -128
.byte 29
.byte -116
.byte -80
.byte 66
.byte -94
.byte 119
.byte 80
.byte -116
.byte -102
.byte 76
.byte -125
.byte -43
.byte -113
.byte 58
.byte -94
.byte -22
.byte 9
.byte -29
.byte 99
.byte 99
.byte 16
.byte 22
.byte 105
.byte -1
.byte 96
.byte 71
.byte -110
.byte 62
.byte 44
.byte -9
.byte -81
.byte 109
.byte -79
.byte 79
.byte 124
.byte -107
.byte -43
.byte 2
.byte 113
.byte 116
.byte 108
.byte -88
.byte 121
.byte -41
.byte 34
.byte 111
.byte 22
.byte -103
.byte 43
.byte 53
.byte 48
.byte 5
.byte -77
.byte -79
.byte -126
.byte 48
.byte 48
.byte -20
.byte 50
.byte 27
.byte 123
.byte -12
.byte 45
.byte -5
.byte -29
.byte -13
.byte 68
.byte -75
.byte -69
.byte -53
.byte -49
.byte 16
.byte -24
.byte -3
.byte 7
.byte 42
.byte -119
.byte 67
.byte 114
.byte 76
.byte -29
.byte -116
.byte 88
.byte -112
.byte -14
.byte 52
.byte -104
.byte 6
.byte 101
.byte 104
.byte 100
.byte -108
.byte -53
.byte 105
.byte -34
.byte -54
.byte -10
.byte 10
.byte 33
.byte -110
.byte 96
.byte -63
.byte -5
.byte 116
.byte 65
.byte -71
.byte 12
.byte -38
.byte 117
.byte -46
.byte 109
.byte -109
.byte 100
.byte -27
.byte 31
.byte -8
.byte -115
.byte 46
.byte 37
.byte 41
.byte 26
.byte -32
.byte -56
.byte 124
.byte 51
.byte -10
.byte 56
.byte 61
.byte -13
.byte 97
.byte -119
.byte 12
.byte -108
.byte -26
.byte -81
.byte -87
.byte -60
.byte 71
.byte -55
.byte -127
.byte -44
.byte 75
.byte -14
.byte 25
.byte 91
.byte -118
.byte 51
.byte 125
.byte -108
.byte 3
.byte 115
.byte -36
.byte -70
.byte -68
.byte -27
.byte -117
.byte -127
.byte -123
.byte -51
.byte 35
.byte 40
.byte 90
.byte 36
.byte 119
.byte 124
.byte -97
.byte 126
.byte -44
.byte -123
.byte -45
.byte -75
.byte -40
.byte 94
.byte -40
.byte 81
.byte 94
.byte -94
.byte -48
.byte -39
.byte 115
.byte 35
.byte -21
.byte -73
.byte 107
.byte -23
.byte -112
.byte 117
.byte -120
.byte 43
.byte -34
.byte -71
.byte -49
.byte -96
.byte -21
.byte -117
.byte 50
.byte -1
.byte -55
.byte 66
.byte 83
.byte 67
.byte -128
.byte -1
.byte 0
.byte -79
.byte 81
.byte 98
.byte -120
.byte -97
.byte 2
.byte 73
.byte 53
.byte 26
.byte 80
.byte -105
.byte 64
.byte -6
.byte 52
.byte -116
.byte 44
.byte -110
.byte 27
.byte -103
.byte 116
.byte 9
.byte 8
.byte 83
.byte 84
.byte -126
.byte -62
.byte 60
.byte 76
.byte -43
.byte 69
.byte 1
.byte 21
.byte 79
.byte -20
.byte 120
.byte -97
.byte 30
.byte -40
.byte 124
.byte 89
.byte 51
.byte 22
.byte -116
.byte -1
.byte 123
.byte -114
.byte -30
.byte -118
.byte 26
.byte -87
.byte 9
.byte -85
.byte -9
.byte -102
.byte -30
.byte 107
.byte 98
.byte -34
.byte 24
.byte 75
.byte 107
.byte -48
.byte 79
.byte 44
.byte -9
.byte 110
.byte 39
.byte -5
.byte 97
.byte 12
.byte -21
.byte 116
.byte -98
.byte -22
.byte 95
.byte -65
.byte 118
.byte 2
.byte 95
.byte -102
.byte -16
.byte 45
.byte 15
.byte -64
.byte 58
.byte 90
.byte 38
.byte 112
.byte -98
.byte 82
.byte -124
.byte -31
.byte 23
.byte 62
.byte -34
.byte -67
.byte 65
.byte 120
.byte -78
.byte 96
.byte 47
.byte -29
.byte 92
.byte -103
.byte -20
.byte -20
.byte -57
.byte 24
.byte -57
.byte -6
.byte 39
.byte -88
.byte 58
.byte -109
.byte -63
.byte 21
.byte -79
.byte -76
.byte -34
.byte -7
.byte 25
.byte 81
.byte 119
.byte 54
.byte -102
.byte 33
.byte -12
.byte -19
.byte -70
.byte 68
.byte -46
.byte -88
.byte -90
.byte 70
.byte -94
.byte 96
.byte -84
.byte -67
.byte 70
.byte -63
.byte -128
.byte -50
.byte -70
.byte 33
.byte 60
.byte -31
.byte -82
.byte 89
.byte 50
.byte 12
.byte 58
.byte 21
.byte -43
.byte -14
.byte -47
.byte 50
.byte -52
.byte -106
.byte 116
.byte -121
.byte -90
.byte -27
.byte 66
.byte 37
.byte 70
.byte 72
.byte 42
.byte -49
.byte -61
.byte 73
.byte -103
.byte 34
.byte 120
.byte -101
.byte -127
.byte -65
.byte -67
.byte 107
.byte 108
.byte 68
.byte -53
.byte -49
.byte 62
.byte 95
.byte -36
.byte 66
.byte 12
.byte 68
.byte 35
.byte 84
.byte -36
.byte 23
.byte -22
.byte 127
.byte -28
.byte -13
.byte 124
.byte -113
.byte -6
.byte 36
.byte 60
.byte -6
.byte 102
.byte -69
.byte -118
.byte 42
.byte -117
.byte -35
.byte -108
.byte 103
.byte -91
.byte -113
.byte 78
.byte -119
.byte 102
.byte 106
.byte -105
.byte -116
.byte 86
.byte -37
.byte 28
.byte 48
.byte -121
.byte 21
.byte 41
.byte 101
.byte -122
.byte -96
.byte -86
.byte -107
.byte -103
.byte -43
.byte -73
.byte 77
.byte 78
.byte -110
.byte -102
.byte -101
.byte -120
.byte 125
.byte 36
.byte -52
.byte -123
.byte -16
.byte 61
.byte 104
.byte -16
.byte 112
.byte 44
.byte 12
.byte -9
.byte -26
.byte -65
.byte 61
.byte 62
.byte -43
.byte -74
.byte -75
.byte 122
.byte -93
.byte -24
.byte 126
.byte -120
.byte 30
.byte -97
.byte -92
.byte 17
.byte 82
.byte -113
.byte -122
.byte -116
.byte -62
.byte -108
.byte 4
.byte -79
.byte -57
.byte -116
.byte -110
.byte 10
.byte 33
.byte -127
.byte 49
.byte -88
.byte 58
.byte 41
.byte -111
.byte 26
.byte 107
.byte 28
.byte -97
.byte 64
.byte -55
.byte -122
.byte -9
.byte 28
.byte -106
.byte 89
.byte -40
.byte -59
.byte 4
.byte -62
.byte 68
.byte 56
.byte 43
.byte 25
.byte 36
.byte -62
.byte 83
.byte 42
.byte -52
.byte -103
.byte 34
.byte -47
.byte 58
.byte -88
.byte -37
.byte 122
.byte -98
.byte -128
.byte 18
.byte 69
.byte 52
.byte -11
.byte -64
.byte -95
.byte -121
.byte -102
.byte -63
.byte -119
.byte 73
.byte -13
.byte -37
.byte -93
.byte -9
.byte 24
.byte -78
.byte 70
.byte 54
.byte -102
.byte -77
.byte -98
.byte -77
.byte -25
.byte 46
.byte 122
.byte 102
.byte -98
.byte 20
.byte -47
.byte -120
.byte -5
.byte 3
.byte -16
.byte -34
.byte -102
.byte -43
.byte 13
.byte -79
.byte -116
.byte 70
.byte -82
.byte -108
.byte 43
.byte 109
.byte 71
.byte -106
.byte 75
.byte -98
.byte 4
.byte -5
.byte -113
.byte -73
.byte -118
.byte 63
.byte -73
.byte -87
.byte 2
.byte -11
.byte 93
.byte -9
.byte 33
.byte -74
.byte -83
.byte -57
.byte 7
.byte 39
.byte 55
.byte 99
.byte 105
.byte -16
.byte -92
.byte 9
.byte -44
.byte -28
.byte -22
.byte -49
.byte -51
.byte -117
.byte 54
.byte -83
.byte -43
.byte -67
.byte -59
.byte 60
.byte 101
.byte -38
.byte 40
.byte -57
.byte -43
.byte -60
.byte 29
.byte -107
.byte -72
.byte 90
.byte -57
.byte 110
.byte 111
.byte 106
.byte 16
.byte 80
.byte 66
.byte 72
.byte 32
.byte 91
.byte -63
.byte 41
.byte -11
.byte -44
.byte 104
.byte 0
.byte 34
.byte 10
.byte 100
.byte -84
.byte -59
.byte 118
.byte -59
.byte -112
.byte -4
.byte -57
.byte 11
.byte 56
.byte 91
.byte -122
.byte -35
.byte 56
.byte 38
.byte -27
.byte 77
.byte -28
.byte 77
.byte 101
.byte 115
.byte -112
.byte -80
.byte -30
.byte 87
.byte 48
.byte -100
.byte -37
.byte -77
.byte -5
.byte 53
.byte 6
.byte -51
.byte -61
.byte -29
.byte -36
.byte -88
.byte 30
.byte 75
.byte -60
.byte 11
.byte 59
.byte -72
.byte -112
.byte 120
.byte -21
.byte -89
.byte 106
.byte 30
.byte 101
.byte -67
.byte -100
.byte -53
.byte 41
.byte -20
.byte -81
.byte 96
.byte -127
.byte 115
.byte -5
.byte 58
.byte 122
.byte -80
.byte 46
.byte -74
.byte 90
.byte 15
.byte -34
.byte 4
.byte -127
.byte 62
.byte 110
.byte -104
.byte 31
.byte -77
.byte -66
.byte 87
.byte 115
.byte 115
.byte -66
.byte 23
.byte -117
.byte 44
.byte -34
.byte -62
.byte -51
.byte 26
.byte -5
.byte 17
.byte 38
.byte 4
.byte -104
.byte -125
.byte -20
.byte 8
.byte 42
.byte -40
.byte 122
.byte 79
.byte 79
.byte 17
.byte -72
.byte 48
.byte -76
.byte -35
.byte -53
.byte 62
.byte 27
.byte 2
.byte 25
.byte -76
.byte -25
.byte 18
.byte -19
.byte -88
.byte -38
.byte 124
.byte 67
.byte 112
.byte 101
.byte 37
.byte 64
.byte 17
.byte -120
.byte -79
.byte 60
.byte -9
.byte 103
.byte -6
.byte 18
.byte -36
.byte -77
.byte 1
.byte 115
.byte -68
.byte -73
.byte 44
.byte 108
.byte -89
.byte 18
.byte 21
.byte 16
.byte 114
.byte 82
.byte -34
.byte -75
.byte 113
.byte 103
.byte -74
.byte -126
.byte 82
.byte -2
.byte -27
.byte 80
.byte -53
.byte 29
.byte -91
.byte -35
.byte -85
.byte 64
.byte 38
.byte 79
.byte 29
.byte -113
.byte -102
.byte -122
.byte 1
.byte -126
.byte -49
.byte 56
.byte 127
.byte 41
.byte 51
.byte -44
.byte 59
.byte 46
.byte 126
.byte -120
.byte -50
.byte 8
.byte -64
.byte -31
.byte 23
.byte 61
.byte 55
.byte -48
.byte 123
.byte 61
.byte -83
.byte -121
.byte -117
.byte 27
.byte -109
.byte 46
.byte 32
.byte 119
.byte 65
.byte -31
.byte 41
.byte 61
.byte -79
.byte -57
.byte -13
.byte -40
.byte -74
.byte -49
.byte -82
.byte -98
.byte 72
.byte -118
.byte 120
.byte 82
.byte -66
.byte -66
.byte 113
.byte -67
.byte -120
.byte 10
.byte 88
.byte -114
.byte -81
.byte -23
.byte -114
.byte -97
.byte 59
.byte 6
.byte 116
.byte 108
.byte -25
.byte -44
.byte 50
.byte -104
.byte 15
.byte 16
.byte 25
.byte -97
.byte 104
.byte -14
.byte 109
.byte 1
.byte -76
.byte -25
.byte 4
.byte -79
.byte -22
.byte -78
.byte -39
.byte -112
.byte 116
.byte 62
.byte -50
.byte 19
.byte -122
.byte -87
.byte 91
.byte 56
.byte -49
.byte -39
.byte 113
.byte -64
.byte 56
.byte -65
.byte -74
.byte 19
.byte -60
.byte 64
.byte 81
.byte 117
.byte -57
.byte 69
.byte -111
.byte -11
.byte -126
.byte -66
.byte -12
.byte -102
.byte 54
.byte -91
.byte -54
.byte -104
.byte 37
.byte -78
.byte -66
.byte 81
.byte -54
.byte 117
.byte -34
.byte -70
.byte 89
.byte -70
.byte 24
.byte -62
.byte -76
.byte 27
.byte 33
.byte -75
.byte -50
.byte -109
.byte 89
.byte 42
.byte 50
.byte 49
.byte 86
.byte 0
.byte -110
.byte -31
.byte -85
.byte -32
.byte -110
.byte 66
.byte 62
.byte -124
.byte -109
.byte -42
.byte 8
.byte 76
.byte -19
.byte -24
.byte -113
.byte -54
.byte -58
.byte 55
.byte 88
.byte 100
.byte 30
.byte 75
.byte 127
.byte 123
.byte 89
.byte 110
.byte -98
.byte -80
.byte 69
.byte 9
.byte 41
.byte 91
.byte 70
.byte -97
.byte -128
.byte -60
.byte -81
.byte 123
.byte 108
.byte -26
.byte 5
.byte 119
.byte 13
.byte -39
.byte -98
.byte -111
.byte 52
.byte -105
.byte -31
.byte 99
.byte -85
.byte -78
.byte -32
.byte 43
.byte -47
.byte -60
.byte -74
.byte -30
.byte -45
.byte 6
.byte 2
.byte 50
.byte -57
.byte -74
.byte 79
.byte 3
.byte 5
.byte 84
.byte 57
.byte -61
.byte 106
.byte 108
.byte -82
.byte 100
.byte 96
.byte -114
.byte -72
.byte -8
.byte 114
.byte 45
.byte 56
.byte 4
.byte 70
.byte 1
.byte -86
.byte -15
.byte 124
.byte 42
.byte 119
.byte 30
.byte 108
.byte 116
.byte 64
.byte 23
.byte -85
.byte 66
.byte 119
.byte 21
.byte 80
.byte -104
.byte -80
.byte 111
.byte -70
.byte -81
.byte -57
.byte 89
.byte 48
.byte 70
.byte -75
.byte -96
.byte -120
.byte 29
.byte -60
.byte 37
.byte 74
.byte -104
.byte -85
.byte -39
.byte 65
.byte 105
.byte -120
.byte 3
.byte 82
.byte 93
.byte 25
.byte -87
.byte 127
.byte -105
.byte 40
.byte -74
.byte 104
.byte -15
.byte -26
.byte 50
.byte -115
.byte 120
.byte -82
.byte 61
.byte -68
.byte -109
.byte -42
.byte -14
.byte -9
.byte -35
.byte 59
.byte 33
.byte -25
.byte 87
.byte 110
.byte 120
.byte 42
.byte -63
.byte 104
.byte 28
.byte 121
.byte -127
.byte -104
.byte 4
.byte -50
.byte 61
.byte 104
.byte 90
.byte 112
.byte 76
.byte -75
.byte 85
.byte -112
.byte 103
.byte -52
.byte -6
.byte 96
.byte 107
.byte 88
.byte -63
.byte -2
.byte 72
.byte 33
.byte 90
.byte 113
.byte -45
.byte -67
.byte 45
.byte -12
.byte -56
.byte 115
.byte 96
.byte 103
.byte -55
.byte 1
.byte 85
.byte 125
.byte 14
.byte -69
.byte 43
.byte 71
.byte -32
.byte 94
.byte 123
.byte -69
.byte -38
.byte -32
.byte 7
.byte -51
.byte 95
.byte -84
.byte -109
.byte -82
.byte -57
.byte 107
.byte 122
.byte -118
.byte -71
.byte -26
.byte -68
.byte -16
.byte -26
.byte -55
.byte 114
.byte 15
.byte 68
.byte -63
.byte 68
.byte 55
.byte 58
.byte 47
.byte 12
.byte 114
.byte -59
.byte 62
.byte 118
.byte -64
.byte 44
.byte 98
.byte -128
.byte 72
.byte -7
.byte 87
.byte 17
.byte 95
.byte -6
.byte 69
.byte -14
.byte -95
.byte -32
.byte -2
.byte 66
.byte -103
.byte 8
.byte 100
.byte 35
.byte -26
.byte -109
.byte 126
.byte 84
.byte 53
.byte -61
.byte -49
.byte -34
.byte -106
.byte -21
.byte -15
.byte 78
.byte 117
.byte -32
.byte 123
.byte 110
.byte -123
.byte -9
.byte -73
.byte -47
.byte -43
.byte -124
.byte -103
.byte 13
.byte 77
.byte 64
.byte -69
.byte 94
.byte 123
.byte -45
.byte 65
.byte 28
.byte -16
.byte 69
.byte 85
.byte 36
.byte -22
.byte 29
.byte -65
.byte -12
.byte -85
.byte -18
.byte -107
.byte 37
.byte 1
.byte -83
.byte 96
.byte -63
.byte -99
.byte -47
.byte 85
.byte 22
.byte 50
.byte -115
.byte 77
.byte -91
.byte 30
.byte -114
.byte 108
.byte -56
.byte -100
.byte 7
.byte 6
.byte -76
.byte -20
.byte 2
.byte 66
.byte -10
.byte -107
.byte 111
.byte -31
.byte -54
.byte -70
.byte -59
.byte -27
.byte -36
.byte 61
.byte -18
.byte -90
.byte 20
.byte 51
.byte 62
.byte -90
.byte 126
.byte 114
.byte 35
.byte 27
.byte 105
.byte 40
.byte 1
.byte -99
.byte -24
.byte 30
.byte 86
.byte -6
.byte -29
.byte 1
.byte 43
.byte 64
.byte 106
.byte 7
.byte 102
.byte 75
.byte 119
.byte 69
.byte 17
.byte -95
.byte -125
.byte -107
.byte 62
.byte -47
.byte 76
.byte 37
.byte -108
.byte -125
.byte 1
.byte -16
.byte -23
.byte 6
.byte 126
.byte -55
.byte -30
.byte 93
.byte -51
.byte -88
.byte 112
.byte -124
.byte -42
.byte 18
.byte -4
.byte 115
.byte -90
.byte -73
.byte -81
.byte 93
.byte -33
.byte -119
.byte 38
.byte -19
.byte 119
.byte -30
.byte -79
.byte -14
.byte -21
.byte -29
.byte 62
.byte 126
.byte -39
.byte 100
.byte -37
.byte 46
.byte -29
.byte -64
.byte 37
.byte -112
.byte 43
.byte 56
.byte 84
.byte 99
.byte -36
.byte -39
.byte -32
.byte -88
.byte -111
.byte -34
.byte -53
.byte -33
.byte 81
.byte 61
.byte 1
.byte -74
.byte -88
.byte 116
.byte -108
.byte 68
.byte 75
.byte -54
.byte 4
.byte 15
.byte 126
.byte -10
.byte 68
.byte -8
.byte -2
.byte 88
.byte 108
.byte -120
.byte -16
.byte 3
.byte 48
.byte -69
.byte -31
.byte 72
.byte 19
.byte 32
.byte 16
.byte -26
.byte -113
.byte 86
.byte 124
.byte -38
.byte 81
.byte 6
.byte 63
.byte -47
.byte 73
.byte -57
.byte -111
.byte 126
.byte -81
.byte -32
.byte -55
.byte -92
.byte -33
.byte -36
.byte 67
.byte -87
.byte -38
.byte -41
.byte -9
.byte 8
.byte -106
.byte 89
.byte 68
.byte -112
.byte -94
.byte -11
.byte 125
.byte -17
.byte 77
.byte 3
.byte 27
.byte -54
.byte -66
.byte 105
.byte 63
.byte -37
.byte 61
.byte -50
.byte -111
.byte -97
.byte -96
.byte 74
.byte -5
.byte -45
.byte -81
.byte 0
.byte -34
.byte 26
.byte 12
.byte -34
.byte -115
.byte 111
.byte 19
.byte -52
.byte 68
.byte -77
.byte 93
.byte -72
.byte 92
.byte 87
.byte -28
.byte 19
.byte 125
.byte 120
.byte -119
.byte -20
.byte -67
.byte 30
.byte 69
.byte 29
.byte -5
.byte 87
.byte -97
.byte 18
.byte 67
.byte 17
.byte 16
.byte -11
.byte -57
.byte -55
.byte -76
.byte 4
.byte -87
.byte -68
.byte -11
.byte 4
.byte -73
.byte -14
.byte 9
.byte -92
.byte 78
.byte -98
.byte -98
.byte 89
.byte 107
.byte -81
.byte -82
.byte -127
.byte -92
.byte 126
.byte 122
.byte 50
.byte -97
.byte -43
.byte 81
.byte 109
.byte -2
.byte 39
.byte -72
.byte 76
.byte 36
.byte -46
.byte -13
.byte -66
.byte -42
.byte -34
.byte -38
.byte -29
.byte -9
.byte -26
.byte 70
.byte -47
.byte 48
.byte 46
.byte -127
.byte 20
.byte 30
.byte -43
.byte 15
.byte -36
.byte 80
.byte 121
.byte 55
.byte -10
.byte -16
.byte 92
.byte -10
.byte -122
.byte -89
.byte 68
.byte -72
.byte -46
.byte -86
.byte 19
.byte 89
.byte -88
.byte -23
.byte -6
.byte 58
.byte 118
.byte -102
.byte 94
.byte 82
.byte 95
.byte 79
.byte -61
.byte 105
.byte -49
.byte -39
.byte 59
.byte 124
.byte -10
.byte 106
.byte 38
.byte 6
.byte 95
.byte 27
.byte -86
.byte 108
.byte 104
.byte 77
.byte 27
.byte -116
.byte 14
.byte -107
.byte -113
.byte 121
.byte -97
.byte -104
.byte 106
.byte -14
.byte -55
.byte 73
.byte 89
.byte 110
.byte 123
.byte -36
.byte -32
.byte 2
.byte 65
.byte -50
.byte -8
.byte -8
.byte 104
.byte -6
.byte 58
.byte -23
.byte -28
.byte 81
.byte -49
.byte 120
.byte -32
.byte -92
.byte 88
.byte -39
.byte 31
.byte 93
.byte 42
.byte -56
.byte 109
.byte 125
.byte 97
.byte 64
.byte 56
.byte -120
.byte 103
.byte -55
.byte 121
.byte 99
.byte -85
.byte -70
.byte -54
.byte 61
.byte 13
.byte 37
.byte -121
.byte 36
.byte -96
.byte -16
.byte 74
.byte 98
.byte 5
.byte -33
.byte -126
.byte -97
.byte -45
.byte 113
.byte -96
.byte 89
.byte 21
.byte -21
.byte -60
.byte -77
.byte -22
.byte 19
.byte -11
.byte 92
.byte 17
.byte 68
.byte -99
.byte -100
.byte 75
.byte -69
.byte -112
.byte 2
.byte 23
.byte -80
.byte 104
.byte -19
.byte 15
.byte 54
.byte -87
.byte -90
.byte 101
.byte 112
.byte -39
.byte 73
.byte 28
.byte 84
.byte -12
.byte 102
.byte 115
.byte 85
.byte 56
.byte 126
.byte 31
.byte 48
.byte -52
.byte 85
.byte -10
.byte -18
.byte 85
.byte 78
.byte -101
.byte -111
.byte 52
.byte -69
.byte -40
.byte 27
.byte 30
.byte 96
.byte 92
.byte 20
.byte 11
.byte -76
.byte 80
.byte 78
.byte -95
.byte -44
.byte -118
.byte -62
.byte -114
.byte 10
.byte 35
.byte -61
.byte -110
.byte 41
.byte 106
.byte 49
.byte 124
.byte -75
.byte 59
.byte -118
.byte 117
.byte -85
.byte 113
.byte 31
.byte -37
.byte -123
.byte -10
.byte 52
.byte -126
.byte 73
.byte -11
.byte -17
.byte 76
.byte 28
.byte -33
.byte 119
.byte 52
.byte 105
.byte -12
.byte 110
.byte 71
.byte 78
.byte 2
.byte 18
.byte -93
.byte -104
.byte 96
.byte -116
.byte 75
.byte 49
.byte 99
.byte 115
.byte -55
.byte 96
.byte -77
.byte -66
.byte 104
.byte -67
.byte 42
.byte -59
.byte -128
.byte 119
.byte -9
.byte -68
.byte -51
.byte 26
.byte 31
.byte 31
.byte -101
.byte 66
.byte 84
.byte 13
.byte -111
.byte 109
.byte 98
.byte 95
.byte 97
.byte 92
.byte -38
.byte 10
.byte 74
.byte -91
.byte 43
.byte -108
.byte -82
.byte -41
.byte -11
.byte -102
.byte 34
.byte -113
.byte -33
.byte -73
.byte 99
.byte 58
.byte -113
.byte -54
.byte 18
.byte 102
.byte -104
.byte 28
.byte -73
.byte 58
.byte 91
.byte -30
.byte -125
.byte 78
.byte 51
.byte 48
.byte 66
.byte 96
.byte 108
.byte 64
.byte -38
.byte -3
.byte 74
.byte -43
.byte -31
.byte 44
.byte 94
.byte -1
.byte 14
.byte -109
.byte 98
.byte -16
.byte -57
.byte 23
.byte -7
.byte 3
.byte 72
.byte 36
.byte 80
.byte 59
.byte -63
.byte 81
.byte -128
.byte 55
.byte -53
.byte 35
.byte -59
.byte 103
.byte -51
.byte 8
.byte -32
.byte -84
.byte -105
.byte -80
.byte -42
.byte 45
.byte -3
.byte 111
.byte -117
.byte -44
.byte 22
.byte -54
.byte -45
.byte 65
.byte -4
.byte -75
.byte 31
.byte 10
.byte -46
.byte -28
.byte 35
.byte -53
.byte 108
.byte -31
.byte 79
.byte -94
.byte -92
.byte 88
.byte 30
.byte -58
.byte 80
.byte 72
.byte 1
.byte 117
.byte -106
.byte -125
.byte -19
.byte -15
.byte 66
.byte -49
.byte 57
.byte -65
.byte -70
.byte 34
.byte 6
.byte 73
.byte 121
.byte -15
.byte -92
.byte 19
.byte -114
.byte -79
.byte -1
.byte -94
.byte -103
.byte 96
.byte 61
.byte -54
.byte -29
.byte 24
.byte -2
.byte 44
.byte -19
.byte -3
.byte -9
.byte -121
.byte -117
.byte 27
.byte -88
.byte 28
.byte -2
.byte 109
.byte 16
.byte 122
.byte 69
.byte 107
.byte 89
.byte 54
.byte 49
.byte -82
.byte -125
.byte 1
.byte -34
.byte 113
.byte -127
.byte -63
.byte -102
.byte -62
.byte 35
.byte -68
.byte 76
.byte 30
.byte -45
.byte 14
.byte 29
.byte 29
.byte -126
.byte 76
.byte 16
.byte -103
.byte -2
.byte 48
.byte -72
.byte 127
.byte 98
.byte 20
.byte -18
.byte -3
.byte -65
.byte 9
.byte -41
.byte -126
.byte 107
.byte -56
.byte -4
.byte -85
.byte -72
.byte -66
.byte -5
.byte -57
.byte 46
.byte -73
.byte -31
.byte -106
.byte -58
.byte 92
.byte 94
.byte -81
.byte -90
.byte 87
.byte 9
.byte 7
.byte 39
.byte -36
.byte 114
.byte -116
.byte 42
.byte -1
.byte 120
.byte -10
.byte 24
.byte 89
.byte 4
.byte -42
.byte -120
.byte 22
.byte -103
.byte 65
.byte 122
.byte 111
.byte -124
.byte -38
.byte -122
.byte -36
.byte 36
.byte -60
.byte 8
.byte -37
.byte -79
.byte -41
.byte -76
.byte 86
.byte 66
.byte -117
.byte -51
.byte -110
.byte -30
.byte 31
.byte -50
.byte 22
.byte 54
.byte 115
.byte 106
.byte -32
.byte -89
.byte 21
.byte -71
.byte -39
.byte -58
.byte -114
.byte 67
.byte 18
.byte 66
.byte 18
.byte 3
.byte -102
.byte -78
.byte -80
.byte -20
.byte 85
.byte -14
.byte 123
.byte -89
.byte 35
.byte -55
.byte 12
.byte -2
.byte -88
.byte -96
.byte -87
.byte -95
.byte -47
.byte -68
.byte -93
.byte -43
.byte -35
.byte 109
.byte -29
.byte 126
.byte 82
.byte 12
.byte -71
.byte 91
.byte -67
.byte 69
.byte -68
.byte 5
.byte 118
.byte -36
.byte 52
.byte -101
.byte -12
.byte 106
.byte 100
.byte 11
.byte 115
.byte 123
.byte 28
.byte 71
.byte 114
.byte -112
.byte 32
.byte 54
.byte 119
.byte 27
.byte 18
.byte -13
.byte -26
.byte -85
.byte -88
.byte 83
.byte -91
.byte -99
.byte -113
.byte 127
.byte -25
.byte 81
.byte -28
.byte 26
.byte -45
.byte -55
.byte -126
.byte 46
.byte -6
.byte -21
.byte -39
.byte 1
.byte -48
.byte 34
.byte -52
.byte 30
.byte -49
.byte -115
.byte -73
.byte -61
.byte 40
.byte -115
.byte -107
.byte 87
.byte -94
.byte -3
.byte 44
.byte -92
.byte 78
.byte -35
.byte -21
.byte 10
.byte 97
.byte -63
.byte 8
.byte -66
.byte -92
.byte -88
.byte -86
.byte -91
.byte -118
.byte 86
.byte -98
.byte 58
.byte -119
.byte 92
.byte 40
.byte -35
.byte 27
.byte -114
.byte -6
.byte 78
.byte -35
.byte 39
.byte -124
.byte 49
.byte 18
.byte -14
.byte 4
.byte -90
.byte 16
.byte -4
.byte 110
.byte 87
.byte 47
.byte -4
.byte 19
.byte -71
.byte -15
.byte 93
.byte 35
.byte 74
.byte -89
.byte -93
.byte 40
.byte -121
.byte 17
.byte -112
.byte 125
.byte 8
.byte -35
.byte 17
.byte -32
.byte -121
.byte -121
.byte -98
.byte -102
.byte -29
.byte 116
.byte 86
.byte -39
.byte 35
.byte -105
.byte 102
.byte -81
.byte 120
.byte -112
.byte 81
.byte -39
.byte -3
.byte -55
.byte 84
.byte -34
.byte -93
.byte 14
.byte 6
.byte 67
.byte -52
.byte -46
.byte -102
.byte 48
.byte 38
.byte -92
.byte -28
.byte -60
.byte 112
.byte 63
.byte 102
.byte -88
.byte 29
.byte -62
.byte 17
.byte 10
.byte 52
.byte -62
.byte -15
.byte -36
.byte 76
.byte 111
.byte -44
.byte -49
.byte -37
.byte -125
.byte -40
.byte -3
.byte 101
.byte -97
.byte 2
.byte -63
.byte 77
.byte -52
.byte 79
.byte -66
.byte 66
.byte 5
.byte -32
.byte 74
.byte 50
.byte -123
.byte -8
.byte 15
.byte 87
.byte 26
.byte 67
.byte 57
.byte -46
.byte 91
.byte -69
.byte 123
.byte -71
.byte 119
.byte -57
.byte -69
.byte 60
.byte 28
.byte -120
.byte 121
.byte 27
.byte 72
.byte 106
.byte 24
.byte -108
.byte 10
.byte 61
.byte 82
.byte 78
.byte 77
.byte 53
.byte 14
.byte -125
.byte -87
.byte -7
.byte -118
.byte 93
.byte 119
.byte -33
.byte -104
.byte 5
.byte -114
.byte 104
.byte 124
.byte 12
.byte -25
.byte -68
.byte -53
.byte 47
.byte -30
.byte 123
.byte 118
.byte -120
.byte 25
.byte 27
.byte 30
.byte -41
.byte -115
.byte -90
.byte 23
.byte 9
.byte -108
.byte -47
.byte 19
.byte 90
.byte 98
.byte -100
.byte -64
.byte 40
.byte -80
.byte 46
.byte -19
.byte -25
.byte 56
.byte -28
.byte 2
.byte -112
.byte -28
.byte 101
.byte 10
.byte -45
.byte 110
.byte -72
.byte 115
.byte -48
.byte -52
.byte -93
.byte -35
.byte 67
.byte 80
.byte 67
.byte -84
.byte 33
.byte -96
.byte 96
.byte 8
.byte -30
.byte 119
.byte 32
.byte 28
.byte 59
.byte 63
.byte -88
.byte -67
.byte -31
.byte 45
.byte -54
.byte -91
.byte 72
.byte 90
.byte 108
.byte 86
.byte -6
.byte -88
.byte -94
.byte 66
.byte -79
.byte -104
.byte 69
.byte -48
.byte 7
.byte -100
.byte 68
.byte -75
.byte -38
.byte 127
.byte -60
.byte -31
.byte 84
.byte 109
.byte -36
.byte 27
.byte -86
.byte 60
.byte -128
.byte 0
.byte -58
.byte -28
.byte 37
.byte 36
.byte 101
.byte -48
.byte 93
.byte -128
.byte -85
.byte 86
.byte 71
.byte -77
.byte -90
.byte 29
.byte -63
.byte 3
.byte -118
.byte -30
.byte -79
.byte 0
.byte -43
.byte -71
.byte 77
.byte 87
.byte 91
.byte 17
.byte 64
.byte -59
.byte 105
.byte 109
.byte 30
.byte 38
.byte -52
.byte -20
.byte 16
.byte 52
.byte 54
.byte 86
.byte -96
.byte 122
.byte 2
.byte -6
.byte -30
.byte 117
.byte -81
.byte -99
.byte 51
.byte 24
.byte -62
.byte -22
.byte 87
.byte 95
.byte -104
.byte -100
.byte 86
.byte 63
.byte 85
.byte -22
.byte -35
.byte 73
.byte 12
.byte -82
.byte 17
.byte -106
.byte -10
.byte -41
.byte -41
.byte 124
.byte 123
.byte -118
.byte -10
.byte -41
.byte -7
.byte -112
.byte -77
.byte -123
.byte -3
.byte 80
.byte 108
.byte 59
.byte -5
.byte 106
.byte -66
.byte 34
.byte -125
.byte 33
.byte -61
.byte 20
.byte -94
.byte 62
.byte 45
.byte -85
.byte -14
.byte 55
.byte -79
.byte -16
.byte 31
.byte -59
.byte -93
.byte -85
.byte -71
.byte -58
.byte 29
.byte 64
.byte 102
.byte 49
.byte -125
.byte 11
.byte 0
.byte -81
.byte -29
.byte -63
.byte 92
.byte -36
.byte -37
.byte -29
.byte -81
.byte -104
.byte -111
.byte 24
.byte -113
.byte 22
.byte -92
.byte -104
.byte -73
.byte -86
.byte -4
.byte 3
.byte 66
.byte -42
.byte -114
.byte 50
.byte -58
.byte -1
.byte 63
.byte -75
.byte -45
.byte -3
.byte 91
.byte 82
.byte -89
.byte 63
.byte -81
.byte -96
.byte 88
.byte -116
.byte -87
.byte 53
.byte -97
.byte 4
.byte -54
.byte -105
.byte -43
.byte -94
.byte -56
.byte 43
.byte -40
.byte 91
.byte -70
.byte -44
.byte 81
.byte -71
.byte -69
.byte 38
.byte 9
.byte -43
.byte 31
.byte 49
.byte -53
.byte 61
.byte -79
.byte 40
.byte -107
.byte 14
.byte 18
.byte 65
.byte -18
.byte 51
.byte -77
.byte -55
.byte 87
.byte -93
.byte -59
.byte 4
.byte 11
.byte -50
.byte -43
.byte 105
.byte 119
.byte -71
.byte 55
.byte 73
.byte 115
.byte 56
.byte -24
.byte 101
.byte 5
.byte 29
.byte -45
.byte -122
.byte -103
.byte 32
.byte -107
.byte 69
.byte 47
.byte -117
.byte -50
.byte -77
.byte 109
.byte -32
.byte 117
.byte 7
.byte 104
.byte -104
.byte 7
.byte 61
.byte -5
.byte -37
.byte -126
.byte -68
.byte -84
.byte -24
.byte 23
.byte -87
.byte 12
.byte 48
.byte -58
.byte 53
.byte -102
.byte -107
.byte 13
.byte 61
.byte -3
.byte 48
.byte -14
.byte 22
.byte 115
.byte 94
.byte -20
.byte -106
.byte 10
.byte 97
.byte -91
.byte -15
.byte -11
.byte -22
.byte 127
.byte -19
.byte -23
.byte -63
.byte 12
.byte -121
.byte 61
.byte -44
.byte 39
.byte -114
.byte 68
.byte 64
.byte -67
.byte 73
.byte -23
.byte 77
.byte -59
.byte -74
.byte -39
.byte -90
.byte 25
.byte -108
.byte -2
.byte 110
.byte -50
.byte -47
.byte -100
.byte -42
.byte -112
.byte 5
.byte 29
.byte -14
.byte -42
.byte -50
.byte -22
.byte 75
.byte -81
.byte 14
.byte -43
.byte -29
.byte 115
.byte 115
.byte -3
.byte 52
.byte -32
.byte -90
.byte -49
.byte 4
.byte -83
.byte -15
.byte 0
.byte 122
.byte -99
.byte 90
.byte 99
.byte -16
.byte 48
.byte 10
.byte 58
.byte -5
.byte 10
.byte -107
.byte 101
.byte 103
.byte -21
.byte 49
.byte 71
.byte 101
.byte -113
.byte 67
.byte -9
.byte 33
.byte 46
.byte -8
.byte -108
.byte -63
.byte -43
.byte 125
.byte -127
.byte 98
.byte -82
.byte -72
.byte 21
.byte -52
.byte -127
.byte -106
.byte -86
.byte -26
.byte 36
.byte 35
.byte -1
.byte -82
.byte -80
.byte -99
.byte -44
.byte 14
.byte -83
.byte -95
.byte 20
.byte -117
.byte 1
.byte 110
.byte 109
.byte -52
.byte 35
.byte 26
.byte -23
.byte 59
.byte -79
.byte 44
.byte 92
.byte -57
.byte 102
.byte -33
.byte 70
.byte 46
.byte -89
.byte -49
.byte 83
.byte 103
.byte -99
.byte -74
.byte -47
.byte 27
.byte -124
.byte -88
.byte -37
.byte -49
.byte 96
.byte 87
.byte -79
.byte -39
.byte 88
.byte 19
.byte 110
.byte -33
.byte 75
.byte 34
.byte -98
.byte -8
.byte -5
.byte 79
.byte 110
.byte -43
.byte -9
.byte -37
.byte 3
.byte -128
.byte 24
.byte -59
.byte 121
.byte -25
.byte 9
.byte 61
.byte 18
.byte 122
.byte -127
.byte -83
.byte 59
.byte -95
.byte -94
.byte -64
.byte 45
.byte -41
.byte -99
.byte 86
.byte -124
.byte 60
.byte -10
.byte 48
.byte 103
.byte -125
.byte 2
.byte -39
.byte 42
.byte 12
.byte -54
.byte 31
.byte -42
.byte 118
.byte 125
.byte -79
.byte -120
.byte 51
.byte 21
.byte -37
.byte 85
.byte 48
.byte -117
.byte 21
.byte -1
.byte 14
.byte 83
.byte -80
.byte 106
.byte 28
.byte 88
.byte -38
.byte 55
.byte -21
.byte 14
.byte 47
.byte -25
.byte 73
.byte -43
.byte -128
.byte -20
.byte 80
.byte -71
.byte -116
.byte 35
.byte -45
.byte 124
.byte -62
.byte 37
.byte -21
.byte -97
.byte 5
.byte 10
.byte 12
.byte -93
.byte -85
.byte -34
.byte 59
.byte -97
.byte -37
.byte 71
.byte 110
.byte 19
.byte 10
.byte 71
.byte 122
.byte 126
.byte 34
.byte -44
.byte -48
.byte -104
.byte 54
.byte 32
.byte -68
.byte -24
.byte 71
.byte -128
.byte 115
.byte 39
.byte 68
.byte 32
.byte 6
.byte 14
.byte -35
.byte 10
.byte -5
.byte 84
.byte 58
.byte 22
.byte -51
.byte 47
.byte 89
.byte 82
.byte -125
.byte -88
.byte 21
.byte 14
.byte 109
.byte -11
.byte 97
.byte -92
.byte 6
.byte -44
.byte 5
.byte 51
.byte 78
.byte -55
.byte 57
.byte 48
.byte -69
.byte -24
.byte -84
.byte -52
.byte 58
.byte 0
.byte -75
.byte -108
.byte -21
.byte 45
.byte -108
.byte -97
.byte 122
.byte -14
.byte -40
.byte 55
.byte 107
.byte 114
.byte 118
.byte -97
.byte -107
.byte 16
.byte -17
.byte -38
.byte -87
.byte 33
.byte 18
.byte 85
.byte 82
.byte -116
.byte -80
.byte 95
.byte -31
.byte 89
.byte 12
.byte -73
.byte 105
.byte 106
.byte 118
.byte -5
.byte -124
.byte -65
.byte 14
.byte -51
.byte -111
.byte 27
.byte -112
.byte -121
.byte -30
.byte -78
.byte -9
.byte 92
.byte -17
.byte 33
.byte 46
.byte -36
.byte 63
.byte -82
.byte 60
.byte 93
.byte 45
.byte 102
.byte -81
.byte -28
.byte 70
.byte 74
.byte -72
.byte 56
.byte 39
.byte 102
.byte 107
.byte 11
.byte 63
.byte -74
.byte 72
.byte 9
.byte 66
.byte 110
.byte -49
.byte 35
.byte -15
.byte 32
.byte 74
.byte 108
.byte 1
.byte 49
.byte 108
.byte -118
.byte -72
.byte -33
.byte -6
.byte 4
.byte 124
.byte 104
.byte 45
.byte -128
.byte -55
.byte -94
.byte -49
.byte -70
.byte 51
.byte -27
.byte 77
.byte -42
.byte -15
.byte 81
.byte 68
.byte -119
.byte 61
.byte 100
.byte 66
.byte 0
.byte 55
.byte -117
.byte 74
.byte -101
.byte 48
.byte -26
.byte -24
.byte -74
.byte -34
.byte -87
.byte -53
.byte -98
.byte 2
.byte -118
.byte 77
.byte -22
.byte 50
.byte -62
.byte -30
.byte 84
.byte -24
.byte -47
.byte 99
.byte 84
.byte 109
.byte -70
.byte -39
.byte 42
.byte -100
.byte 63
.byte 69
.byte -47
.byte 6
.byte -100
.byte -29
.byte -35
.byte -100
.byte -25
.byte -9
.byte 36
.byte 59
.byte -96
.byte 91
.byte -59
.byte 87
.byte 117
.byte -97
.byte -115
.byte -79
.byte 20
.byte 93
.byte -80
.byte -121
.byte -58
.byte -124
.byte 44
.byte -75
.byte -91
.byte 16
.byte -75
.byte -90
.byte 39
.byte 28
.byte -27
.byte -94
.byte -13
.byte -57
.byte 78
.byte -123
.byte -21
.byte -5
.byte 80
.byte -15
.byte -52
.byte -108
.byte -100
.byte 9
.byte -14
.byte -29
.byte -62
.byte 15
.byte 24
.byte -25
.byte -115
.byte 91
.byte -43
.byte 105
.byte 82
.byte 77
.byte -83
.byte 49
.byte -85
.byte 62
.byte -54
.byte -89
.byte 29
.byte -39
.byte -103
.byte 85
.byte -24
.byte -123
.byte -112
.byte 46
.byte -36
.byte -82
.byte -23
.byte 67
.byte -122
.byte 73
.byte -109
.byte 92
.byte 117
.byte -37
.byte -55
.byte -73
.byte 56
.byte -10
.byte -33
.byte -67
.byte -65
.byte -76
.byte 30
.byte -41
.byte -41
.byte 18
.byte 101
.byte 36
.byte 72
.byte 73
.byte 95
.byte 92
.byte 6
.byte 123
.byte 40
.byte 100
.byte -30
.byte -85
.byte 120
.byte -65
.byte -50
.byte 65
.byte -25
.byte -21
.byte 99
.byte -33
.byte -128
.byte -95
.byte -57
.byte 119
.byte 110
.byte -100
.byte 125
.byte -104
.byte -128
.byte 14
.byte -12
.byte 103
.byte -1
.byte -34
.byte 66
.byte 43
.byte 69
.byte -17
.byte 13
.byte 46
.byte -75
.byte -54
.byte 15
.byte -24
.byte -113
.byte 67
.byte -39
.byte -30
.byte -99
.byte 21
.byte 35
.byte -33
.byte 71
.byte 59
.byte -2
.byte -103
.byte -31
.byte -74
.byte 61
.byte -91
.byte 58
.byte 125
.byte -120
.byte 118
.byte -25
.byte 127
.byte 73
.byte 92
.byte -48
.byte 83
.byte 57
.byte 41
.byte -17
.byte 107
.byte -15
.byte -75
.byte -117
.byte -53
.byte 114
.byte 55
.byte -87
.byte 122
.byte -72
.byte -119
.byte -68
.byte 61
.byte 10
.byte -77
.byte 12
.byte 122
.byte 80
.byte 20
.byte 58
.byte 101
.byte 62
.byte 104
.byte 103
.byte 66
.byte -23
.byte 98
.byte 16
.byte -13
.byte 75
.byte 69
.byte -90
.byte 89
.byte 26
.byte -122
.byte -128
.byte 108
.byte 114
.byte 9
.byte 92
.byte -64
.byte -101
.byte -11
.byte -67
.byte 80
.byte 51
.byte 86
.byte -42
.byte -13
.byte -109
.byte -88
.byte -80
.byte 33
.byte 81
.byte 106
.byte -119
.byte -108
.byte 97
.byte -80
.byte 63
.byte -107
.byte 107
.byte -87
.byte 82
.byte 45
.byte -125
.byte -21
.byte 89
.byte 103
.byte -110
.byte -72
.byte 121
.byte -3
.byte -51
.byte -13
.byte 98
.byte 39
.byte -50
.byte 11
.byte -37
.byte 65
.byte 32
.byte -89
.byte 28
.byte 88
.byte 74
.byte 124
.byte -86
.byte -124
.byte 41
.byte -89
.byte 89
.byte -96
.byte -45
.byte -30
.byte -80
.byte -69
.byte 54
.byte 34
.byte 48
.byte 50
.byte -10
.byte 37
.byte 102
.byte -52
.byte -108
.byte 105
.byte 50
.byte -102
.byte -45
.byte -31
.byte 127
.byte -116
.byte 89
.byte 41
.byte -33
.byte -104
.byte -3
.byte -58
.byte 40
.byte 101
.byte 46
.byte -62
.byte 62
.byte -115
.byte -87
.byte 107
.byte 111
.byte -23
.byte 87
.byte -22
.byte 68
.byte -97
.byte 77
.byte -27
.byte -109
.byte -11
.byte 98
.byte -16
.byte 17
.byte -58
.byte 31
.byte 91
.byte 85
.byte 20
.byte -115
.byte 71
.byte 118
.byte 113
.byte -99
.byte -107
.byte 46
.byte 64
.byte -8
.byte -122
.byte -52
.byte 55
.byte -121
.byte 85
.byte -86
.byte -52
.byte -105
.byte -104
.byte -68
.byte 104
.byte 26
.byte -106
.byte 26
.byte -54
.byte 81
.byte 46
.byte -95
.byte -26
.byte 90
.byte 62
.byte -6
.byte -101
.byte 15
.byte -58
.byte -77
.byte -14
.byte -82
.byte 71
.byte -52
.byte 118
.byte 68
.byte 104
.byte -76
.byte -85
.byte -82
.byte -48
.byte 52
.byte -94
.byte 75
.byte 17
.byte 107
.byte 103
.byte -101
.byte -97
.byte 97
.byte 108
.byte 86
.byte 101
.byte -121
.byte -60
.byte 69
.byte -128
.byte 14
.byte 48
.byte 22
.byte 92
.byte -46
.byte -4
.byte -40
.byte -2
.byte -89
.byte 85
.byte 118
.byte -70
.byte -41
.byte 124
.byte -28
.byte -79
.byte -18
.byte -46
.byte 66
.byte -62
.byte 67
.byte 103
.byte 84
.byte -121
.byte -52
.byte -21
.byte 108
.byte 24
.byte 60
.byte 20
.byte -44
.byte -94
.byte 89
.byte 33
.byte -105
.byte -4
.byte -116
.byte 52
.byte -83
.byte 32
.byte -2
.byte 70
.byte 41
.byte 9
.byte -61
.byte -120
.byte -11
.byte 19
.byte 112
.byte 55
.byte -51
.byte 116
.byte -92
.byte -58
.byte 74
.byte 87
.byte 57
.byte 115
.byte 38
.byte 43
.byte -117
.byte -79
.byte 117
.byte 41
.byte -59
.byte -66
.byte -1
.byte 126
.byte 42
.byte -81
.byte -102
.byte 94
.byte 125
.byte -90
.byte -4
.byte -13
.byte 28
.byte 111
.byte 12
.byte -55
.byte -89
.byte -7
.byte -106
.byte -33
.byte -54
.byte -107
.byte -17
.byte -59
.byte -22
.byte -109
.byte -98
.byte -51
.byte -2
.byte 69
.byte -118
.byte 14
.byte 29
.byte -82
.byte 9
.byte 69
.byte 64
.byte -44
.byte -90
.byte 31
.byte 42
.byte -89
.byte -23
.byte -76
.byte -69
.byte -116
.byte 46
.byte 55
.byte 90
.byte 32
.byte 77
.byte 38
.byte 72
.byte 64
.byte 0
.byte -91
.byte 92
.byte 126
.byte 54
.byte -80
.byte 68
.byte -53
.byte -35
.byte 6
.byte 89
.byte 56
.byte -113
.byte 49
.byte -2
.byte 13
.byte 126
.byte -33
.byte -78
.byte 34
.byte -115
.byte 20
.byte 47
.byte 26
.byte 109
.byte -110
.byte -26
.byte 64
.byte 43
.byte 61
.byte -69
.byte -47
.byte -68
.byte -56
.byte 111
.byte 72
.byte 70
.byte 53
.byte -118
.byte -105
.byte -74
.byte -120
.byte 2
.byte 78
.byte 67
.byte 103
.byte 108
.byte -59
.byte -37
.byte -67
.byte 1
.byte -13
.byte 19
.byte -37
.byte -24
.byte -117
.byte 2
.byte 35
.byte -7
.byte 73
.byte -46
.byte -79
.byte 86
.byte 27
.byte 64
.byte -102
.byte 63
.byte -21
.byte 13
.byte 113
.byte 123
.byte 10
.byte -64
.byte -26
.byte 50
.byte -93
.byte 14
.byte 86
.byte -47
.byte -84
.byte 79
.byte 126
.byte -118
.byte 3
.byte 121
.byte -91
.byte -74
.byte -57
.byte -111
.byte 34
.byte 25
.byte 92
.byte 1
.byte -34
.byte 2
.byte -68
.byte -97
.byte 84
.byte -50
.byte 56
.byte 105
.byte -98
.byte -97
.byte -11
.byte -116
.byte -29
.byte 104
.byte 40
.byte 22
.byte 13
.byte -61
.byte 22
.byte 19
.byte -67
.byte -11
.byte -101
.byte -107
.byte 82
.byte -107
.byte 109
.byte 24
.byte -125
.byte 113
.byte 20
.byte -88
.byte 25
.byte -64
.byte -48
.byte 80
.byte 91
.byte -1
.byte -4
.byte 18
.byte 89
.byte 93
.byte -115
.byte 28
.byte -60
.byte -65
.byte -128
.byte 16
.byte -49
.byte 116
.byte -75
.byte 127
.byte 107
.byte -38
.byte 30
.byte 114
.byte 39
.byte -96
.byte -14
.byte -98
.byte -106
.byte 113
.byte 53
.byte -54
.byte -43
.byte -88
.byte -19
.byte 39
.byte -56
.byte 79
.byte 96
.byte -36
.byte -44
.byte -49
.byte 116
.byte -86
.byte -112
.byte 94
.byte 63
.byte 6
.byte -48
.byte 20
.byte 67
.byte 67
.byte 113
.byte 58
.byte 123
.byte -72
.byte 24
.byte -76
.byte 92
.byte -91
.byte 45
.byte -15
.byte 97
.byte 0
.byte 13
.byte 29
.byte 89
.byte 33
.byte 39
.byte -79
.byte -94
.byte 16
.byte -12
.byte 64
.byte 45
.byte -63
.byte 78
.byte -70
.byte 87
.byte -115
.byte -91
.byte -114
.byte -58
.byte -119
.byte 80
.byte 40
.byte -59
.byte -69
.byte 126
.byte -59
.byte 29
.byte -103
.byte -120
.byte 20
.byte -42
.byte -128
.byte 75
.byte -122
.byte -39
.byte -115
.byte 69
.byte 12
.byte -29
.byte -53
.byte -86
.byte 114
.byte 122
.byte -22
.byte -26
.byte 127
.byte 75
.byte 110
.byte -104
.byte 79
.byte -62
.byte -83
.byte 48
.byte -85
.byte -48
.byte -96
.byte 66
.byte -117
.byte 102
.byte 47
.byte -109
.byte -108
.byte 2
.byte 116
.byte 8
.byte 80
.byte -9
.byte -99
.byte 54
.byte -9
.byte -5
.byte -67
.byte 108
.byte -95
.byte -113
.byte -39
.byte -24
.byte -109
.byte -51
.byte -108
.byte -110
.byte 63
.byte -3
.byte -12
.byte 20
.byte 103
.byte 108
.byte -100
.byte 68
.byte 47
.byte 71
.byte 53
.byte -50
.byte -97
.byte 68
.byte -47
.byte -113
.byte -81
.byte -112
.byte -3
.byte 85
.byte -119
.byte -35
.byte -119
.byte -117
.byte -84
.byte 70
.byte 15
.byte 20
.byte 118
.byte 124
.byte -54
.byte -23
.byte 104
.byte -38
.byte 97
.byte 81
.byte -80
.byte 45
.byte 117
.byte 122
.byte 32
.byte -20
.byte 50
.byte 99
.byte 10
.byte 106
.byte 124
.byte -30
.byte -77
.byte 51
.byte 111
.byte -103
.byte -42
.byte -98
.byte -97
.byte 70
.byte -80
.byte 89
.byte -61
.byte 2
.byte 76
.byte 114
.byte 113
.byte -88
.byte 107
.byte -14
.byte -104
.byte 7
.byte 114
.byte 125
.byte -60
.byte 121
.byte -44
.byte -24
.byte -67
.byte -103
.byte 40
.byte 29
.byte 46
.byte 26
.byte 110
.byte -45
.byte 85
.byte -127
.byte 37
.byte -21
.byte 17
.byte 22
.byte 106
.byte -85
.byte -36
.byte -78
.byte 127
.byte -67
.byte -13
.byte -118
.byte 59
.byte 96
.byte -40
.byte -78
.byte -22
.byte -45
.byte 29
.byte -109
.byte 58
.byte -119
.byte 79
.byte 66
.byte -122
.byte -123
.byte 108
.byte 65
.byte 61
.byte 2
.byte -107
.byte 112
.byte -68
.byte -41
.byte 38
.byte -21
.byte 87
.byte -124
.byte -29
.byte 107
.byte -55
.byte 89
.byte 37
.byte 18
.byte -11
.byte 106
.byte 117
.byte -54
.byte -10
.byte -27
.byte 20
.byte 55
.byte 16
.byte -13
.byte -42
.byte 50
.byte 33
.byte 42
.byte -9
.byte 119
.byte 10
.byte -111
.byte 127
.byte 2
.byte -64
.byte -34
.byte -55
.byte 65
.byte 12
.byte 22
.byte 83
.byte -20
.byte -59
.byte 82
.byte 50
.byte -32
.byte 67
.byte -37
.byte -40
.byte -58
.byte -109
.byte -29
.byte -34
.byte 73
.byte -125
.byte -112
.byte -16
.byte -45
.byte -63
.byte -18
.byte -50
.byte -40
.byte 98
.byte -96
.byte 73
.byte -54
.byte 17
.byte -52
.byte 34
.byte -61
.byte 83
.byte 109
.byte -57
.byte 67
.byte 118
.byte 15
.byte 44
.byte -103
.byte -26
.byte 114
.byte 55
.byte 98
.byte -56
.byte 31
.byte -71
.byte 19
.byte 75
.byte 126
.byte 102
.byte -17
.byte 114
.byte 3
.byte -1
.byte 7
.byte -86
.byte -14
.byte 88
.byte 89
.byte 58
.byte -112
.byte 59
.byte -77
.byte -25
.byte 43
.byte 70
.byte 84
.byte -31
.byte 118
.byte -112
.byte 97
.byte 78
.byte -22
.byte -23
.byte -95
.byte 100
.byte 101
.byte 121
.byte 118
.byte 14
.byte -113
.byte -101
.byte 69
.byte 64
.byte -99
.byte -32
.byte -50
.byte 53
.byte 80
.byte 87
.byte -6
.byte -69
.byte 45
.byte 97
.byte -89
.byte 65
.byte 65
.byte 67
.byte 45
.byte 91
.byte 73
.byte 124
.byte 58
.byte -110
.byte 30
.byte -90
.byte -85
.byte -112
.byte -82
.byte -55
.byte -86
.byte 15
.byte 64
.byte -60
.byte 85
.byte -6
.byte -47
.byte -85
.byte -84
.byte 44
.byte -56
.byte 91
.byte -115
.byte -97
.byte -12
.byte -91
.byte 71
.byte 4
.byte -118
.byte 50
.byte 35
.byte -38
.byte 21
.byte 7
.byte -63
.byte 22
.byte 51
.byte -3
.byte 17
.byte -35
.byte -30
.byte 116
.byte -59
.byte -96
.byte -29
.byte 60
.byte -31
.byte 112
.byte 76
.byte 101
.byte 107
.byte 76
.byte 56
.byte -127
.byte 29
.byte -79
.byte 17
.byte -59
.byte 117
.byte -75
.byte -12
.byte 105
.byte -47
.byte 52
.byte -44
.byte 88
.byte 101
.byte -110
.byte -17
.byte 108
.byte -4
.byte -7
.byte 38
.byte -1
.byte 115
.byte 74
.byte -88
.byte 120
.byte 21
.byte 73
.byte -121
.byte 53
.byte 89
.byte -107
.byte 117
.byte -25
.byte 75
.byte 89
.byte -117
.byte 54
.byte 77
.byte 16
.byte 63
.byte 73
.byte -70
.byte 81
.byte 91
.byte -70
.byte 84
.byte -50
.byte 31
.byte -77
.byte -59
.byte 101
.byte 127
.byte 116
.byte 85
.byte -40
.byte -109
.byte 95
.byte -33
.byte 12
.byte -89
.byte 47
.byte 50
.byte -70
.byte -27
.byte -34
.byte -63
.byte -19
.byte 62
.byte -119
.byte 93
.byte 49
.byte -120
.byte -14
.byte 98
.byte 75
.byte -97
.byte 35
.byte -97
.byte 27
.byte -107
.byte -79
.byte -115
.byte 17
.byte 86
.byte 53
.byte 98
.byte 100
.byte 36
.byte 84
.byte -2
.byte 76
.byte -68
.byte 31
.byte 111
.byte -79
.byte -25
.byte -50
.byte -92
.byte -102
.byte 42
.byte 44
.byte -73
.byte 83
.byte -93
.byte 42
.byte -62
.byte -71
.byte -115
.byte -47
.byte 55
.byte -101
.byte 49
.byte 0
.byte -25
.byte 13
.byte -31
.byte -49
.byte -60
.byte -10
.byte -39
.byte 45
.byte 98
.byte 56
.byte -64
.byte -19
.byte -93
.byte 53
.byte 37
.byte -38
.byte -68
.byte -110
.byte 46
.byte 86
.byte -8
.byte -97
.byte -12
.byte 92
.byte 45
.byte -69
.byte -94
.byte 19
.byte 14
.byte -85
.byte -101
.byte -24
.byte -51
.byte -47
.byte -105
.byte 46
.byte -62
.byte 121
.byte 103
.byte 9
.byte 9
.byte 95
.byte -37
.byte -32
.byte -73
.byte 28
.byte 94
.byte -115
.byte -53
.byte 59
.byte 113
.byte 31
.byte 52
.byte -92
.byte 60
.byte -84
.byte 37
.byte -29
.byte -116
.byte 52
.byte -124
.byte 57
.byte -8
.byte 69
.byte 72
.byte -74
.byte 116
.byte 57
.byte -50
.byte 114
.byte 17
.byte 118
.byte 24
.byte -115
.byte -83
.byte -8
.byte -116
.byte 59
.byte -8
.byte -48
.byte -102
.byte 76
.byte -83
.byte -53
.byte 110
.byte 12
.byte -64
.byte 86
.byte -106
.byte 27
.byte -114
.byte 37
.byte -90
.byte 122
.byte 124
.byte 36
.byte 61
.byte -24
.byte 58
.byte -108
.byte 108
.byte -117
.byte 83
.byte -115
.byte 115
.byte -22
.byte -120
.byte 110
.byte -14
.byte 8
.byte 100
.byte 100
.byte -71
.byte 50
.byte -95
.byte -9
.byte 20
.byte 101
.byte -21
.byte 14
.byte -22
.byte -65
.byte 62
.byte 24
.byte -66
.byte -14
.byte 63
.byte -86
.byte -126
.byte -91
.byte -80
.byte 97
.byte 33
.byte -81
.byte 68
.byte 84
.byte 15
.byte 27
.byte 77
.byte 48
.byte 74
.byte -16
.byte 110
.byte 90
.byte -29
.byte 105
.byte 34
.byte 41
.byte -85
.byte 97
.byte 47
.byte -108
.byte -128
.byte -10
.byte 123
.byte -70
.byte 49
.byte 83
.byte -65
.byte 39
.byte -128
.byte -73
.byte -96
.byte -68
.byte -77
.byte -105
.byte 63
.byte 22
.byte 43
.byte -66
.byte -58
.byte -71
.byte 6
.byte -53
.byte -17
.byte -81
.byte 114
.byte -79
.byte -45
.byte -9
.byte 63
.byte 94
.byte 80
.byte 8
.byte -17
.byte 101
.byte 113
.byte 108
.byte -43
.byte 112
.byte -68
.byte -113
.byte -77
.byte 52
.byte -24
.byte -45
.byte 45
.byte -20
.byte -101
.byte 21
.byte 108
.byte -60
.byte 13
.byte -117
.byte -118
.byte -113
.byte -127
.byte 24
.byte -42
.byte -94
.byte 66
.byte -109
.byte 110
.byte -44
.byte 56
.byte -45
.byte 21
.byte 86
.byte -97
.byte 16
.byte 12
.byte -26
.byte 34
.byte 120
.byte 126
.byte -125
.byte -71
.byte -11
.byte 42
.byte 113
.byte 26
.byte -124
.byte 52
.byte 84
.byte 35
.byte 11
.byte 112
.byte -50
.byte 75
.byte 90
.byte 91
.byte 25
.byte 11
.byte -74
.byte -86
.byte 99
.byte 50
.byte 85
.byte -4
.byte -125
.byte -9
.byte -6
.byte 17
.byte 122
.byte 89
.byte 98
.byte 34
.byte 32
.byte -66
.byte -23
.byte 113
.byte 89
.byte 81
.byte 0
.byte 21
.byte 21
.byte 67
.byte -28
.byte 73
.byte -122
.byte 64
.byte -100
.byte -127
.byte -40
.byte 38
.byte 127
.byte 11
.byte -73
.byte 38
.byte 105
.byte 47
.byte 18
.byte 3
.byte -115
.byte 92
.byte -18
.byte 57
.byte 58
.byte -103
.byte 78
.byte 0
.byte -25
.byte 79
.byte -92
.byte -105
.byte -22
.byte -37
.byte 83
.byte 43
.byte -91
.byte 58
.byte -2
.byte -11
.byte -33
.byte -102
.byte 34
.byte -103
.byte -116
.byte 97
.byte -41
.byte 46
.byte -115
.byte -18
.byte 108
.byte -10
.byte 67
.byte 55
.byte -109
.byte -9
.byte 68
.byte 122
.byte 50
.byte -90
.byte 58
.byte -47
.byte -47
.byte 40
.byte -74
.byte -51
.byte 58
.byte -55
.byte -80
.byte 45
.byte -90
.byte -31
.byte -25
.byte 88
.byte -41
.byte -6
.byte 65
.byte 23
.byte 14
.byte -25
.byte -80
.byte 121
.byte -56
.byte 69
.byte -57
.byte 78
.byte -33
.byte -54
.byte 102
.byte 1
.byte -127
.byte 59
.byte 49
.byte 103
.byte -65
.byte -10
.byte 82
.byte 65
.byte 121
.byte 26
.byte 16
.byte 122
.byte 118
.byte 53
.byte 27
.byte -51
.byte -21
.byte -32
.byte 12
.byte 11
.byte -16
.byte 109
.byte -20
.byte -62
.byte 2
.byte 49
.byte -88
.byte 32
.byte 26
.byte 110
.byte -21
.byte -22
.byte -80
.byte -99
.byte -27
.byte 47
.byte 111
.byte -120
.byte -33
.byte 83
.byte 65
.byte -113
.byte 104
.byte -100
.byte -10
.byte 52
.byte -113
.byte -59
.byte -74
.byte 12
.byte 92
.byte 90
.byte 29
.byte 1
.byte 38
.byte -92
.byte 32
.byte -81
.byte -46
.byte 57
.byte 28
.byte 118
.byte 20
.byte -13
.byte -79
.byte -45
.byte 50
.byte 67
.byte 66
.byte -85
.byte -85
.byte -63
.byte -1
.byte -27
.byte 24
.byte 60
.byte 70
.byte -55
.byte 114
.byte -19
.byte 67
.byte 37
.byte 46
.byte 123
.byte 22
.byte 124
.byte 34
.byte 68
.byte -15
.byte 67
.byte 75
.byte -53
.byte 56
.byte -81
.byte 94
.byte 4
.byte 33
.byte 92
.byte 49
.byte -63
.byte -44
.byte 56
.byte -117
.byte -111
.byte -45
.byte 44
.byte -2
.byte -28
.byte -37
.byte 81
.byte -43
.byte 115
.byte 47
.byte -101
.byte -7
.byte -83
.byte -95
.byte 44
.byte -31
.byte -115
.byte -7
.byte -112
.byte 46
.byte 49
.byte 66
.byte 101
.byte 127
.byte -88
.byte 38
.byte -56
.byte 4
.byte -90
.byte 95
.byte 24
.byte 68
.byte -65
.byte -42
.byte -54
.byte -89
.byte 80
.byte 121
.byte 121
.byte -15
.byte 56
.byte 92
.byte -62
.byte 84
.byte -28
.byte -51
.byte -11
.byte 74
.byte -20
.byte 79
.byte -106
.byte 68
.byte -98
.byte -73
.byte 49
.byte -34
.byte -60
.byte -98
.byte -6
.byte -127
.byte 91
.byte -94
.byte -113
.byte 37
.byte -97
.byte 20
.byte -118
.byte -22
.byte -120
.byte 60
.byte 74
.byte 38
.byte 53
.byte 66
.byte -44
.byte 25
.byte -3
.byte 36
.byte 2
.byte -63
.byte -120
.byte 52
.byte 110
.byte -121
.byte -38
.byte -58
.byte 65
.byte 53
.byte -61
.byte -38
.byte -36
.byte -76
.byte 125
.byte 112
.byte 39
.byte 80
.byte -79
.byte -70
.byte -68
.byte -114
.byte 12
.byte 68
.byte 75
.byte 52
.byte -55
.byte 54
.byte -116
.byte 64
.byte 5
.byte 112
.byte -95
.byte -28
.byte -50
.byte 63
.byte -64
.byte 5
.byte -87
.byte 60
.byte -23
.byte -30
.byte 81
.byte 63
.byte -104
.byte -83
.byte -128
.byte -75
.byte -63
.byte 7
.byte -47
.byte 13
.byte -109
.byte -90
.byte 121
.byte 87
.byte -80
.byte -100
.byte -74
.byte 111
.byte -112
.byte -83
.byte -116
.byte -28
.byte 82
.byte -119
.byte -85
.byte -71
.byte -80
.byte 114
.byte 96
.byte 6
.byte -76
.byte 112
.byte 76
.byte 85
.byte 5
.byte -97
.byte -4
.byte -49
.byte 21
.byte 56
.byte 114
.byte 35
.byte -37
.byte -102
.byte -109
.byte 84
.byte 83
.byte -98
.byte 108
.byte 69
.byte -118
.byte 78
.byte -77
.byte 22
.byte 29
.byte 29
.byte -118
.byte 126
.byte 60
.byte -108
.byte -22
.byte 103
.byte 51
.byte 80
.byte 42
.byte -128
.byte -124
.byte 52
.byte 79
.byte 112
.byte 38
.byte -61
.byte 6
.byte 24
.byte -35
.byte -100
.byte -18
.byte 94
.byte -46
.byte 94
.byte -68
.byte 12
.byte 60
.byte -96
.byte 64
.byte 124
.byte 103
.byte 27
.byte -97
.byte -78
.byte -123
.byte 7
.byte 7
.byte -57
.byte 5
.byte 87
.byte -23
.byte -30
.byte -46
.byte 53
.byte -63
.byte 79
.byte -28
.byte 79
.byte -55
.byte -87
.byte -117
.byte 89
.byte 16
.byte -8
.byte 72
.byte 82
.byte -18
.byte 12
.byte -49
.byte -12
.byte 122
.byte 27
.byte 67
.byte 5
.byte -76
.byte 107
.byte 117
.byte -3
.byte 94
.byte -43
.byte -28
.byte 83
.byte 121
.byte -48
.byte -114
.byte -90
.byte 61
.byte 37
.byte -14
.byte -61
.byte -49
.byte -19
.byte 120
.byte 77
.byte -103
.byte 74
.byte -81
.byte -15
.byte -15
.byte 22
.byte -105
.byte 120
.byte -32
.byte 15
.byte -18
.byte -48
.byte 45
.byte -40
.byte -99
.byte 27
.byte 53
.byte 4
.byte -105
.byte 82
.byte 67
.byte -38
.byte -44
.byte 106
.byte -76
.byte -36
.byte 67
.byte 79
.byte 83
.byte -76
.byte -85
.byte -37
.byte 16
.byte -45
.byte 120
.byte 16
.byte 70
.byte 35
.byte 113
.byte -107
.byte -56
.byte -121
.byte 82
.byte 103
.byte 122
.byte -55
.byte -41
.byte 65
.byte 127
.byte -61
.byte -91
.byte -91
.byte -25
.byte -80
.byte -70
.byte 67
.byte -46
.byte 16
.byte -48
.byte 32
.byte 106
.byte 12
.byte -126
.byte -125
.byte -70
.byte -61
.byte 122
.byte 26
.byte -80
.byte 1
.byte -4
.byte -109
.byte 110
.byte -88
.byte 96
.byte -28
.byte 125
.byte -40
.byte 65
.byte 97
.byte -127
.byte 79
.byte 79
.byte -68
.byte 18
.byte 35
.byte 77
.byte -97
.byte 82
.byte -118
.byte -56
.byte -34
.byte -107
.byte 101
.byte -66
.byte -28
.byte 68
.byte 95
.byte 95
.byte 72
.byte 74
.byte -121
.byte 55
.byte 52
.byte 22
.byte 49
.byte -8
.byte -108
.byte 114
.byte -126
.byte 100
.byte 40
.byte -114
.byte -117
.byte -60
.byte 79
.byte 87
.byte 72
.byte -19
.byte 29
.byte -57
.byte -23
.byte -67
.byte -107
.byte 47
.byte -24
.byte 105
.byte 87
.byte -41
.byte -70
.byte 6
.byte 36
.byte 58
.byte -19
.byte -90
.byte -12
.byte 120
.byte -51
.byte -92
.byte 34
.byte 61
.byte 112
.byte -31
.byte -47
.byte -28
.byte -125
.byte 63
.byte 94
.byte 108
.byte 7
.byte -121
.byte -9
.byte -10
.byte -124
.byte -56
.byte 123
.byte -109
.byte -9
.byte -81
.byte -95
.byte 24
.byte -80
.byte 33
.byte -51
.byte -87
.byte -50
.byte -41
.byte -66
.byte -117
.byte -38
.byte -3
.byte 39
.byte -67
.byte -95
.byte -126
.byte -5
.byte 126
.byte -73
.byte -122
.byte -99
.byte -19
.byte -118
.byte 33
.byte -2
.byte -32
.byte 95
.byte 8
.byte 110
.byte -12
.byte 17
.byte 113
.byte 21
.byte 107
.byte -115
.byte -67
.byte 48
.byte 5
.byte -83
.byte -1
.byte 10
.byte 42
.byte 33
.byte -13
.byte -55
.byte 80
.byte -80
.byte -23
.byte 1
.byte 48
.byte 16
.byte -120
.byte 84
.byte 79
.byte -1
.byte 73
.byte 2
.byte -91
.byte 86
.byte 83
.byte -56
.byte 38
.byte -126
.byte 66
.byte 15
.byte 125
.byte 11
.byte -110
.byte -109
.byte 103
.byte 73
.byte -126
.byte 43
.byte -16
.byte -28
.byte -52
.byte 23
.byte 35
.byte 52
.byte 24
.byte -33
.byte -40
.byte 42
.byte 55
.byte 81
.byte 118
.byte 99
.byte 17
.byte 127
.byte -125
.byte 23
.byte 24
.byte 80
.byte 35
.byte -75
.byte -80
.byte -66
.byte 2
.byte -60
.byte -80
.byte 24
.byte -108
.byte 114
.byte -62
.byte -11
.byte 37
.byte -103
.byte -91
.byte -116
.byte 13
.byte -78
.byte -60
.byte 12
.byte 37
.byte -116
.byte 88
.byte -43
.byte 63
.byte -102
.byte -77
.byte 26
.byte 92
.byte -96
.byte 39
.byte 105
.byte 55
.byte -42
.byte 40
.byte -15
.byte 66
.byte -68
.byte 73
.byte 126
.byte 6
.byte -93
.byte -96
.byte 59
.byte 2
.byte -63
.byte 16
.byte 65
.byte 27
.byte -44
.byte -8
.byte -78
.byte -89
.byte 79
.byte 64
.byte -24
.byte 82
.byte -113
.byte 60
.byte -60
.byte -23
.byte 25
.byte 8
.byte -86
.byte -112
.byte 58
.byte -122
.byte 95
.byte 126
.byte 71
.byte 71
.byte -4
.byte -3
.byte 38
.byte -104
.byte -28
.byte 52
.byte 101
.byte 126
.byte 14
.byte 34
.byte -84
.byte -95
.byte -83
.byte -16
.byte 113
.byte 66
.byte -106
.byte 50
.byte 2
.byte 103
.byte -56
.byte -97
.byte 24
.byte 66
.byte 98
.byte -61
.byte -23
.byte 27
.byte -121
.byte 46
.byte -59
.byte -127
.byte 40
.byte -30
.byte 8
.byte 58
.byte -119
.byte 44
.byte -25
.byte 98
.byte -35
.byte 57
.byte -48
.byte 26
.byte 118
.byte -74
.byte -84
.byte -95
.byte -72
.byte 121
.byte 72
.byte -56
.byte -20
.byte -72
.byte -66
.byte 27
.byte 50
.byte -100
.byte -52
.byte -63
.byte -93
.byte 51
.byte -85
.byte -83
.byte -108
.byte 2
.byte -95
.byte -28
.byte 6
.byte -18
.byte -37
.byte 124
.byte 57
.byte 9
.byte 19
.byte -97
.byte -80
.byte 76
.byte -92
.byte -86
.byte -28
.byte -78
.byte -102
.byte -42
.byte 37
.byte -39
.byte 119
.byte 11
.byte 122
.byte 82
.byte -38
.byte 0
.byte -99
.byte 1
.byte -45
.byte 7
.byte -64
.byte -51
.byte -37
.byte 126
.byte -4
.byte -89
.byte 113
.byte -42
.byte -72
.byte 73
.byte -49
.byte -44
.byte -70
.byte 19
.byte -6
.byte 97
.byte 51
.byte -54
.byte 117
.byte 85
.byte -122
.byte 7
.byte 38
.byte -70
.byte 124
.byte 88
.byte -54
.byte 40
.byte 22
.byte -113
.byte -18
.byte 97
.byte -65
.byte -86
.byte -7
.byte 119
.byte 21
.byte 22
.byte -48
.byte 41
.byte 13
.byte 36
.byte 83
.byte 117
.byte 105
.byte 89
.byte 33
.byte -121
.byte -4
.byte -70
.byte -73
.byte 125
.byte -32
.byte 20
.byte 30
.byte -90
.byte 24
.byte 54
.byte -86
.byte 119
.byte 83
.byte 119
.byte -119
.byte -58
.byte -50
.byte 120
.byte 77
.byte -84
.byte 73
.byte -118
.byte 98
.byte 65
.byte 0
.byte 62
.byte -90
.byte 48
.byte -86
.byte 22
.byte -105
.byte -25
.byte -7
.byte -14
.byte -56
.byte 90
.byte 26
.byte -126
.byte 33
.byte 75
.byte -47
.byte -81
.byte 9
.byte -55
.byte 40
.byte 27
.byte 14
.byte -56
.byte -104
.byte 100
.byte 42
.byte -39
.byte 18
.byte -70
.byte 122
.byte -9
.byte 75
.byte 45
.byte -121
.byte -78
.byte -13
.byte -52
.byte -92
.byte 81
.byte -81
.byte 95
.byte -110
.byte 40
.byte -67
.byte 105
.byte 113
.byte 113
.byte -46
.byte -62
.byte -81
.byte 125
.byte -78
.byte 114
.byte -37
.byte 2
.byte 80
.byte 125
.byte -57
.byte -37
.byte 66
.byte -93
.byte 97
.byte 32
.byte -77
.byte -21
.byte -79
.byte 115
.byte 108
.byte 91
.byte 64
.byte 45
.byte -78
.byte -122
.byte 116
.byte 29
.byte -76
.byte 69
.byte 47
.byte -60
.byte -40
.byte 127
.byte -4
.byte -79
.byte -20
.byte -50
.byte 88
.byte -75
.byte -21
.byte -42
.byte 1
.byte -75
.byte 93
.byte 82
.byte -64
.byte -42
.byte 29
.byte -10
.byte -8
.byte 2
.byte -5
.byte -112
.byte 84
.byte -92
.byte 78
.byte -19
.byte 101
.byte 124
.byte 118
.byte 9
.byte 106
.byte 103
.byte -5
.byte -33
.byte -24
.byte 27
.byte 42
.byte -70
.byte 88
.byte 85
.byte 114
.byte -120
.byte -113
.byte 119
.byte -87
.byte -98
.byte 51
.byte 64
.byte -23
.byte 58
.byte -38
.byte 120
.byte -41
.byte 127
.byte -7
.byte 112
.byte 81
.byte 46
.byte -6
.byte 119
.byte -8
.byte -3
.byte 5
.byte 75
.byte -84
.byte -5
.byte -108
.byte 42
.byte 106
.byte -14
.byte 64
.byte -64
.byte 106
.byte 76
.byte 120
.byte -56
.byte -26
.byte 6
.byte 15
.byte 69
.byte -94
.byte 110
.byte 81
.byte -117
.byte -15
.byte 97
.byte -36
.byte 42
.byte 97
.byte 45
.byte -9
.byte -92
.byte -48
.byte 107
.byte -33
.byte 112
.byte -26
.byte -72
.byte -107
.byte -48
.byte -82
.byte 1
.byte -121
.byte -69
.byte -22
.byte -42
.byte 29
.byte -84
.byte -57
.byte -40
.byte -97
.byte 71
.byte -37
.byte 45
.byte 55
.byte 16
.byte 55
.byte -90
.byte -83
.byte 90
.byte 19
.byte 82
.byte 33
.byte 42
.byte -51
.byte 22
.byte 105
.byte 108
.byte 123
.byte 90
.byte 117
.byte 85
.byte 35
.byte 1
.byte -3
.byte -91
.byte 34
.byte -43
.byte 19
.byte -7
.byte 85
.byte -125
.byte -76
.byte -35
.byte 8
.byte 40
.byte 26
.byte 1
.byte 91
.byte 26
.byte -18
.byte 100
.byte 106
.byte 77
.byte 75
.byte -36
.byte -7
.byte 108
.byte -81
.byte -114
.byte -95
.byte 124
.byte 102
.byte 42
.byte -12
.byte 100
.byte -14
.byte 102
.byte -128
.byte 86
.byte 74
.byte 81
.byte -106
.byte -15
.byte 4
.byte -86
.byte 43
.byte 30
.byte -49
.byte -107
.byte -64
.byte -28
.byte 41
.byte 15
.byte 105
.byte 42
.byte -54
.byte 103
.byte 109
.byte 9
.byte -61
.byte -11
.byte 0
.byte -15
.byte -58
.byte 68
.byte 12
.byte 80
.byte -10
.byte -50
.byte -1
.byte 115
.byte 52
.byte 14
.byte 62
.byte 18
.byte -47
.byte -84
.byte 125
.byte 44
.byte -34
.byte 54
.byte -19
.byte -127
.byte 113
.byte 113
.byte -113
.byte -96
.byte 57
.byte -49
.byte -5
.byte -99
.byte -81
.byte 98
.byte 80
.byte -105
.byte -30
.byte -74
.byte -57
.byte -64
.byte 59
.byte -56
.byte -103
.byte -80
.byte 85
.byte 42
.byte 115
.byte -100
.byte -54
.byte -47
.byte -102
.byte -35
.byte 10
.byte 10
.byte -66
.byte 105
.byte -84
.byte 41
.byte 32
.byte -100
.byte -12
.byte 124
.byte 4
.byte 104
.byte 113
.byte -73
.byte 41
.byte 124
.byte -23
.byte 127
.byte -72
.byte 117
.byte -5
.byte -104
.byte -19
.byte -123
.byte 85
.byte 62
.byte -79
.byte -48
.byte -123
.byte 110
.byte -101
.byte -104
.byte 17
.byte -88
.byte -47
.byte -43
.byte 82
.byte 72
.byte 120
.byte -108
.byte 58
.byte -40
.byte 46
.byte -87
.byte 94
.byte -112
.byte 66
.byte 112
.byte -103
.byte 82
.byte -49
.byte 46
.byte 62
.byte 98
.byte 114
.byte -15
.byte 11
.byte -49
.byte 104
.byte 100
.byte 120
.byte 84
.byte -125
.byte -91
.byte 86
.byte -56
.byte 67
.byte -65
.byte -35
.byte 32
.byte 23
.byte -118
.byte -98
.byte -60
.byte -2
.byte -81
.byte -79
.byte -56
.byte 82
.byte -95
.byte -42
.byte -37
.byte 14
.byte -25
.byte 47
.byte -31
.byte -14
.byte 112
.byte 121
.byte -8
.byte 34
.byte 49
.byte 55
.byte 19
.byte 7
.byte 36
.byte 115
.byte 41
.byte -95
.byte -47
.byte 48
.byte 79
.byte -27
.byte -59
.byte -40
.byte 115
.byte 98
.byte 84
.byte 82
.byte -107
.byte -29
.byte -44
.byte -42
.byte 31
.byte -13
.byte -104
.byte -51
.byte 2
.byte -8
.byte -99
.byte -26
.byte 58
.byte 83
.byte 107
.byte 30
.byte 39
.byte -37
.byte 24
.byte 47
.byte 68
.byte 41
.byte 56
.byte -12
.byte 45
.byte -62
.byte -28
.byte -105
.byte -28
.byte -69
.byte -79
.byte 102
.byte -107
.byte -67
.byte -119
.byte 83
.byte 71
.byte -9
.byte -67
.byte 90
.byte 106
.byte -2
.byte 125
.byte -125
.byte 13
.byte -21
.byte -97
.byte 82
.byte 53
.byte -75
.byte 83
.byte -81
.byte 66
.byte 62
.byte 44
.byte -49
.byte -13
.byte 84
.byte 4
.byte 55
.byte 67
.byte -88
.byte 23
.byte 102
.byte 107
.byte 40
.byte -74
.byte 87
.byte -59
.byte -7
.byte -4
.byte -59
.byte 55
.byte 26
.byte 24
.byte 87
.byte -33
.byte -6
.byte -81
.byte 26
.byte 40
.byte -7
.byte 55
.byte 123
.byte -25
.byte -90
.byte 67
.byte 42
.byte -95
.byte 108
.byte 0
.byte 40
.byte -95
.byte -123
.byte 55
.byte 57
.byte -69
.byte 81
.byte 70
.byte 110
.byte 114
.byte 42
.byte 53
.byte -80
.byte -110
.byte 113
.byte 92
.byte 114
.byte -92
.byte 12
.byte -24
.byte 124
.byte 121
.byte 77
.byte -12
.byte 7
.byte 73
.byte 72
.byte 66
.byte 123
.byte 56
.byte 38
.byte 92
.byte 118
.byte 52
.byte 40
.byte -72
.byte -51
.byte 115
.byte 93
.byte 111
.byte -110
.byte -20
.byte -106
.byte 9
.byte -62
.byte -3
.byte 126
.byte -71
.byte -84
.byte -100
.byte 43
.byte 53
.byte -58
.byte 55
.byte -90
.byte -102
.byte -73
.byte 63
.byte 28
.byte 65
.byte 119
.byte 103
.byte 110
.byte -126
.byte 12
.byte 82
.byte -110
.byte -11
.byte -72
.byte -76
.byte 55
.byte -43
.byte 28
.byte 66
.byte 37
.byte 27
.byte 108
.byte -32
.byte -59
.byte 92
.byte 20
.byte 24
.byte -36
.byte 120
.byte -101
.byte 89
.byte -83
.byte -114
.byte 36
.byte 42
.byte 59
.byte 9
.byte 108
.byte 8
.byte 65
.byte 23
.byte 19
.byte -126
.byte -62
.byte -78
.byte -27
.byte -108
.byte -95
.byte 28
.byte 102
.byte 106
.byte -72
.byte 75
.byte -13
.byte -55
.byte 80
.byte 108
.byte 109
.byte 117
.byte -10
.byte 96
.byte 110
.byte 100
.byte -29
.byte -125
.byte 37
.byte -31
.byte -89
.byte 91
.byte 94
.byte -22
.byte -12
.byte -9
.byte 3
.byte 72
.byte -2
.byte -93
.byte -52
.byte 88
.byte -11
.byte -63
.byte -91
.byte 101
.byte -61
.byte 115
.byte -34
.byte 113
.byte -105
.byte -36
.byte -4
.byte -104
.byte -39
.byte -115
.byte -88
.byte -13
.byte -9
.byte -26
.byte 52
.byte -105
.byte -122
.byte 24
.byte -32
.byte -1
.byte 43
.byte -125
.byte 51
.byte 59
.byte -32
.byte -37
.byte -42
.byte -117
.byte 94
.byte -3
.byte 87
.byte 78
.byte -79
.byte 45
.byte -37
.byte -13
.byte -66
.byte -7
.byte -104
.byte 53
.byte -24
.byte -34
.byte 110
.byte -46
.byte 23
.byte 43
.byte -67
.byte -112
.byte 64
.byte 87
.byte -17
.byte -102
.byte -23
.byte 77
.byte -53
.byte 25
.byte -107
.byte 124
.byte 53
.byte -54
.byte 82
.byte -18
.byte -109
.byte -17
.byte 92
.byte -118
.byte 73
.byte -7
.byte 92
.byte 51
.byte 38
.byte 23
.byte 44
.byte -30
.byte 82
.byte 81
.byte 65
.byte -80
.byte -117
.byte 77
.byte 5
.byte 37
.byte 43
.byte -110
.byte 98
.byte 92
.byte 60
.byte 69
.byte -98
.byte 126
.byte 44
.byte 96
.byte 44
.byte -40
.byte 106
.byte 127
.byte 102
.byte -33
.byte -27
.byte 42
.byte 10
.byte 26
.byte -5
.byte -103
.byte 16
.byte -107
.byte -99
.byte 76
.byte 22
.byte 48
.byte -7
.byte -45
.byte -77
.byte 59
.byte 112
.byte -101
.byte -109
.byte -28
.byte -63
.byte -125
.byte -14
.byte -75
.byte -67
.byte -123
.byte -31
.byte 83
.byte 35
.byte 85
.byte -114
.byte -2
.byte 98
.byte -116
.byte -78
.byte -98
.byte -103
.byte -93
.byte 50
.byte 85
.byte -115
.byte -98
.byte 19
.byte 75
.byte -127
.byte -104
.byte -11
.byte -3
.byte -119
.byte 80
.byte 101
.byte 118
.byte -43
.byte 21
.byte 64
.byte 39
.byte 2
.byte -109
.byte -112
.byte -52
.byte -23
.byte -91
.byte -127
.byte 99
.byte -32
.byte 49
.byte -67
.byte -120
.byte 40
.byte -104
.byte 66
.byte 37
.byte 116
.byte 17
.byte -52
.byte 75
.byte -12
.byte 39
.byte -6
.byte 103
.byte -77
.byte 75
.byte -86
.byte 90
.byte -39
.byte -61
.byte 51
.byte 71
.byte -52
.byte -105
.byte -5
.byte -116
.byte -31
.byte -114
.byte -112
.byte 120
.byte 63
.byte 81
.byte 28
.byte -119
.byte -16
.byte -120
.byte 53
.byte -115
.byte 44
.byte 11
.byte -59
.byte -75
.byte 115
.byte -63
.byte -53
.byte 7
.byte 85
.byte 59
.byte -2
.byte -116
.byte 81
.byte -79
.byte 89
.byte -116
.byte -9
.byte 34
.byte -15
.byte 14
.byte 61
.byte 126
.byte -116
.byte -42
.byte 117
.byte 87
.byte -105
.byte 69
.byte -65
.byte 39
.byte -87
.byte 83
.byte -25
.byte 73
.byte -107
.byte -38
.byte -53
.byte 53
.byte -80
.byte 24
.byte -93
.byte 8
.byte -119
.byte -66
.byte 57
.byte -75
.byte -13
.byte -28
.byte 77
.byte -111
.byte 31
.byte -24
.byte 18
.byte 12
.byte -11
.byte 47
.byte 121
.byte 6
.byte -82
.byte 7
.byte 95
.byte 118
.byte 33
.byte 25
.byte -124
.byte -116
.byte 89
.byte -61
.byte -25
.byte -39
.byte -104
.byte 78
.byte 16
.byte -108
.byte -87
.byte -79
.byte -100
.byte 24
.byte -115
.byte -21
.byte 125
.byte 49
.byte -97
.byte -56
.byte -68
.byte -100
.byte -3
.byte -110
.byte -36
.byte -124
.byte 125
.byte 47
.byte -61
.byte 96
.byte -122
.byte -97
.byte -64
.byte -52
.byte 105
.byte -3
.byte 99
.byte -90
.byte -11
.byte -6
.byte 43
.byte 23
.byte -97
.byte 122
.byte 116
.byte 52
.byte -71
.byte -79
.byte -48
.byte 6
.byte -12
.byte 109
.byte 31
.byte -20
.byte 114
.byte 108
.byte 29
.byte -95
.byte -69
.byte 126
.byte -6
.byte 39
.byte -1
.byte -121
.byte -125
.byte 42
.byte -15
.byte -104
.byte 59
.byte 124
.byte 2
.byte -99
.byte 23
.byte -91
.byte 95
.byte -89
.byte -55
.byte -74
.byte 102
.byte -43
.byte -114
.byte -75
.byte 78
.byte -34
.byte 0
.byte -38
.byte -81
.byte 94
.byte -69
.byte -60
.byte 127
.byte -2
.byte 20
.byte -24
.byte -49
.byte -13
.byte 90
.byte 26
.byte 120
.byte 16
.byte -94
.byte 111
.byte 59
.byte -35
.byte 9
.byte 1
.byte 116
.byte 34
.byte -89
.byte 120
.byte 29
.byte 80
.byte 125
.byte -7
.byte 102
.byte -126
.byte 104
.byte -58
.byte -16
.byte 89
.byte -111
.byte 7
.byte 42
.byte 58
.byte 20
.byte 34
.byte 39
.byte 69
.byte -60
.byte 38
.byte -4
.byte -94
.byte -60
.byte -8
.byte -127
.byte -2
.byte -60
.byte 126
.byte 105
.byte 50
.byte 21
.byte 76
.byte 7
.byte 28
.byte -110
.byte -128
.byte -55
.byte 55
.byte -64
.byte -33
.byte -90
.byte 64
.byte 19
.byte 5
.byte 114
.byte 46
.byte -106
.byte -51
.byte 8
.byte -88
.byte 35
.byte -86
.byte 34
.byte 62
.byte -79
.byte 35
.byte 31
.byte -85
.byte 103
.byte 110
.byte 102
.byte 28
.byte -38
.byte 33
.byte 42
.byte -62
.byte 90
.byte 93
.byte 76
.byte 125
.byte -119
.byte -45
.byte -60
.byte 48
.byte 109
.byte -115
.byte 40
.byte -4
.byte -1
.byte -88
.byte 96
.byte -68
.byte -35
.byte -63
.byte 35
.byte 62
.byte 66
.byte 69
.byte 84
.byte -80
.byte 65
.byte 13
.byte 126
.byte 13
.byte 108
.byte 74
.byte 22
.byte 72
.byte -48
.byte -67
.byte -82
.byte -102
.byte 72
.byte 25
.byte 106
.byte -113
.byte 56
.byte -108
.byte 15
.byte -122
.byte -14
.byte -74
.byte 56
.byte 36
.byte 105
.byte -35
.byte -77
.byte -24
.byte 72
.byte 108
.byte 0
.byte 108
.byte -127
.byte 60
.byte 89
.byte -102
.byte 89
.byte -8
.byte -121
.byte -28
.byte -79
.byte 43
.byte -49
.byte 30
.byte -106
.byte -41
.byte -62
.byte 96
.byte -127
.byte -23
.byte 2
.byte 46
.byte 28
.byte 107
.byte 48
.byte 107
.byte 118
.byte 38
.byte 61
.byte -64
.byte -30
.byte -91
.byte 97
.byte 96
.byte -15
.byte -72
.byte -60
.byte 113
.byte -81
.byte 6
.byte 28
.byte -26
.byte 15
.byte -71
.byte 54
.byte 85
.byte -52
.byte -78
.byte 112
.byte 29
.byte -67
.byte 71
.byte 29
.byte 72
.byte 94
.byte 110
.byte 33
.byte -62
.byte 24
.byte 72
.byte 29
.byte 118
.byte -65
.byte 66
.byte -33
.byte -19
.byte -66
.byte 62
.byte 109
.byte -95
.byte -98
.byte -126
.byte 97
.byte -62
.byte -100
.byte -40
.byte -50
.byte -18
.byte -67
.byte -55
.byte 31
.byte 2
.byte 123
.byte -57
.byte -64
.byte 38
.byte 65
.byte 50
.byte 114
.byte -41
.byte -53
.byte -92
.byte 55
.byte 86
.byte -123
.byte 35
.byte 103
.byte -7
.byte 49
.byte 17
.byte -90
.byte -99
.byte -36
.byte 117
.byte 127
.byte 40
.byte 76
.byte 88
.byte -87
.byte -98
.byte -125
.byte -54
.byte 117
.byte -102
.byte 23
.byte -43
.byte -84
.byte 56
.byte 77
.byte 90
.byte -19
.byte 58
.byte 123
.byte 3
.byte 104
.byte -43
.byte -9
.byte 75
.byte 48
.byte 3
.byte 113
.byte 95
.byte 125
.byte -88
.byte 111
.byte -115
.byte 20
.byte -3
.byte 97
.byte -87
.byte 28
.byte -66
.byte 59
.byte 52
.byte -19
.byte 66
.byte 13
.byte 55
.byte 36
.byte -59
.byte 101
.byte 87
.byte 59
.byte -120
.byte -73
.byte 56
.byte -3
.byte 9
.byte 24
.byte 119
.byte 12
.byte 118
.byte -27
.byte 88
.byte -107
.byte 24
.byte 63
.byte 18
.byte -23
.byte 41
.byte -83
.byte -52
.byte 17
.byte 66
.byte -33
.byte -31
.byte 63
.byte -53
.byte 95
.byte -85
.byte -20
.byte -120
.byte 104
.byte 25
.byte 4
.byte -38
.byte -86
.byte -65
.byte -80
.byte 34
.byte -36
.byte 7
.byte 104
.byte -23
.byte -45
.byte -106
.byte -61
.byte -115
.byte -121
.byte -61
.byte 117
.byte -126
.byte 75
.byte 46
.byte -80
.byte -87
.byte -50
.byte 55
.byte -69
.byte 52
.byte 122
.byte 95
.byte -41
.byte -9
.byte 122
.byte 62
.byte 90
.byte 120
.byte -67
.byte 62
.byte 90
.byte -90
.byte 27
.byte 104
.byte -104
.byte 16
.byte -118
.byte 25
.byte 67
.byte 28
.byte 13
.byte 26
.byte 1
.byte 35
.byte 123
.byte -18
.byte 81
.byte 23
.byte -1
.byte 86
.byte 17
.byte 18
.byte 108
.byte -118
.byte -24
.byte 100
.byte -46
.byte 9
.byte 68
.byte 116
.byte 70
.byte 4
.byte -122
.byte 47
.byte -83
.byte 9
.byte -96
.byte 120
.byte -9
.byte -41
.byte -93
.byte -100
.byte -24
.byte 96
.byte -106
.byte -56
.byte 2
.byte 57
.byte 103
.byte -112
.byte -12
.byte -11
.byte 65
.byte 78
.byte -9
.byte -97
.byte 27
.byte -109
.byte -69
.byte 86
.byte -13
.byte -48
.byte 76
.byte -12
.byte -54
.byte 8
.byte 79
.byte 62
.byte -111
.byte -88
.byte -28
.byte -21
.byte -44
.byte -96
.byte 84
.byte 14
.byte -60
.byte -3
.byte 118
.byte -117
.byte -67
.byte 70
.byte -74
.byte 19
.byte -103
.byte 110
.byte -82
.byte 2
.byte 9
.byte -16
.byte 104
.byte 29
.byte 77
.byte 0
.byte 35
.byte -26
.byte -128
.byte 95
.byte 46
.byte -84
.byte 126
.byte -61
.byte -116
.byte -92
.byte -23
.byte -128
.byte 66
.byte -126
.byte 79
.byte -103
.byte -74
.byte -74
.byte 60
.byte 29
.byte -37
.byte 87
.byte 47
.byte 75
.byte 75
.byte 24
.byte -42
.byte 84
.byte 45
.byte -45
.byte -50
.byte 49
.byte 5
.byte -92
.byte 31
.byte 9
.byte 34
.byte -109
.byte -19
.byte 74
.byte -54
.byte -48
.byte 101
.byte -103
.byte 112
.byte 96
.byte -62
.byte 8
.byte -55
.byte -22
.byte -114
.byte -115
.byte -107
.byte -55
.byte 54
.byte 5
.byte 35
.byte -11
.byte -118
.byte 4
.byte -7
.byte -29
.byte -122
.byte -1
.byte -74
.byte -85
.byte -82
.byte -114
.byte 69
.byte -107
.byte 86
.byte -90
.byte -66
.byte -55
.byte -63
.byte 84
.byte 16
.byte 66
.byte 103
.byte 46
.byte -125
.byte 97
.byte -13
.byte 108
.byte -104
.byte -109
.byte -43
.byte 73
.byte 52
.byte -20
.byte -42
.byte -108
.byte 115
.byte -115
.byte -126
.byte -30
.byte -124
.byte 82
.byte -32
.byte 80
.byte 33
.byte -3
.byte 9
.byte -17
.byte -44
.byte -22
.byte 68
.byte 111
.byte -75
.byte -32
.byte 18
.byte 16
.byte 45
.byte -10
.byte -27
.byte 107
.byte 96
.byte -112
.byte -79
.byte -56
.byte 30
.byte 7
.byte -61
.byte 39
.byte 104
.byte -67
.byte 43
.byte 25
.byte 69
.byte -81
.byte 67
.byte 81
.byte 22
.byte 115
.byte -36
.byte 117
.byte -81
.byte -26
.byte 103
.byte -35
.byte 1
.byte 89
.byte 96
.byte -127
.byte -125
.byte 111
.byte -11
.byte -59
.byte -91
.byte 123
.byte -122
.byte 100
.byte -59
.byte 51
.byte -107
.byte -66
.byte -76
.byte -53
.byte -51
.byte 124
.byte -37
.byte -53
.byte -113
.byte -117
.byte 16
.byte -52
.byte -23
.byte -64
.byte 20
.byte -33
.byte 10
.byte 0
.byte -86
.byte 90
.byte 115
.byte -105
.byte -34
.byte -39
.byte 62
.byte 0
.byte -16
.byte -16
.byte -116
.byte -47
.byte 86
.byte -38
.byte 83
.byte 24
.byte -72
.byte 38
.byte -24
.byte -19
.byte -81
.byte -13
.byte 34
.byte 20
.byte -125
.byte 27
.byte 117
.byte -126
.byte 83
.byte 86
.byte 58
.byte 80
.byte -23
.byte -71
.byte -115
.byte 37
.byte -71
.byte 94
.byte -116
.byte 48
.byte 5
.byte 27
.byte 21
.byte 124
.byte -39
.byte 99
.byte -74
.byte 103
.byte -19
.byte 109
.byte -100
.byte -5
.byte 48
.byte 106
.byte 104
.byte 37
.byte 53
.byte 84
.byte 70
.byte 41
.byte 109
.byte -75
.byte 123
.byte 112
.byte 89
.byte 48
.byte 24
.byte 66
.byte -33
.byte 50
.byte -86
.byte -9
.byte -121
.byte 30
.byte -26
.byte 127
.byte -42
.byte 115
.byte 31
.byte 88
.byte -108
.byte 17
.byte 22
.byte 51
.byte 86
.byte -35
.byte 81
.byte 27
.byte -63
.byte 80
.byte -121
.byte 43
.byte 94
.byte 39
.byte 4
.byte 105
.byte 126
.byte -35
.byte -65
.byte -86
.byte -91
.byte 58
.byte -32
.byte -112
.byte -10
.byte 68
.byte -128
.byte 75
.byte -98
.byte 86
.byte -29
.byte -120
.byte 29
.byte 96
.byte -103
.byte 82
.byte 35
.byte -13
.byte 87
.byte 72
.byte 124
.byte -38
.byte 97
.byte 126
.byte 24
.byte -48
.byte 96
.byte 82
.byte 9
.byte -72
.byte -94
.byte -50
.byte -24
.byte -78
.byte 7
.byte 54
.byte -80
.byte -32
.byte -50
.byte 87
.byte -33
.byte -92
.byte -87
.byte 57
.byte 101
.byte -81
.byte -80
.byte -3
.byte 90
.byte -84
.byte 90
.byte 29
.byte -102
.byte 53
.byte -68
.byte -98
.byte -38
.byte -5
.byte -4
.byte -58
.byte -28
.byte -9
.byte -62
.byte 49
.byte 90
.byte -31
.byte 87
.byte 2
.byte 6
.byte 65
.byte -67
.byte 90
.byte -67
.byte -112
.byte 6
.byte 31
.byte -37
.byte -52
.byte 83
.byte 63
.byte 46
.byte 90
.byte -24
.byte 28
.byte -115
.byte -41
.byte 107
.byte -29
.byte 117
.byte 40
.byte -103
.byte 75
.byte -27
.byte -45
.byte -46
.byte -1
.byte -66
.byte 126
.byte 19
.byte 35
.byte -50
.byte -80
.byte 23
.byte 37
.byte 113
.byte -107
.byte 95
.byte 107
.byte 86
.byte 118
.byte -83
.byte -42
.byte -16
.byte -12
.byte -100
.byte 118
.byte -22
.byte -76
.byte -30
.byte 45
.byte -42
.byte -33
.byte -90
.byte 22
.byte -34
.byte -63
.byte 97
.byte 95
.byte -52
.byte -2
.byte -13
.byte -126
.byte 85
.byte 66
.byte 127
.byte 86
.byte 64
.byte -49
.byte 46
.byte 118
.byte -27
.byte 82
.byte 6
.byte -6
.byte -10
.byte -116
.byte -51
.byte 55
.byte 91
.byte 90
.byte -94
.byte 0
.byte -75
.byte -42
.byte 2
.byte -101
.byte -37
.byte 14
.byte 74
.byte 74
.byte -104
.byte -114
.byte -26
.byte 28
.byte -121
.byte -66
.byte -83
.byte -18
.byte -91
.byte -60
.byte -15
.byte 42
.byte 63
.byte 5
.byte 97
.byte 13
.byte -93
.byte -71
.byte -51
.byte 96
.byte -108
.byte 89
.byte -29
.byte 107
.byte 62
.byte -55
.byte -75
.byte 36
.byte 46
.byte 42
.byte 106
.byte -27
.byte 31
.byte -77
.byte -57
.byte -92
.byte -110
.byte -125
.byte 35
.byte -96
.byte -36
.byte -120
.byte -61
.byte -116
.byte -64
.byte 48
.byte -30
.byte -113
.byte -5
.byte 2
.byte -115
.byte -29
.byte -79
.byte -3
.byte 103
.byte 64
.byte -59
.byte -112
.byte -50
.byte 13
.byte 28
.byte 121
.byte -44
.byte 32
.byte 15
.byte -123
.byte -67
.byte -36
.byte 38
.byte -12
.byte 124
.byte 18
.byte -109
.byte 27
.byte -115
.byte 5
.byte -50
.byte -80
.byte 106
.byte 109
.byte 65
.byte -35
.byte -29
.byte -101
.byte 27
.byte 73
.byte 108
.byte 80
.byte 25
.byte 80
.byte 101
.byte -65
.byte -102
.byte 40
.byte 64
.byte 106
.byte 16
.byte -121
.byte 88
.byte -19
.byte 110
.byte -110
.byte -63
.byte -49
.byte -66
.byte 61
.byte 16
.byte 83
.byte -37
.byte -69
.byte 31
.byte 97
.byte -96
.byte 111
.byte 62
.byte -14
.byte -68
.byte -91
.byte -116
.byte -43
.byte -80
.byte 29
.byte -43
.byte -89
.byte -58
.byte 119
.byte 27
.byte -43
.byte -92
.byte 23
.byte -107
.byte 3
.byte -61
.byte -95
.byte 46
.byte -50
.byte -92
.byte -104
.byte 16
.byte 6
.byte -98
.byte 39
.byte 9
.byte 44
.byte -57
.byte 66
.byte -31
.byte -77
.byte 95
.byte -53
.byte -41
.byte -90
.byte 127
.byte -29
.byte 31
.byte -41
.byte 14
.byte -29
.byte -108
.byte -87
.byte -51
.byte -59
.byte -100
.byte 23
.byte -57
.byte -128
.byte -24
.byte -115
.byte 18
.byte 98
.byte 106
.byte -2
.byte 112
.byte 92
.byte -47
.byte 54
.byte -53
.byte -53
.byte 5
.byte -43
.byte 51
.byte 18
.byte 58
.byte -117
.byte -93
.byte -19
.byte -30
.byte -27
.byte -95
.byte -32
.byte -108
.byte -41
.byte 34
.byte 64
.byte -74
.byte -17
.byte 8
.byte -88
.byte 95
.byte 23
.byte -49
.byte 68
.byte -82
.byte -66
.byte 1
.byte 38
.byte -54
.byte 63
.byte 115
.byte -10
.byte -88
.byte -60
.byte -34
.byte 39
.byte 123
.byte -42
.byte -126
.byte 25
.byte 63
.byte 124
.byte -101
.byte 88
.byte -86
.byte -34
.byte -11
.byte -99
.byte -31
.byte -81
.byte -125
.byte -44
.byte -24
.byte 127
.byte -105
.byte -123
.byte 4
.byte 9
.byte -67
.byte -46
.byte 44
.byte 5
.byte -85
.byte -6
.byte 64
.byte 107
.byte 21
.byte 103
.byte -92
.byte -62
.byte 53
.byte -10
.byte -75
.byte -9
.byte 79
.byte 67
.byte 5
.byte -114
.byte 58
.byte 115
.byte -29
.byte -58
.byte 38
.byte 15
.byte -33
.byte -120
.byte 52
.byte -89
.byte 69
.byte 93
.byte 43
.byte -26
.byte 74
.byte -86
.byte 65
.byte -56
.byte -83
.byte -10
.byte -90
.byte 20
.byte -32
.byte 82
.byte -91
.byte 58
.byte -88
.byte -124
.byte 41
.byte 125
.byte -46
.byte 110
.byte 51
.byte 68
.byte -25
.byte 80
.byte -21
.byte -53
.byte 50
.byte -9
.byte -37
.byte 99
.byte 70
.byte 73
.byte -78
.byte -50
.byte 69
.byte 55
.byte 60
.byte -96
.byte 127
.byte 96
.byte 11
.byte -44
.byte 18
.byte -72
.byte -6
.byte 126
.byte 59
.byte -35
.byte 117
.byte -48
.byte 102
.byte -25
.byte 28
.byte -20
.byte 120
.byte -27
.byte 64
.byte 26
.byte -43
.byte 124
.byte -72
.byte 82
.byte 26
.byte -109
.byte -58
.byte 19
.byte 59
.byte -108
.byte -127
.byte 64
.byte 44
.byte -73
.byte -52
.byte 39
.byte -121
.byte 103
.byte 33
.byte 68
.byte -115
.byte -102
.byte -89
.byte -83
.byte -1
.byte 107
.byte -124
.byte 68
.byte 5
.byte -73
.byte -31
.byte 99
.byte -45
.byte -128
.byte -90
.byte 15
.byte -82
.byte -45
.byte 8
.byte 46
.byte -9
.byte -123
.byte -22
.byte -114
.byte 95
.byte 3
.byte 18
.byte -33
.byte 16
.byte -22
.byte -110
.byte 6
.byte 64
.byte 86
.byte 107
.byte 67
.byte 116
.byte -17
.byte 63
.byte -118
.byte 57
.byte -120
.byte 99
.byte -48
.byte 77
.byte -67
.byte -29
.byte 97
.byte 26
.byte -120
.byte 90
.byte 117
.byte 42
.byte 13
.byte 23
.byte 43
.byte -2
.byte -25
.byte 45
.byte -55
.byte 112
.byte 124
.byte 17
.byte 104
.byte 7
.byte 25
.byte -106
.byte 48
.byte -65
.byte 27
.byte -73
.byte -19
.byte 71
.byte 79
.byte -56
.byte 61
.byte -88
.byte 33
.byte 100
.byte -108
.byte 123
.byte 125
.byte 15
.byte 74
.byte -60
.byte -53
.byte 90
.byte -108
.byte 89
.byte -32
.byte 1
.byte -106
.byte 75
.byte 0
.byte -83
.byte 82
.byte -36
.byte 21
.byte -118
.byte 108
.byte 21
.byte 54
.byte 112
.byte 20
.byte 24
.byte -36
.byte 91
.byte -1
.byte -54
.byte -82
.byte -33
.byte 123
.byte 57
.byte -119
.byte -96
.byte 88
.byte -63
.byte -9
.byte -40
.byte 62
.byte 61
.byte -91
.byte -48
.byte 75
.byte -47
.byte -79
.byte -35
.byte 113
.byte -113
.byte 47
.byte -53
.byte -90
.byte 64
.byte -111
.byte -19
.byte -104
.byte -69
.byte -10
.byte 102
.byte -25
.byte -4
.byte -69
.byte -50
.byte -72
.byte 118
.byte -24
.byte 48
.byte -6
.byte 65
.byte -13
.byte -24
.byte 56
.byte -92
.byte 8
.byte -5
.byte -104
.byte 46
.byte 60
.byte -25
.byte -122
.byte -29
.byte 10
.byte 33
.byte -34
.byte 40
.byte 17
.byte 126
.byte -84
.byte -50
.byte 101
.byte 19
.byte -50
.byte 62
.byte 46
.byte 110
.byte -54
.byte -41
.byte -76
.byte -9
.byte -26
.byte -77
.byte 17
.byte -34
.byte -104
.byte -109
.byte 11
.byte 18
.byte 3
.byte -68
.byte 87
.byte -68
.byte 56
.byte 44
.byte 44
.byte 97
.byte 1
.byte 127
.byte 12
.byte 98
.byte 33
.byte -82
.byte -110
.byte -6
.byte -18
.byte 120
.byte -13
.byte -20
.byte -128
.byte -37
.byte 126
.byte 105
.byte 108
.byte -60
.byte -100
.byte 92
.byte -44
.byte -62
.byte -38
.byte -103
.byte -78
.byte -128
.byte -15
.byte -95
.byte -64
.byte -84
.byte -43
.byte -77
.byte 87
.byte 11
.byte -106
.byte -23
.byte -47
.byte -13
.byte -78
.byte 85
.byte -97
.byte 33
.byte 50
.byte 24
.byte -84
.byte 74
.byte -84
.byte -26
.byte 58
.byte -24
.byte -95
.byte 33
.byte -118
.byte 119
.byte -75
.byte 94
.byte -79
.byte 19
.byte 61
.byte -56
.byte 72
.byte 57
.byte -36
.byte -128
.byte -53
.byte -99
.byte 5
.byte 50
.byte -126
.byte 18
.byte -113
.byte 118
.byte 123
.byte 41
.byte -92
.byte -13
.byte 54
.byte 60
.byte 99
.byte 98
.byte -21
.byte 0
.byte -61
.byte -93
.byte 22
.byte 37
.byte 93
.byte -112
.byte -3
.byte -2
.byte 9
.byte 87
.byte 125
.byte 116
.byte 70
.byte -90
.byte -4
.byte 30
.byte -79
.byte -98
.byte -18
.byte -12
.byte -121
.byte 107
.byte 0
.byte -120
.byte -59
.byte 45
.byte 113
.byte 19
.byte 46
.byte -68
.byte -107
.byte -24
.byte -71
.byte -111
.byte 37
.byte 22
.byte 29
.byte 28
.byte -40
.byte -45
.byte -41
.byte 32
.byte -65
.byte 20
.byte -50
.byte 73
.byte -122
.byte 117
.byte 119
.byte -3
.byte -32
.byte -38
.byte -78
.byte -97
.byte 85
.byte -68
.byte 16
.byte 105
.byte 92
.byte 29
.byte 97
.byte 41
.byte -58
.byte 67
.byte 114
.byte 91
.byte -17
.byte -68
.byte -95
.byte 53
.byte -77
.byte 18
.byte 63
.byte 21
.byte -89
.byte 49
.byte 4
.byte -109
.byte -46
.byte -52
.byte 68
.byte 107
.byte 58
.byte 83
.byte -27
.byte -24
.byte -36
.byte 13
.byte -81
.byte -6
.byte 82
.byte -113
.byte -66
.byte -83
.byte -85
.byte -75
.byte -65
.byte 111
.byte -99
.byte 60
.byte 22
.byte -11
.byte 102
.byte -42
.byte 53
.byte -50
.byte 52
.byte 78
.byte 101
.byte -77
.byte -13
.byte 0
.byte 36
.byte -5
.byte 14
.byte 54
.byte -111
.byte 66
.byte 8
.byte 114
.byte -75
.byte 14
.byte 95
.byte -86
.byte -104
.byte 91
.byte 42
.byte -118
.byte 122
.byte -70
.byte 25
.byte -103
.byte -86
.byte 45
.byte -65
.byte -51
.byte 77
.byte 57
.byte 103
.byte -114
.byte 47
.byte -72
.byte -100
.byte -60
.byte -12
.byte 71
.byte 14
.byte 75
.byte -74
.byte 22
.byte -90
.byte 51
.byte -13
.byte -76
.byte 112
.byte -42
.byte -92
.byte 99
.byte 118
.byte -25
.byte 73
.byte -16
.byte -83
.byte 17
.byte -3
.byte 119
.byte 58
.byte 75
.byte -33
.byte -124
.byte -19
.byte -49
.byte 6
.byte 1
.byte -90
.byte -69
.byte -112
.byte 35
.byte -99
.byte 82
.byte -38
.byte -83
.byte -66
.byte -85
.byte -51
.byte 39
.byte -91
.byte 125
.byte -23
.byte 20
.byte 68
.byte -127
.byte 94
.byte 113
.byte 8
.byte 43
.byte 70
.byte 107
.byte -1
.byte 118
.byte 115
.byte -91
.byte -8
.byte 27
.byte 114
.byte 46
.byte -68
.byte -52
.byte 72
.byte -4
.byte 51
.byte -115
.byte -73
.byte -36
.byte -125
.byte 115
.byte -18
.byte 39
.byte 37
.byte 20
.byte -75
.byte 102
.byte -67
.byte 79
.byte 82
.byte 8
.byte -37
.byte 28
.byte 101
.byte -121
.byte 71
.byte 64
.byte 95
.byte 45
.byte -110
.byte -72
.byte 39
.byte 28
.byte 39
.byte -79
.byte 29
.byte 27
.byte -88
.byte -67
.byte -18
.byte 10
.byte 42
.byte 124
.byte -28
.byte 90
.byte 15
.byte -9
.byte -68
.byte 44
.byte -76
.byte 57
.byte -39
.byte -59
.byte -107
.byte -81
.byte -95
.byte 78
.byte -31
.byte 11
.byte 75
.byte 7
.byte 78
.byte 7
.byte 81
.byte 32
.byte -118
.byte 107
.byte 51
.byte 87
.byte -29
.byte -57
.byte 41
.byte 90
.byte -104
.byte -124
.byte -99
.byte -5
.byte -90
.byte 87
.byte -114
.byte -23
.byte -56
.byte 19
.byte 118
.byte -15
.byte 47
.byte 100
.byte 59
.byte -17
.byte 51
.byte -9
.byte -118
.byte -119
.byte 4
.byte 66
.byte 6
.byte -5
.byte -112
.byte -28
.byte -82
.byte -118
.byte 101
.byte 106
.byte 19
.byte 88
.byte -32
.byte -85
.byte 122
.byte 7
.byte 79
.byte -44
.byte 86
.byte -84
.byte 96
.byte -91
.byte -20
.byte -74
.byte -26
.byte 42
.byte -61
.byte 80
.byte 43
.byte 30
.byte -87
.byte 42
.byte 71
.byte -11
.byte -73
.byte -94
.byte -120
.byte 68
.byte -39
.byte -36
.byte 22
.byte 126
.byte -118
.byte 13
.byte 77
.byte -34
.byte 115
.byte -19
.byte 71
.byte 102
.byte -38
.byte 88
.byte -85
.byte -120
.byte 117
.byte -49
.byte -18
.byte 46
.byte -109
.byte 74
.byte -114
.byte -65
.byte -102
.byte 11
.byte 111
.byte -111
.byte -59
.byte 26
.byte -114
.byte -123
.byte 18
.byte 51
.byte 3
.byte 46
.byte -24
.byte 109
.byte -107
.byte 25
.byte -60
.byte -69
.byte 84
.byte -104
.byte 61
.byte 28
.byte -58
.byte 56
.byte 26
.byte -66
.byte 8
.byte -4
.byte 98
.byte -13
.byte 44
.byte 34
.byte 84
.byte 40
.byte 71
.byte 76
.byte -30
.byte 104
.byte 53
.byte -77
.byte -47
.byte -86
.byte 13
.byte 92
.byte 39
.byte 8
.byte 78
.byte -33
.byte -1
.byte -11
.byte -83
.byte -8
.byte 9
.byte -128
.byte -89
.byte -119
.byte 43
.byte -122
.byte -21
.byte 83
.byte -93
.byte -108
.byte 126
.byte 39
.byte 19
.byte 7
.byte 121
.byte -45
.byte 15
.byte 10
.byte 11
.byte -33
.byte -54
.byte -127
.byte -4
.byte 28
.byte -86
.byte -17
.byte 37
.byte 19
.byte 20
.byte -116
.byte 15
.byte 93
.byte 124
.byte -1
.byte 33
.byte -99
.byte -92
.byte 96
.byte -50
.byte -96
.byte 4
.byte -116
.byte -112
.byte -63
.byte -35
.byte 110
.byte -32
.byte 100
.byte 41
.byte -32
.byte -9
.byte -53
.byte -91
.byte -80
.byte -14
.byte -33
.byte 40
.byte -121
.byte 49
.byte 37
.byte 84
.byte 50
.byte -43
.byte 78
.byte 121
.byte 90
.byte -46
.byte -117
.byte -83
.byte 72
.byte 123
.byte -122
.byte 96
.byte 99
.byte 102
.byte -23
.byte 116
.byte -39
.byte 19
.byte 83
.byte -79
.byte 49
.byte -116
.byte 127
.byte 63
.byte 32
.byte -125
.byte -67
.byte -19
.byte -126
.byte -78
.byte 25
.byte 5
.byte 125
.byte 118
.byte -94
.byte -19
.byte 104
.byte -63
.byte 74
.byte -28
.byte 59
.byte -127
.byte 25
.byte 81
.byte 106
.byte 81
.byte -32
.byte 99
.byte -103
.byte -63
.byte -17
.byte -43
.byte 73
.byte -50
.byte 68
.byte 0
.byte 61
.byte 77
.byte 81
.byte 11
.byte 48
.byte -121
.byte -14
.byte -76
.byte -36
.byte -9
.byte -27
.byte -56
.byte 49
.byte 32
.byte 57
.byte 104
.byte 75
.byte 46
.byte 40
.byte -31
.byte 103
.byte -23
.byte 37
.byte -35
.byte -125
.byte 39
.byte 86
.byte 126
.byte 105
.byte -85
.byte -30
.byte -81
.byte -14
.byte -81
.byte 25
.byte -10
.byte 71
.byte 20
.byte -35
.byte 60
.byte -70
.byte -40
.byte -60
.byte -83
.byte 67
.byte -122
.byte 72
.byte -54
.byte -56
.byte -56
.byte 108
.byte 125
.byte -92
.byte 16
.byte -33
.byte -117
.byte -8
.byte 56
.byte 108
.byte 84
.byte 6
.byte 61
.byte -27
.byte 56
.byte -79
.byte -18
.byte 14
.byte 64
.byte 79
.byte 29
.byte -93
.byte -52
.byte 38
.byte -67
.byte 10
.byte -68
.byte 11
.byte -63
.byte 7
.byte 68
.byte -48
.byte 21
.byte 125
.byte 9
.byte -65
.byte 63
.byte 16
.byte 55
.byte 3
.byte -50
.byte 106
.byte -44
.byte -47
.byte -57
.byte -38
.byte 28
.byte -118
.byte -74
.byte -51
.byte -17
.byte -82
.byte -14
.byte -65
.byte -83
.byte -21
.byte 45
.byte 39
.byte -2
.byte -49
.byte 110
.byte 88
.byte -6
.byte 12
.byte 120
.byte -10
.byte 58
.byte -37
.byte -65
.byte 11
.byte -36
.byte 33
.byte 55
.byte -75
.byte -107
.byte -119
.byte -59
.byte -97
.byte 18
.byte 52
.byte 84
.byte 44
.byte 60
.byte -16
.byte 2
.byte -8
.byte 11
.byte 87
.byte 75
.byte 74
.byte -10
.byte 19
.byte -97
.byte 54
.byte 3
.byte -86
.byte -100
.byte 80
.byte -16
.byte -72
.byte -67
.byte 22
.byte -122
.byte -32
.byte 8
.byte -108
.byte 64
.byte 56
.byte 118
.byte -101
.byte 122
.byte -46
.byte 23
.byte 36
.byte 94
.byte -11
.byte -56
.byte -116
.byte -78
.byte -65
.byte 107
.byte 50
.byte -85
.byte -65
.byte 67
.byte -16
.byte -10
.byte -69
.byte 3
.byte 100
.byte 120
.byte 84
.byte 37
.byte 20
.byte -39
.byte -6
.byte -13
.byte -46
.byte 66
.byte -17
.byte -21
.byte 8
.byte 121
.byte -14
.byte -123
.byte 26
.byte 54
.byte -102
.byte -78
.byte 81
.byte 86
.byte -69
.byte -48
.byte -114
.byte -44
.byte -115
.byte 44
.byte 78
.byte 57
.byte -23
.byte 107
.byte 68
.byte -91
.byte -112
.byte -111
.byte -19
.byte 49
.byte -53
.byte 12
.byte 126
.byte -56
.byte 67
.byte 33
.byte -114
.byte 27
.byte -20
.byte -54
.byte 83
.byte -112
.byte 59
.byte 93
.byte 72
.byte 97
.byte 41
.byte 106
.byte -62
.byte -42
.byte 119
.byte -126
.byte -16
.byte 57
.byte -107
.byte -90
.byte 103
.byte -113
.byte -47
.byte 78
.byte 41
.byte 123
.byte -49
.byte -32
.byte -82
.byte -36
.byte 3
.byte 89
.byte -41
.byte -6
.byte -94
.byte 14
.byte -72
.byte -93
.byte 16
.byte 92
.byte 10
.byte -51
.byte 76
.byte 80
.byte 104
.byte 47
.byte 22
.byte 6
.byte -10
.byte 10
.byte 1
.byte -83
.byte 34
.byte 81
.byte -65
.byte -76
.byte 53
.byte 54
.byte 18
.byte 68
.byte 116
.byte 108
.byte 125
.byte 71
.byte 6
.byte 8
.byte 117
.byte -105
.byte 71
.byte 14
.byte 5
.byte 72
.byte -81
.byte -30
.byte 109
.byte -30
.byte 92
.byte -20
.byte 105
.byte -58
.byte -98
.byte -82
.byte 90
.byte -12
.byte 59
.byte 53
.byte 95
.byte -106
.byte 86
.byte 46
.byte 34
.byte -31
.byte 89
.byte -105
.byte -113
.byte -106
.byte -78
.byte -94
.byte -125
.byte 34
.byte -51
.byte 70
.byte 127
.byte 114
.byte -61
.byte -95
.byte 58
.byte 86
.byte 82
.byte 16
.byte 20
.byte 95
.byte 51
.byte -22
.byte 102
.byte -71
.byte -76
.byte -48
.byte -72
.byte -11
.byte 117
.byte 17
.byte 34
.byte -114
.byte 79
.byte -28
.byte 41
.byte -81
.byte 17
.byte 114
.byte -63
.byte -34
.byte -56
.byte 89
.byte 15
.byte 32
.byte 56
.byte -51
.byte 117
.byte 75
.byte 9
.byte -106
.byte 17
.byte 108
.byte 75
.byte -87
.byte -87
.byte -86
.byte 28
.byte -36
.byte -71
.byte 12
.byte -29
.byte -27
.byte -115
.byte -40
.byte -31
.byte 60
.byte -108
.byte -96
.byte -8
.byte -126
.byte 82
.byte 97
.byte -74
.byte 74
.byte 125
.byte -117
.byte 101
.byte 117
.byte 126
.byte -121
.byte 98
.byte -82
.byte 126
.byte -101
.byte -5
.byte 60
.byte 71
.byte -121
.byte -125
.byte -29
.byte 95
.byte -78
.byte 97
.byte 43
.byte 119
.byte 104
.byte -31
.byte 27
.byte -83
.byte 64
.byte 112
.byte 7
.byte 50
.byte -80
.byte -81
.byte 90
.byte 14
.byte 110
.byte 66
.byte 61
.byte 33
.byte 21
.byte -122
.byte -102
.byte 116
.byte 82
.byte -103
.byte -98
.byte 27
.byte 61
.byte -121
.byte 72
.byte -102
.byte 3
.byte 90
.byte 20
.byte 125
.byte 58
.byte -35
.byte -15
.byte 62
.byte 95
.byte -17
.byte -55
.byte 97
.byte 81
.byte 104
.byte -82
.byte 79
.byte 19
.byte 11
.byte -89
.byte -34
.byte 35
.byte 98
.byte -125
.byte 82
.byte -113
.byte -42
.byte 37
.byte 5
.byte -99
.byte -51
.byte 24
.byte 44
.byte -112
.byte 71
.byte -118
.byte 94
.byte -60
.byte -62
.byte 90
.byte -87
.byte -11
.byte 5
.byte 11
.byte -89
.byte 111
.byte 17
.byte -16
.byte -96
.byte 95
.byte 51
.byte -128
.byte -32
.byte -108
.byte -65
.byte 89
.byte -24
.byte -65
.byte 61
.byte -70
.byte 76
.byte 53
.byte -94
.byte -126
.byte -22
.byte 86
.byte 98
.byte 5
.byte 121
.byte -46
.byte -8
.byte 117
.byte -105
.byte 122
.byte 103
.byte 110
.byte 115
.byte -78
.byte 119
.byte 6
.byte 50
.byte -41
.byte -9
.byte 21
.byte -64
.byte 24
.byte 97
.byte -16
.byte -120
.byte 120
.byte -24
.byte 99
.byte 78
.byte -8
.byte -72
.byte 87
.byte -75
.byte 43
.byte -53
.byte 125
.byte 12
.byte 96
.byte -113
.byte 2
.byte 33
.byte -14
.byte -8
.byte -95
.byte 9
.byte 16
.byte -15
.byte 58
.byte 49
.byte -48
.byte 103
.byte 107
.byte 21
.byte 91
.byte -95
.byte -6
.byte 115
.byte 107
.byte 36
.byte 80
.byte 21
.byte -69
.byte 97
.byte 120
.byte -30
.byte 40
.byte 41
.byte -54
.byte -58
.byte -35
.byte 39
.byte -104
.byte -18
.byte -110
.byte 124
.byte -101
.byte 44
.byte -69
.byte -68
.byte -14
.byte 26
.byte -117
.byte -45
.byte 118
.byte 11
.byte -101
.byte -56
.byte 99
.byte 114
.byte -10
.byte 113
.byte 60
.byte 94
.byte 33
.byte 54
.byte -99
.byte 101
.byte -21
.byte -96
.byte 5
.byte -8
.byte 126
.byte -20
.byte 62
.byte 51
.byte 54
.byte 70
.byte -87
.byte 55
.byte -79
.byte -114
.byte -117
.byte 21
.byte -30
.byte -115
.byte 45
.byte -125
.byte 48
.byte -37
.byte 44
.byte -123
.byte -27
.byte 78
.byte -78
.byte -63
.byte 51
.byte 74
.byte 88
.byte -61
.byte -73
.byte -4
.byte 76
.byte -85
.byte 10
.byte -34
.byte 26
.byte -46
.byte 10
.byte -21
.byte -92
.byte 75
.byte -108
.byte 106
.byte 41
.byte -63
.byte 107
.byte 86
.byte -95
.byte -121
.byte -36
.byte -106
.byte -52
.byte 23
.byte 64
.byte -43
.byte -48
.byte 17
.byte -69
.byte -84
.byte -107
.byte -28
.byte -46
.byte -104
.byte 37
.byte -29
.byte 6
.byte -107
.byte 60
.byte -52
.byte 35
.byte -119
.byte 56
.byte -73
.byte 19
.byte 32
.byte 9
.byte 111
.byte 42
.byte -7
.byte 42
.byte 0
.byte 108
.byte 105
.byte 22
.byte -62
.byte -111
.byte 32
.byte -15
.byte 67
.byte -90
.byte -101
.byte -68
.byte -58
.byte 9
.byte -49
.byte 67
.byte 92
.byte 40
.byte -70
.byte -88
.byte -118
.byte -42
.byte 62
.byte -122
.byte 53
.byte -14
.byte 100
.byte -91
.byte 17
.byte -80
.byte -67
.byte 30
.byte 95
.byte -78
.byte 47
.byte 112
.byte -116
.byte -43
.byte 112
.byte 109
.byte 63
.byte -11
.byte 49
.byte -124
.byte 13
.byte 99
.byte 11
.byte -55
.byte -23
.byte 80
.byte 102
.byte -68
.byte 30
.byte -13
.byte -124
.byte -115
.byte -91
.byte -76
.byte -100
.byte -18
.byte 9
.byte 109
.byte -23
.byte 51
.byte 46
.byte -3
.byte 71
.byte -89
.byte 19
.byte -57
.byte -82
.byte 25
.byte -105
.byte 95
.byte -56
.byte 49
.byte -48
.byte 57
.byte 0
.byte 59
.byte 23
.byte 117
.byte -92
.byte 54
.byte -4
.byte -127
.byte -127
.byte -80
.byte 107
.byte 43
.byte -7
.byte 41
.byte -44
.byte 35
.byte 75
.byte -32
.byte 25
.byte -104
.byte 75
.byte -88
.byte -85
.byte 86
.byte 22
.byte -93
.byte -8
.byte -13
.byte 62
.byte -126
.byte -7
.byte 126
.byte 2
.byte 7
.byte -9
.byte 80
.byte 111
.byte -106
.byte -75
.byte -47
.byte 49
.byte 110
.byte 99
.byte 107
.byte 62
.byte 110
.byte -96
.byte -97
.byte -104
.byte 27
.byte 13
.byte -23
.byte 8
.byte 64
.byte 103
.byte -16
.byte -86
.byte -44
.byte -92
.byte 73
.byte -105
.byte 101
.byte 109
.byte 83
.byte -90
.byte 25
.byte 126
.byte 57
.byte -128
.byte 62
.byte -20
.byte -105
.byte -100
.byte 105
.byte -44
.byte 73
.byte -23
.byte -114
.byte 76
.byte -47
.byte -57
.byte -64
.byte -25
.byte 18
.byte 4
.byte 18
.byte -127
.byte -87
.byte -72
.byte 6
.byte -25
.byte 28
.byte 54
.byte 109
.byte -125
.byte 89
.byte -96
.byte 27
.byte 9
.byte -113
.byte -70
.byte -94
.byte 98
.byte 52
.byte -55
.byte -109
.byte -3
.byte 99
.byte -64
.byte -64
.byte -16
.byte 7
.byte -46
.byte -47
.byte 87
.byte 108
.byte 66
.byte 14
.byte -62
.byte 31
.byte -90
.byte -35
.byte 68
.byte -49
.byte 31
.byte 51
.byte -80
.byte 31
.byte -105
.byte -15
.byte -2
.byte 86
.byte -35
.byte 48
.byte -71
.byte 36
.byte 85
.byte 23
.byte -92
.byte -120
.byte -15
.byte -100
.byte -40
.byte 33
.byte -11
.byte -94
.byte -118
.byte 4
.byte 78
.byte -66
.byte 113
.byte -81
.byte -18
.byte -114
.byte 79
.byte -31
.byte 96
.byte 121
.byte 85
.byte 24
.byte -23
.byte 26
.byte 82
.byte -121
.byte -119
.byte 21
.byte 52
.byte -14
.byte 8
.byte -57
.byte -8
.byte 120
.byte 22
.byte -30
.byte 78
.byte -61
.byte 90
.byte -43
.byte -113
.byte 105
.byte -80
.byte 20
.byte 95
.byte -40
.byte -110
.byte -20
.byte -2
.byte 111
.byte 50
.byte 82
.byte -95
.byte -94
.byte -37
.byte 9
.byte 42
.byte 105
.byte 63
.byte 115
.byte 3
.byte -89
.byte 93
.byte -107
.byte 29
.byte -17
.byte 34
.byte -128
.byte -68
.byte -121
.byte -23
.byte -23
.byte -128
.byte 113
.byte -65
.byte 66
.byte -74
.byte 1
.byte -10
.byte 34
.byte 5
.byte -65
.byte 17
.byte -9
.byte -121
.byte 38
.byte -46
.byte 67
.byte 13
.byte 62
.byte -116
.byte -15
.byte 97
.byte 49
.byte 77
.byte 9
.byte 126
.byte 101
.byte 124
.byte -19
.byte -11
.byte 48
.byte -16
.byte -124
.byte 19
.byte -117
.byte 51
.byte -117
.byte 50
.byte -17
.byte -78
.byte -79
.byte -104
.byte 47
.byte 60
.byte 33
.byte -11
.byte -90
.byte -47
.byte -106
.byte 115
.byte -98
.byte -11
.byte 23
.byte 95
.byte -23
.byte -84
.byte 71
.byte 58
.byte 86
.byte -104
.byte -70
.byte -33
.byte 119
.byte 109
.byte 84
.byte 17
.byte -124
.byte 72
.byte -73
.byte 87
.byte 16
.byte -54
.byte 3
.byte 50
.byte -12
.byte 115
.byte -128
.byte -78
.byte 74
.byte 12
.byte 33
.byte 61
.byte -67
.byte 73
.byte 116
.byte -67
.byte -109
.byte 33
.byte -101
.byte -65
.byte 11
.byte -113
.byte 122
.byte -10
.byte 119
.byte -124
.byte 123
.byte -12
.byte 14
.byte -121
.byte 86
.byte -26
.byte -75
.byte 45
.byte 61
.byte -85
.byte 114
.byte 9
.byte -125
.byte -9
.byte -105
.byte -107
.byte -13
.byte -61
.byte 21
.byte -107
.byte 30
.byte -59
.byte -43
.byte -63
.byte 9
.byte 40
.byte -58
.byte 46
.byte 99
.byte -101
.byte 125
.byte 30
.byte -34
.byte 7
.byte -96
.byte -22
.byte 10
.byte -100
.byte 127
.byte 94
.byte 67
.byte 35
.byte -66
.byte 5
.byte 29
.byte 81
.byte -26
.byte 110
.byte -50
.byte -48
.byte 61
.byte 72
.byte -16
.byte 97
.byte -18
.byte 33
.byte -61
.byte 97
.byte 60
.byte 12
.byte -4
.byte 24
.byte 101
.byte 32
.byte 78
.byte 0
.byte 19
.byte -69
.byte 110
.byte -9
.byte 8
.byte -80
.byte -94
.byte -22
.byte -55
.byte 27
.byte 42
.byte 71
.byte -102
.byte -62
.byte 79
.byte 111
.byte 23
.byte 21
.byte 45
.byte 72
.byte -33
.byte -30
.byte 77
.byte -59
.byte -118
.byte 90
.byte -52
.byte 0
.byte -41
.byte -8
.byte -2
.byte -20
.byte 34
.byte -27
.byte 102
.byte -39
.byte -121
.byte 9
.byte -19
.byte -107
.byte -117
.byte 61
.byte 32
.byte -24
.byte 127
.byte -39
.byte -72
.byte -54
.byte 56
.byte -25
.byte -42
.byte 82
.byte 21
.byte 118
.byte -79
.byte 17
.byte 31
.byte -68
.byte 33
.byte -67
.byte -86
.byte -3
.byte 2
.byte 83
.byte 82
.byte -14
.byte 17
.byte -106
.byte -54
.byte -57
.byte -38
.byte -126
.byte -19
.byte -32
.byte 80
.byte -13
.byte 73
.byte 113
.byte 10
.byte 56
.byte -5
.byte 116
.byte 103
.byte -95
.byte -14
.byte -109
.byte -18
.byte -36
.byte -90
.byte -25
.byte -57
.byte -73
.byte -90
.byte -12
.byte -79
.byte -3
.byte -43
.byte -72
.byte 72
.byte -25
.byte 74
.byte -36
.byte -97
.byte -109
.byte -32
.byte -12
.byte -13
.byte 24
.byte -52
.byte 26
.byte -69
.byte 121
.byte 22
.byte 69
.byte -106
.byte 15
.byte 15
.byte -87
.byte 38
.byte -94
.byte -108
.byte -104
.byte 82
.byte 22
.byte -33
.byte 36
.byte -57
.byte 79
.byte 53
.byte -68
.byte -32
.byte 35
.byte 122
.byte 57
.byte -80
.byte -74
.byte -69
.byte 74
.byte 47
.byte -9
.byte -82
.byte -89
.byte 38
.byte -128
.byte -49
.byte -72
.byte 52
.byte -107
.byte -18
.byte 20
.byte 62
.byte 31
.byte -37
.byte -123
.byte -65
.byte -110
.byte -60
.byte -79
.byte 111
.byte 89
.byte 13
.byte 92
.byte -65
.byte 1
.byte 51
.byte 19
.byte -46
.byte 118
.byte -87
.byte -3
.byte 111
.byte 49
.byte 5
.byte 58
.byte -126
.byte -116
.byte -123
.byte 84
.byte 15
.byte -85
.byte -36
.byte 51
.byte 108
.byte 76
.byte -39
.byte 2
.byte -72
.byte -51
.byte -81
.byte -106
.byte 122
.byte 67
.byte -56
.byte 22
.byte 76
.byte 106
.byte 35
.byte 73
.byte -45
.byte 34
.byte -21
.byte -28
.byte -6
.byte -78
.byte -38
.byte -102
.byte -27
.byte 90
.byte -46
.byte 10
.byte 17
.byte -107
.byte 105
.byte -10
.byte -67
.byte 81
.byte -54
.byte 14
.byte 108
.byte -28
.byte 12
.byte -105
.byte 79
.byte -95
.byte -9
.byte -95
.byte 53
.byte 85
.byte -37
.byte 8
.byte -124
.byte -127
.byte 27
.byte -103
.byte -46
.byte -5
.byte -40
.byte -69
.byte -47
.byte -106
.byte -67
.byte 104
.byte -104
.byte 43
.byte 103
.byte -125
.byte 13
.byte -122
.byte -76
.byte 45
.byte 47
.byte -67
.byte -98
.byte 25
.byte -61
.byte -10
.byte 37
.byte -29
.byte 110
.byte -44
.byte 57
.byte 15
.byte -36
.byte -36
.byte -9
.byte -41
.byte -30
.byte -26
.byte -23
.byte 10
.byte 93
.byte 89
.byte -127
.byte 26
.byte -56
.byte 17
.byte -22
.byte -108
.byte -46
.byte -35
.byte -62
.byte -96
.byte -27
.byte 107
.byte 110
.byte 85
.byte -109
.byte -75
.byte 122
.byte -13
.byte -7
.byte 81
.byte 79
.byte -88
.byte -59
.byte -119
.byte 79
.byte -3
.byte -46
.byte 115
.byte -112
.byte 22
.byte -104
.byte 70
.byte -108
.byte -71
.byte -47
.byte 19
.byte -14
.byte -19
.byte -17
.byte -106
.byte 74
.byte 61
.byte -58
.byte 23
.byte -112
.byte -109
.byte 12
.byte -21
.byte -37
.byte -22
.byte -115
.byte -38
.byte 90
.byte 52
.byte -26
.byte 48
.byte 3
.byte 59
.byte 120
.byte 76
.byte -3
.byte -11
.byte 108
.byte 80
.byte -118
.byte 87
.byte 56
.byte -13
.byte 71
.byte -97
.byte -65
.byte -86
.byte 115
.byte -28
.byte 43
.byte 25
.byte 104
.byte 7
.byte -96
.byte -32
.byte -79
.byte -124
.byte -110
.byte -50
.byte -74
.byte 66
.byte -35
.byte -102
.byte -38
.byte -2
.byte 110
.byte -58
.byte 1
.byte -91
.byte -125
.byte -45
.byte -35
.byte 101
.byte 7
.byte -41
.byte -83
.byte 27
.byte 82
.byte -27
.byte 28
.byte 37
.byte -40
.byte -36
.byte 76
.byte -15
.byte -37
.byte -43
.byte -72
.byte 18
.byte -112
.byte 76
.byte 0
.byte 77
.byte -24
.byte -121
.byte -123
.byte -81
.byte 25
.byte 73
.byte -23
.byte -123
.byte -50
.byte 62
.byte -103
.byte -33
.byte -57
.byte 126
.byte 104
.byte -72
.byte 62
.byte 56
.byte -84
.byte 65
.byte -24
.byte -38
.byte 8
.byte -86
.byte -23
.byte 72
.byte 32
.byte 13
.byte -10
.byte 123
.byte -21
.byte 96
.byte 33
.byte -111
.byte -25
.byte 22
.byte -39
.byte 66
.byte 114
.byte 34
.byte -75
.byte 77
.byte -60
.byte 54
.byte -34
.byte -101
.byte -30
.byte -125
.byte 125
.byte 9
.byte -97
.byte 84
.byte 26
.byte -28
.byte 53
.byte 127
.byte -26
.byte 77
.byte -94
.byte -115
.byte 4
.byte 24
.byte -45
.byte -15
.byte -128
.byte -92
.byte -68
.byte 72
.byte -2
.byte -94
.byte 3
.byte 17
.byte 68
.byte 82
.byte 108
.byte -98
.byte -38
.byte -55
.byte -114
.byte -85
.byte -90
.byte -85
.byte -5
.byte -96
.byte -98
.byte -127
.byte 87
.byte -96
.byte 81
.byte -59
.byte 126
.byte 97
.byte -115
.byte 80
.byte 118
.byte -82
.byte -39
.byte 93
.byte 64
.byte -37
.byte 32
.byte -72
.byte 69
.byte -105
.byte 23
.byte -44
.byte -62
.byte -57
.byte -4
.byte -31
.byte -18
.byte -6
.byte 37
.byte -51
.byte 100
.byte 99
.byte 110
.byte 96
.byte -75
.byte 24
.byte -18
.byte -83
.byte 77
.byte -39
.byte -80
.byte 19
.byte -39
.byte 15
.byte -66
.byte -118
.byte 100
.byte -87
.byte -15
.byte 65
.byte 73
.byte -6
.byte -40
.byte 68
.byte 105
.byte 1
.byte -63
.byte 120
.byte -114
.byte 30
.byte -66
.byte -109
.byte 101
.byte 123
.byte 31
.byte 13
.byte -49
.byte -17
.byte 123
.byte 85
.byte 78
.byte -11
.byte -103
.byte 114
.byte -19
.byte 9
.byte 109
.byte 20
.byte -33
.byte -103
.byte -83
.byte -102
.byte 64
.byte -39
.byte 102
.byte -55
.byte 36
.byte 108
.byte -125
.byte 116
.byte 27
.byte -3
.byte 50
.byte -12
.byte -90
.byte -44
.byte 27
.byte -81
.byte 74
.byte 58
.byte 82
.byte -54
.byte 119
.byte 96
.byte 53
.byte -15
.byte -37
.byte -16
.byte 38
.byte 81
.byte -21
.byte -107
.byte 102
.byte -112
.byte -25
.byte -88
.byte 2
.byte 101
.byte -126
.byte -87
.byte -114
.byte -32
.byte -122
.byte -104
.byte -16
.byte -115
.byte -102
.byte 38
.byte 37
.byte 124
.byte -99
.byte 10
.byte -47
.byte -76
.byte 37
.byte 15
.byte -100
.byte 64
.byte -69
.byte -62
.byte 42
.byte 13
.byte 58
.byte 75
.byte 84
.byte -85
.byte -65
.byte -88
.byte -59
.byte 125
.byte 33
.byte 13
.byte -12
.byte -78
.byte 19
.byte 28
.byte -90
.byte 84
.byte 67
.byte -77
.byte 104
.byte 22
.byte -126
.byte -100
.byte -104
.byte 116
.byte -88
.byte 74
.byte 26
.byte 36
.byte -57
.byte -114
.byte 78
.byte 59
.byte 47
.byte -10
.byte -64
.byte 40
.byte 91
.byte -88
.byte 75
.byte -53
.byte -26
.byte -39
.byte -51
.byte 32
.byte -91
.byte -90
.byte -126
.byte 95
.byte 27
.byte -89
.byte -2
.byte 101
.byte 113
.byte 117
.byte -49
.byte 23
.byte 88
.byte 117
.byte 63
.byte 47
.byte 23
.byte 127
.byte 64
.byte 111
.byte -95
.byte 10
.byte 58
.byte 80
.byte -121
.byte 28
.byte -118
.byte 75
.byte 107
.byte -42
.byte -30
.byte 87
.byte 107
.byte -63
.byte -115
.byte -53
.byte -9
.byte -24
.byte -112
.byte -41
.byte -46
.byte -44
.byte 51
.byte -128
.byte -116
.byte 116
.byte 23
.byte -25
.byte 12
.byte -49
.byte 122
.byte -19
.byte -117
.byte 16
.byte -37
.byte -27
.byte 10
.byte 127
.byte -1
.byte 18
.byte -79
.byte 70
.byte 114
.byte -91
.byte -22
.byte -35
.byte 113
.byte -20
.byte -94
.byte -116
.byte -77
.byte -76
.byte -96
.byte 87
.byte 110
.byte -45
.byte 41
.byte -65
.byte 116
.byte -60
.byte -59
.byte -17
.byte 58
.byte 15
.byte 107
.byte -62
.byte 22
.byte 75
.byte 33
.byte 53
.byte -84
.byte -89
.byte -54
.byte 22
.byte 26
.byte -50
.byte -43
.byte -84
.byte -113
.byte 119
.byte 6
.byte -55
.byte -61
.byte -9
.byte -115
.byte 35
.byte 20
.byte -3
.byte -65
.byte 49
.byte 102
.byte -15
.byte -40
.byte -25
.byte -119
.byte 105
.byte -118
.byte 99
.byte -36
.byte -119
.byte 115
.byte -51
.byte 25
.byte -70
.byte 45
.byte 117
.byte -75
.byte 85
.byte 110
.byte 89
.byte 113
.byte 117
.byte 81
.byte -43
.byte 72
.byte 115
.byte 48
.byte -118
.byte -91
.byte -69
.byte -15
.byte -23
.byte -12
.byte 122
.byte 106
.byte -126
.byte -57
.byte 37
.byte 76
.byte 66
.byte 13
.byte -12
.byte -32
.byte 99
.byte 124
.byte -6
.byte -45
.byte 104
.byte 68
.byte -45
.byte -93
.byte 102
.byte 61
.byte 102
.byte 72
.byte 0
.byte 83
.byte 12
.byte 64
.byte -73
.byte -4
.byte 76
.byte -11
.byte -94
.byte 95
.byte 106
.byte -104
.byte -98
.byte -37
.byte -95
.byte -51
.byte 0
.byte 39
.byte -124
.byte -123
.byte -55
.byte -49
.byte 30
.byte -25
.byte -115
.byte -41
.byte -11
.byte 80
.byte 97
.byte -64
.byte -55
.byte 42
.byte -77
.byte 114
.byte -44
.byte -109
.byte 56
.byte 51
.byte -30
.byte -74
.byte -67
.byte -92
.byte -72
.byte 103
.byte 103
.byte -82
.byte -50
.byte 127
.byte -11
.byte -22
.byte 33
.byte 28
.byte -105
.byte -10
.byte 27
.byte 110
.byte 50
.byte 32
.byte 67
.byte -89
.byte -44
.byte -34
.byte 125
.byte 28
.byte 96
.byte 92
.byte -49
.byte 20
.byte 77
.byte 30
.byte -113
.byte 88
.byte -98
.byte 121
.byte -67
.byte -102
.byte -113
.byte -13
.byte 96
.byte -44
.byte -109
.byte -51
.byte -100
.byte 60
.byte 14
.byte 71
.byte -116
.byte -97
.byte 41
.byte 27
.byte 54
.byte 20
.byte 101
.byte 57
.byte 82
.byte -92
.byte -3
.byte -85
.byte -60
.byte -108
.byte 91
.byte -63
.byte -4
.byte 41
.byte -78
.byte -36
.byte -54
.byte -85
.byte -42
.byte 62
.byte -22
.byte -4
.byte -70
.byte 108
.byte 42
.byte 14
.byte -110
.byte -37
.byte 72
.byte -121
.byte 46
.byte -29
.byte 60
.byte 70
.byte 77
.byte 88
.byte 103
.byte 78
.byte -32
.byte 97
.byte -83
.byte -13
.byte 51
.byte 57
.byte -10
.byte -61
.byte -8
.byte 66
.byte 108
.byte 64
.byte 103
.byte 42
.byte 83
.byte 60
.byte -51
.byte 23
.byte 50
.byte -20
.byte 89
.byte 94
.byte -36
.byte 112
.byte -32
.byte -99
.byte -64
.byte -103
.byte 43
.byte -37
.byte -54
.byte 66
.byte -98
.byte 97
.byte 15
.byte -46
.byte 14
.byte -65
.byte -71
.byte 19
.byte -16
.byte -74
.byte 90
.byte 85
.byte -22
.byte -73
.byte 116
.byte 25
.byte 99
.byte 31
.byte 51
.byte -110
.byte -82
.byte 14
.byte -117
.byte -35
.byte 18
.byte -28
.byte -128
.byte -69
.byte -94
.byte -107
.byte -2
.byte -100
.byte -23
.byte 70
.byte 16
.byte 123
.byte -67
.byte 22
.byte 78
.byte 40
.byte 12
.byte -28
.byte 28
.byte -30
.byte -80
.byte -112
.byte -91
.byte -84
.byte -76
.byte -92
.byte 71
.byte 91
.byte 71
.byte -33
.byte 71
.byte 91
.byte 70
.byte -64
.byte 51
.byte 16
.byte -20
.byte -91
.byte -70
.byte 69
.byte 54
.byte 19
.byte 52
.byte -49
.byte 13
.byte 121
.byte -12
.byte 29
.byte -45
.byte -99
.byte 55
.byte 105
.byte -13
.byte 3
.byte -36
.byte 52
.byte -100
.byte -5
.byte 50
.byte 103
.byte -84
.byte 85
.byte -92
.byte -71
.byte -72
.byte 99
.byte 10
.byte -39
.byte 51
.byte -21
.byte -92
.byte 96
.byte -93
.byte 107
.byte -76
.byte 3
.byte -96
.byte -51
.byte -31
.byte -37
.byte -105
.byte -60
.byte 57
.byte -77
.byte 49
.byte -81
.byte -84
.byte -1
.byte 33
.byte 15
.byte 49
.byte -51
.byte -1
.byte 48
.byte 16
.byte 92
.byte 108
.byte 68
.byte 92
.byte -1
.byte 54
.byte 106
.byte -57
.byte 92
.byte -124
.byte 35
.byte -29
.byte -91
.byte 85
.byte -64
.byte 103
.byte 62
.byte 45
.byte 83
.byte -103
.byte 67
.byte -119
.byte 115
.byte 21
.byte 114
.byte 82
.byte 116
.byte 61
.byte 28
.byte -36
.byte 98
.byte 4
.byte 61
.byte -18
.byte -124
.byte -66
.byte 83
.byte 103
.byte 38
.byte 7
.byte -34
.byte 18
.byte 59
.byte -111
.byte 35
.byte 21
.byte -63
.byte -43
.byte -56
.byte 126
.byte 121
.byte -88
.byte -68
.byte 16
.byte -89
.byte -38
.byte 102
.byte 105
.byte 42
.byte -12
.byte -36
.byte -88
.byte -34
.byte -98
.byte 84
.byte 52
.byte 77
.byte 19
.byte -104
.byte -72
.byte -83
.byte -58
.byte -95
.byte -57
.byte -100
.byte 96
.byte -66
.byte 17
.byte 26
.byte -79
.byte 37
.byte 34
.byte 33
.byte 4
.byte 4
.byte -20
.byte -109
.byte 72
.byte 50
.byte 13
.byte -123
.byte 71
.byte -80
.byte -101
.byte 114
.byte -45
.byte 115
.byte -85
.byte -102
.byte -76
.byte -91
.byte -108
.byte -122
.byte -57
.byte 39
.byte 54
.byte 98
.byte 126
.byte 109
.byte -114
.byte -123
.byte -113
.byte 86
.byte -2
.byte 51
.byte -19
.byte -49
.byte 34
.byte 10
.byte 12
.byte 47
.byte -70
.byte 55
.byte -90
.byte 62
.byte -82
.byte -13
.byte 59
.byte 75
.byte -104
.byte 78
.byte -71
.byte 117
.byte -82
.byte -96
.byte -99
.byte 73
.byte 87
.byte 89
.byte -97
.byte -96
.byte -52
.byte 115
.byte -4
.byte 77
.byte 33
.byte 92
.byte -102
.byte 108
.byte 101
.byte 10
.byte -109
.byte -3
.byte 55
.byte 1
.byte -24
.byte -43
.byte 107
.byte -97
.byte 54
.byte 39
.byte -73
.byte -108
.byte -51
.byte -88
.byte 57
.byte 8
.byte -77
.byte 50
.byte 34
.byte 109
.byte 93
.byte 63
.byte -89
.byte 64
.byte -62
.byte -47
.byte -54
.byte -25
.byte -98
.byte -20
.byte -98
.byte -112
.byte -83
.byte 62
.byte 74
.byte -115
.byte -29
.byte 16
.byte 48
.byte 110
.byte -89
.byte -12
.byte 7
.byte -99
.byte -23
.byte 73
.byte -111
.byte -50
.byte -68
.byte -89
.byte -32
.byte 67
.byte 65
.byte 88
.byte 106
.byte 119
.byte -60
.byte 108
.byte 82
.byte -15
.byte -55
.byte -74
.byte -36
.byte -119
.byte -61
.byte -36
.byte 117
.byte 29
.byte -115
.byte 12
.byte -78
.byte -3
.byte -74
.byte 108
.byte 125
.byte 79
.byte 68
.byte -114
.byte -15
.byte 86
.byte -103
.byte 27
.byte 102
.byte -10
.byte -44
.byte 35
.byte -19
.byte -26
.byte 21
.byte 4
.byte -28
.byte -60
.byte -29
.byte -103
.byte 72
.byte -107
.byte -14
.byte 7
.byte 8
.byte 57
.byte 84
.byte 70
.byte 50
.byte -73
.byte -6
.byte -37
.byte -104
.byte -92
.byte -77
.byte 49
.byte -2
.byte 52
.byte -22
.byte 15
.byte -100
.byte -99
.byte 34
.byte -23
.byte -80
.byte -84
.byte -45
.byte -77
.byte -111
.byte -34
.byte -19
.byte 79
.byte -58
.byte 14
.byte 31
.byte 44
.byte -60
.byte 6
.byte 68
.byte -4
.byte -33
.byte 46
.byte -109
.byte 51
.byte 61
.byte 94
.byte 19
.byte 11
.byte 26
.byte -89
.byte -36
.byte 27
.byte -47
.byte 102
.byte 63
.byte 47
.byte -5
.byte 32
.byte 60
.byte -80
.byte 122
.byte -8
.byte -51
.byte -92
.byte -94
.byte 34
.byte -48
.byte 91
.byte 84
.byte -4
.byte -39
.byte 71
.byte 35
.byte 2
.byte 14
.byte -98
.byte -77
.byte 108
.byte -128
.byte -14
.byte 2
.byte 54
.byte -118
.byte -59
.byte -91
.byte 46
.byte 100
.byte 67
.byte -51
.byte 121
.byte 45
.byte 101
.byte -111
.byte -63
.byte -93
.byte -39
.byte -110
.byte 117
.byte 81
.byte 23
.byte -97
.byte -45
.byte 127
.byte 4
.byte 1
.byte -11
.byte 123
.byte 90
.byte 15
.byte 80
.byte 94
.byte -101
.byte 103
.byte 0
.byte -54
.byte -1
.byte -32
.byte -75
.byte 26
.byte 118
.byte -47
.byte 38
.byte 3
.byte 103
.byte -24
.byte 84
.byte 43
.byte -89
.byte -67
.byte 106
.byte -5
.byte 123
.byte 16
.byte 104
.byte -68
.byte 111
.byte -111
.byte 94
.byte 70
.byte -70
.byte -104
.byte 55
.byte 20
.byte 93
.byte -68
.byte -30
.byte -115
.byte -17
.byte -11
.byte 111
.byte 103
.byte 87
.byte -45
.byte -6
.byte -100
.byte -34
.byte 107
.byte -5
.byte -113
.byte 18
.byte 64
.byte 107
.byte -88
.byte 58
.byte 121
.byte -82
.byte -127
.byte -119
.byte 100
.byte -62
.byte -29
.byte -117
.byte -99
.byte 29
.byte -9
.byte -39
.byte -25
.byte -23
.byte -17
.byte 37
.byte -34
.byte -64
.byte -61
.byte 21
.byte 18
.byte 45
.byte -40
.byte -126
.byte -35
.byte -59
.byte -31
.byte -39
.byte 4
.byte 64
.byte -123
.byte -65
.byte -68
.byte 67
.byte -100
.byte 38
.byte 19
.byte -64
.byte 10
.byte -43
.byte 79
.byte -14
.byte 38
.byte -25
.byte 102
.byte -109
.byte 25
.byte -44
.byte 32
.byte -49
.byte -37
.byte -5
.byte 42
.byte -122
.byte 15
.byte -83
.byte 70
.byte -2
.byte 113
.byte -60
.byte -128
.byte -17
.byte 45
.byte 98
.byte 61
.byte 119
.byte -125
.byte -90
.byte -105
.byte -45
.byte -69
.byte -115
.byte 0
.byte -50
.byte -48
.byte 55
.byte 17
.byte -107
.byte -107
.byte -100
.byte 106
.byte 39
.byte -124
.byte -36
.byte 72
.byte -79
.byte -98
.byte -50
.byte 64
.byte 74
.byte 73
.byte 19
.byte -112
.byte -24
.byte -35
.byte 56
.byte 83
.byte 74
.byte -101
.byte 91
.byte 127
.byte 123
.byte 67
.byte 14
.byte 125
.byte 119
.byte -65
.byte 34
.byte 126
.byte -83
.byte 124
.byte -89
.byte -76
.byte -20
.byte 9
.byte -50
.byte -62
.byte -96
.byte -84
.byte -37
.byte -119
.byte -118
.byte -62
.byte 90
.byte 43
.byte 126
.byte -33
.byte -94
.byte -111
.byte -127
.byte 6
.byte 28
.byte -37
.byte 54
.byte 3
.byte 99
.byte 83
.byte -89
.byte -87
.byte -72
.byte 106
.byte 81
.byte -91
.byte 97
.byte -64
.byte 124
.byte -14
.byte 0
.byte 103
.byte -23
.byte 73
.byte 89
.byte -102
.byte -13
.byte 59
.byte -101
.byte -9
.byte -69
.byte -114
.byte -104
.byte 59
.byte -99
.byte -52
.byte -91
.byte -13
.byte -16
.byte -28
.byte -104
.byte 27
.byte 79
.byte 11
.byte 99
.byte 67
.byte -3
.byte 104
.byte -110
.byte 7
.byte 76
.byte 85
.byte -105
.byte -106
.byte -106
.byte 13
.byte -29
.byte -110
.byte 83
.byte -50
.byte -79
.byte -8
.byte -107
.byte 108
.byte -10
.byte 97
.byte -64
.byte -122
.byte -92
.byte 88
.byte 15
.byte 101
.byte 102
.byte 2
.byte 110
.byte -114
.byte -127
.byte -42
.byte 124
.byte 46
.byte -35
.byte -103
.byte -96
.byte -2
.byte 111
.byte 91
.byte -73
.byte 73
.byte -121
.byte -108
.byte 89
.byte 76
.byte 91
.byte -68
.byte 105
.byte -88
.byte -21
.byte -74
.byte 106
.byte 4
.byte 28
.byte -87
.byte -51
.byte 25
.byte -120
.byte -121
.byte 70
.byte -33
.byte -126
.byte 13
.byte 60
.byte 100
.byte -10
.byte -101
.byte -71
.byte 29
.byte 78
.byte 76
.byte 1
.byte 48
.byte -94
.byte -3
.byte -50
.byte 126
.byte 36
.byte 120
.byte -121
.byte 120
.byte -18
.byte -24
.byte 71
.byte 99
.byte 60
.byte -107
.byte 119
.byte -67
.byte -98
.byte -48
.byte -74
.byte -87
.byte -126
.byte 104
.byte 32
.byte -111
.byte -44
.byte 61
.byte -65
.byte -79
.byte -120
.byte 26
.byte -36
.byte 96
.byte 109
.byte -117
.byte -1
.byte -41
.byte 81
.byte 116
.byte -39
.byte 29
.byte -62
.byte -103
.byte 27
.byte 75
.byte 77
.byte 30
.byte -117
.byte -70
.byte -17
.byte -73
.byte -35
.byte -119
.byte 51
.byte 53
.byte 103
.byte 86
.byte -24
.byte -109
.byte -91
.byte -39
.byte -72
.byte -83
.byte -53
.byte -41
.byte -7
.byte 97
.byte 115
.byte 103
.byte -9
.byte 19
.byte -91
.byte 74
.byte 89
.byte 101
.byte 28
.byte -87
.byte -28
.byte -28
.byte 47
.byte 13
.byte 82
.byte -21
.byte 24
.byte 48
.byte -22
.byte -123
.byte -117
.byte -23
.byte -32
.byte 35
.byte 81
.byte 121
.byte 16
.byte -72
.byte 51
.byte -63
.byte -6
.byte -55
.byte -39
.byte -26
.byte 50
.byte 36
.byte -19
.byte -11
.byte -76
.byte 8
.byte 94
.byte 66
.byte 74
.byte 112
.byte 0
.byte 14
.byte 79
.byte -102
.byte -22
.byte 88
.byte 112
.byte -126
.byte 52
.byte 86
.byte -54
.byte 68
.byte -37
.byte -3
.byte 9
.byte -28
.byte -79
.byte -69
.byte -47
.byte -116
.byte 20
.byte -30
.byte -114
.byte 84
.byte 40
.byte -12
.byte 48
.byte -67
.byte 88
.byte 100
.byte -119
.byte -50
.byte 126
.byte 55
.byte -9
.byte 77
.byte 1
.byte 91
.byte -89
.byte 58
.byte -73
.byte -71
.byte 51
.byte 65
.byte -30
.byte -87
.byte 121
.byte -35
.byte -62
.byte -120
.byte 122
.byte 28
.byte -64
.byte -77
.byte 60
.byte 32
.byte 59
.byte 6
.byte -82
.byte -52
.byte 95
.byte -14
.byte -103
.byte 33
.byte 52
.byte -67
.byte -74
.byte 18
.byte -23
.byte 33
.byte -98
.byte 14
.byte 15
.byte 70
.byte 44
.byte -113
.byte 124
.byte -112
.byte 30
.byte 105
.byte -35
.byte 71
.byte -121
.byte 55
.byte 102
.byte 124
.byte -87
.byte 91
.byte 13
.byte -10
.byte -5
.byte 54
.byte 1
.byte 117
.byte 32
.byte 64
.byte -68
.byte 53
.byte 96
.byte -75
.byte 54
.byte -71
.byte 109
.byte -26
.byte 58
.byte 93
.byte 6
.byte 41
.byte 18
.byte 84
.byte -46
.byte -92
.byte 61
.byte 18
.byte 41
.byte 109
.byte 69
.byte 24
.byte 100
.byte 49
.byte -78
.byte -95
.byte 124
.byte 95
.byte 76
.byte -118
.byte 87
.byte -112
.byte -41
.byte 115
.byte -15
.byte 54
.byte 103
.byte 114
.byte 119
.byte -119
.byte -35
.byte -13
.byte 65
.byte 123
.byte -21
.byte -91
.byte 35
.byte -34
.byte -23
.byte -81
.byte -56
.byte -30
.byte 127
.byte 77
.byte -16
.byte 89
.byte -48
.byte 91
.byte 10
.byte 54
.byte -57
.byte -101
.byte -14
.byte -71
.byte 58
.byte -22
.byte 7
.byte -73
.byte 64
.byte -19
.byte 80
.byte -119
.byte 68
.byte 107
.byte 4
.byte -82
.byte 115
.byte -9
.byte -52
.byte 1
.byte 105
.byte 1
.byte -108
.byte 83
.byte -61
.byte 83
.byte -72
.byte -116
.byte 37
.byte -20
.byte -14
.byte 36
.byte 18
.byte 9
.byte 42
.byte -128
.byte -6
.byte 68
.byte 101
.byte -61
.byte 88
.byte -23
.byte 114
.byte 39
.byte 104
.byte 117
.byte -3
.byte 35
.byte 85
.byte -106
.byte -126
.byte -64
.byte 49
.byte 79
.byte 127
.byte 59
.byte 49
.byte 14
.byte 84
.byte -33
.byte 79
.byte -84
.byte -24
.byte -111
.byte 10
.byte 78
.byte 123
.byte 71
.byte 56
.byte -66
.byte -12
.byte 43
.byte -126
.byte 50
.byte -20
.byte -108
.byte 32
.byte 76
.byte -40
.byte 110
.byte 77
.byte -14
.byte -103
.byte 55
.byte 31
.byte 43
.byte -111
.byte 77
.byte 18
.byte 66
.byte -123
.byte -80
.byte -42
.byte -37
.byte -87
.byte 2
.byte -37
.byte -75
.byte -69
.byte 61
.byte 57
.byte -33
.byte 18
.byte -20
.byte -77
.byte 35
.byte -60
.byte -98
.byte 1
.byte -62
.byte 24
.byte -106
.byte -77
.byte -1
.byte 10
.byte 3
.byte 80
.byte -67
.byte 85
.byte 39
.byte 46
.byte 106
.byte -60
.byte -36
.byte -78
.byte 84
.byte 8
.byte 82
.byte -24
.byte 83
.byte -95
.byte 1
.byte 28
.byte -128
.byte 44
.byte 23
.byte 9
.byte 76
.byte -122
.byte -71
.byte 32
.byte -71
.byte -108
.byte -12
.byte 55
.byte 54
.byte -2
.byte -74
.byte -95
.byte -115
.byte 101
.byte 101
.byte -73
.byte -41
.byte 105
.byte 127
.byte 59
.byte -2
.byte -121
.byte -100
.byte -32
.byte 34
.byte -72
.byte 66
.byte -104
.byte 11
.byte 83
.byte -26
.byte 108
.byte -44
.byte -35
.byte 41
.byte -51
.byte -25
.byte 8
.byte 83
.byte -111
.byte -106
.byte 16
.byte -126
.byte 56
.byte -1
.byte -66
.byte -111
.byte 114
.byte 117
.byte -121
.byte -42
.byte -21
.byte -26
.byte -21
.byte -45
.byte 29
.byte -49
.byte 44
.byte 29
.byte -109
.byte -4
.byte 72
.byte 41
.byte 0
.byte -22
.byte 58
.byte -15
.byte 3
.byte -114
.byte 118
.byte -92
.byte -106
.byte -23
.byte -73
.byte -39
.byte 61
.byte -72
.byte -119
.byte 74
.byte 81
.byte 84
.byte -95
.byte 60
.byte -59
.byte 73
.byte 4
.byte 125
.byte -64
.byte 94
.byte 9
.byte 51
.byte 26
.byte -42
.byte 43
.byte 23
.byte 70
.byte -23
.byte -75
.byte 34
.byte 54
.byte 118
.byte 50
.byte -116
.byte 0
.byte 45
.byte -98
.byte -117
.byte -53
.byte -116
.byte 59
.byte -117
.byte -115
.byte 36
.byte 20
.byte -3
.byte -39
.byte -35
.byte -99
.byte -97
.byte -99
.byte 53
.byte -39
.byte 90
.byte -9
.byte -116
.byte 69
.byte -56
.byte -88
.byte -123
.byte 73
.byte -83
.byte 6
.byte 71
.byte -75
.byte -14
.byte -45
.byte 90
.byte 90
.byte -4
.byte -37
.byte -13
.byte -53
.byte 8
.byte 105
.byte 9
.byte 55
.byte -31
.byte 44
.byte 91
.byte 120
.byte 48
.byte -31
.byte -27
.byte -64
.byte 15
.byte -18
.byte 124
.byte 22
.byte 100
.byte -93
.byte -42
.byte 17
.byte -8
.byte 2
.byte 33
.byte 57
.byte 71
.byte 14
.byte 59
.byte -20
.byte -75
.byte 104
.byte 99
.byte -19
.byte -46
.byte -60
.byte 61
.byte 32
.byte 72
.byte 5
.byte 113
.byte -59
.byte 20
.byte -7
.byte 86
.byte -50
.byte 100
.byte 58
.byte -97
.byte 2
.byte 4
.byte -90
.byte -116
.byte 43
.byte 29
.byte -96
.byte 83
.byte -102
.byte 17
.byte 67
.byte 123
.byte -97
.byte 35
.byte -96
.byte 115
.byte -104
.byte -31
.byte 82
.byte -106
.byte -86
.byte -64
.byte -113
.byte 48
.byte -89
.byte 32
.byte 65
.byte 91
.byte 72
.byte -115
.byte 83
.byte -14
.byte 95
.byte 33
.byte -19
.byte -1
.byte -86
.byte -59
.byte -100
.byte -28
.byte 5
.byte 124
.byte 59
.byte 125
.byte 76
.byte -24
.byte 68
.byte 101
.byte 105
.byte 57
.byte -1
.byte 85
.byte -81
.byte 85
.byte 79
.byte 45
.byte 2
.byte 8
.byte -12
.byte -85
.byte 78
.byte 108
.byte 68
.byte -57
.byte -40
.byte -128
.byte -115
.byte -38
.byte -4
.byte 41
.byte -124
.byte -98
.byte -122
.byte 29
.byte 52
.byte -125
.byte 37
.byte -73
.byte -53
.byte 64
.byte 36
.byte 34
.byte 115
.byte -51
.byte -6
.byte 34
.byte -66
.byte 86
.byte 68
.byte -77
.byte 29
.byte 13
.byte -112
.byte 1
.byte 51
.byte 61
.byte 80
.byte 36
.byte -97
.byte -37
.byte -96
.byte -64
.byte 3
.byte -77
.byte -41
.byte -16
.byte -12
.byte 100
.byte -124
.byte -84
.byte -4
.byte -35
.byte 87
.byte 116
.byte -44
.byte 23
.byte 49
.byte 127
.byte 72
.byte 108
.byte 49
.byte 103
.byte 73
.byte 123
.byte 70
.byte 104
.byte -18
.byte -119
.byte 77
.byte 53
.byte 31
.byte -12
.byte -52
.byte 91
.byte 46
.byte -97
.byte -115
.byte 5
.byte -5
.byte 93
.byte -30
.byte -67
.byte -75
.byte -29
.byte -7
.byte -45
.byte 49
.byte -103
.byte -5
.byte 31
.byte -46
.byte -120
.byte -41
.byte -9
.byte -106
.byte 67
.byte 62
.byte 68
.byte 46
.byte -75
.byte -84
.byte -93
.byte -102
.byte 76
.byte -86
.byte -98
.byte -103
.byte -126
.byte 41
.byte 116
.byte 62
.byte -24
.byte 58
.byte -120
.byte 46
.byte 98
.byte 5
.byte 62
.byte 115
.byte -17
.byte -60
.byte 71
.byte 24
.byte 116
.byte 63
.byte 71
.byte -93
.byte -120
.byte -40
.byte 14
.byte 57
.byte 66
.byte -16
.byte 80
.byte -35
.byte -40
.byte -107
.byte 89
.byte 77
.byte 104
.byte 53
.byte -84
.byte 15
.byte -9
.byte -50
.byte -103
.byte 3
.byte 90
.byte 78
.byte -118
.byte 80
.byte 81
.byte -72
.byte -46
.byte -50
.byte -70
.byte -93
.byte -59
.byte -112
.byte -40
.byte -19
.byte -47
.byte -6
.byte -86
.byte -40
.byte 37
.byte -27
.byte 2
.byte 56
.byte 52
.byte -16
.byte 72
.byte 46
.byte -119
.byte -65
.byte 58
.byte 5
.byte 7
.byte -108
.byte -6
.byte -8
.byte 12
.byte 127
.byte -22
.byte 115
.byte 117
.byte 23
.byte 62
.byte -64
.byte 14
.byte 14
.byte 66
.byte -96
.byte -106
.byte -68
.byte 49
.byte 8
.byte 20
.byte -76
.byte 103
.byte 122
.byte -100
.byte 93
.byte 90
.byte -82
.byte -46
.byte -120
.byte -89
.byte -86
.byte -20
.byte 106
.byte 11
.byte -115
.byte 72
.byte -26
.byte 111
.byte 87
.byte 31
.byte 33
.byte 19
.byte 50
.byte -96
.byte -70
.byte 111
.byte 41
.byte 123
.byte 12
.byte 18
.byte -14
.byte -123
.byte -61
.byte -110
.byte 59
.byte 52
.byte 83
.byte -100
.byte -48
.byte 78
.byte -119
.byte -97
.byte -19
.byte -8
.byte 28
.byte -89
.byte 63
.byte -2
.byte -81
.byte -20
.byte 81
.byte -54
.byte -124
.byte -11
.byte 91
.byte 49
.byte 36
.byte -83
.byte -99
.byte 42
.byte -94
.byte -60
.byte -50
.byte 59
.byte 108
.byte 69
.byte 22
.byte -6
.byte -46
.byte -80
.byte 45
.byte -108
.byte -53
.byte -31
.byte -53
.byte -18
.byte -24
.byte 45
.byte 54
.byte -32
.byte 12
.byte -62
.byte -109
.byte 5
.byte -69
.byte 81
.byte -53
.byte 101
.byte 10
.byte 58
.byte 125
.byte -8
.byte -79
.byte -113
.byte 41
.byte -9
.byte -109
.byte 127
.byte -75
.byte 46
.byte 21
.byte -16
.byte -9
.byte 102
.byte 82
.byte 96
.byte 50
.byte -44
.byte 0
.byte -26
.byte 94
.byte 92
.byte 44
.byte -105
.byte -58
.byte 11
.byte -113
.byte -76
.byte -58
.byte -104
.byte 39
.byte 71
.byte -4
.byte 24
.byte 52
.byte 46
.byte 30
.byte -108
.byte 32
.byte 37
.byte 17
.byte -119
.byte -112
.byte -112
.byte 24
.byte -73
.byte -108
.byte 37
.byte 3
.byte -64
.byte -23
.byte 81
.byte 121
.byte -122
.byte 26
.byte 97
.byte 118
.byte 82
.byte 23
.byte 13
.byte 91
.byte -77
.byte 66
.byte -18
.byte 12
.byte 24
.byte -127
.byte -15
.byte 66
.byte -69
.byte 125
.byte -100
.byte -12
.byte 24
.byte 90
.byte 89
.byte -76
.byte 52
.byte -56
.byte 38
.byte -97
.byte 115
.byte 78
.byte 115
.byte 22
.byte -120
.byte -81
.byte -42
.byte -73
.byte -37
.byte 55
.byte -27
.byte -89
.byte -31
.byte -40
.byte 44
.byte 11
.byte 38
.byte -62
.byte -112
.byte -57
.byte 0
.byte 11
.byte -112
.byte 124
.byte -114
.byte -95
.byte -70
.byte -102
.byte 103
.byte -105
.byte -57
.byte 110
.byte 24
.byte 25
.byte -113
.byte 118
.byte -51
.byte -111
.byte -1
.byte -94
.byte 46
.byte -111
.byte 20
.byte -66
.byte 44
.byte -11
.byte -41
.byte 104
.byte -40
.byte 7
.byte 38
.byte -45
.byte 71
.byte -88
.byte -109
.byte -119
.byte -76
.byte 80
.byte 54
.byte 40
.byte 5
.byte -36
.byte -20
.byte -58
.byte 118
.byte -86
.byte -46
.byte 33
.byte 51
.byte 1
.byte -65
.byte -71
.byte -2
.byte -123
.byte 8
.byte 6
.byte 112
.byte 74
.byte 115
.byte 16
.byte -17
.byte -60
.byte -26
.byte 45
.byte 120
.byte 101
.byte 23
.byte 19
.byte -58
.byte 13
.byte 88
.byte 88
.byte 27
.byte -127
.byte -62
.byte -88
.byte -35
.byte 6
.byte -102
.byte 65
.byte 97
.byte 86
.byte 78
.byte -92
.byte 82
.byte 16
.byte 61
.byte 19
.byte -49
.byte -52
.byte -13
.byte -33
.byte -112
.byte 115
.byte -39
.byte -32
.byte -31
.byte 65
.byte -126
.byte -56
.byte -86
.byte 74
.byte 95
.byte 57
.byte -76
.byte -86
.byte -84
.byte 108
.byte 46
.byte -26
.byte -65
.byte -55
.byte 48
.byte 44
.byte 65
.byte 86
.byte 55
.byte 107
.byte 56
.byte -105
.byte -5
.byte -23
.byte -63
.byte -80
.byte -61
.byte 47
.byte -21
.byte 105
.byte 93
.byte 47
.byte -90
.byte 70
.byte 58
.byte 105
.byte 73
.byte 111
.byte 111
.byte -32
.byte -8
.byte 25
.byte -10
.byte -94
.byte -72
.byte -40
.byte -4
.byte -103
.byte 106
.byte 36
.byte -42
.byte -7
.byte 13
.byte -43
.byte -110
.byte -96
.byte -96
.byte -54
.byte -125
.byte 62
.byte -108
.byte 111
.byte 109
.byte -34
.byte -115
.byte -68
.byte 77
.byte -87
.byte -61
.byte 56
.byte -127
.byte -68
.byte -123
.byte -15
.byte -126
.byte 117
.byte 107
.byte -77
.byte -14
.byte 123
.byte -85
.byte -12
.byte 116
.byte -74
.byte 108
.byte -8
.byte -108
.byte 6
.byte -79
.byte -117
.byte 119
.byte 5
.byte -126
.byte 108
.byte 95
.byte -21
.byte -66
.byte -81
.byte -62
.byte 55
.byte 29
.byte 40
.byte -86
.byte -122
.byte 61
.byte 0
.byte 42
.byte 100
.byte 121
.byte 47
.byte 127
.byte 25
.byte -71
.byte 4
.byte -114
.byte -79
.byte -47
.byte 56
.byte -68
.byte -128
.byte 6
.byte -106
.byte 57
.byte -79
.byte -110
.byte -2
.byte 113
.byte 21
.byte 30
.byte -79
.byte 19
.byte 86
.byte 81
.byte 108
.byte 34
.byte 42
.byte -83
.byte 125
.byte -76
.byte 95
.byte -120
.byte 24
.byte 4
.byte -28
.byte -6
.byte -116
.byte -74
.byte 45
.byte -109
.byte -53
.byte 52
.byte -89
.byte -57
.byte 23
.byte -27
.byte -22
.byte 32
.byte 55
.byte 23
.byte -118
.byte 105
.byte -79
.byte 88
.byte 35
.byte -107
.byte -60
.byte -75
.byte 110
.byte 37
.byte -126
.byte -47
.byte -116
.byte 88
.byte -30
.byte -124
.byte 0
.byte 33
.byte 59
.byte 110
.byte 19
.byte 4
.byte -13
.byte 46
.byte 40
.byte -20
.byte -45
.byte 6
.byte 37
.byte -4
.byte 62
.byte 18
.byte -52
.byte -118
.byte 88
.byte 125
.byte 108
.byte 46
.byte 67
.byte 91
.byte 0
.byte 23
.byte 25
.byte 60
.byte -42
.byte 82
.byte 63
.byte -5
.byte 28
.byte -84
.byte 10
.byte 71
.byte -58
.byte -49
.byte 88
.byte -19
.byte 101
.byte 119
.byte -121
.byte -34
.byte 116
.byte -2
.byte -104
.byte 107
.byte 54
.byte 82
.byte -118
.byte -76
.byte 81
.byte 73
.byte 17
.byte 34
.byte 91
.byte -21
.byte 11
.byte 98
.byte -80
.byte -83
.byte -114
.byte -36
.byte -38
.byte -11
.byte 61
.byte -100
.byte -93
.byte 15
.byte -104
.byte -116
.byte -33
.byte 79
.byte -8
.byte -11
.byte 74
.byte -7
.byte 8
.byte -38
.byte -98
.byte 86
.byte 7
.byte -82
.byte 73
.byte -30
.byte 74
.byte -8
.byte -52
.byte -99
.byte -108
.byte -12
.byte 10
.byte 63
.byte 51
.byte 67
.byte -108
.byte -76
.byte 8
.byte -72
.byte 9
.byte -68
.byte 1
.byte 60
.byte 95
.byte 42
.byte -118
.byte -18
.byte -94
.byte 75
.byte -126
.byte -47
.byte -102
.byte 116
.byte -88
.byte -38
.byte 55
.byte -26
.byte -128
.byte -110
.byte -116
.byte 40
.byte -102
.byte -128
.byte 107
.byte 49
.byte 21
.byte 1
.byte 64
.byte -12
.byte 125
.byte 57
.byte 71
.byte 47
.byte -7
.byte 92
.byte 68
.byte 103
.byte -33
.byte -103
.byte 83
.byte 10
.byte -82
.byte -37
.byte -27
.byte 90
.byte -107
.byte 89
.byte 60
.byte -21
.byte -78
.byte 39
.byte 78
.byte -21
.byte 17
.byte -98
.byte 116
.byte -11
.byte 121
.byte 87
.byte 116
.byte -52
.byte 101
.byte 1
.byte -48
.byte 115
.byte -44
.byte -113
.byte -111
.byte -49
.byte -90
.byte -92
.byte 1
.byte -23
.byte 104
.byte -105
.byte -16
.byte 8
.byte -1
.byte 18
.byte 98
.byte -59
.byte 112
.byte 29
.byte 36
.byte -65
.byte 97
.byte 19
.byte 78
.byte 77
.byte 40
.byte -12
.byte -92
.byte 62
.byte -80
.byte 20
.byte -3
.byte -108
.byte 70
.byte -33
.byte 61
.byte 114
.byte 15
.byte 12
.byte 51
.byte 37
.byte -87
.byte 62
.byte -72
.byte -49
.byte 104
.byte 25
.byte -119
.byte -37
.byte 90
.byte 6
.byte 13
.byte -91
.byte 56
.byte 9
.byte -56
.byte 50
.byte 19
.byte -121
.byte -79
.byte 73
.byte -113
.byte 109
.byte -112
.byte -94
.byte 48
.byte 112
.byte -79
.byte 66
.byte 57
.byte 39
.byte 82
.byte 51
.byte 40
.byte 42
.byte -63
.byte 65
.byte -81
.byte -56
.byte 59
.byte 72
.byte 38
.byte -73
.byte -15
.byte -46
.byte -112
.byte -62
.byte 74
.byte 89
.byte 1
.byte -63
.byte 73
.byte 124
.byte -122
.byte 38
.byte 101
.byte -120
.byte -68
.byte 68
.byte 33
.byte -114
.byte -19
.byte 67
.byte 75
.byte -122
.byte 57
.byte -33
.byte 12
.byte -53
.byte 127
.byte 64
.byte -86
.byte -91
.byte -56
.byte -69
.byte -97
.byte 19
.byte 71
.byte 48
.byte -38
.byte 33
.byte -33
.byte 26
.byte -54
.byte 40
.byte 32
.byte 71
.byte 12
.byte 114
.byte 30
.byte -36
.byte 109
.byte -128
.byte 40
.byte -7
.byte 110
.byte -101
.byte 81
.byte -51
.byte -19
.byte -71
.byte -108
.byte -17
.byte 28
.byte -77
.byte 42
.byte 7
.byte 91
.byte -39
.byte -67
.byte -71
.byte -102
.byte 97
.byte -66
.byte -108
.byte -88
.byte 73
.byte -15
.byte -127
.byte 43
.byte 17
.byte -72
.byte 108
.byte 88
.byte -80
.byte -54
.byte 14
.byte 75
.byte -94
.byte -75
.byte -112
.byte -117
.byte 113
.byte -23
.byte -20
.byte 14
.byte -17
.byte -91
.byte -71
.byte 77
.byte 116
.byte -121
.byte -123
.byte 9
.byte -38
.byte -107
.byte -59
.byte 66
.byte -96
.byte -72
.byte 87
.byte -11
.byte 7
.byte 7
.byte 97
.byte 88
.byte 28
.byte -104
.byte 122
.byte -87
.byte -82
.byte -58
.byte 93
.byte 103
.byte 101
.byte -58
.byte -115
.byte 27
.byte -107
.byte 127
.byte -72
.byte 102
.byte 5
.byte 20
.byte -16
.byte -52
.byte -31
.byte 103
.byte 116
.byte -19
.byte 112
.byte -44
.byte -126
.byte 125
.byte -57
.byte 46
.byte 71
.byte 104
.byte -12
.byte -1
.byte 108
.byte 118
.byte 1
.byte 114
.byte -89
.byte -98
.byte -59
.byte -52
.byte -102
.byte 57
.byte 3
.byte -103
.byte -73
.byte 0
.byte 124
.byte -35
.byte 46
.byte -51
.byte -13
.byte 67
.byte 44
.byte 106
.byte 14
.byte 41
.byte 17
.byte 23
.byte -76
.byte 51
.byte 63
.byte 101
.byte -14
.byte -110
.byte 68
.byte 120
.byte -117
.byte -42
.byte 113
.byte 13
.byte -67
.byte 106
.byte -5
.byte 48
.byte 86
.byte -2
.byte 3
.byte -64
.byte -46
.byte -57
.byte -83
.byte -9
.byte -97
.byte 24
.byte -29
.byte -92
.byte 90
.byte 82
.byte -105
.byte 8
.byte -96
.byte 116
.byte -77
.byte 52
.byte 124
.byte 86
.byte 48
.byte 5
.byte -64
.byte 119
.byte -19
.byte -73
.byte -59
.byte -90
.byte 120
.byte -101
.byte -76
.byte -65
.byte -58
.byte -81
.byte -45
.byte 75
.byte -84
.byte -122
.byte 19
.byte 14
.byte -13
.byte 39
.byte 13
.byte -45
.byte -104
.byte -50
.byte -4
.byte -101
.byte 20
.byte -42
.byte 42
.byte 62
.byte 12
.byte 104
.byte -2
.byte 83
.byte -85
.byte 34
.byte 72
.byte -71
.byte -27
.byte -84
.byte -98
.byte 111
.byte -51
.byte 76
.byte -27
.byte -7
.byte 12
.byte 76
.byte -126
.byte -10
.byte 6
.byte -81
.byte -17
.byte 103
.byte 82
.byte -42
.byte -37
.byte 91
.byte 14
.byte -65
.byte 12
.byte 125
.byte -67
.byte -55
.byte -30
.byte -110
.byte -28
.byte 50
.byte -27
.byte 73
.byte 43
.byte 115
.byte -29
.byte -14
.byte -82
.byte -79
.byte -127
.byte 93
.byte 100
.byte 5
.byte 31
.byte -89
.byte 66
.byte 100
.byte -25
.byte -70
.byte -111
.byte -41
.byte -83
.byte -26
.byte -26
.byte 80
.byte 111
.byte 53
.byte 66
.byte -49
.byte 82
.byte 98
.byte 21
.byte 110
.byte 85
.byte 44
.byte -12
.byte -77
.byte -48
.byte 79
.byte 82
.byte 47
.byte 125
.byte -92
.byte -46
.byte -82
.byte -17
.byte 3
.byte 17
.byte -116
.byte 62
.byte 57
.byte 36
.byte -2
.byte -34
.byte -64
.byte 28
.byte -57
.byte 40
.byte -98
.byte -33
.byte 84
.byte 49
.byte 27
.byte -23
.byte 56
.byte 2
.byte 36
.byte 88
.byte 22
.byte -119
.byte -69
.byte -108
.byte -124
.byte 2
.byte 71
.byte -37
.byte 113
.byte -58
.byte -29
.byte -51
.byte 127
.byte -128
.byte 7
.byte -11
.byte 94
.byte 96
.byte 88
.byte -88
.byte -86
.byte -23
.byte 42
.byte 92
.byte 53
.byte -17
.byte -103
.byte 7
.byte -53
.byte 104
.byte 14
.byte -7
.byte -62
.byte 58
.byte 40
.byte -69
.byte 12
.byte 101
.byte -69
.byte 17
.byte -28
.byte -99
.byte -116
.byte 17
.byte 112
.byte -104
.byte 80
.byte -82
.byte -88
.byte -11
.byte 109
.byte 64
.byte -83
.byte 114
.byte -76
.byte -59
.byte -95
.byte -37
.byte 63
.byte 91
.byte -49
.byte -67
.byte -8
.byte 97
.byte -42
.byte 97
.byte -122
.byte 77
.byte 99
.byte -21
.byte -67
.byte -96
.byte 84
.byte -20
.byte 8
.byte -115
.byte 124
.byte -30
.byte -120
.byte 87
.byte 102
.byte -80
.byte 96
.byte 59
.byte -101
.byte 66
.byte -18
.byte -121
.byte -93
.byte -76
.byte 78
.byte -115
.byte 115
.byte -66
.byte -108
.byte -31
.byte -7
.byte -26
.byte 111
.byte -36
.byte 51
.byte 116
.byte -16
.byte 4
.byte 75
.byte -40
.byte 50
.byte -108
.byte -39
.byte -74
.byte 116
.byte -56
.byte -126
.byte -54
.byte 38
.byte -109
.byte 96
.byte 95
.byte -67
.byte 63
.byte 90
.byte -36
.byte -37
.byte -4
.byte -63
.byte -90
.byte 111
.byte 108
.byte -107
.byte -101
.byte -66
.byte -8
.byte 26
.byte 125
.byte -88
.byte 47
.byte 59
.byte 85
.byte -124
.byte 53
.byte -89
.byte -106
.byte 61
.byte 85
.byte -61
.byte -59
.byte -18
.byte 48
.byte 77
.byte -91
.byte -101
.byte 36
.byte 44
.byte -7
.byte -43
.byte 78
.byte -81
.byte 100
.byte -62
.byte 42
.byte -78
.byte -29
.byte 23
.byte -55
.byte -127
.byte -22
.byte 109
.byte 21
.byte 108
.byte 100
.byte -75
.byte 122
.byte -110
.byte 36
.byte 85
.byte -24
.byte 115
.byte 47
.byte 45
.byte 47
.byte 91
.byte -2
.byte 38
.byte 31
.byte 122
.byte -6
.byte -15
.byte 1
.byte -2
.byte -47
.byte 127
.byte 8
.byte 18
.byte 15
.byte 94
.byte -71
.byte 109
.byte -98
.byte 91
.byte 67
.byte 127
.byte -1
.byte 5
.byte -123
.byte 66
.byte -111
.byte 122
.byte -7
.byte -126
.byte 27
.byte -24
.byte 13
.byte -75
.byte -53
.byte -82
.byte 71
.byte 34
.byte -7
.byte 70
.byte -28
.byte 16
.byte 41
.byte -104
.byte 85
.byte 67
.byte -39
.byte -47
.byte 52
.byte 87
.byte -18
.byte -108
.byte 23
.byte -46
.byte -79
.byte -68
.byte 111
.byte 65
.byte -48
.byte 78
.byte -95
.byte -13
.byte -41
.byte 84
.byte 87
.byte 115
.byte 14
.byte -91
.byte 103
.byte -32
.byte -54
.byte 108
.byte 79
.byte -62
.byte 111
.byte -115
.byte 114
.byte -50
.byte -54
.byte -106
.byte 99
.byte -93
.byte 115
.byte -72
.byte -114
.byte 68
.byte -66
.byte 16
.byte 86
.byte -113
.byte -43
.byte 22
.byte -16
.byte -89
.byte 116
.byte 121
.byte 4
.byte 117
.byte -88
.byte 18
.byte -75
.byte -29
.byte 117
.byte -111
.byte -33
.byte 108
.byte -95
.byte 21
.byte 11
.byte 44
.byte -47
.byte -58
.byte -2
.byte 46
.byte 108
.byte -78
.byte -28
.byte 104
.byte 39
.byte -86
.byte -53
.byte 109
.byte 102
.byte -111
.byte -51
.byte 89
.byte 66
.byte 70
.byte 87
.byte -107
.byte 97
.byte 91
.byte -104
.byte -48
.byte 110
.byte 118
.byte -93
.byte -70
.byte -110
.byte 104
.byte 25
.byte -39
.byte 27
.byte -113
.byte 44
.byte -91
.byte 51
.byte -28
.byte 47
.byte 107
.byte 53
.byte 112
.byte 75
.byte 38
.byte -12
.byte -128
.byte -45
.byte 27
.byte 67
.byte 33
.byte 34
.byte 60
.byte 42
.byte -2
.byte -73
.byte -2
.byte -96
.byte 54
.byte 18
.byte 126
.byte 0
.byte -83
.byte 12
.byte -123
.byte 119
.byte 39
.byte -27
.byte -100
.byte -8
.byte -100
.byte 107
.byte -16
.byte -107
.byte 113
.byte -11
.byte 63
.byte 88
.byte -33
.byte -17
.byte -59
.byte -105
.byte -48
.byte -41
.byte 9
.byte 56
.byte 57
.byte 40
.byte -106
.byte -54
.byte 78
.byte -40
.byte 41
.byte -39
.byte -5
.byte 36
.byte 103
.byte -31
.byte -38
.byte -69
.byte 39
.byte -58
.byte -111
.byte -70
.byte 98
.byte 30
.byte -41
.byte 49
.byte -73
.byte 110
.byte -2
.byte 109
.byte -17
.byte -20
.byte 2
.byte -97
.byte -48
.byte 24
.byte -87
.byte -49
.byte -54
.byte -86
.byte -103
.byte -1
.byte 102
.byte 63
.byte 24
.byte 11
.byte -62
.byte 81
.byte 15
.byte -23
.byte -91
.byte 58
.byte -57
.byte -14
.byte -67
.byte 124
.byte 7
.byte 39
.byte 83
.byte -102
.byte 43
.byte 94
.byte -128
.byte -71
.byte -20
.byte -99
.byte 72
.byte 39
.byte 20
.byte -120
.byte 60
.byte 10
.byte 57
.byte 34
.byte -85
.byte -87
.byte -86
.byte -112
.byte 103
.byte 81
.byte 56
.byte 26
.byte 98
.byte 33
.byte -126
.byte -15
.byte -63
.byte 117
.byte 53
.byte 116
.byte -54
.byte 17
.byte -82
.byte -56
.byte -6
.byte 86
.byte 28
.byte -21
.byte -24
.byte -15
.byte 34
.byte -18
.byte -72
.byte -7
.byte 65
.byte -31
.byte -106
.byte 36
.byte -41
.byte 88
.byte 104
.byte -86
.byte 89
.byte 110
.byte 1
.byte -19
.byte 91
.byte 87
.byte 74
.byte 94
.byte 12
.byte -44
.byte 48
.byte 3
.byte -107
.byte 82
.byte -34
.byte -32
.byte 72
.byte -67
.byte 118
.byte 38
.byte -116
.byte 44
.byte 101
.byte 34
.byte -2
.byte 45
.byte 62
.byte 121
.byte -71
.byte -127
.byte -123
.byte -9
.byte -69
.byte 77
.byte -86
.byte 45
.byte 69
.byte -107
.byte -75
.byte -16
.byte -86
.byte -27
.byte -19
.byte -42
.byte 99
.byte 118
.byte 86
.byte -109
.byte -49
.byte -115
.byte 47
.byte -88
.byte -99
.byte 60
.byte -28
.byte -32
.byte -32
.byte -103
.byte 56
.byte -121
.byte 0
.byte -22
.byte -16
.byte -68
.byte -4
.byte -35
.byte -46
.byte 86
.byte 18
.byte 11
.byte -96
.byte -53
.byte -61
.byte -3
.byte 74
.byte 116
.byte 9
.byte 125
.byte -48
.byte 57
.byte -125
.byte 30
.byte 98
.byte -14
.byte -21
.byte -13
.byte 57
.byte -96
.byte 99
.byte -76
.byte -16
.byte 103
.byte 63
.byte 120
.byte -18
.byte -80
.byte -60
.byte 98
.byte 77
.byte -119
.byte -60
.byte -66
.byte 60
.byte 71
.byte 57
.byte 11
.byte 88
.byte 4
.byte 11
.byte -98
.byte 31
.byte -43
.byte -78
.byte 8
.byte 106
.byte -79
.byte -54
.byte -101
.byte 77
.byte 50
.byte 107
.byte 52
.byte -13
.byte -108
.byte -33
.byte -97
.byte -91
.byte -128
.byte -88
.byte -57
.byte 34
.byte 2
.byte 30
.byte 31
.byte 51
.byte -85
.byte -83
.byte -54
.byte -56
.byte 120
.byte -123
.byte -123
.byte 81
.byte 111
.byte 92
.byte 11
.byte -100
.byte 29
.byte 58
.byte -55
.byte -111
.byte 63
.byte 28
.byte 13
.byte 26
.byte 12
.byte -119
.byte -71
.byte -76
.byte -97
.byte -128
.byte 112
.byte 14
.byte -81
.byte -110
.byte -87
.byte -111
.byte -125
.byte -44
.byte -52
.byte -16
.byte -28
.byte -50
.byte 112
.byte 105
.byte 126
.byte 110
.byte -4
.byte 3
.byte 98
.byte -80
.byte -99
.byte -101
.byte -24
.byte -127
.byte -116
.byte 28
.byte 29
.byte 115
.byte 4
.byte 127
.byte 124
.byte -115
.byte 121
.byte 14
.byte 93
.byte 65
.byte 103
.byte -21
.byte -14
.byte -51
.byte -78
.byte 93
.byte -24
.byte -7
.byte -7
.byte 39
.byte 33
.byte -117
.byte 42
.byte -93
.byte -17
.byte 45
.byte -74
.byte -76
.byte -126
.byte -66
.byte 111
.byte 96
.byte 74
.byte -64
.byte -3
.byte 5
.byte -30
.byte -100
.byte -109
.byte 119
.byte 96
.byte 24
.byte -22
.byte 116
.byte -76
.byte 103
.byte 40
.byte -96
.byte 3
.byte 39
.byte -92
.byte 115
.byte -26
.byte -101
.byte 57
.byte 26
.byte -93
.byte -87
.byte -4
.byte 76
.byte 84
.byte 54
.byte -116
.byte -33
.byte -51
.byte 127
.byte 11
.byte 86
.byte 22
.byte 4
.byte -6
.byte 31
.byte -45
.byte 122
.byte 64
.byte 104
.byte 95
.byte 126
.byte 65
.byte -114
.byte 18
.byte 122
.byte 23
.byte 9
.byte -93
.byte 35
.byte 58
.byte -91
.byte 39
.byte -106
.byte 120
.byte -50
.byte -101
.byte -51
.byte 69
.byte -72
.byte 32
.byte -24
.byte 19
.byte 67
.byte 43
.byte 27
.byte 32
.byte -11
.byte -92
.byte -103
.byte 62
.byte -26
.byte -122
.byte -39
.byte -12
.byte 54
.byte -2
.byte 88
.byte -127
.byte -49
.byte 64
.byte -86
.byte -45
.byte -43
.byte -65
.byte -68
.byte -32
.byte -47
.byte 126
.byte -98
.byte 14
.byte 66
.byte -99
.byte -69
.byte -108
.byte -43
.byte -124
.byte 31
.byte -41
.byte -125
.byte 108
.byte -122
.byte 91
.byte -68
.byte -35
.byte -37
.byte -25
.byte 5
.byte 108
.byte 46
.byte 87
.byte -115
.byte 114
.byte -48
.byte -93
.byte 67
.byte 84
.byte -16
.byte 25
.byte 15
.byte 68
.byte -112
.byte 31
.byte -62
.byte -96
.byte 50
.byte -102
.byte -2
.byte 73
.byte 111
.byte -43
.byte -107
.byte 21
.byte 102
.byte 107
.byte -126
.byte 53
.byte -39
.byte -50
.byte 69
.byte -120
.byte -95
.byte 22
.byte 21
.byte 4
.byte 93
.byte 60
.byte -105
.byte -48
.byte -68
.byte 57
.byte 115
.byte -91
.byte -54
.byte -64
.byte -106
.byte -112
.byte -87
.byte -25
.byte -57
.byte -107
.byte -18
.byte 17
.byte 65
.byte 99
.byte 100
.byte -61
.byte -87
.byte 9
.byte -109
.byte -113
.byte 23
.byte 93
.byte 121
.byte 21
.byte -10
.byte -69
.byte -128
.byte 84
.byte 29
.byte -102
.byte -18
.byte 31
.byte 90
.byte -8
.byte 92
.byte -46
.byte 55
.byte -99
.byte 116
.byte -99
.byte 30
.byte -93
.byte -83
.byte 116
.byte 61
.byte -57
.byte -23
.byte -62
.byte -101
.byte 127
.byte 3
.byte 22
.byte -34
.byte -10
.byte -10
.byte -32
.byte -121
.byte -35
.byte 52
.byte -66
.byte -118
.byte -115
.byte 76
.byte -36
.byte 12
.byte -12
.byte -38
.byte -123
.byte -80
.byte 98
.byte -35
.byte 122
.byte -65
.byte 40
.byte -13
.byte -126
.byte 5
.byte 69
.byte 122
.byte -38
.byte 17
.byte -119
.byte -107
.byte 21
.byte 51
.byte -29
.byte -104
.byte 95
.byte 71
.byte -15
.byte 75
.byte -34
.byte 48
.byte 117
.byte -40
.byte 5
.byte 40
.byte 82
.byte -69
.byte -74
.byte 119
.byte 19
.byte 121
.byte -15
.byte 114
.byte 19
.byte 96
.byte -60
.byte -78
.byte -87
.byte -92
.byte -91
.byte -17
.byte -17
.byte 52
.byte 47
.byte -96
.byte -74
.byte -79
.byte 39
.byte 82
.byte 16
.byte -62
.byte 126
.byte 34
.byte -49
.byte 44
.byte -75
.byte 79
.byte 69
.byte 8
.byte -70
.byte 89
.byte -82
.byte -5
.byte 94
.byte 61
.byte -110
.byte -47
.byte -6
.byte -7
.byte 17
.byte -95
.byte -81
.byte 90
.byte -51
.byte -32
.byte 83
.byte -89
.byte 1
.byte -75
.byte 101
.byte 102
.byte -17
.byte -66
.byte -78
.byte -54
.byte -115
.byte -49
.byte -13
.byte -113
.byte 79
.byte 91
.byte 31
.byte -67
.byte -32
.byte 111
.byte -34
.byte 44
.byte 59
.byte 33
.byte 85
.byte -88
.byte 46
.byte -100
.byte -75
.byte -98
.byte 13
.byte 79
.byte 8
.byte -101
.byte 86
.byte -75
.byte 47
.byte -51
.byte 29
.byte -107
.byte -53
.byte 118
.byte 51
.byte 21
.byte -121
.byte 25
.byte -63
.byte 123
.byte -109
.byte 89
.byte -20
.byte -50
.byte -112
.byte -2
.byte 2
.byte -34
.byte -12
.byte -45
.byte -86
.byte 30
.byte -49
.byte 46
.byte 64
.byte 99
.byte -67
.byte -62
.byte 28
.byte -55
.byte -34
.byte 16
.byte 7
.byte -87
.byte 76
.byte -75
.byte -72
.byte 122
.byte -97
.byte 25
.byte -92
.byte 126
.byte -4
.byte 29
.byte 100
.byte -73
.byte -70
.byte 71
.byte -66
.byte 91
.byte 47
.byte -55
.byte 117
.byte 63
.byte -73
.byte -126
.byte 42
.byte -116
.byte -69
.byte 108
.byte 48
.byte 39
.byte 4
.byte 100
.byte 94
.byte -111
.byte 75
.byte -79
.byte 111
.byte 31
.byte 77
.byte 65
.byte 61
.byte -99
.byte 10
.byte -52
.byte 48
.byte 42
.byte 88
.byte 88
.byte 71
.byte 108
.byte 28
.byte -88
.byte 53
.byte -54
.byte -6
.byte -94
.byte -41
.byte -63
.byte 44
.byte 55
.byte 48
.byte 99
.byte 70
.byte 23
.byte -98
.byte -122
.byte -38
.byte 57
.byte -34
.byte 11
.byte 12
.byte -97
.byte -124
.byte -100
.byte -96
.byte 45
.byte -102
.byte 127
.byte -115
.byte 74
.byte -105
.byte -75
.byte -70
.byte 20
.byte 123
.byte -66
.byte 77
.byte 79
.byte -45
.byte 87
.byte 121
.byte -5
.byte -113
.byte 119
.byte 122
.byte 107
.byte 99
.byte -117
.byte -68
.byte 61
.byte 96
.byte 107
.byte -40
.byte -12
.byte 35
.byte -3
.byte -24
.byte -41
.byte -59
.byte 115
.byte 109
.byte 18
.byte -1
.byte -12
.byte 48
.byte -77
.byte -30
.byte -112
.byte 71
.byte 87
.byte 18
.byte -115
.byte 7
.byte -50
.byte 122
.byte 112
.byte -95
.byte -94
.byte 111
.byte -48
.byte -118
.byte -19
.byte 94
.byte 20
.byte -115
.byte 13
.byte -78
.byte -37
.byte -96
.byte -11
.byte 55
.byte 46
.byte 79
.byte -60
.byte -104
.byte -15
.byte 62
.byte 76
.byte -116
.byte 65
.byte 69
.byte -77
.byte -81
.byte -57
.byte 51
.byte 78
.byte 54
.byte 12
.byte 118
.byte -98
.byte 123
.byte -115
.byte -41
.byte -77
.byte -115
.byte 95
.byte -42
.byte 102
.byte -78
.byte -105
.byte -88
.byte -25
.byte -4
.byte 11
.byte 8
.byte 82
.byte -15
.byte 82
.byte 15
.byte -33
.byte 49
.byte -118
.byte -69
.byte -123
.byte -33
.byte -96
.byte 109
.byte 38
.byte 38
.byte -46
.byte 100
.byte 34
.byte -107
.byte -104
.byte -9
.byte 89
.byte 33
.byte 110
.byte -74
.byte 23
.byte 63
.byte 14
.byte 29
.byte 54
.byte -117
.byte -66
.byte 99
.byte 77
.byte -61
.byte 36
.byte 121
.byte 47
.byte 92
.byte 42
.byte 95
.byte 87
.byte -29
.byte -12
.byte -56
.byte -35
.byte 35
.byte -104
.byte -115
.byte -111
.byte 112
.byte 86
.byte 27
.byte 53
.byte 79
.byte 62
.byte 78
.byte 12
.byte -106
.byte 76
.byte -82
.byte 14
.byte -99
.byte -29
.byte 101
.byte 86
.byte -78
.byte -20
.byte 118
.byte 43
.byte 17
.byte -104
.byte 8
.byte -37
.byte -45
.byte 110
.byte 97
.byte -111
.byte -26
.byte -100
.byte 21
.byte 69
.byte 42
.byte -52
.byte -89
.byte -55
.byte 119
.byte -105
.byte -7
.byte 54
.byte 39
.byte -17
.byte 20
.byte 69
.byte -19
.byte -46
.byte -106
.byte 15
.byte 107
.byte 7
.byte -122
.byte 4
.byte 111
.byte -23
.byte 91
.byte 94
.byte -60
.byte -87
.byte 112
.byte -10
.byte 17
.byte 125
.byte 50
.byte 91
.byte -95
.byte 6
.byte 124
.byte 23
.byte -78
.byte -112
.byte -83
.byte -56
.byte 116
.byte -93
.byte -105
.byte -28
.byte 74
.byte -30
.byte -78
.byte -116
.byte 83
.byte 13
.byte 94
.byte -68
.byte 49
.byte 40
.byte 97
.byte -37
.byte 51
.byte -67
.byte 115
.byte 124
.byte 72
.byte -69
.byte -44
.byte -72
.byte 69
.byte -93
.byte 15
.byte -90
.byte -21
.byte -66
.byte 11
.byte 30
.byte 57
.byte -72
.byte 66
.byte -2
.byte -85
.byte -82
.byte -119
.byte 65
.byte 77
.byte -51
.byte -107
.byte -92
.byte 127
.byte -116
.byte -95
.byte -107
.byte -72
.byte 85
.byte 18
.byte 1
.byte 69
.byte 60
.byte 100
.byte -42
.byte -24
.byte 33
.byte 112
.byte 7
.byte 84
.byte 17
.byte -81
.byte 8
.byte 40
.byte -9
.byte -28
.byte -5
.byte -101
.byte -81
.byte 115
.byte 124
.byte 125
.byte 88
.byte -32
.byte -23
.byte 87
.byte -86
.byte 26
.byte -36
.byte -102
.byte -83
.byte -114
.byte -61
.byte -48
.byte -96
.byte 37
.byte -106
.byte 120
.byte -52
.byte -117
.byte 87
.byte -83
.byte -83
.byte -27
.byte 93
.byte 6
.byte -67
.byte -41
.byte 59
.byte -65
.byte -57
.byte -73
.byte 90
.byte -46
.byte -101
.byte -103
.byte -61
.byte 0
.byte 8
.byte -81
.byte -117
.byte 31
.byte -127
.byte -94
.byte 121
.byte -27
.byte 41
.byte -79
.byte 46
.byte 72
.byte -81
.byte 40
.byte -8
.byte 63
.byte -78
.byte 124
.byte -60
.byte 20
.byte 48
.byte 65
.byte 87
.byte -117
.byte -64
.byte 67
.byte 112
.byte 109
.byte -91
.byte 74
.byte -61
.byte -120
.byte 97
.byte 0
.byte 126
.byte 95
.byte 113
.byte 12
.byte -11
.byte -60
.byte -3
.byte 58
.byte -115
.byte -4
.byte 26
.byte -104
.byte -37
.byte -81
.byte -117
.byte -18
.byte -3
.byte 41
.byte 65
.byte -119
.byte -8
.byte 57
.byte -11
.byte -44
.byte 112
.byte -97
.byte 59
.byte 53
.byte -29
.byte 104
.byte -14
.byte -61
.byte 33
.byte 122
.byte 52
.byte -47
.byte 60
.byte -91
.byte -17
.byte -27
.byte -89
.byte 54
.byte -45
.byte 36
.byte -76
.byte -93
.byte 105
.byte -112
.byte 127
.byte 97
.byte -33
.byte -84
.byte 100
.byte 28
.byte -19
.byte -43
.byte 87
.byte -128
.byte -22
.byte 60
.byte -33
.byte -63
.byte -108
.byte 12
.byte -95
.byte 54
.byte -115
.byte -49
.byte -16
.byte -48
.byte -95
.byte 82
.byte -62
.byte -56
.byte -100
.byte 10
.byte 101
.byte -10
.byte -110
.byte 12
.byte -19
.byte 48
.byte 112
.byte -18
.byte 114
.byte -105
.byte -100
.byte 55
.byte -42
.byte 55
.byte 113
.byte 82
.byte 66
.byte -69
.byte 113
.byte -66
.byte 112
.byte 89
.byte -74
.byte -66
.byte 6
.byte -81
.byte -75
.byte 42
.byte 68
.byte 124
.byte -108
.byte -120
.byte -100
.byte -25
.byte -40
.byte 91
.byte -33
.byte 56
.byte 90
.byte -27
.byte 0
.byte 125
.byte 117
.byte 101
.byte 75
.byte 44
.byte 37
.byte 89
.byte -25
.byte 101
.byte -119
.byte 67
.byte -3
.byte -63
.byte -94
.byte -56
.byte -53
.byte 17
.byte 11
.byte 89
.byte 78
.byte 21
.byte -19
.byte -16
.byte 47
.byte 77
.byte 21
.byte -67
.byte -60
.byte 64
.byte 46
.byte 89
.byte -35
.byte 99
.byte -46
.byte 126
.byte -106
.byte -39
.byte 105
.byte -125
.byte -14
.byte -103
.byte -83
.byte 94
.byte 21
.byte -62
.byte 82
.byte 110
.byte -95
.byte -36
.byte 30
.byte -10
.byte -74
.byte 90
.byte -106
.byte 86
.byte 29
.byte 53
.byte -11
.byte -54
.byte 0
.byte 20
.byte -108
.byte -85
.byte 21
.byte -118
.byte -37
.byte 5
.byte 93
.byte 88
.byte 78
.byte -116
.byte 3
.byte 85
.byte -71
.byte -23
.byte -94
.byte 30
.byte 60
.byte 59
.byte 112
.byte 125
.byte -120
.byte -93
.byte -99
.byte -39
.byte -126
.byte -30
.byte 39
.byte 78
.byte -110
.byte 63
.byte 114
.byte 16
.byte 112
.byte 102
.byte 57
.byte -68
.byte -4
.byte -1
.byte -92
.byte 117
.byte 107
.byte -63
.byte -27
.byte 33
.byte 91
.byte -63
.byte -17
.byte -31
.byte 29
.byte -106
.byte -68
.byte -58
.byte -68
.byte 98
.byte 110
.byte -1
.byte 55
.byte 71
.byte 114
.byte -115
.byte -20
.byte -5
.byte -60
.byte 6
.byte -122
.byte -15
.byte 30
.byte 116
.byte 85
.byte 77
.byte -37
.byte -18
.byte -11
.byte -67
.byte 121
.byte -60
.byte 19
.byte 98
.byte -121
.byte -94
.byte 2
.byte -3
.byte -88
.byte -104
.byte -55
.byte 18
.byte 12
.byte -22
.byte 77
.byte 94
.byte -128
.byte -104
.byte 121
.byte -105
.byte -93
.byte 51
.byte -71
.byte -110
.byte -73
.byte -76
.byte 44
.byte 94
.byte 54
.byte -103
.byte -124
.byte 78
.byte 116
.byte -100
.byte -93
.byte 0
.byte 110
.byte -84
.byte -10
.byte -103
.byte -29
.byte -11
.byte -61
.byte -128
.byte -120
.byte 10
.byte 28
.byte -20
.byte -59
.byte -21
.byte 37
.byte 75
.byte 85
.byte -52
.byte -105
.byte 64
.byte -3
.byte 118
.byte -66
.byte 96
.byte 83
.byte 80
.byte 77
.byte 55
.byte 28
.byte -26
.byte 17
.byte -109
.byte 66
.byte 68
.byte 49
.byte 110
.byte 60
.byte 3
.byte -28
.byte 5
.byte 82
.byte -47
.byte 120
.byte 18
.byte 68
.byte 43
.byte -51
.byte 127
.byte -11
.byte -38
.byte 66
.byte -78
.byte 113
.byte 37
.byte -123
.byte 54
.byte 121
.byte 56
.byte -103
.byte -37
.byte 117
.byte -46
.byte -61
.byte -58
.byte -65
.byte 57
.byte 119
.byte -71
.byte -28
.byte 9
.byte -124
.byte -119
.byte 14
.byte 31
.byte 55
.byte -17
.byte 45
.byte -47
.byte -82
.byte 27
.byte 99
.byte 16
.byte 45
.byte -76
.byte -106
.byte 103
.byte 55
.byte 32
.byte -93
.byte 7
.byte -116
.byte -79
.byte 92
.byte -112
.byte -28
.byte 42
.byte -20
.byte -113
.byte -59
.byte 61
.byte 0
.byte -21
.byte 64
.byte 85
.byte 16
.byte 62
.byte -89
.byte 68
.byte 0
.byte -21
.byte -44
.byte 68
.byte 45
.byte -40
.byte 29
.byte 28
.byte -64
.byte -100
.byte 72
.byte 47
.byte 19
.byte 82
.byte -60
.byte 53
.byte 20
.byte 65
.byte -88
.byte 23
.byte 46
.byte -105
.byte -81
.byte -44
.byte 31
.byte 90
.byte 124
.byte -76
.byte 41
.byte -82
.byte 12
.byte 7
.byte 62
.byte 9
.byte -95
.byte 74
.byte 92
.byte 118
.byte 0
.byte -25
.byte -109
.byte -91
.byte -120
.byte 93
.byte -117
.byte 19
.byte 77
.byte -58
.byte -98
.byte -8
.byte 93
.byte 118
.byte -35
.byte 110
.byte -128
.byte 100
.byte -51
.byte -45
.byte -63
.byte -84
.byte -95
.byte -35
.byte -61
.byte 68
.byte 31
.byte 31
.byte 11
.byte -17
.byte -114
.byte 6
.byte 125
.byte -116
.byte 127
.byte 26
.byte -54
.byte -111
.byte 4
.byte 103
.byte 89
.byte -74
.byte 73
.byte 93
.byte -23
.byte -47
.byte -37
.byte 54
.byte -8
.byte -1
.byte -16
.byte -124
.byte 8
.byte -81
.byte -52
.byte -37
.byte 41
.byte -108
.byte -95
.byte 127
.byte 79
.byte 120
.byte -81
.byte -111
.byte -110
.byte 63
.byte 57
.byte -93
.byte -49
.byte -70
.byte 101
.byte -77
.byte 75
.byte -52
.byte 33
.byte 23
.byte -107
.byte -40
.byte 8
.byte -66
.byte -64
.byte -21
.byte -21
.byte 52
.byte 38
.byte -15
.byte -41
.byte 42
.byte 78
.byte 127
.byte -114
.byte 53
.byte 114
.byte -112
.byte -83
.byte 82
.byte 121
.byte 29
.byte -75
.byte 6
.byte 1
.byte 45
.byte 117
.byte -8
.byte 125
.byte -37
.byte 89
.byte -9
.byte 108
.byte 29
.byte 87
.byte -96
.byte 32
.byte 74
.byte 61
.byte -24
.byte -13
.byte 73
.byte -35
.byte -27
.byte 71
.byte -29
.byte 31
.byte -102
.byte 59
.byte 75
.byte -87
.byte -94
.byte -117
.byte -126
.byte -11
.byte -101
.byte -50
.byte 30
.byte -114
.byte 37
.byte -76
.byte 32
.byte 113
.byte 60
.byte 11
.byte -92
.byte 87
.byte -89
.byte -63
.byte -83
.byte -71
.byte -119
.byte -49
.byte -14
.byte -12
.byte -54
.byte 114
.byte 88
.byte -74
.byte -67
.byte 76
.byte 79
.byte 64
.byte 84
.byte 51
.byte 80
.byte 50
.byte -13
.byte -100
.byte -21
.byte 31
.byte -10
.byte -128
.byte 37
.byte 100
.byte -16
.byte 108
.byte 116
.byte -40
.byte 63
.byte 47
.byte 114
.byte 18
.byte -64
.byte -47
.byte 62
.byte 89
.byte -68
.byte -68
.byte 40
.byte 50
.byte 78
.byte 111
.byte 105
.byte 79
.byte 112
.byte -99
.byte 30
.byte 66
.byte -79
.byte -127
.byte -3
.byte 16
.byte 9
.byte -66
.byte -14
.byte -60
.byte 118
.byte 9
.byte -23
.byte -75
.byte -97
.byte 78
.byte 111
.byte 8
.byte 73
.byte 44
.byte -30
.byte -120
.byte 114
.byte -7
.byte -54
.byte -45
.byte -80
.byte 55
.byte 123
.byte 5
.byte -29
.byte 100
.byte 21
.byte -53
.byte -53
.byte 71
.byte -90
.byte -97
.byte 16
.byte -42
.byte 124
.byte 81
.byte 101
.byte -45
.byte -95
.byte 34
.byte 53
.byte -84
.byte -49
.byte -96
.byte 28
.byte 13
.byte 69
.byte 101
.byte 16
.byte -73
.byte 50
.byte -64
.byte -72
.byte 83
.byte -124
.byte -22
.byte 1
.byte 8
.byte 15
.byte -48
.byte 113
.byte 80
.byte -88
.byte 97
.byte -116
.byte -55
.byte -119
.byte -60
.byte -38
.byte -127
.byte -29
.byte 71
.byte -121
.byte 44
.byte -51
.byte -82
.byte 43
.byte -2
.byte 106
.byte -96
.byte -39
.byte -30
.byte 122
.byte -76
.byte -10
.byte 87
.byte 0
.byte -80
.byte 14
.byte -76
.byte 71
.byte 66
.byte -86
.byte -116
.byte 107
.byte -76
.byte 51
.byte -51
.byte 123
.byte -94
.byte -11
.byte 105
.byte 39
.byte 107
.byte -28
.byte 87
.byte -113
.byte 64
.byte -23
.byte 17
.byte 61
.byte 89
.byte 5
.byte -74
.byte -1
.byte 60
.byte 119
.byte 28
.byte 20
.byte 33
.byte 58
.byte -49
.byte -69
.byte -42
.byte 53
.byte 1
.byte -60
.byte 20
.byte -57
.byte -54
.byte -55
.byte -53
.byte -17
.byte 90
.byte 126
.byte 103
.byte 50
.byte 3
.byte -106
.byte -34
.byte 103
.byte 125
.byte 62
.byte -36
.byte -92
.byte -34
.byte 64
.byte -104
.byte 43
.byte 16
.byte 33
.byte 39
.byte 45
.byte -23
.byte 46
.byte 25
.byte 88
.byte 18
.byte -112
.byte -54
.byte -1
.byte 38
.byte -21
.byte 34
.byte -92
.byte -115
.byte 127
.byte -120
.byte -127
.byte -73
.byte 54
.byte -98
.byte -96
.byte 13
.byte -71
.byte 122
.byte 66
.byte 96
.byte -121
.byte 4
.byte 71
.byte -123
.byte 68
.byte 92
.byte 24
.byte -78
.byte -42
.byte -24
.byte 49
.byte 96
.byte -88
.byte 44
.byte 73
.byte -36
.byte 30
.byte -22
.byte 80
.byte -49
.byte -44
.byte 25
.byte -52
.byte -15
.byte -75
.byte 35
.byte -124
.byte 102
.byte 33
.byte -25
.byte 44
.byte -11
.byte -29
.byte -45
.byte -51
.byte 50
.byte 76
.byte -119
.byte 92
.byte 93
.byte -38
.byte -43
.byte 58
.byte -10
.byte 33
.byte -13
.byte 68
.byte -40
.byte -83
.byte -70
.byte -13
.byte 7
.byte -127
.byte -78
.byte -10
.byte 88
.byte 40
.byte -52
.byte -70
.byte 112
.byte 2
.byte -86
.byte 51
.byte 9
.byte -77
.byte -77
.byte 97
.byte -52
.byte -121
.byte -61
.byte 20
.byte 17
.byte 37
.byte 126
.byte -56
.byte -7
.byte -73
.byte 116
.byte 8
.byte 114
.byte 12
.byte -27
.byte 34
.byte -86
.byte -74
.byte 37
.byte -128
.byte -9
.byte -88
.byte -35
.byte -120
.byte -50
.byte -85
.byte 25
.byte -64
.byte -29
.byte -116
.byte -43
.byte 26
.byte 108
.byte -93
.byte -86
.byte 74
.byte 14
.byte -97
.byte -49
.byte -3
.byte -121
.byte -24
.byte -88
.byte 75
.byte -42
.byte -26
.byte -76
.byte 109
.byte -31
.byte 100
.byte -85
.byte -17
.byte 28
.byte -16
.byte -125
.byte 70
.byte 41
.byte 12
.byte 73
.byte 56
.byte -47
.byte 72
.byte 35
.byte 47
.byte -56
.byte -7
.byte 0
.byte 44
.byte 22
.byte -49
.byte -83
.byte -70
.byte 3
.byte -111
.byte 14
.byte 100
.byte 110
.byte 6
.byte -6
.byte -87
.byte 11
.byte 37
.byte 93
.byte -14
.byte 35
.byte 76
.byte -110
.byte -91
.byte -18
.byte -78
.byte 76
.byte -86
.byte -16
.byte 11
.byte -10
.byte 28
.byte -39
.byte 49
.byte 97
.byte -64
.byte 18
.byte -99
.byte 6
.byte 74
.byte -11
.byte -94
.byte 7
.byte 46
.byte 116
.byte -36
.byte 111
.byte 89
.byte -121
.byte -98
.byte 74
.byte -89
.byte -2
.byte -85
.byte 85
.byte 102
.byte -76
.byte -124
.byte -45
.byte 39
.byte 121
.byte 115
.byte 39
.byte 1
.byte 72
.byte 61
.byte 92
.byte -95
.byte 6
.byte 114
.byte -96
.byte -83
.byte 92
.byte 107
.byte -82
.byte 91
.byte 92
.byte -100
.byte -29
.byte 102
.byte 62
.byte -81
.byte -97
.byte -35
.byte 7
.byte 50
.byte -110
.byte 38
.byte 110
.byte -11
.byte 54
.byte -38
.byte -103
.byte -62
.byte 83
.byte 58
.byte -22
.byte 25
.byte 10
.byte -6
.byte -67
.byte -39
.byte 32
.byte 78
.byte -48
.byte -46
.byte 2
.byte 119
.byte -126
.byte 88
.byte 74
.byte 113
.byte 28
.byte 67
.byte -104
.byte -10
.byte -97
.byte -34
.byte 32
.byte 106
.byte 36
.byte 96
.byte 23
.byte 78
.byte -85
.byte -9
.byte 84
.byte -47
.byte 11
.byte -55
.byte -114
.byte 117
.byte -44
.byte 36
.byte -101
.byte 102
.byte -99
.byte -104
.byte -15
.byte -110
.byte -64
.byte -29
.byte -7
.byte -108
.byte -91
.byte -125
.byte 55
.byte 54
.byte 3
.byte -8
.byte -38
.byte -108
.byte -63
.byte -35
.byte 86
.byte 117
.byte 34
.byte 4
.byte 108
.byte 100
.byte -17
.byte 25
.byte 102
.byte 61
.byte 117
.byte -85
.byte -64
.byte 37
.byte -77
.byte -45
.byte 92
.byte 51
.byte 29
.byte 93
.byte -55
.byte 23
.byte 81
.byte -52
.byte 100
.byte -11
.byte -74
.byte 10
.byte -17
.byte -82
.byte -33
.byte -23
.byte 121
.byte -59
.byte 126
.byte -82
.byte 35
.byte -26
.byte -79
.byte -108
.byte 5
.byte 113
.byte 69
.byte -27
.byte 6
.byte -5
.byte 17
.byte -60
.byte -102
.byte 65
.byte 112
.byte -75
.byte -100
.byte -123
.byte -32
.byte 48
.byte -78
.byte 75
.byte -12
.byte 8
.byte 114
.byte 119
.byte 71
.byte 65
.byte -117
.byte -62
.byte 66
.byte -77
.byte -46
.byte 109
.byte 85
.byte 60
.byte 40
.byte -34
.byte -64
.byte 120
.byte 59
.byte 81
.byte 96
.byte -50
.byte -122
.byte -60
.byte 93
.byte 0
.byte 39
.byte -81
.byte 1
.byte -39
.byte 127
.byte -25
.byte -47
.byte -94
.byte 1
.byte -111
.byte 117
.byte -25
.byte -111
.byte 103
.byte 41
.byte -122
.byte -128
.byte 44
.byte 122
.byte -21
.byte 14
.byte -14
.byte 56
.byte -71
.byte -51
.byte 36
.byte -96
.byte -23
.byte -42
.byte -124
.byte -3
.byte 117
.byte 119
.byte -5
.byte 66
.byte 115
.byte 75
.byte 0
.byte 115
.byte -115
.byte -74
.byte -13
.byte -102
.byte -78
.byte -70
.byte 22
.byte 39
.byte 108
.byte 122
.byte -40
.byte -99
.byte 36
.byte -65
.byte -32
.byte -70
.byte -107
.byte -89
.byte -3
.byte -99
.byte 123
.byte 74
.byte 93
.byte -10
.byte 4
.byte -52
.byte -12
.byte 37
.byte -26
.byte 90
.byte 67
.byte -67
.byte 38
.byte 73
.byte 70
.byte 29
.byte -122
.byte -17
.byte -94
.byte -113
.byte -70
.byte 38
.byte 63
.byte -27
.byte 73
.byte 54
.byte 72
.byte -33
.byte -75
.byte 70
.byte 126
.byte 53
.byte -13
.byte -91
.byte -90
.byte -100
.byte -6
.byte -67
.byte 84
.byte 114
.byte 76
.byte -39
.byte 68
.byte -88
.byte 6
.byte -95
.byte -21
.byte -48
.byte -68
.byte 14
.byte -97
.byte 92
.byte -7
.byte -20
.byte -88
.byte -96
.byte 8
.byte 100
.byte 26
.byte 11
.byte 45
.byte -73
.byte -98
.byte 87
.byte -97
.byte 27
.byte -102
.byte 62
.byte -119
.byte -41
.byte -63
.byte 61
.byte -113
.byte -106
.byte -72
.byte 62
.byte -127
.byte 35
.byte 36
.byte -47
.byte 71
.byte 30
.byte 24
.byte 99
.byte 43
.byte -64
.byte -64
.byte 49
.byte 21
.byte -33
.byte -2
.byte -64
.byte 86
.byte -32
.byte -18
.byte 73
.byte -21
.byte 94
.byte -54
.byte -4
.byte 94
.byte 94
.byte 6
.byte -76
.byte 8
.byte 6
.byte -9
.byte -88
.byte -6
.byte 97
.byte -117
.byte 14
.byte 100
.byte -30
.byte -37
.byte 122
.byte -33
.byte 35
.byte 6
.byte -78
.byte 118
.byte 120
.byte 58
.byte -114
.byte -46
.byte 61
.byte -5
.byte 120
.byte -52
.byte 40
.byte 7
.byte -82
.byte 20
.byte 4
.byte 31
.byte -84
.byte 21
.byte 83
.byte 19
.byte 66
.byte 64
.byte 59
.byte -36
.byte -21
.byte -13
.byte 28
.byte -107
.byte -47
.byte 41
.byte 100
.byte 45
.byte -14
.byte 114
.byte 123
.byte -103
.byte -15
.byte -77
.byte -82
.byte 54
.byte 105
.byte -97
.byte 64
.byte -117
.byte 119
.byte -101
.byte 6
.byte -90
.byte -95
.byte -38
.byte -86
.byte 6
.byte -51
.byte -37
.byte 105
.byte -71
.byte -58
.byte -50
.byte -30
.byte -6
.byte 34
.byte -14
.byte -11
.byte 70
.byte -65
.byte 105
.byte -95
.byte 84
.byte -9
.byte -95
.byte -29
.byte 74
.byte -84
.byte 79
.byte -77
.byte 108
.byte -124
.byte -104
.byte -95
.byte -41
.byte 56
.byte -59
.byte 92
.byte -82
.byte -119
.byte -82
.byte 21
.byte -32
.byte 48
.byte 5
.byte -68
.byte -128
.byte 95
.byte 7
.byte -40
.byte 57
.byte 39
.byte 16
.byte -61
.byte -54
.byte 111
.byte 64
.byte -28
.byte -35
.byte -116
.byte -22
.byte -113
.byte -58
.byte 71
.byte 20
.byte -54
.byte 69
.byte -22
.byte 56
.byte -46
.byte -87
.byte -6
.byte 117
.byte 117
.byte -90
.byte -121
.byte 62
.byte -102
.byte 40
.byte 117
.byte 125
.byte -90
.byte -81
.byte -78
.byte -32
.byte 13
.byte -66
.byte -30
.byte -109
.byte -3
.byte 44
.byte 102
.byte 100
.byte 112
.byte 59
.byte -65
.byte -45
.byte 20
.byte 21
.byte -120
.byte -112
.byte -83
.byte 104
.byte 53
.byte 95
.byte 88
.byte -85
.byte -47
.byte -56
.byte -27
.byte 82
.byte -4
.byte 82
.byte 84
.byte 98
.byte -42
.byte -12
.byte -116
.byte 118
.byte 37
.byte -93
.byte -98
.byte 113
.byte 105
.byte -75
.byte 14
.byte -3
.byte 97
.byte -117
.byte 117
.byte -95
.byte -118
.byte 16
.byte 11
.byte 105
.byte -8
.byte 38
.byte 83
.byte 92
.byte 119
.byte 59
.byte 15
.byte -21
.byte 37
.byte 34
.byte -3
.byte 18
.byte 51
.byte -91
.byte 75
.byte 48
.byte -17
.byte -61
.byte 60
.byte 7
.byte 44
.byte -124
.byte -110
.byte -36
.byte -46
.byte 90
.byte 100
.byte 83
.byte 29
.byte -124
.byte -93
.byte 32
.byte -89
.byte 59
.byte -95
.byte -73
.byte 84
.byte 11
.byte 117
.byte -66
.byte 99
.byte 11
.byte -71
.byte -82
.byte -67
.byte 87
.byte 76
.byte -50
.byte -89
.byte -100
.byte -125
.byte -90
.byte -47
.byte 4
.byte -66
.byte -97
.byte -49
.byte 18
.byte 57
.byte -78
.byte 62
.byte 71
.byte -32
.byte 14
.byte -117
.byte -26
.byte 102
.byte -9
.byte 31
.byte -71
.byte 28
.byte -115
.byte 119
.byte -17
.byte 68
.byte -93
.byte 122
.byte 101
.byte 121
.byte 120
.byte 23
.byte 30
.byte 12
.byte 91
.byte -29
.byte -37
.byte 19
.byte 5
.byte -27
.byte 93
.byte 50
.byte 68
.byte 3
.byte 1
.byte 112
.byte 67
.byte 28
.byte 14
.byte 15
.byte 18
.byte -1
.byte -3
.byte 18
.byte -91
.byte 127
.byte -5
.byte 88
.byte -78
.byte -31
.byte 94
.byte 73
.byte -113
.byte 78
.byte 47
.byte 100
.byte 32
.byte -119
.byte -34
.byte 109
.byte -3
.byte -82
.byte -71
.byte 110
.byte -67
.byte -73
.byte 124
.byte 15
.byte 120
.byte 48
.byte 63
.byte -28
.byte -100
.byte 17
.byte 93
.byte 102
.byte 76
.byte 117
.byte -10
.byte -39
.byte -56
.byte -75
.byte 106
.byte 26
.byte 68
.byte -91
.byte 122
.byte -35
.byte -106
.byte 74
.byte -101
.byte 84
.byte -119
.byte 115
.byte 46
.byte 16
.byte 85
.byte -6
.byte 126
.byte -89
.byte 123
.byte -114
.byte 75
.byte 57
.byte -30
.byte -51
.byte 110
.byte -48
.byte -4
.byte 109
.byte -49
.byte 3
.byte -114
.byte -52
.byte -8
.byte -53
.byte -28
.byte 30
.byte -11
.byte -47
.byte 60
.byte -85
.byte -36
.byte -68
.byte 23
.byte -100
.byte -45
.byte -100
.byte 17
.byte 18
.byte -15
.byte 44
.byte 88
.byte 88
.byte 109
.byte -38
.byte 100
.byte -115
.byte -10
.byte 48
.byte 50
.byte 95
.byte 1
.byte 93
.byte -67
.byte -73
.byte 37
.byte -4
.byte -107
.byte 101
.byte 39
.byte -102
.byte -9
.byte 67
.byte 29
.byte -21
.byte 32
.byte -68
.byte 16
.byte -113
.byte -82
.byte 42
.byte 36
.byte -28
.byte -123
.byte 67
.byte 18
.byte -82
.byte -46
.byte 21
.byte -104
.byte -89
.byte -102
.byte -122
.byte 105
.byte -70
.byte 61
.byte -2
.byte -43
.byte 62
.byte -91
.byte -2
.byte -99
.byte -116
.byte 37
.byte -58
.byte -3
.byte -25
.byte -107
.byte -12
.byte 109
.byte 55
.byte 24
.byte -12
.byte -94
.byte -41
.byte -6
.byte 23
.byte 43
.byte -104
.byte -44
.byte -101
.byte -126
.byte -91
.byte -111
.byte -111
.byte 102
.byte 25
.byte 35
.byte -89
.byte -33
.byte 5
.byte 46
.byte -84
.byte -29
.byte -110
.byte 103
.byte 123
.byte 13
.byte 120
.byte -34
.byte 116
.byte 2
.byte -101
.byte -70
.byte 69
.byte -108
.byte 97
.byte -80
.byte -103
.byte -50
.byte -21
.byte -128
.byte -48
.byte -71
.byte 43
.byte -88
.byte -47
.byte 29
.byte 117
.byte 15
.byte 53
.byte -42
.byte 8
.byte 98
.byte -106
.byte 40
.byte 19
.byte 120
.byte -39
.byte -100
.byte -24
.byte 67
.byte -125
.byte -99
.byte -114
.byte -88
.byte -42
.byte -12
.byte -88
.byte -12
.byte -111
.byte -98
.byte -80
.byte -18
.byte -54
.byte -61
.byte 43
.byte -94
.byte -91
.byte 123
.byte 114
.byte 124
.byte 76
.byte -56
.byte 77
.byte 107
.byte 115
.byte 102
.byte -27
.byte 89
.byte -19
.byte -64
.byte -84
.byte -109
.byte -81
.byte -122
.byte 47
.byte 122
.byte 99
.byte 96
.byte 76
.byte -77
.byte 111
.byte 94
.byte 36
.byte 60
.byte 51
.byte -91
.byte 8
.byte 1
.byte 70
.byte -57
.byte 6
.byte -28
.byte 52
.byte 100
.byte 122
.byte 120
.byte -82
.byte -47
.byte 117
.byte 53
.byte -86
.byte 30
.byte 32
.byte -96
.byte -117
.byte 0
.byte 78
.byte 28
.byte -93
.byte -94
.byte 20
.byte 5
.byte 12
.byte -88
.byte 29
.byte -77
.byte 47
.byte -42
.byte -125
.byte 117
.byte 18
.byte -60
.byte 45
.byte -121
.byte -67
.byte -33
.byte 54
.byte 107
.byte 93
.byte 10
.byte -13
.byte 102
.byte -30
.byte 89
.byte -83
.byte 103
.byte -18
.byte -95
.byte 50
.byte -45
.byte -118
.byte 19
.byte 49
.byte -39
.byte 121
.byte 57
.byte -21
.byte -114
.byte -75
.byte -41
.byte -100
.byte 23
.byte 73
.byte 72
.byte 36
.byte -77
.byte -68
.byte -55
.byte 48
.byte -46
.byte -69
.byte -119
.byte -117
.byte -77
.byte -123
.byte 105
.byte -46
.byte 36
.byte -125
.byte 84
.byte -17
.byte -6
.byte 94
.byte -54
.byte 116
.byte -48
.byte 16
.byte -95
.byte -17
.byte -23
.byte 82
.byte -51
.byte 80
.byte 39
.byte -17
.byte -51
.byte 32
.byte -1
.byte 6
.byte -33
.byte -85
.byte 87
.byte -3
.byte 124
.byte -56
.byte -2
.byte 25
.byte 28
.byte 94
.byte 114
.byte 42
.byte 77
.byte -56
.byte -111
.byte 45
.byte 14
.byte -21
.byte 112
.byte -117
.byte 48
.byte -87
.byte -110
.byte 2
.byte -49
.byte -111
.byte -17
.byte -109
.byte 60
.byte -40
.byte 119
.byte 111
.byte -52
.byte -39
.byte 33
.byte -2
.byte 81
.byte 82
.byte 56
.byte -14
.byte 61
.byte 52
.byte 11
.byte -104
.byte 15
.byte 33
.byte -19
.byte 27
.byte -57
.byte 124
.byte 103
.byte 47
.byte -23
.byte -100
.byte -105
.byte 95
.byte -95
.byte -113
.byte -66
.byte 66
.byte 42
.byte 51
.byte -17
.byte -60
.byte -61
.byte -78
.byte -79
.byte -28
.byte -81
.byte -33
.byte -77
.byte -16
.byte -66
.byte 60
.byte 127
.byte 28
.byte -35
.byte -43
.byte -27
.byte 117
.byte 60
.byte 114
.byte 52
.byte 34
.byte -12
.byte -11
.byte 5
.byte -39
.byte 11
.byte -120
.byte -125
.byte 19
.byte 45
.byte -73
.byte 82
.byte -61
.byte -115
.byte -104
.byte -40
.byte -85
.byte -89
.byte 112
.byte 11
.byte -30
.byte -126
.byte 57
.byte 1
.byte 23
.byte -36
.byte -113
.byte 57
.byte -19
.byte 96
.byte -99
.byte 53
.byte -120
.byte -26
.byte -53
.byte -97
.byte -91
.byte 113
.byte 124
.byte -26
.byte 73
.byte 53
.byte -30
.byte -112
.byte 105
.byte 88
.byte 56
.byte 108
.byte -61
.byte 125
.byte -2
.byte 115
.byte 16
.byte 119
.byte 108
.byte -13
.byte -60
.byte 99
.byte 3
.byte -97
.byte 11
.byte 20
.byte -43
.byte 41
.byte -81
.byte -114
.byte -48
.byte 73
.byte -81
.byte -13
.byte 111
.byte -9
.byte -111
.byte 38
.byte -118
.byte -36
.byte -113
.byte 21
.byte -54
.byte 31
.byte -102
.byte 28
.byte -92
.byte 93
.byte -62
.byte 114
.byte 127
.byte -36
.byte -81
.byte -4
.byte 109
.byte -81
.byte -115
.byte 123
.byte -31
.byte -20
.byte -109
.byte -75
.byte -38
.byte 121
.byte -78
.byte 31
.byte -38
.byte 87
.byte -75
.byte 47
.byte 99
.byte -16
.byte -112
.byte 81
.byte 119
.byte 119
.byte -4
.byte 105
.byte -22
.byte -28
.byte -114
.byte -100
.byte 115
.byte 111
.byte -104
.byte -40
.byte 87
.byte -120
.byte -128
.byte -113
.byte -64
.byte -87
.byte -118
.byte 48
.byte 121
.byte 104
.byte -112
.byte -35
.byte 21
.byte -81
.byte 14
.byte -26
.byte 13
.byte 123
.byte -14
.byte 50
.byte -58
.byte 69
.byte 96
.byte -3
.byte 58
.byte -86
.byte -114
.byte 45
.byte 86
.byte -17
.byte 14
.byte -40
.byte 93
.byte 27
.byte -110
.byte 6
.byte -22
.byte -44
.byte 3
.byte -124
.byte 33
.byte 110
.byte 12
.byte -21
.byte -126
.byte 26
.byte -105
.byte 46
.byte 54
.byte 58
.byte 124
.byte 26
.byte 121
.byte 99
.byte -14
.byte -104
.byte -80
.byte 9
.byte 13
.byte -56
.byte -21
.byte -88
.byte 22
.byte 53
.byte 22
.byte -8
.byte 38
.byte -51
.byte 48
.byte -68
.byte 122
.byte 45
.byte -14
.byte -30
.byte -104
.byte -106
.byte -105
.byte 12
.byte -42
.byte -117
.byte 126
.byte 29
.byte 37
.byte 59
.byte -80
.byte -16
.byte 1
.byte -68
.byte 65
.byte 31
.byte -34
.byte 32
.byte -64
.byte -73
.byte -6
.byte -35
.byte -12
.byte -86
.byte -48
.byte 55
.byte -112
.byte -73
.byte 112
.byte 25
.byte -52
.byte -124
.byte 113
.byte 47
.byte 92
.byte 49
.byte -11
.byte -52
.byte 93
.byte -42
.byte -69
.byte 6
.byte -66
.byte 98
.byte 81
.byte 28
.byte 66
.byte 118
.byte -27
.byte 43
.byte 23
.byte -24
.byte -47
.byte -15
.byte 51
.byte 85
.byte -26
.byte 79
.byte -105
.byte -49
.byte -54
.byte 56
.byte -121
.byte -5
.byte -55
.byte -91
.byte -72
.byte 0
.byte 113
.byte 31
.byte 123
.byte 59
.byte 29
.byte 66
.byte -128
.byte 10
.byte 4
.byte 117
.byte 104
.byte 119
.byte -9
.byte -33
.byte -16
.byte 79
.byte -12
.byte 67
.byte 103
.byte 103
.byte -74
.byte -69
.byte 46
.byte -69
.byte 57
.byte -53
.byte -4
.byte -7
.byte -108
.byte 43
.byte -48
.byte 48
.byte -109
.byte -96
.byte 34
.byte 60
.byte -12
.byte -76
.byte -96
.byte -44
.byte -83
.byte 1
.byte -121
.byte -85
.byte 108
.byte 46
.byte -44
.byte 55
.byte -112
.byte -54
.byte 45
.byte 39
.byte -69
.byte 89
.byte 106
.byte 13
.byte -80
.byte -18
.byte -63
.byte -105
.byte 27
.byte -100
.byte -52
.byte -42
.byte 95
.byte 2
.byte 21
.byte -108
.byte -108
.byte -85
.byte -106
.byte 39
.byte -42
.byte -45
.byte 41
.byte 6
.byte 8
.byte -34
.byte -67
.byte -5
.byte 15
.byte 9
.byte -85
.byte 34
.byte 64
.byte 49
.byte 92
.byte 95
.byte 74
.byte 34
.byte 85
.byte 100
.byte 74
.byte 86
.byte 51
.byte 52
.byte 14
.byte 33
.byte -42
.byte -35
.byte 37
.byte 92
.byte 101
.byte 58
.byte 110
.byte -53
.byte 73
.byte -82
.byte 93
.byte 35
.byte -41
.byte -44
.byte 75
.byte 113
.byte -107
.byte 96
.byte 53
.byte 43
.byte -124
.byte 69
.byte -25
.byte 46
.byte 126
.byte 109
.byte -51
.byte -121
.byte -50
.byte 69
.byte -103
.byte -13
.byte -98
.byte -76
.byte -28
.byte 80
.byte -44
.byte -78
.byte 104
.byte -31
.byte 66
.byte -22
.byte 74
.byte -63
.byte -30
.byte 110
.byte -58
.byte -15
.byte 35
.byte 115
.byte -91
.byte 10
.byte 17
.byte -35
.byte -7
.byte -38
.byte -87
.byte 35
.byte -89
.byte -89
.byte -119
.byte -57
.byte -75
.byte 74
.byte -71
.byte 121
.byte -84
.byte 106
.byte -15
.byte 68
.byte 5
.byte 79
.byte -47
.byte 90
.byte -87
.byte 77
.byte 13
.byte -16
.byte 14
.byte 119
.byte -39
.byte 124
.byte -25
.byte -41
.byte 10
.byte -12
.byte 100
.byte -108
.byte -48
.byte 1
.byte -103
.byte 123
.byte -75
.byte 109
.byte 106
.byte -100
.byte -45
.byte -82
.byte 32
.byte -57
.byte 66
.byte -7
.byte 88
.byte -53
.byte 121
.byte -36
.byte 59
.byte -102
.byte 84
.byte -32
.byte -67
.byte 95
.byte 48
.byte 104
.byte -122
.byte -111
.byte -119
.byte -68
.byte 122
.byte -55
.byte 46
.byte -81
.byte 92
.byte 50
.byte -82
.byte 47
.byte -95
.byte 111
.byte 50
.byte -92
.byte 104
.byte -86
.byte 88
.byte 2
.byte 42
.byte -35
.byte 6
.byte 72
.byte 50
.byte -31
.byte 8
.byte -124
.byte 97
.byte -59
.byte 34
.byte 42
.byte 109
.byte -101
.byte -124
.byte -121
.byte 42
.byte 116
.byte -77
.byte -114
.byte -24
.byte 105
.byte -22
.byte -10
.byte 116
.byte 59
.byte -56
.byte -81
.byte 47
.byte 17
.byte 71
.byte -48
.byte -113
.byte -79
.byte -47
.byte 8
.byte 41
.byte 127
.byte 35
.byte -90
.byte -9
.byte 50
.byte -54
.byte 88
.byte 86
.byte -31
.byte 77
.byte 99
.byte -78
.byte -99
.byte 79
.byte -127
.byte 20
.byte -66
.byte 0
.byte 104
.byte -63
.byte -85
.byte -33
.byte 126
.byte 89
.byte -50
.byte -109
.byte -25
.byte 1
.byte 40
.byte -97
.byte -58
.byte -76
.byte 119
.byte 89
.byte -99
.byte 108
.byte -93
.byte 120
.byte -61
.byte -38
.byte -5
.byte -59
.byte 92
.byte 39
.byte -93
.byte -123
.byte -115
.byte 121
.byte 92
.byte 82
.byte -50
.byte -79
.byte 75
.byte -92
.byte 15
.byte -58
.byte -119
.byte -34
.byte -31
.byte -127
.byte -80
.byte -86
.byte 123
.byte 57
.byte 52
.byte -36
.byte -101
.byte -57
.byte 87
.byte 29
.byte -108
.byte -104
.byte 15
.byte 121
.byte -11
.byte 23
.byte 0
.byte 121
.byte 17
.byte 7
.byte 54
.byte -63
.byte 107
.byte -56
.byte -67
.byte -83
.byte 25
.byte -119
.byte -33
.byte -2
.byte 43
.byte 122
.byte 2
.byte -1
.byte -68
.byte 46
.byte 21
.byte -111
.byte 106
.byte -89
.byte 90
.byte -49
.byte -64
.byte -86
.byte -81
.byte -51
.byte 12
.byte -6
.byte 118
.byte -126
.byte -123
.byte -120
.byte 122
.byte 120
.byte 56
.byte -25
.byte -65
.byte 70
.byte 40
.byte -64
.byte 40
.byte -25
.byte 118
.byte -77
.byte -33
.byte 28
.byte 91
.byte 87
.byte -43
.byte 12
.byte -124
.byte -70
.byte -124
.byte -47
.byte 94
.byte 33
.byte 61
.byte 104
.byte 40
.byte 10
.byte 81
.byte 68
.byte 31
.byte 117
.byte 81
.byte -122
.byte -78
.byte -43
.byte -50
.byte 21
.byte -94
.byte 47
.byte 65
.byte -41
.byte 4
.byte 53
.byte -113
.byte -119
.byte -117
.byte -42
.byte 101
.byte 76
.byte -48
.byte 39
.byte 118
.byte 80
.byte 14
.byte 62
.byte -71
.byte 116
.byte 92
.byte 1
.byte -80
.byte -45
.byte -63
.byte 106
.byte -128
.byte -64
.byte -70
.byte 99
.byte 42
.byte -81
.byte 61
.byte -81
.byte -123
.byte -15
.byte -46
.byte 25
.byte 71
.byte 97
.byte -101
.byte 103
.byte 126
.byte 80
.byte 123
.byte 96
.byte -119
.byte -98
.byte 17
.byte 88
.byte -17
.byte -83
.byte -123
.byte 47
.byte 35
.byte -34
.byte 113
.byte 73
.byte -78
.byte -7
.byte 1
.byte -45
.byte -21
.byte -4
.byte -83
.byte -39
.byte -81
.byte 67
.byte -109
.byte 115
.byte -53
.byte -11
.byte -64
.byte -43
.byte -75
.byte -113
.byte -73
.byte -56
.byte -87
.byte -81
.byte 86
.byte -54
.byte 116
.byte -83
.byte 69
.byte 90
.byte 105
.byte 110
.byte -41
.byte -98
.byte 108
.byte -96
.byte 28
.byte 124
.byte 67
.byte 80
.byte 116
.byte 121
.byte 40
.byte 110
.byte 46
.byte -30
.byte 46
.byte 36
.byte 36
.byte -107
.byte 73
.byte 120
.byte 105
.byte 91
.byte 77
.byte -128
.byte 18
.byte -122
.byte 57
.byte -68
.byte -16
.byte 54
.byte 53
.byte -80
.byte -28
.byte -86
.byte 122
.byte -109
.byte 10
.byte 19
.byte 11
.byte -3
.byte -31
.byte 64
.byte -1
.byte -46
.byte -71
.byte 79
.byte -98
.byte 59
.byte -10
.byte 86
.byte 18
.byte 97
.byte -7
.byte 21
.byte -62
.byte 50
.byte -128
.byte 70
.byte -86
.byte 72
.byte -76
.byte -101
.byte -89
.byte -76
.byte 61
.byte -15
.byte -64
.byte -34
.byte -32
.byte 64
.byte -31
.byte 125
.byte -122
.byte -67
.byte -11
.byte 125
.byte -110
.byte 104
.byte -77
.byte 62
.byte -117
.byte 36
.byte 85
.byte -118
.byte -72
.byte 57
.byte -2
.byte 12
.byte -17
.byte 24
.byte 110
.byte 20
.byte -29
.byte 80
.byte 48
.byte 113
.byte 19
.byte -17
.byte -9
.byte -25
.byte 93
.byte 116
.byte 120
.byte -18
.byte -27
.byte 101
.byte 7
.byte -21
.byte -38
.byte -40
.byte -58
.byte -9
.byte -7
.byte -8
.byte -81
.byte -106
.byte 37
.byte 54
.byte -109
.byte -29
.byte -105
.byte -7
.byte -112
.byte -42
.byte -54
.byte 41
.byte -123
.byte -73
.byte -36
.byte -80
.byte 122
.byte -33
.byte 12
.byte -40
.byte -8
.byte -98
.byte 125
.byte -93
.byte -68
.byte -71
.byte -125
.byte -6
.byte 17
.byte -125
.byte -110
.byte 52
.byte -49
.byte 56
.byte 4
.byte 25
.byte 48
.byte 69
.byte -19
.byte -62
.byte -63
.byte -30
.byte -38
.byte 61
.byte -114
.byte -19
.byte 108
.byte -7
.byte 59
.byte -2
.byte -76
.byte 59
.byte -18
.byte 39
.byte 1
.byte -8
.byte 0
.byte 61
.byte -72
.byte -98
.byte 64
.byte -101
.byte 82
.byte -89
.byte 47
.byte -81
.byte 69
.byte -65
.byte -36
.byte 50
.byte -7
.byte -29
.byte -76
.byte -48
.byte 124
.byte -55
.byte -66
.byte 16
.byte -124
.byte -98
.byte -108
.byte 54
.byte -91
.byte 63
.byte 55
.byte -103
.byte -8
.byte -38
.byte -97
.byte -33
.byte 59
.byte 110
.byte -38
.byte -113
.byte 104
.byte -97
.byte -111
.byte 36
.byte 18
.byte 75
.byte -100
.byte -51
.byte -74
.byte -30
.byte 122
.byte -70
.byte 103
.byte -55
.byte 100
.byte -15
.byte -79
.byte -128
.byte 70
.byte 8
.byte -61
.byte 48
.byte 41
.byte 57
.byte -127
.byte -93
.byte 6
.byte 118
.byte 80
.byte 7
.byte 13
.byte -47
.byte -30
.byte 113
.byte -43
.byte -17
.byte 52
.byte 34
.byte -106
.byte 67
.byte -50
.byte -9
.byte -52
.byte 46
.byte -115
.byte 44
.byte -64
.byte 12
.byte -35
.byte 107
.byte 26
.byte 112
.byte 65
.byte -27
.byte -88
.byte -29
.byte 22
.byte -32
.byte -62
.byte 10
.byte -123
.byte -55
.byte 37
.byte -121
.byte 14
.byte 31
.byte 124
.byte -4
.byte -3
.byte -74
.byte -95
.byte -33
.byte -33
.byte 117
.byte -13
.byte -32
.byte -12
.byte -54
.byte -128
.byte -25
.byte -77
.byte -106
.byte 9
.byte -50
.byte 26
.byte -99
.byte -103
.byte 32
.byte -57
.byte -5
.byte 52
.byte 83
.byte 66
.byte 119
.byte -13
.byte 84
.byte 21
.byte -70
.byte 47
.byte 64
.byte -84
.byte -37
.byte -115
.byte 123
.byte 20
.byte 68
.byte -75
.byte 27
.byte -89
.byte 84
.byte 121
.byte 115
.byte -118
.byte 110
.byte 99
.byte 72
.byte -96
.byte 19
.byte 39
.byte 73
.byte 1
.byte 94
.byte -116
.byte -5
.byte 73
.byte -53
.byte -4
.byte -60
.byte -44
.byte -101
.byte -17
.byte 6
.byte 20
.byte -122
.byte -3
.byte -14
.byte -46
.byte 67
.byte 4
.byte 105
.byte -33
.byte 78
.byte 79
.byte 0
.byte 113
.byte 109
.byte 95
.byte 5
.byte 84
.byte 78
.byte 80
.byte -4
.byte 54
.byte 4
.byte -18
.byte -89
.byte -114
.byte 120
.byte 6
.byte 97
.byte -101
.byte -110
.byte -79
.byte 29
.byte -82
.byte -36
.byte -99
.byte -126
.byte -40
.byte -70
.byte -58
.byte -95
.byte -49
.byte 126
.byte 102
.byte 84
.byte 31
.byte 116
.byte -123
.byte 59
.byte -37
.byte -9
.byte 62
.byte 16
.byte 99
.byte 72
.byte -51
.byte -52
.byte 53
.byte -29
.byte 76
.byte -125
.byte -80
.byte -5
.byte -55
.byte -112
.byte 10
.byte 119
.byte 19
.byte -123
.byte 38
.byte 124
.byte 77
.byte -114
.byte -57
.byte -115
.byte -3
.byte 35
.byte -68
.byte -4
.byte 100
.byte -107
.byte 63
.byte 38
.byte -2
.byte -11
.byte -126
.byte -120
.byte 97
.byte -60
.byte -97
.byte -105
.byte 36
.byte -95
.byte -83
.byte -102
.byte -124
.byte 112
.byte 65
.byte -84
.byte 88
.byte -22
.byte -80
.byte 107
.byte 51
.byte 101
.byte -77
.byte -3
.byte 27
.byte 124
.byte 29
.byte 57
.byte -63
.byte -61
.byte -124
.byte -50
.byte -70
.byte -85
.byte 109
.byte -15
.byte 44
.byte 41
.byte -125
.byte 45
.byte 92
.byte -84
.byte 92
.byte -5
.byte -46
.byte 15
.byte -125
.byte -86
.byte 113
.byte -80
.byte 103
.byte -84
.byte -84
.byte -78
.byte 103
.byte -46
.byte 13
.byte -36
.byte 28
.byte 71
.byte 37
.byte 52
.byte 117
.byte -45
.byte -108
.byte -54
.byte -106
.byte -2
.byte -76
.byte -97
.byte 36
.byte -101
.byte 2
.byte 50
.byte -60
.byte 93
.byte -76
.byte 34
.byte -97
.byte -40
.byte -67
.byte 118
.byte -117
.byte -4
.byte 48
.byte 97
.byte 103
.byte -115
.byte -41
.byte 22
.byte -127
.byte -106
.byte 82
.byte -77
.byte 16
.byte -98
.byte 59
.byte 8
.byte -101
.byte -11
.byte -35
.byte -80
.byte 101
.byte -5
.byte 116
.byte -24
.byte 113
.byte -59
.byte -75
.byte 29
.byte 9
.byte 12
.byte -17
.byte 104
.byte 67
.byte -128
.byte -86
.byte 57
.byte -52
.byte -16
.byte -97
.byte -72
.byte 29
.byte 17
.byte -93
.byte 53
.byte -87
.byte -87
.byte 25
.byte -74
.byte 22
.byte -116
.byte 107
.byte -36
.byte 113
.byte 116
.byte 47
.byte -56
.byte 35
.byte -125
.byte -31
.byte 116
.byte -45
.byte -55
.byte -69
.byte -108
.byte -57
.byte 38
.byte -74
.byte -51
.byte -50
.byte -44
.byte 98
.byte 11
.byte 80
.byte -32
.byte 56
.byte 89
.byte 74
.byte 76
.byte 66
.byte -118
.byte 44
.byte 79
.byte 123
.byte -65
.byte 122
.byte 37
.byte 104
.byte 51
.byte 36
.byte 4
.byte -92
.byte 68
.byte -127
.byte -123
.byte -77
.byte -115
.byte 104
.byte 39
.byte 106
.byte 2
.byte -127
.byte 10
.byte -63
.byte 55
.byte 81
.byte -57
.byte 71
.byte 100
.byte 28
.byte 73
.byte 66
.byte 41
.byte 101
.byte 54
.byte 55
.byte 123
.byte 41
.byte 106
.byte 26
.byte 50
.byte -48
.byte 6
.byte 108
.byte 15
.byte 90
.byte 103
.byte 125
.byte 56
.byte -75
.byte 4
.byte -36
.byte 100
.byte -75
.byte 54
.byte -80
.byte 102
.byte -12
.byte -65
.byte 71
.byte 121
.byte 23
.byte -92
.byte 92
.byte -119
.byte -7
.byte 68
.byte 44
.byte 63
.byte 37
.byte 90
.byte -77
.byte 108
.byte 70
.byte -21
.byte -112
.byte -102
.byte 90
.byte 121
.byte 116
.byte -31
.byte -66
.byte -96
.byte -5
.byte -110
.byte 54
.byte -112
.byte 83
.byte 93
.byte -122
.byte 67
.byte 107
.byte 79
.byte 14
.byte 87
.byte 34
.byte -15
.byte 108
.byte -105
.byte 68
.byte -60
.byte 78
.byte -31
.byte 12
.byte 2
.byte 51
.byte 77
.byte 57
.byte 109
.byte 102
.byte 5
.byte -82
.byte -97
.byte 93
.byte 60
.byte 46
.byte -84
.byte 24
.byte 91
.byte 33
.byte -73
.byte -14
.byte -107
.byte 58
.byte 106
.byte 16
.byte 97
.byte 24
.byte 114
.byte 38
.byte 78
.byte -27
.byte -19
.byte -68
.byte -30
.byte -113
.byte -108
.byte 106
.byte -120
.byte -32
.byte 66
.byte -59
.byte -72
.byte 124
.byte 11
.byte -47
.byte -38
.byte 13
.byte 73
.byte -5
.byte -79
.byte 110
.byte 19
.byte -37
.byte 46
.byte -109
.byte -81
.byte -104
.byte -95
.byte -80
.byte -52
.byte 31
.byte -75
.byte -3
.byte -87
.byte -112
.byte 7
.byte 64
.byte -20
.byte 124
.byte -51
.byte -120
.byte -21
.byte -100
.byte 16
.byte 61
.byte -119
.byte 10
.byte 76
.byte 76
.byte -80
.byte -9
.byte 30
.byte -34
.byte 4
.byte 12
.byte 26
.byte -116
.byte -117
.byte 111
.byte 0
.byte -70
.byte 34
.byte -106
.byte -87
.byte -11
.byte -20
.byte 70
.byte 58
.byte -41
.byte -71
.byte -55
.byte 127
.byte 60
.byte 37
.byte 79
.byte 102
.byte 80
.byte 44
.byte -39
.byte 38
.byte -25
.byte 19
.byte 99
.byte 95
.byte 69
.byte 48
.byte 48
.byte 49
.byte 0
.byte 63
.byte 3
.byte 30
.byte 50
.byte 14
.byte 8
.byte 0
.byte 25
.byte 25
.byte 0
.byte 16
.byte 76
.byte 4
.byte 108
.byte 7
.byte 30
.byte 5
.byte 45
.byte -102
.byte 9
.byte -20
.byte 1
.byte 1
.byte 57
.byte -2
.byte 47
.byte -1
.byte -123
.byte 71
.byte -102
.byte 69
.byte -128
.byte -69
.byte -128
.byte -69
.byte 0
.byte 8
.byte 30
.byte 30
.byte 35
.byte 35
.byte 13
.byte 2
.byte -64
.byte 45
.byte -92
.byte -75
.byte 0
.byte 0
.byte 0
.byte -60
.byte 9
.byte 80
.byte 0
.byte -60
.byte 9
.byte 120
.byte 0
.byte -54
.byte 8
.byte -116
.byte 0
.byte -60
.byte 9
.byte -106
.byte 0
.byte 50
.byte 50
.byte -76
.byte 0
.byte -6
.byte 0
.byte 20
.byte 20
.byte 4
.byte 22
.byte 13
.byte 10
.byte 100
.byte 5
.byte 102
.byte 100
.byte -64
.byte 0
.byte 2
.byte 24
.byte 1
.byte 3
.byte 14
.byte 31
.byte 20
.byte 54
.byte 0
.byte 25
.byte 10
.byte 27
.byte 0
.byte -48
.byte 15
.byte 96
.byte 96
.byte 96
.byte 64
.byte 64
.byte 64
.byte 64
.byte 64
.byte 41
.byte 41
.byte 40
.byte 39
.byte 38
.byte 37
.byte 36
.byte 35
.byte 0
.byte 0
.byte 0
.byte 0
.byte 2
.byte 4
.byte 6
.byte 8
.byte 0
.byte 0
.byte 0
.byte -1
.byte -128
.byte 2
.byte 2
.byte 2
.byte 2
.byte 2
.byte 2
.byte 2
.byte 2
.byte 32
.byte 32
.byte 32
.byte 32
.byte 32
.byte 32
.byte 32
.byte 32
.byte 92
.byte 95
.byte 97
.byte 99
.byte 102
.byte 105
.byte 108
.byte 111
.byte 0
.byte 50
.byte 0
.byte -48
.byte 7
.byte 102
.byte 16
.byte -51
.byte 32
.byte -64
.byte 26
.byte 0
.byte 40
.byte 40
.byte 96
.byte 127
.byte 127
.byte 127
.byte 127
.byte 127
.byte 127
.byte 127
.byte 127
.byte 16
.byte 10
.byte 18
.byte 2
.byte 0
.byte 2
.byte 4
.byte 6
.byte 7
.byte 8
.byte 9
.byte 10
.byte 49
.byte 4
.byte 3
.byte 0
.byte 3
.byte 6
.byte 14
.byte 17
.byte 14
.byte -1
.byte -1
.byte -1
.byte -1
.byte -102
.byte -102
.byte 0
.byte 0
.byte -51
.byte 13
.byte 4
.byte 0
.byte 27
.byte 26
.byte 25
.byte 24
.byte 22
.byte 21
.byte 20
.byte 19
.byte 18
.byte 17
.byte 16
.byte 0
.byte 1
.byte 2
.byte 3
.byte 4
.byte 5
.byte 6
.byte 7
.byte 9
.byte 10
.byte 12
.byte 14
.byte 2
.byte 4
.byte 6
.byte 8
.byte 10
.byte 12
.byte 13
.byte 14
.byte 15
.byte 16
.byte 17
.byte 18
.byte 19
.byte -1
.byte 0
.byte 16
.byte 0
.byte 16
.byte 0
.byte 16
.byte 0
.byte 16
.byte 60
.byte 60
.byte 50
.byte 47
.byte 2
.byte 96
.byte 64
.byte 3
.byte -116
.byte 50
.byte 35
.byte 120
.byte 86
.byte -56
.byte 108
.byte 40
.byte -64
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 34
.byte -114
.byte -93
.byte -7
.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 4
.byte 63
.byte 3
.byte 30
.byte 5
.byte 14
.byte 8
.byte 0
.byte 25
.byte 25
.byte 0
.byte 16
.byte 76
.byte 4
.byte 108
.byte 7
.byte 30
.byte 5
.byte 40
.byte -11
.byte 40
.byte 30
.byte 5
.byte 1
.byte 48
.byte 0
.byte 48
.byte 0
.byte 0
.byte 72
.byte 0
.byte 72
.byte -16
.byte -46
.byte -16
.byte -46
.byte 0
.byte 112
.byte 0
.byte 0
.byte 0
.byte 0
.byte 10
.byte 4
.byte -64
.byte 15
.byte 73
.byte 0
.byte 0
.byte 0
.byte -123
.byte 3
.byte 23
.byte 14
.byte 10
.byte 100
.byte 7
.byte 0
.byte 0
.byte 86
.byte 53
.byte 29
.byte 16
.byte 0
.byte 0
.byte 11
.byte 32
.byte 0
.byte 1
.byte -32
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 83
.byte 51
.byte 50
.byte 48
.byte 51
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 41
.byte 3
.byte 15
.byte 0
.byte 3
.byte 0
.byte 0
.byte 0
.byte -16
.byte 21
.byte 14
.byte 23
.byte 37
.byte 64
.byte -1
.byte 75
.byte 32
.byte 12
.byte 24
.byte 9
.byte 4
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte -79
.byte -118
.byte 86
.byte 21
.byte 33
.byte 17
.byte -108
.byte -119
.byte 80
.byte 19
.byte 1
.byte 1
.byte -117
.byte 0
.byte 76
.byte 0
.byte 1
.byte 52
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 2
.byte -12
.byte 1
.byte 3
.byte 14
.byte 31
.byte 0
.byte -33
.byte 1
.byte 25
.byte 4
.byte 27
.byte 0
.byte 16
.byte 10
.byte -64
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 71
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte -64
.byte -128
.byte 5
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 16
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 104
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 60
.byte 0
.byte 40
.byte 0
.byte 119
.byte 24
.byte -128
.byte 24
.byte -128
.byte 26
.byte 1
.byte 60
.byte -106
.byte 77
.byte 109
.byte 109
.byte 109
.byte 109
.byte 109
.byte 109
.byte 109
.byte 109
.byte 16
.byte 10
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 49
.byte 4
.byte 3
.byte 0
.byte 23
.byte 14
.byte 68
.byte -120
.byte 19
.byte 1
.byte 0
.byte -66
.byte 0
.byte -34
.byte 63
.byte 80
.byte -128
.byte 8
.byte 3
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 124
.byte 123
.byte 16
.byte 0
.byte 1
.byte 84
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 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 81
.byte 81
.byte 81
.byte 81
.byte -51
.byte 13
.byte 4
.byte 3
.byte -5
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 18
.byte 0
.byte 1
.byte 0
.byte 1
.byte 26
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 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 0
.byte 0
.byte 23
.byte 14
.byte 3
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 5
.byte 4
.byte 0
.byte 0
.byte 1
.byte 85
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 100
.byte 100
.byte 100
.byte 47
.byte 2
.byte 96
.byte 64
.byte 4
.byte 96
.byte 67
.byte 35
.byte 120
.byte 86
.byte -56
.byte 108
.byte 40
.byte -64
.byte 4
.byte 0
.byte 17
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 17
.byte 0
.byte 0
.byte 0
.byte 0
.byte 81
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 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
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.section .rodata
.align 3
.LC4:
.string "test6"
.align 3
.LC5:
.string "islower ('%c') false\n"
.align 3
.LC6:
.string "isupper ('%c') false\n"
.align 3
.LC7:
.string "toupper ('%c') false\n"
.align 3
.LC8:
.string "tolower ('%c') false\n"
.align 3
.LC9:
.string "iswlower (L'%c') false\n"
.align 3
.LC10:
.string "iswupper (L'%c') false\n"
.align 3
.LC11:
.string "towupper ('%c') false\n"
.align 3
.LC12:
.string "towlower ('%c') false\n"
.text
.align 2
.global main
.type main, %function
main:
.LFB0:
.cfi_startproc
stp x29, x30, [sp, -320]!
.cfi_def_cfa_offset 320
.cfi_offset 29, -320
.cfi_offset 30, -312
mov x29, sp
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x1, [x0]
str x1, [sp, 312]
mov x1, 0
adrp x0, .LC0
add x1, x0, :lo12:.LC0
add x0, sp, 248
ldr q0, [x1]
str q0, [x0]
ldr q0, [x1, 11]
str q0, [x0, 11]
adrp x0, .LC1
add x1, x0, :lo12:.LC1
add x0, sp, 280
ldr q0, [x1]
str q0, [x0]
ldr q0, [x1, 11]
str q0, [x0, 11]
adrp x0, .LC2
add x1, x0, :lo12:.LC2
add x0, sp, 24
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]
ldr q0, [x1, 92]
str q0, [x0, 92]
adrp x0, .LC3
add x1, x0, :lo12:.LC3
add x0, sp, 136
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]
ldr q0, [x1, 92]
str q0, [x0, 92]
str wzr, [sp, 20]
adrp x0, .LC4
add x1, x0, :lo12:.LC4
mov w0, 6
bl setlocale
str wzr, [sp, 16]
b .L2
.L19:
bl __ctype_b_loc
ldr x1, [x0]
ldrsw x0, [sp, 16]
add x2, sp, 248
ldrb w0, [x2, x0]
and x0, x0, 255
lsl x0, x0, 1
add x0, x1, x0
ldrh w0, [x0]
and w0, w0, 512
cmp w0, 0
beq .L3
ldrsw x0, [sp, 16]
add x1, sp, 248
ldrb w0, [x1, x0]
mov w1, w0
adrp x0, .LC5
add x0, x0, :lo12:.LC5
bl printf
mov w0, 1
str w0, [sp, 20]
.L3:
bl __ctype_b_loc
ldr x1, [x0]
ldrsw x0, [sp, 16]
add x2, sp, 248
ldrb w0, [x2, x0]
and x0, x0, 255
lsl x0, x0, 1
add x0, x1, x0
ldrh w0, [x0]
and w0, w0, 256
cmp w0, 0
bne .L4
ldrsw x0, [sp, 16]
add x1, sp, 248
ldrb w0, [x1, x0]
mov w1, w0
adrp x0, .LC6
add x0, x0, :lo12:.LC6
bl printf
mov w0, 1
str w0, [sp, 20]
.L4:
bl __ctype_b_loc
ldr x1, [x0]
ldrsw x0, [sp, 16]
add x2, sp, 280
ldrb w0, [x2, x0]
and x0, x0, 255
lsl x0, x0, 1
add x0, x1, x0
ldrh w0, [x0]
and w0, w0, 512
cmp w0, 0
bne .L5
ldrsw x0, [sp, 16]
add x1, sp, 280
ldrb w0, [x1, x0]
mov w1, w0
adrp x0, .LC5
add x0, x0, :lo12:.LC5
bl printf
mov w0, 1
str w0, [sp, 20]
.L5:
bl __ctype_b_loc
ldr x1, [x0]
ldrsw x0, [sp, 16]
add x2, sp, 280
ldrb w0, [x2, x0]
and x0, x0, 255
lsl x0, x0, 1
add x0, x1, x0
ldrh w0, [x0]
and w0, w0, 256
cmp w0, 0
beq .L6
ldrsw x0, [sp, 16]
add x1, sp, 280
ldrb w0, [x1, x0]
mov w1, w0
adrp x0, .LC6
add x0, x0, :lo12:.LC6
bl printf
mov w0, 1
str w0, [sp, 20]
.L6:
ldrsw x0, [sp, 16]
add x1, sp, 248
ldrb w0, [x1, x0]
bl toupper
mov w2, w0
ldrsw x0, [sp, 16]
add x1, sp, 248
ldrb w0, [x1, x0]
cmp w2, w0
beq .L7
ldrsw x0, [sp, 16]
add x1, sp, 248
ldrb w0, [x1, x0]
mov w1, w0
adrp x0, .LC7
add x0, x0, :lo12:.LC7
bl printf
mov w0, 1
str w0, [sp, 20]
.L7:
ldrsw x0, [sp, 16]
add x1, sp, 248
ldrb w0, [x1, x0]
bl tolower
mov w2, w0
ldrsw x0, [sp, 16]
add x1, sp, 280
ldrb w0, [x1, x0]
cmp w2, w0
beq .L8
ldrsw x0, [sp, 16]
add x1, sp, 248
ldrb w0, [x1, x0]
mov w1, w0
adrp x0, .LC8
add x0, x0, :lo12:.LC8
bl printf
mov w0, 1
str w0, [sp, 20]
.L8:
ldrsw x0, [sp, 16]
add x1, sp, 280
ldrb w0, [x1, x0]
bl tolower
mov w2, w0
ldrsw x0, [sp, 16]
add x1, sp, 280
ldrb w0, [x1, x0]
cmp w2, w0
beq .L9
ldrsw x0, [sp, 16]
add x1, sp, 280
ldrb w0, [x1, x0]
mov w1, w0
adrp x0, .LC8
add x0, x0, :lo12:.LC8
bl printf
mov w0, 1
str w0, [sp, 20]
.L9:
ldrsw x0, [sp, 16]
add x1, sp, 280
ldrb w0, [x1, x0]
bl toupper
mov w2, w0
ldrsw x0, [sp, 16]
add x1, sp, 248
ldrb w0, [x1, x0]
cmp w2, w0
beq .L10
ldrsw x0, [sp, 16]
add x1, sp, 280
ldrb w0, [x1, x0]
mov w1, w0
adrp x0, .LC7
add x0, x0, :lo12:.LC7
bl printf
mov w0, 1
str w0, [sp, 20]
.L10:
ldrsw x0, [sp, 16]
lsl x0, x0, 2
add x1, sp, 136
ldr w0, [x1, x0]
bl iswlower
cmp w0, 0
beq .L11
ldrsw x0, [sp, 16]
add x1, sp, 280
ldrb w0, [x1, x0]
mov w1, w0
adrp x0, .LC9
add x0, x0, :lo12:.LC9
bl printf
mov w0, 1
str w0, [sp, 20]
.L11:
ldrsw x0, [sp, 16]
lsl x0, x0, 2
add x1, sp, 136
ldr w0, [x1, x0]
bl iswupper
cmp w0, 0
bne .L12
ldrsw x0, [sp, 16]
add x1, sp, 280
ldrb w0, [x1, x0]
mov w1, w0
adrp x0, .LC10
add x0, x0, :lo12:.LC10
bl printf
mov w0, 1
str w0, [sp, 20]
.L12:
ldrsw x0, [sp, 16]
lsl x0, x0, 2
add x1, sp, 24
ldr w0, [x1, x0]
bl iswupper
cmp w0, 0
beq .L13
ldrsw x0, [sp, 16]
add x1, sp, 248
ldrb w0, [x1, x0]
mov w1, w0
adrp x0, .LC10
add x0, x0, :lo12:.LC10
bl printf
mov w0, 1
str w0, [sp, 20]
.L13:
ldrsw x0, [sp, 16]
lsl x0, x0, 2
add x1, sp, 24
ldr w0, [x1, x0]
bl iswlower
cmp w0, 0
bne .L14
ldrsw x0, [sp, 16]
add x1, sp, 248
ldrb w0, [x1, x0]
mov w1, w0
adrp x0, .LC9
add x0, x0, :lo12:.LC9
bl printf
mov w0, 1
str w0, [sp, 20]
.L14:
ldrsw x0, [sp, 16]
lsl x0, x0, 2
add x1, sp, 24
ldr w0, [x1, x0]
bl towupper
mov w2, w0
ldrsw x0, [sp, 16]
lsl x0, x0, 2
add x1, sp, 136
ldr w0, [x1, x0]
cmp w2, w0
beq .L15
ldrsw x0, [sp, 16]
add x1, sp, 248
ldrb w0, [x1, x0]
mov w1, w0
adrp x0, .LC11
add x0, x0, :lo12:.LC11
bl printf
mov w0, 1
str w0, [sp, 20]
.L15:
ldrsw x0, [sp, 16]
lsl x0, x0, 2
add x1, sp, 24
ldr w0, [x1, x0]
bl towlower
mov w2, w0
ldrsw x0, [sp, 16]
lsl x0, x0, 2
add x1, sp, 24
ldr w0, [x1, x0]
cmp w2, w0
beq .L16
ldrsw x0, [sp, 16]
add x1, sp, 248
ldrb w0, [x1, x0]
mov w1, w0
adrp x0, .LC12
add x0, x0, :lo12:.LC12
bl printf
mov w0, 1
str w0, [sp, 20]
.L16:
ldrsw x0, [sp, 16]
lsl x0, x0, 2
add x1, sp, 136
ldr w0, [x1, x0]
bl towlower
mov w2, w0
ldrsw x0, [sp, 16]
lsl x0, x0, 2
add x1, sp, 24
ldr w0, [x1, x0]
cmp w2, w0
beq .L17
ldrsw x0, [sp, 16]
add x1, sp, 280
ldrb w0, [x1, x0]
mov w1, w0
adrp x0, .LC12
add x0, x0, :lo12:.LC12
bl printf
mov w0, 1
str w0, [sp, 20]
.L17:
ldrsw x0, [sp, 16]
lsl x0, x0, 2
add x1, sp, 136
ldr w0, [x1, x0]
bl towupper
mov w2, w0
ldrsw x0, [sp, 16]
lsl x0, x0, 2
add x1, sp, 136
ldr w0, [x1, x0]
cmp w2, w0
beq .L18
ldrsw x0, [sp, 16]
add x1, sp, 280
ldrb w0, [x1, x0]
mov w1, w0
adrp x0, .LC11
add x0, x0, :lo12:.LC11
bl printf
mov w0, 1
str w0, [sp, 20]
.L18:
ldr w0, [sp, 16]
add w0, w0, 1
str w0, [sp, 16]
.L2:
ldr w0, [sp, 16]
cmp w0, 25
bls .L19
ldr w0, [sp, 20]
mov w1, w0
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x3, [sp, 312]
ldr x2, [x0]
subs x3, x3, x2
mov x2, 0
beq .L21
bl __stack_chk_fail
.L21:
mov w0, w1
ldp x29, x30, [sp], 320
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE0:
.size main, .-main
.section .rodata
.align 3
.LC0:
.string "abcdefghijklmnopqrstuvwxyz"
.align 3
.LC1:
.string "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
.align 3
.LC2:
.string "a"
.string ""
.string ""
.string "b"
.string ""
.string ""
.string "c"
.string ""
.string ""
.string "d"
.string ""
.string ""
.string "e"
.string ""
.string ""
.string "f"
.string ""
.string ""
.string "g"
.string ""
.string ""
.string "h"
.string ""
.string ""
.string "i"
.string ""
.string ""
.string "j"
.string ""
.string ""
.string "k"
.string ""
.string ""
.string "l"
.string ""
.string ""
.string "m"
.string ""
.string ""
.string "n"
.string ""
.string ""
.string "o"
.string ""
.string ""
.string "p"
.string ""
.string ""
.string "q"
.string ""
.string ""
.string "r"
.string ""
.string ""
.string "s"
.string ""
.string ""
.string "t"
.string ""
.string ""
.string "u"
.string ""
.string ""
.string "v"
.string ""
.string ""
.string "w"
.string ""
.string ""
.string "x"
.string ""
.string ""
.string "y"
.string ""
.string ""
.string "z"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.align 3
.LC3:
.string "A"
.string ""
.string ""
.string "B"
.string ""
.string ""
.string "C"
.string ""
.string ""
.string "D"
.string ""
.string ""
.string "E"
.string ""
.string ""
.string "F"
.string ""
.string ""
.string "G"
.string ""
.string ""
.string "H"
.string ""
.string ""
.string "I"
.string ""
.string ""
.string "J"
.string ""
.string ""
.string "K"
.string ""
.string ""
.string "L"
.string ""
.string ""
.string "M"
.string ""
.string ""
.string "N"
.string ""
.string ""
.string "O"
.string ""
.string ""
.string "P"
.string ""
.string ""
.string "Q"
.string ""
.string ""
.string "R"
.string ""
.string ""
.string "S"
.string ""
.string ""
.string "T"
.string ""
.string ""
.string "U"
.string ""
.string ""
.string "V"
.string ""
.string ""
.string "W"
.string ""
.string ""
.string "X"
.string ""
.string ""
.string "Y"
.string ""
.string ""
.string "Z"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.text
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.section .rodata
.align 3
.LC0:
.string "Enter the number of rows: "
.align 3
.LC1:
.string "%d"
.align 3
.LC2:
.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
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl printf
add x0, sp, 28
mov x1, x0
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl __isoc99_scanf
ldr w0, [sp, 28]
str w0, [sp, 32]
b .L2
.L5:
mov w0, 1
str w0, [sp, 36]
b .L3
.L4:
ldr w1, [sp, 36]
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl printf
ldr w0, [sp, 36]
add w0, w0, 1
str w0, [sp, 36]
.L3:
ldr w1, [sp, 36]
ldr w0, [sp, 32]
cmp w1, w0
ble .L4
mov w0, 10
bl putchar
ldr w0, [sp, 32]
sub w0, w0, #1
str w0, [sp, 32]
.L2:
ldr w0, [sp, 32]
cmp w0, 0
bgt .L5
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 .L7
bl __stack_chk_fail
.L7:
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
.type test_f30, %function
test_f30:
.LFB0:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, 8]
ldr x0, [sp, 8]
mov w1, 1
str w1, [x0]
mov w0, 0
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE0:
.size test_f30, .-test_f30
.align 2
.type test_f31, %function
test_f31:
.LFB1:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, 8]
nop
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE1:
.size test_f31, .-test_f31
.align 2
.type test_f32, %function
test_f32:
.LFB2:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, 8]
str w1, [sp, 4]
ldr x0, [sp, 8]
str wzr, [x0]
nop
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE2:
.size test_f32, .-test_f32
.section .data.rel.ro.local,"aw"
.align 3
.type test_t30, %object
.size test_t30, 24
test_t30:
.xword test_f30
.xword test_f31
.xword test_f32
.text
.align 2
.type test_f10, %function
test_f10:
.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 x0, [sp, 24]
str x1, [sp, 16]
ldr x0, [sp, 24]
ldr x1, [x0]
ldr x0, [sp, 16]
blr x1
str w0, [sp, 44]
ldr x0, [sp, 24]
ldr x1, [x0, 8]
ldr x0, [sp, 16]
blr x1
ldr x0, [sp, 24]
ldr x2, [x0, 16]
ldr w1, [sp, 44]
ldr x0, [sp, 16]
blr x2
mov w0, 0
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE3:
.size test_f10, .-test_f10
.align 2
.global test_f00
.type test_f00, %function
test_f00:
.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]
ldr x1, [sp, 24]
adrp x0, test_t30
add x0, x0, :lo12:test_t30
bl test_f10
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE4:
.size test_f00, .-test_f00
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.align 2
.global deg2rad
.type deg2rad, %function
deg2rad:
.LFB6:
.cfi_startproc
sub sp, sp, #32
.cfi_def_cfa_offset 32
str d0, [sp, 8]
ldr d0, [sp, 8]
adrp x0, .LC1
ldr d1, [x0, #:lo12:.LC1]
fmul d0, d0, d1
mov x0, 140737488355328
movk x0, 0x4066, lsl 48
fmov d1, x0
fdiv d0, d0, d1
str d0, [sp, 24]
ldr d0, [sp, 24]
add sp, sp, 32
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE6:
.size deg2rad, .-deg2rad
.align 2
.global rad2deg
.type rad2deg, %function
rad2deg:
.LFB7:
.cfi_startproc
sub sp, sp, #32
.cfi_def_cfa_offset 32
str d0, [sp, 8]
ldr d0, [sp, 8]
mov x0, 140737488355328
movk x0, 0x4066, lsl 48
fmov d1, x0
fmul d0, d0, d1
adrp x0, .LC1
ldr d1, [x0, #:lo12:.LC1]
fdiv d0, d0, d1
str d0, [sp, 24]
ldr d0, [sp, 24]
add sp, sp, 32
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE7:
.size rad2deg, .-rad2deg
.align 2
.global c2k
.type c2k, %function
c2k:
.LFB8:
.cfi_startproc
sub sp, sp, #32
.cfi_def_cfa_offset 32
str d0, [sp, 8]
ldr d0, [sp, 8]
adrp x0, .LC2
ldr d1, [x0, #:lo12:.LC2]
fadd d0, d0, d1
str d0, [sp, 24]
ldr d0, [sp, 24]
add sp, sp, 32
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE8:
.size c2k, .-c2k
.section .rodata
.align 3
.LC3:
.string "ould not allocate space for landusename, exiting!"
.align 3
.LC4:
.string "Could not allocate space for canopy heights, exiting!"
.align 3
.LC5:
.string "Could not allocate space for land use codes, exiting!"
.align 3
.LC6:
.string "r"
.align 3
.LC7:
.string "Cannot open information file!!"
.align 3
.LC8:
.string "%s"
.align 3
.LC9:
.string "\nInput image file:\t%s\n"
.align 3
.LC10:
.string "Output image file:\t%s\n"
.align 3
.LC11:
.string "\n# input bands:\t%d\tpixels:\t%d\tlines:\t\t%d\n"
.align 3
.LC12:
.string "TK scale:\t%.2f\toffset:\t%.2f\n"
.align 3
.LC13:
.string "NDVI scale:\t%.3f\toffset:\t%.2f\n"
.align 3
.LC14:
.string "\nNumber of land use types to read:\t%d\n"
.align 3
.LC15:
.string "-----------------------------------------------"
.align 3
.LC16:
.string "Land_use_code\tCanopy_height(m) Land_Use_Name"
.align 3
.LC17:
.string "Could not allocate landusename for type %d,exiting!\n"
.align 3
.LC18:
.string "\t%d\t%.2f\t\t%s\n"
.align 3
.LC19:
.string "\nsolar zenith angle (degrees):\t\t%.2f\n"
.align 3
.LC20:
.string "Incoming solar radiation (W/m^2):\t%.2f\n"
.align 3
.LC21:
.string "surface pressure (mbar):\t\t%.2f\n"
.align 3
.LC22:
.string "surface air temperature is:\t\t%.2f\n"
.align 3
.LC23:
.string "surface wind speed (m/s):\t\t%.2f\n"
.align 3
.LC24:
.string "Relative humidity value specified greater than 1.0!!"
.align 3
.LC25:
.string " It should be a fraction of 1.0, correct and re-run, now exiting!!"
.align 3
.LC26:
.string "Surface humidity (as fraction of 1.0):\t%.2f\n"
.align 3
.LC27:
.string "cG constant:\t\t\t\t%.2f\n"
.align 3
.LC28:
.string "\n-----------------------------------------------------"
.align 3
.LC29:
.string "\t\t\t\tvis\tnir\ttir"
.align 3
.LC30:
.string "-----------------------------------------------------"
.align 3
.LC31:
.string "soilabs_ems\t\t\t%.2f"
.align 3
.LC32:
.string "\t%.2f\n"
.align 3
.LC33:
.string "Soil absorptivity emissivity\t%.2f\t%.2f\t%.2f\n"
.align 3
.LC34:
.string "Leaf absorptivity extinction"
.align 3
.LC35:
.string "\t%.2f\t%.2f\t%.2f\n"
.align 3
.LC36:
.string "\nSpectral Weight Factors for beam and diffuse radiation"
.align 3
.LC37:
.string "\t\t\t\tvis\tnir"
.align 3
.LC38:
.string "Beam:\t\t\t\t%.2f\t%.2f\n"
.align 3
.LC39:
.string "Diffuse:\t\t\t%.2f\t%.2f\n"
.align 3
.LC40:
.string "\nChoudhury params p and Beta:\t%.2f\t%.2f\n"
.align 3
.LC41:
.string "NDVI threshold min and max:\t%.2f\t%.2f\n"
.align 3
.LC42:
.string "NDVI threshold bare soil:\t\t%.2f\n"
.align 3
.LC43:
.string "Fraction of vegetation that is green:\t%.2f\n"
.align 3
.LC44:
.string "Leaf width (m)\t\t\t\t%.2f\n"
.align 3
.LC45:
.string "Canopy width (m)\t\t\t%.2f\n"
.align 3
.LC46:
.string "Leaf Angle Distribution Parameter:\t%.2f\n"
.align 3
.LC47:
.string "Clumping factor at nadir view:\t\t%.2f\n"
.align 3
.LC48:
.string "Priestley-Taylor alpha:\t\t\t%.2f\n"
.align 3
.LC49:
.string "Heights:\n\tref\t\t%.2f\n\trefbare\t\t%.2f\n\twind\t\t%.2f\n\ttemperature\t%.2f\n"
.text
.align 2
.global main
.type main, %function
main:
.LFB9:
.cfi_startproc
sub sp, sp, #1264
.cfi_def_cfa_offset 1264
stp x29, x30, [sp]
.cfi_offset 29, -1264
.cfi_offset 30, -1256
mov x29, sp
str x19, [sp, 16]
.cfi_offset 19, -1248
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, 1256]
mov x1, 0
mov x0, 25972
movk x0, 0x7478, lsl 16
movk x0, 0x742e, lsl 32
movk x0, 0x7478, lsl 48
mov x1, 0
add x2, sp, 1024
stp x0, x1, [x2, -248]
add x0, sp, 792
movi v0.4s, 0
stp q0, q0, [x0]
stp q0, q0, [x0, 32]
stp q0, q0, [x0, 64]
fmov x1, d0
str x1, [x0, 96]
mov w0, 120
strb w0, [sp, 51]
add x0, sp, 51
str x0, [sp, 80]
add x0, sp, 80
str x0, [sp, 88]
mov w0, 10
str w0, [sp, 56]
add x0, sp, 448
movi v0.4s, 0
stp q0, q0, [x0]
stp q0, q0, [x0, 32]
stp q0, q0, [x0, 64]
stp q0, q0, [x0, 96]
str q0, [x0, 128]
str xzr, [sp, 248]
str xzr, [sp, 256]
str xzr, [sp, 264]
str xzr, [sp, 272]
str xzr, [sp, 200]
str xzr, [sp, 208]
str xzr, [sp, 216]
str xzr, [sp, 280]
str xzr, [sp, 288]
str xzr, [sp, 296]
str xzr, [sp, 304]
adrp x0, .LC0
add x1, x0, :lo12:.LC0
add x0, sp, 312
ldp q0, q1, [x1]
stp q0, q1, [x0]
ldr q0, [x1, 32]
str q0, [x0, 32]
str xzr, [sp, 184]
str xzr, [sp, 192]
str xzr, [sp, 224]
str xzr, [sp, 232]
str xzr, [sp, 240]
add x0, sp, 360
movi v0.4s, 0
stp q0, q0, [x0]
stp q0, q0, [x0, 32]
str q0, [x0, 64]
fmov x1, d0
str x1, [x0, 80]
add x0, sp, 592
movi v0.4s, 0
stp q0, q0, [x0]
stp q0, q0, [x0, 32]
stp q0, q0, [x0, 64]
stp q0, q0, [x0, 96]
stp q0, q0, [x0, 128]
str q0, [x0, 160]
fmov x1, d0
str x1, [x0, 176]
mov w0, 255
str w0, [sp, 60]
ldrsw x0, [sp, 60]
lsl x0, x0, 3
bl malloc
str x0, [sp, 96]
ldr x0, [sp, 96]
cmp x0, 0
bne .L8
adrp x0, .LC3
add x0, x0, :lo12:.LC3
bl puts
mov w0, 1
bl exit
.L8:
ldrsw x0, [sp, 60]
lsl x0, x0, 3
bl malloc
str x0, [sp, 104]
ldr x0, [sp, 104]
cmp x0, 0
bne .L9
adrp x0, .LC4
add x0, x0, :lo12:.LC4
bl puts
mov w0, 1
bl exit
.L9:
ldrsw x0, [sp, 60]
lsl x0, x0, 2
bl malloc
str x0, [sp, 112]
ldr x0, [sp, 112]
cmp x0, 0
bne .L10
adrp x0, .LC5
add x0, x0, :lo12:.LC5
bl puts
mov w0, 1
bl exit
.L10:
add x2, sp, 776
adrp x0, .LC6
add x1, x0, :lo12:.LC6
mov x0, x2
bl fopen
str x0, [sp, 120]
ldr x0, [sp, 120]
cmp x0, 0
bne .L11
adrp x0, .LC7
add x0, x0, :lo12:.LC7
bl printf
mov w0, 1
bl exit
.L11:
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
add x0, sp, 1016
mov x2, x0
adrp x0, .LC8
add x1, x0, :lo12:.LC8
ldr x0, [sp, 128]
bl __isoc99_sscanf
add x0, sp, 1016
mov x1, x0
adrp x0, .LC9
add x0, x0, :lo12:.LC9
bl printf
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
add x0, sp, 1136
mov x2, x0
adrp x0, .LC8
add x1, x0, :lo12:.LC8
ldr x0, [sp, 128]
bl __isoc99_sscanf
add x0, sp, 1136
mov x1, x0
adrp x0, .LC10
add x0, x0, :lo12:.LC10
bl printf
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr w2, [sp, 56]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtol
str w0, [sp, 64]
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr w2, [sp, 56]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtol
str w0, [sp, 68]
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr w2, [sp, 56]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtol
str w0, [sp, 72]
ldr w3, [sp, 72]
ldr w2, [sp, 68]
ldr w1, [sp, 64]
adrp x0, .LC11
add x0, x0, :lo12:.LC11
bl printf
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, whitespace.0
add x1, x0, :lo12:whitespace.0
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 136]
adrp x0, whitespace.0
add x1, x0, :lo12:whitespace.0
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 144]
ldr d1, [sp, 144]
ldr d0, [sp, 136]
adrp x0, .LC12
add x0, x0, :lo12:.LC12
bl printf
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, whitespace.0
add x1, x0, :lo12:whitespace.0
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 152]
adrp x0, whitespace.0
add x1, x0, :lo12:whitespace.0
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 160]
ldr d1, [sp, 160]
ldr d0, [sp, 152]
adrp x0, .LC13
add x0, x0, :lo12:.LC13
bl printf
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr w2, [sp, 56]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtol
str w0, [sp, 60]
ldr w1, [sp, 60]
adrp x0, .LC14
add x0, x0, :lo12:.LC14
bl printf
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
adrp x0, .LC15
add x0, x0, :lo12:.LC15
bl puts
adrp x0, .LC16
add x0, x0, :lo12:.LC16
bl puts
adrp x0, .LC15
add x0, x0, :lo12:.LC15
bl puts
str wzr, [sp, 52]
b .L12
.L14:
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
ldr w2, [sp, 56]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtol
mov x2, x0
ldrsw x0, [sp, 52]
lsl x0, x0, 2
ldr x1, [sp, 112]
add x0, x1, x0
mov w1, w2
str w1, [x0]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldrsw x0, [sp, 52]
lsl x0, x0, 3
ldr x1, [sp, 104]
add x19, x1, x0
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [x19]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x0, [sp, 128]
bl strlen
str w0, [sp, 76]
ldrsw x2, [sp, 76]
ldrsw x0, [sp, 52]
lsl x0, x0, 3
ldr x1, [sp, 96]
add x19, x1, x0
mov x0, x2
bl malloc
str x0, [x19]
ldrsw x0, [sp, 52]
lsl x0, x0, 3
ldr x1, [sp, 96]
add x0, x1, x0
ldr x0, [x0]
cmp x0, 0
bne .L13
ldr w1, [sp, 52]
adrp x0, .LC17
add x0, x0, :lo12:.LC17
bl printf
mov w0, 1
bl exit
.L13:
ldrsw x0, [sp, 52]
lsl x0, x0, 3
ldr x1, [sp, 96]
add x0, x1, x0
ldr x0, [x0]
ldr x1, [sp, 128]
bl strcpy
ldrsw x0, [sp, 52]
lsl x0, x0, 2
ldr x1, [sp, 112]
add x0, x1, x0
ldr w3, [x0]
ldrsw x0, [sp, 52]
lsl x0, x0, 3
ldr x1, [sp, 104]
add x0, x1, x0
ldr d0, [x0]
ldrsw x0, [sp, 52]
lsl x0, x0, 3
ldr x1, [sp, 96]
add x0, x1, x0
ldr x0, [x0]
mov x2, x0
mov w1, w3
adrp x0, .LC18
add x0, x0, :lo12:.LC18
bl printf
ldr w0, [sp, 52]
add w0, w0, 1
str w0, [sp, 52]
.L12:
ldr w1, [sp, 52]
ldr w0, [sp, 60]
cmp w1, w0
blt .L14
adrp x0, .LC15
add x0, x0, :lo12:.LC15
bl puts
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 168]
ldr d0, [sp, 168]
adrp x0, .LC19
add x0, x0, :lo12:.LC19
bl printf
ldr d0, [sp, 168]
bl deg2rad
str d0, [sp, 552]
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 544]
ldr d0, [sp, 544]
adrp x0, .LC20
add x0, x0, :lo12:.LC20
bl printf
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 536]
ldr d0, [sp, 536]
adrp x0, .LC21
add x0, x0, :lo12:.LC21
bl printf
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 168]
ldr d0, [sp, 168]
adrp x0, .LC22
add x0, x0, :lo12:.LC22
bl printf
ldr d0, [sp, 168]
bl c2k
str d0, [sp, 272]
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 528]
ldr d0, [sp, 528]
adrp x0, .LC23
add x0, x0, :lo12:.LC23
bl printf
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 480]
ldr d1, [sp, 480]
fmov d0, 1.0e+0
fcmpe d1, d0
bgt .L19
b .L20
.L19:
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
.L20:
ldr d0, [sp, 480]
adrp x0, .LC26
add x0, x0, :lo12:.LC26
bl printf
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 176]
ldr d0, [sp, 176]
adrp x0, .LC27
add x0, x0, :lo12:.LC27
bl printf
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 168]
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
ldr d0, [sp, 168]
adrp x0, .LC31
add x0, x0, :lo12:.LC31
bl printf
ldr d0, [sp, 168]
str d0, [sp, 200]
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 168]
ldr d0, [sp, 168]
adrp x0, .LC32
add x0, x0, :lo12:.LC32
bl printf
ldr d0, [sp, 168]
str d0, [sp, 208]
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 168]
ldr d0, [sp, 168]
str d0, [sp, 216]
ldr d0, [sp, 200]
ldr d1, [sp, 208]
ldr d2, [sp, 216]
adrp x0, .LC33
add x0, x0, :lo12:.LC33
bl printf
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 168]
ldr d0, [sp, 168]
str d0, [sp, 280]
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 168]
ldr d0, [sp, 168]
str d0, [sp, 288]
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 168]
ldr d0, [sp, 168]
str d0, [sp, 296]
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 168]
ldr d0, [sp, 168]
str d0, [sp, 304]
adrp x0, .LC34
add x0, x0, :lo12:.LC34
bl printf
ldr d0, [sp, 280]
ldr d1, [sp, 288]
ldr d2, [sp, 304]
adrp x0, .LC35
add x0, x0, :lo12:.LC35
bl printf
adrp x0, .LC30
add x0, x0, :lo12:.LC30
bl puts
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 168]
ldr d0, [sp, 168]
str d0, [sp, 328]
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 168]
ldr d0, [sp, 168]
str d0, [sp, 336]
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 168]
ldr d0, [sp, 168]
str d0, [sp, 344]
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 168]
ldr d0, [sp, 168]
str d0, [sp, 352]
adrp x0, .LC36
add x0, x0, :lo12:.LC36
bl puts
adrp x0, .LC30
add x0, x0, :lo12:.LC30
bl puts
adrp x0, .LC37
add x0, x0, :lo12:.LC37
bl puts
adrp x0, .LC30
add x0, x0, :lo12:.LC30
bl puts
ldr d0, [sp, 328]
ldr d1, [sp, 336]
adrp x0, .LC38
add x0, x0, :lo12:.LC38
bl printf
ldr d0, [sp, 344]
ldr d1, [sp, 352]
adrp x0, .LC39
add x0, x0, :lo12:.LC39
bl printf
adrp x0, .LC30
add x0, x0, :lo12:.LC30
bl puts
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 168]
ldr d0, [sp, 168]
str d0, [sp, 184]
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 168]
ldr d0, [sp, 168]
str d0, [sp, 192]
ldr d0, [sp, 184]
ldr d1, [sp, 192]
adrp x0, .LC40
add x0, x0, :lo12:.LC40
bl printf
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 168]
ldr d0, [sp, 168]
str d0, [sp, 224]
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 168]
ldr d0, [sp, 168]
str d0, [sp, 232]
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 168]
ldr d0, [sp, 168]
str d0, [sp, 240]
ldr d0, [sp, 224]
ldr d1, [sp, 232]
adrp x0, .LC41
add x0, x0, :lo12:.LC41
bl printf
ldr d0, [sp, 240]
adrp x0, .LC42
add x0, x0, :lo12:.LC42
bl printf
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 168]
ldr d0, [sp, 168]
str d0, [sp, 400]
ldr d0, [sp, 400]
adrp x0, .LC43
add x0, x0, :lo12:.LC43
bl printf
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 168]
ldr d0, [sp, 168]
str d0, [sp, 440]
ldr d0, [sp, 440]
adrp x0, .LC44
add x0, x0, :lo12:.LC44
bl printf
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 168]
ldr d0, [sp, 168]
str d0, [sp, 432]
ldr d0, [sp, 432]
adrp x0, .LC45
add x0, x0, :lo12:.LC45
bl printf
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 168]
ldr d0, [sp, 168]
str d0, [sp, 416]
ldr d0, [sp, 416]
adrp x0, .LC46
add x0, x0, :lo12:.LC46
bl printf
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 168]
ldr d0, [sp, 168]
str d0, [sp, 384]
ldr d0, [sp, 384]
adrp x0, .LC47
add x0, x0, :lo12:.LC47
bl printf
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 168]
ldr d0, [sp, 168]
str d0, [sp, 392]
ldr d0, [sp, 392]
adrp x0, .LC48
add x0, x0, :lo12:.LC48
bl printf
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 168]
ldr d0, [sp, 168]
str d0, [sp, 592]
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 168]
ldr d0, [sp, 168]
str d0, [sp, 600]
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 168]
ldr d0, [sp, 168]
str d0, [sp, 616]
add x0, sp, 896
ldr x2, [sp, 120]
mov w1, 120
bl fgets
add x2, sp, 896
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, x2
bl strtok
str x0, [sp, 128]
adrp x0, inputsep.1
add x1, x0, :lo12:inputsep.1
mov x0, 0
bl strtok
str x0, [sp, 128]
ldr x1, [sp, 88]
ldr x0, [sp, 128]
bl strtod
str d0, [sp, 168]
ldr d0, [sp, 168]
str d0, [sp, 608]
ldr d0, [sp, 592]
ldr d1, [sp, 600]
ldr d2, [sp, 616]
ldr d3, [sp, 608]
adrp x0, .LC49
add x0, x0, :lo12:.LC49
bl printf
ldr x0, [sp, 120]
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, 1256]
ldr x2, [x0]
subs x3, x3, x2
mov x2, 0
beq .L18
bl __stack_chk_fail
.L18:
mov w0, w1
ldr x19, [sp, 16]
ldp x29, x30, [sp]
add sp, sp, 1264
.cfi_restore 29
.cfi_restore 30
.cfi_restore 19
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE9:
.size main, .-main
.section .rodata
.align 3
.LC0:
.word 0
.word 0
.word 0
.word 0
.word -1717986918
.word 1072273817
.word -1717986918
.word 1070176665
.word -858993459
.word 1072483532
.word -1717986918
.word 1069128089
.text
.data
.align 3
.type inputsep.1, %object
.size inputsep.1, 3
inputsep.1:
.string "=\n"
.align 3
.type whitespace.0, %object
.size whitespace.0, 7
whitespace.0:
.string " \t\f\r\013\n"
.section .rodata
.align 3
.LC1:
.word 1518260631
.word 1074340347
.align 3
.LC2:
.word 1717986918
.word 1081152102
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.section .rodata
.align 3
.LC0:
.string "%d"
.align 3
.LC1:
.string "%d\n"
.align 3
.LC2:
.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
mov w0, 1
str w0, [sp, 20]
.L8:
add x0, sp, 16
mov x1, x0
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl __isoc99_scanf
ldr w0, [sp, 16]
cmp w0, 0
beq .L12
b .L4
.L7:
ldr w0, [sp, 16]
ldr w1, [sp, 20]
cmp w1, w0
bne .L5
ldr w1, [sp, 20]
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl printf
b .L6
.L5:
ldr w1, [sp, 20]
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl printf
.L6:
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 20]
.L4:
ldr w0, [sp, 16]
ldr w1, [sp, 20]
cmp w1, w0
ble .L7
mov w0, 1
str w0, [sp, 20]
b .L8
.L12:
nop
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 .L10
bl __stack_chk_fail
.L10:
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
.section .rodata
.align 3
.LC1:
.string "The array after sorting is:"
.align 3
.LC2:
.string "%d\n"
.text
.align 2
.global main
.type main, %function
main:
.LFB6:
.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, 32
ldp q0, q1, [x1]
stp q0, q1, [x0]
ldr x1, [x1, 32]
str x1, [x0, 32]
add x0, sp, 32
mov w1, 10
bl bogosort
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl printf
str wzr, [sp, 28]
b .L2
.L3:
ldrsw x0, [sp, 28]
lsl x0, x0, 2
add x1, sp, 32
ldr w0, [x1, x0]
mov w1, w0
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl printf
ldr w0, [sp, 28]
add w0, w0, 1
str w0, [sp, 28]
.L2:
ldr w0, [sp, 28]
cmp w0, 9
ble .L3
mov w0, 10
bl putchar
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
.LFE6:
.size main, .-main
.section .rodata
.align 3
.LC0:
.word 1
.word 4
.word 7
.word 5
.word 9
.word 2
.word 6
.word 3
.word 8
.word 0
.text
.align 2
.global is_sorted
.type is_sorted, %function
is_sorted:
.LFB7:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, 8]
str w1, [sp, 4]
b .L7
.L9:
ldrsw x0, [sp, 4]
lsl x0, x0, 2
ldr x1, [sp, 8]
add x0, x1, x0
ldr w1, [x0]
ldrsw x0, [sp, 4]
lsl x0, x0, 2
sub x0, x0, #4
ldr x2, [sp, 8]
add x0, x2, x0
ldr w0, [x0]
cmp w1, w0
bge .L7
mov w0, 0
b .L8
.L7:
ldr w0, [sp, 4]
sub w0, w0, #1
str w0, [sp, 4]
ldr w0, [sp, 4]
cmp w0, 0
bgt .L9
mov w0, 1
.L8:
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE7:
.size is_sorted, .-is_sorted
.align 2
.global shuffle
.type shuffle, %function
shuffle:
.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 w1, [sp, 20]
str wzr, [sp, 36]
b .L11
.L12:
ldrsw x0, [sp, 36]
lsl x0, x0, 2
ldr x1, [sp, 24]
add x0, x1, x0
ldr w0, [x0]
str w0, [sp, 40]
bl rand
ldr w1, [sp, 20]
sdiv w2, w0, w1
ldr w1, [sp, 20]
mul w1, w2, w1
sub w0, w0, w1
str w0, [sp, 44]
ldrsw x0, [sp, 44]
lsl x0, x0, 2
ldr x1, [sp, 24]
add x1, x1, x0
ldrsw x0, [sp, 36]
lsl x0, x0, 2
ldr x2, [sp, 24]
add x0, x2, x0
ldr w1, [x1]
str w1, [x0]
ldrsw x0, [sp, 44]
lsl x0, x0, 2
ldr x1, [sp, 24]
add x0, x1, x0
ldr w1, [sp, 40]
str w1, [x0]
ldr w0, [sp, 36]
add w0, w0, 1
str w0, [sp, 36]
.L11:
ldr w1, [sp, 36]
ldr w0, [sp, 20]
cmp w1, w0
blt .L12
nop
nop
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE8:
.size shuffle, .-shuffle
.align 2
.global bogosort
.type bogosort, %function
bogosort:
.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 x0, [sp, 24]
str w1, [sp, 20]
b .L14
.L15:
ldr w1, [sp, 20]
ldr x0, [sp, 24]
bl shuffle
.L14:
ldr w1, [sp, 20]
ldr x0, [sp, 24]
bl is_sorted
cmp w0, 0
beq .L15
nop
nop
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE9:
.size bogosort, .-bogosort
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.section .rodata
.align 3
.type u_property_pattern_syntax, %object
.size u_property_pattern_syntax, 840
u_property_pattern_syntax:
.word 1
.word 4
.hword 66
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword 82
.hword 98
.hword 114
.hword 130
.hword 98
.hword 98
.hword -1
.hword 146
.hword 162
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword -1
.hword 178
.hword 194
.word 0
.word -67043330
.word 2013265921
.word 2013265921
.word 0
.word -2008851714
.word 8388608
.word 8388608
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word -65536
.word 2147418367
.word 2146435070
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word -65536
.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
.word -1
.word -1
.word -1
.word -1
.word -1
.word -1
.word 0
.word 0
.word 0
.word 0
.word 0
.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
.word -1
.word -1
.word -1
.word 4194303
.word -1048576
.word -1
.word -1
.word -1
.word -1
.word -1
.word -1
.word -1
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word -242
.word 65537
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word -1073741824
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 96
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
.word 0
``` |
### 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, -32]!
.cfi_def_cfa_offset 32
.cfi_offset 29, -32
.cfi_offset 30, -24
mov x29, sp
bl __CRAB_nd
str w0, [sp, 24]
bl __CRAB_nd
str w0, [sp, 28]
ldr w0, [sp, 24]
cmp w0, 0
cset w0, gt
and w0, w0, 255
bl __CRAB_assume
ldr w0, [sp, 28]
cmp w0, 0
cset w0, gt
and w0, w0, 255
bl __CRAB_assume
ldr w0, [sp, 24]
str w0, [sp, 16]
ldr w0, [sp, 24]
str w0, [sp, 20]
b .L2
.L3:
ldr w0, [sp, 16]
add w0, w0, 1
str w0, [sp, 16]
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 20]
.L2:
ldr w1, [sp, 16]
ldr w0, [sp, 28]
cmp w1, w0
blt .L3
ldr w1, [sp, 16]
ldr w0, [sp, 20]
cmp w1, w0
cset w0, ge
and w0, w0, 255
bl __CRAB_assert
ldr w1, [sp, 16]
ldr w0, [sp, 20]
cmp w1, w0
cset w0, le
and w0, w0, 255
bl __CRAB_assert
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
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.section .rodata
.align 3
.LC0:
.string "getaddrinfo: %s\n"
.text
.align 2
.global get_address
.type get_address, %function
get_address:
.LFB6:
.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, 40]
str x1, [sp, 32]
str x2, [sp, 24]
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x1, [x0]
str x1, [sp, 120]
mov x1, 0
add x0, sp, 72
mov x2, 48
mov w1, 0
bl memset
mov w0, 2
str w0, [sp, 76]
mov w0, 1
str w0, [sp, 80]
add x1, sp, 56
add x0, sp, 72
mov x3, x1
mov x2, x0
ldr x1, [sp, 32]
ldr x0, [sp, 40]
bl getaddrinfo
str w0, [sp, 52]
ldr w0, [sp, 52]
cmp w0, 0
beq .L2
ldr w0, [sp, 52]
bl gai_strerror
mov x1, x0
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl printf
mov w0, 1
bl exit
.L2:
ldr x0, [sp, 56]
str x0, [sp, 64]
nop
ldr x0, [sp, 64]
cmp x0, 0
beq .L8
ldr x0, [sp, 64]
ldr x0, [x0, 24]
ldr x2, [sp, 24]
ldp x0, x1, [x0]
stp x0, x1, [x2]
ldr x0, [sp, 56]
bl freeaddrinfo
mov w0, 0
b .L6
.L8:
mov w0, 1
.L6:
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 .L7
bl __stack_chk_fail
.L7:
mov w0, w1
ldp x29, x30, [sp], 128
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE6:
.size get_address, .-get_address
.section .rodata
.align 3
.LC1:
.string "Curl called but HOST or PORT not given or invalid"
.align 3
.LC2:
.string "Curl called but PORT malformed"
.align 3
.LC3:
.string "Curl could not resolve hostname"
.align 3
.LC4:
.string "Curl could not establish connection"
.align 3
.LC5:
.string "GET / HTTP/1.1\r\nHost: %s:%s\r\nConnection: close\r\n\r\n"
.align 3
.LC6:
.string "Write error"
.align 3
.LC7:
.string "%s"
.align 3
.LC8:
.string "Curl read error"
.text
.align 2
.global main
.type main, %function
main:
.LFB7:
.cfi_startproc
mov x12, 4688
sub sp, sp, x12
.cfi_def_cfa_offset 4688
stp x29, x30, [sp]
.cfi_offset 29, -4688
.cfi_offset 30, -4680
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, 4680]
mov x1, 0
ldr w0, [sp, 28]
cmp w0, 3
bne .L10
ldr x0, [sp, 16]
add x0, x0, 8
ldr x0, [x0]
mov x1, 50
bl strnlen
cmp x0, 50
bne .L11
.L10:
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl puts
mov w0, 1
b .L20
.L11:
ldr x0, [sp, 16]
add x0, x0, 16
ldr x0, [x0]
mov x1, 6
bl strnlen
cmp x0, 6
bne .L13
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl puts
mov w0, 1
b .L20
.L13:
ldr x0, [sp, 16]
add x0, x0, 8
ldr x3, [x0]
ldr x0, [sp, 16]
add x0, x0, 16
ldr x0, [x0]
add x1, sp, 56
mov x2, x1
mov x1, x0
mov x0, x3
bl get_address
cmp w0, 0
beq .L14
adrp x0, .LC3
add x0, x0, :lo12:.LC3
bl puts
mov w0, 1
b .L20
.L14:
mov w2, 0
mov w1, 1
mov w0, 2
bl socket
str w0, [sp, 44]
add x0, sp, 56
mov w2, 16
mov x1, x0
ldr w0, [sp, 44]
bl connect
cmn w0, #1
bne .L15
adrp x0, .LC4
add x0, x0, :lo12:.LC4
bl perror
mov w0, 1
b .L20
.L15:
ldr x0, [sp, 16]
add x0, x0, 8
ldr x1, [x0]
ldr x0, [sp, 16]
add x0, x0, 16
ldr x0, [x0]
add x5, sp, 72
mov x4, x0
mov x3, x1
adrp x0, .LC5
add x2, x0, :lo12:.LC5
mov x1, 512
mov x0, x5
bl snprintf
add x0, sp, 72
bl strlen
str w0, [sp, 48]
ldrsw x1, [sp, 48]
add x0, sp, 72
mov x2, x1
mov x1, x0
ldr w0, [sp, 44]
bl write
mov x1, x0
ldrsw x0, [sp, 48]
cmp x1, x0
beq .L16
adrp x0, .LC6
add x0, x0, :lo12:.LC6
bl puts
mov w0, 1
b .L20
.L16:
add x0, sp, 512
stp xzr, xzr, [x0, 72]
add x0, sp, 600
mov x1, 4080
mov x2, x1
mov w1, 0
bl memset
str wzr, [sp, 52]
b .L17
.L18:
add x0, sp, 584
mov x1, x0
adrp x0, .LC7
add x0, x0, :lo12:.LC7
bl printf
.L17:
add x0, sp, 584
mov x2, 4096
mov x1, x0
ldr w0, [sp, 44]
bl read
str w0, [sp, 52]
ldr w0, [sp, 52]
cmp w0, 0
bgt .L18
ldr w0, [sp, 52]
cmn w0, #1
bne .L19
adrp x0, .LC8
add x0, x0, :lo12:.LC8
bl perror
mov w0, 1
b .L20
.L19:
ldr w0, [sp, 44]
bl close
mov w0, 0
.L20:
mov w1, w0
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x3, [sp, 4680]
ldr x2, [x0]
subs x3, x3, x2
mov x2, 0
beq .L21
bl __stack_chk_fail
.L21:
mov w0, w1
ldp x29, x30, [sp]
mov x12, 4688
add sp, sp, x12
.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
.section .rodata
.align 3
.LC0:
.string "Digite [1] para homem "
.align 3
.LC1:
.string "Digite [2] para mulher "
.align 3
.LC2:
.string "%i"
.align 3
.LC3:
.string "Escolha uma op\303\247\303\243o: "
.align 3
.LC4:
.string "Qual seu peso (KG):"
.align 3
.LC5:
.string "%f"
.align 3
.LC6:
.string "Qual sua altura (CM):"
.align 3
.LC7:
.string "Qual sua idade (ANOS):"
.align 3
.LC8:
.string "Sua taxa metabolica basal \303\251: %6.2f Kcal. \n"
.align 3
.LC9:
.string "Qual seu fator atividade? "
.align 3
.LC10:
.string "Digite [1] para Sedent\303\241rio - Pouco ou nenhum exerc\303\255cio di\303\241rio "
.align 3
.LC11:
.string "Digite [2] para Levemente Ativo - Exerc\303\255cio leve de 1 a 3 dias na semana "
.align 3
.LC12:
.string "Digite [3] para Moderadamente Ativo - Exerc\303\255cio leve de 3 a 5 dias na semana "
.align 3
.LC13:
.string "Digite [4] para Bastante Ativo - Exerc\303\255cio pesado de 6 a 7 dias na semana "
.align 3
.LC14:
.string "Digite [5] para Muito Ativo - Exerc\303\255cio pesado todos os dias da semana ou treinos duas vezes ao dia "
.align 3
.LC15:
.string "Escolha um fator de atividade: "
.align 3
.LC16:
.string "Seu gasto cal\303\263rico di\303\241rio \303\251 %6.2f Kcal \n"
.align 3
.LC17:
.string "Qual seu objetivo? "
.align 3
.LC18:
.string "Digite [1] para ganhar massa muscular "
.align 3
.LC19:
.string "Digite [2] para perder gordura "
.align 3
.LC20:
.string "Digite [3] para manter o peso "
.align 3
.LC21:
.string "Voc\303\252 precisa ingerir %6.2f Kcal por dia \n"
.text
.align 2
.global main
.type main, %function
main:
.LFB0:
.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, .LC0
add x0, x0, :lo12:.LC0
bl puts
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl puts
add x0, sp, 24
mov x1, x0
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl __isoc99_scanf
b .L2
.L4:
adrp x0, .LC3
add x0, x0, :lo12:.LC3
bl puts
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl puts
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl puts
add x0, sp, 24
mov x1, x0
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl __isoc99_scanf
.L2:
ldr w0, [sp, 24]
cmp w0, 1
beq .L3
ldr w0, [sp, 24]
cmp w0, 2
bne .L4
.L3:
ldr w0, [sp, 24]
cmp w0, 1
beq .L5
cmp w0, 2
beq .L6
b .L7
.L5:
adrp x0, .LC4
add x0, x0, :lo12:.LC4
bl printf
add x0, sp, 36
mov x1, x0
adrp x0, .LC5
add x0, x0, :lo12:.LC5
bl __isoc99_scanf
adrp x0, .LC6
add x0, x0, :lo12:.LC6
bl printf
add x0, sp, 40
mov x1, x0
adrp x0, .LC5
add x0, x0, :lo12:.LC5
bl __isoc99_scanf
adrp x0, .LC7
add x0, x0, :lo12:.LC7
bl printf
add x0, sp, 44
mov x1, x0
adrp x0, .LC5
add x0, x0, :lo12:.LC5
bl __isoc99_scanf
ldr s0, [sp, 36]
fcvt d0, s0
mov x0, 7378697629483820646
movk x0, 0x402b, lsl 48
fmov d1, x0
fmul d0, d0, d1
mov x0, 140737488355328
movk x0, 0x4050, lsl 48
fmov d1, x0
fadd d1, d0, d1
ldr s2, [sp, 40]
fmov s0, 5.0e+0
fmul s0, s2, s0
fcvt d0, s0
fadd d1, d1, d0
ldr s0, [sp, 44]
fcvt d0, s0
mov x0, 3689348814741910323
movk x0, 0x401b, lsl 48
fmov d2, x0
fmul d0, d0, d2
fsub d0, d1, d0
fcvt s0, d0
str s0, [sp, 84]
ldr s0, [sp, 84]
fcvt d0, s0
adrp x0, .LC8
add x0, x0, :lo12:.LC8
bl printf
adrp x0, .LC9
add x0, x0, :lo12:.LC9
bl puts
adrp x0, .LC10
add x0, x0, :lo12:.LC10
bl puts
adrp x0, .LC11
add x0, x0, :lo12:.LC11
bl puts
adrp x0, .LC12
add x0, x0, :lo12:.LC12
bl puts
adrp x0, .LC13
add x0, x0, :lo12:.LC13
bl puts
adrp x0, .LC14
add x0, x0, :lo12:.LC14
bl puts
add x0, sp, 28
mov x1, x0
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl __isoc99_scanf
b .L8
.L10:
adrp x0, .LC15
add x0, x0, :lo12:.LC15
bl puts
adrp x0, .LC10
add x0, x0, :lo12:.LC10
bl puts
adrp x0, .LC11
add x0, x0, :lo12:.LC11
bl puts
adrp x0, .LC12
add x0, x0, :lo12:.LC12
bl puts
adrp x0, .LC13
add x0, x0, :lo12:.LC13
bl puts
adrp x0, .LC14
add x0, x0, :lo12:.LC14
bl puts
add x0, sp, 28
mov x1, x0
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl __isoc99_scanf
.L8:
ldr w0, [sp, 28]
cmp w0, 1
beq .L9
ldr w0, [sp, 28]
cmp w0, 2
beq .L9
ldr w0, [sp, 28]
cmp w0, 3
beq .L9
ldr w0, [sp, 28]
cmp w0, 4
beq .L9
ldr w0, [sp, 28]
cmp w0, 5
bne .L10
.L9:
ldr w0, [sp, 28]
cmp w0, 5
beq .L11
cmp w0, 5
bgt .L12
cmp w0, 4
beq .L13
cmp w0, 4
bgt .L12
cmp w0, 3
beq .L14
cmp w0, 3
bgt .L12
cmp w0, 1
beq .L15
cmp w0, 2
beq .L16
b .L12
.L15:
mov w0, 39322
movk w0, 0x3f99, lsl 16
fmov s0, w0
str s0, [sp, 76]
b .L12
.L16:
mov w0, 23593
movk w0, 0x3faf, lsl 16
fmov s0, w0
str s0, [sp, 76]
b .L12
.L14:
mov w0, 26214
movk w0, 0x3fc6, lsl 16
fmov s0, w0
str s0, [sp, 76]
b .L12
.L13:
mov w0, 10486
movk w0, 0x3fdc, lsl 16
fmov s0, w0
str s0, [sp, 76]
b .L12
.L11:
mov w0, 13107
movk w0, 0x3ff3, lsl 16
fmov s0, w0
str s0, [sp, 76]
nop
.L12:
ldr s1, [sp, 84]
ldr s0, [sp, 76]
fmul s0, s1, s0
str s0, [sp, 60]
ldr s0, [sp, 60]
fcvt d0, s0
adrp x0, .LC16
add x0, x0, :lo12:.LC16
bl printf
b .L7
.L6:
adrp x0, .LC4
add x0, x0, :lo12:.LC4
bl printf
add x0, sp, 48
mov x1, x0
adrp x0, .LC5
add x0, x0, :lo12:.LC5
bl __isoc99_scanf
adrp x0, .LC6
add x0, x0, :lo12:.LC6
bl printf
add x0, sp, 52
mov x1, x0
adrp x0, .LC5
add x0, x0, :lo12:.LC5
bl __isoc99_scanf
adrp x0, .LC7
add x0, x0, :lo12:.LC7
bl printf
add x0, sp, 56
mov x1, x0
adrp x0, .LC5
add x0, x0, :lo12:.LC5
bl __isoc99_scanf
ldr s0, [sp, 48]
fcvt d0, s0
mov x0, 3689348814741910323
movk x0, 0x4023, lsl 48
fmov d1, x0
fmul d0, d0, d1
mov x0, 131941395333120
movk x0, 0x4084, lsl 48
fmov d1, x0
fadd d1, d0, d1
ldr s0, [sp, 52]
fcvt d0, s0
adrp x0, .LC22
ldr d2, [x0, #:lo12:.LC22]
fmul d0, d0, d2
fadd d1, d1, d0
ldr s0, [sp, 56]
fcvt d0, s0
adrp x0, .LC23
ldr d2, [x0, #:lo12:.LC23]
fmul d0, d0, d2
fsub d0, d1, d0
fcvt s0, d0
str s0, [sp, 80]
ldr s0, [sp, 80]
fcvt d0, s0
adrp x0, .LC8
add x0, x0, :lo12:.LC8
bl printf
adrp x0, .LC9
add x0, x0, :lo12:.LC9
bl puts
adrp x0, .LC10
add x0, x0, :lo12:.LC10
bl puts
adrp x0, .LC11
add x0, x0, :lo12:.LC11
bl puts
adrp x0, .LC12
add x0, x0, :lo12:.LC12
bl puts
adrp x0, .LC13
add x0, x0, :lo12:.LC13
bl puts
adrp x0, .LC14
add x0, x0, :lo12:.LC14
bl puts
add x0, sp, 28
mov x1, x0
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl __isoc99_scanf
b .L17
.L19:
adrp x0, .LC15
add x0, x0, :lo12:.LC15
bl puts
adrp x0, .LC10
add x0, x0, :lo12:.LC10
bl puts
adrp x0, .LC11
add x0, x0, :lo12:.LC11
bl puts
adrp x0, .LC12
add x0, x0, :lo12:.LC12
bl puts
adrp x0, .LC13
add x0, x0, :lo12:.LC13
bl puts
adrp x0, .LC14
add x0, x0, :lo12:.LC14
bl puts
add x0, sp, 28
mov x1, x0
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl __isoc99_scanf
.L17:
ldr w0, [sp, 28]
cmp w0, 1
beq .L18
ldr w0, [sp, 28]
cmp w0, 2
beq .L18
ldr w0, [sp, 28]
cmp w0, 3
beq .L18
ldr w0, [sp, 28]
cmp w0, 4
beq .L18
ldr w0, [sp, 28]
cmp w0, 5
bne .L19
.L18:
ldr w0, [sp, 28]
cmp w0, 5
beq .L20
cmp w0, 5
bgt .L21
cmp w0, 4
beq .L22
cmp w0, 4
bgt .L21
cmp w0, 3
beq .L23
cmp w0, 3
bgt .L21
cmp w0, 1
beq .L24
cmp w0, 2
beq .L25
b .L21
.L24:
mov w0, 39322
movk w0, 0x3f99, lsl 16
fmov s0, w0
str s0, [sp, 76]
b .L21
.L25:
mov w0, 23593
movk w0, 0x3faf, lsl 16
fmov s0, w0
str s0, [sp, 76]
b .L21
.L23:
mov w0, 26214
movk w0, 0x3fc6, lsl 16
fmov s0, w0
str s0, [sp, 76]
b .L21
.L22:
mov w0, 10486
movk w0, 0x3fdc, lsl 16
fmov s0, w0
str s0, [sp, 76]
b .L21
.L20:
mov w0, 13107
movk w0, 0x3ff3, lsl 16
fmov s0, w0
str s0, [sp, 76]
nop
.L21:
ldr s1, [sp, 80]
ldr s0, [sp, 76]
fmul s0, s1, s0
str s0, [sp, 68]
ldr s0, [sp, 68]
fcvt d0, s0
adrp x0, .LC16
add x0, x0, :lo12:.LC16
bl printf
nop
.L7:
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
ldr w0, [sp, 24]
cmp w0, 1
bne .L26
add x0, sp, 32
mov x1, x0
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl __isoc99_scanf
b .L27
.L29:
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
add x0, sp, 32
mov x1, x0
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl __isoc99_scanf
.L27:
ldr w0, [sp, 32]
cmp w0, 1
beq .L28
ldr w0, [sp, 32]
cmp w0, 2
beq .L28
ldr w0, [sp, 32]
cmp w0, 3
bne .L29
.L28:
ldr w0, [sp, 32]
cmp w0, 3
beq .L30
cmp w0, 3
bgt .L31
cmp w0, 1
beq .L32
cmp w0, 2
beq .L33
b .L31
.L32:
ldr s0, [sp, 60]
mov w0, 1140457472
fmov s1, w0
fadd s0, s0, s1
str s0, [sp, 64]
b .L31
.L33:
ldr s0, [sp, 60]
mov w0, 1140457472
fmov s1, w0
fsub s0, s0, s1
str s0, [sp, 64]
b .L31
.L30:
ldr s0, [sp, 60]
str s0, [sp, 64]
nop
.L31:
ldr s0, [sp, 64]
fcvt d0, s0
adrp x0, .LC21
add x0, x0, :lo12:.LC21
bl printf
b .L34
.L26:
add x0, sp, 32
mov x1, x0
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl __isoc99_scanf
b .L35
.L37:
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
add x0, sp, 32
mov x1, x0
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl __isoc99_scanf
.L35:
ldr w0, [sp, 32]
cmp w0, 1
beq .L36
ldr w0, [sp, 32]
cmp w0, 2
beq .L36
ldr w0, [sp, 32]
cmp w0, 3
bne .L37
.L36:
ldr w0, [sp, 32]
cmp w0, 3
beq .L38
cmp w0, 3
bgt .L39
cmp w0, 1
beq .L40
cmp w0, 2
beq .L41
b .L39
.L40:
ldr s0, [sp, 68]
mov w0, 1140457472
fmov s1, w0
fadd s0, s0, s1
str s0, [sp, 72]
b .L39
.L41:
ldr s0, [sp, 68]
mov w0, 1140457472
fmov s1, w0
fsub s0, s0, s1
str s0, [sp, 72]
b .L39
.L38:
ldr s0, [sp, 68]
str s0, [sp, 72]
nop
.L39:
ldr s0, [sp, 72]
fcvt d0, s0
adrp x0, .LC21
add x0, x0, :lo12:.LC21
bl printf
.L34:
mov w0, 0
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 .L43
bl __stack_chk_fail
.L43:
mov w0, w1
ldp x29, x30, [sp], 96
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE0:
.size main, .-main
.section .rodata
.align 3
.LC22:
.word -858993459
.word 1073532108
.align 3
.LC23:
.word -858993459
.word 1074973900
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.align 2
.global err_sys
.type err_sys, %function
err_sys:
.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]
ldr x0, [sp, 24]
bl perror
mov w0, 1
bl exit
.cfi_endproc
.LFE6:
.size err_sys, .-err_sys
.section .rodata
.align 3
.LC0:
.string "sigprocmask error"
.align 3
.LC1:
.string "%s"
.align 3
.LC2:
.string "SIGINT "
.align 3
.LC3:
.string "SIGQUIT "
.align 3
.LC4:
.string "SIGUSR1 "
.align 3
.LC5:
.string "SIGALRM "
.text
.align 2
.global pr_mask
.type pr_mask, %function
pr_mask:
.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 x0, [sp, 24]
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x1, [x0]
str x1, [sp, 168]
mov x1, 0
bl __errno_location
ldr w0, [x0]
str w0, [sp, 36]
add x0, sp, 40
mov x2, x0
mov x1, 0
mov w0, 0
bl sigprocmask
cmp w0, 0
bge .L3
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl err_sys
.L3:
ldr x1, [sp, 24]
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl printf
add x0, sp, 40
mov w1, 2
bl sigismember
cmp w0, 0
beq .L4
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl printf
.L4:
add x0, sp, 40
mov w1, 3
bl sigismember
cmp w0, 0
beq .L5
adrp x0, .LC3
add x0, x0, :lo12:.LC3
bl printf
.L5:
add x0, sp, 40
mov w1, 10
bl sigismember
cmp w0, 0
beq .L6
adrp x0, .LC4
add x0, x0, :lo12:.LC4
bl printf
.L6:
add x0, sp, 40
mov w1, 14
bl sigismember
cmp w0, 0
beq .L7
adrp x0, .LC5
add x0, x0, :lo12:.LC5
bl printf
.L7:
mov w0, 10
bl putchar
bl __errno_location
mov x1, x0
ldr w0, [sp, 36]
str w0, [x1]
nop
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x2, [sp, 168]
ldr x1, [x0]
subs x2, x2, x1
mov x1, 0
beq .L8
bl __stack_chk_fail
.L8:
ldp x29, x30, [sp], 176
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE7:
.size pr_mask, .-pr_mask
.section .rodata
.align 3
.LC6:
.string "signal (SIGINT) error"
.align 3
.LC7:
.string "SIG_BLOCK error"
.align 3
.LC8:
.string "in critical region: "
.align 3
.LC9:
.string "sigsuspend error"
.align 3
.LC10:
.string "after return from sigsuspend: "
.align 3
.LC11:
.string "SIG_SETMASK error"
.text
.align 2
.global main
.type main, %function
main:
.LFB8:
.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
adrp x0, sig_int
add x1, x0, :lo12:sig_int
mov w0, 2
bl signal
cmn x0, #1
bne .L10
adrp x0, .LC6
add x0, x0, :lo12:.LC6
bl err_sys
.L10:
add x0, sp, 280
bl sigemptyset
add x0, sp, 24
bl sigemptyset
add x0, sp, 24
mov w1, 2
bl sigaddset
add x1, sp, 152
add x0, sp, 24
mov x2, x1
mov x1, x0
mov w0, 0
bl sigprocmask
cmp w0, 0
bge .L11
adrp x0, .LC7
add x0, x0, :lo12:.LC7
bl err_sys
.L11:
adrp x0, .LC8
add x0, x0, :lo12:.LC8
bl pr_mask
add x0, sp, 280
bl sigsuspend
cmn w0, #1
beq .L12
adrp x0, .LC9
add x0, x0, :lo12:.LC9
bl err_sys
.L12:
adrp x0, .LC10
add x0, x0, :lo12:.LC10
bl pr_mask
add x0, sp, 152
mov x2, 0
mov x1, x0
mov w0, 2
bl sigprocmask
cmp w0, 0
bge .L13
adrp x0, .LC11
add x0, x0, :lo12:.LC11
bl err_sys
.L13:
mov w0, 0
bl exit
.cfi_endproc
.LFE8:
.size main, .-main
.section .rodata
.align 3
.LC12:
.string "\nin sig_int: "
.text
.align 2
.type sig_int, %function
sig_int:
.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]
adrp x0, .LC12
add x0, x0, :lo12:.LC12
bl pr_mask
nop
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE9:
.size sig_int, .-sig_int
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.section .rodata
.align 3
.LC0:
.string "#212121"
.align 3
.LC1:
.string "#f07178"
.align 3
.LC2:
.string "#c3e88d"
.align 3
.LC3:
.string "#ffcb6b"
.align 3
.LC4:
.string "#82aaff"
.align 3
.LC5:
.string "#c792ea"
.align 3
.LC6:
.string "#89ddff"
.align 3
.LC7:
.string "#eeffff"
.align 3
.LC8:
.string "#dedcdc"
.align 3
.LC9:
.string "#f78c6c"
.align 3
.LC10:
.string "#ffffff"
.align 3
.LC11:
.string "#f0f0f0"
.align 3
.LC12:
.string "#b2ccd6"
.align 3
.LC13:
.string "#ff5370"
.section .data.rel.local,"aw"
.align 3
.type colorname, %object
.size colorname, 128
colorname:
.xword .LC0
.xword .LC1
.xword .LC2
.xword .LC3
.xword .LC4
.xword .LC5
.xword .LC6
.xword .LC7
.xword .LC8
.xword .LC9
.xword .LC10
.xword .LC11
.xword .LC12
.xword .LC7
.xword .LC13
.xword .LC10
.global defaultfg
.data
.align 2
.type defaultfg, %object
.size defaultfg, 4
defaultfg:
.word 7
.global defaultbg
.bss
.align 2
.type defaultbg, %object
.size defaultbg, 4
defaultbg:
.zero 4
.data
.align 2
.type defaultcs, %object
.size defaultcs, 4
defaultcs:
.word 13
.local defaultrcs
.comm defaultrcs,4,4
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.align 2
.global test_stdout_buf_size
.type test_stdout_buf_size, %function
test_stdout_buf_size:
.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 wzr, [sp, 28]
b .L2
.L3:
mov w0, 97
bl putchar
ldr w0, [sp, 28]
add w0, w0, 1
str w0, [sp, 28]
.L2:
ldr w0, [sp, 28]
cmp w0, 4095
ble .L3
mov w0, 3
bl sleep
mov w0, 98
bl putchar
mov w0, 10
bl sleep
nop
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE0:
.size test_stdout_buf_size, .-test_stdout_buf_size
.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
str w0, [sp, 28]
str x1, [sp, 16]
bl test_stdout_buf_size
mov w0, 0
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 "%s"
.align 3
.LC1:
.string "%d"
.text
.align 2
.global main
.type main, %function
main:
.LFB0:
.cfi_startproc
sub sp, sp, #560
.cfi_def_cfa_offset 560
stp x29, x30, [sp]
.cfi_offset 29, -560
.cfi_offset 30, -552
mov x29, sp
stp x19, x20, [sp, 16]
.cfi_offset 19, -544
.cfi_offset 20, -536
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 x0, sp, 40
mov x1, x0
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl __isoc99_scanf
add x0, sp, 296
mov x1, x0
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl __isoc99_scanf
add x0, sp, 32
mov x1, x0
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl __isoc99_scanf
ldr w2, [sp, 32]
add x1, sp, 296
add x0, sp, 40
bl strnins
str wzr, [sp, 36]
b .L2
.L3:
ldrsw x0, [sp, 36]
add x1, sp, 40
ldrb w0, [x1, x0]
bl putchar
ldr w0, [sp, 36]
add w0, w0, 1
str w0, [sp, 36]
.L2:
ldrsw x19, [sp, 36]
add x0, sp, 40
bl strlen
mov x20, x0
add x0, sp, 296
bl strlen
add x0, x20, x0
cmp x19, x0
bls .L3
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 .L5
bl __stack_chk_fail
.L5:
mov w0, w1
ldp x19, x20, [sp, 16]
ldp x29, x30, [sp]
add sp, sp, 560
.cfi_restore 29
.cfi_restore 30
.cfi_restore 19
.cfi_restore 20
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE0:
.size main, .-main
.align 2
.global strnins
.type strnins, %function
strnins:
.LFB1:
.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 x1, [sp, 48]
str w2, [sp, 44]
ldr w0, [sp, 44]
sub w0, w0, #1
str w0, [sp, 44]
ldr x0, [sp, 56]
bl strlen
mov w19, w0
ldr x0, [sp, 48]
bl strlen
add w0, w19, w0
str w0, [sp, 72]
b .L7
.L8:
ldrsw x19, [sp, 72]
ldr x0, [sp, 48]
bl strlen
sub x0, x19, x0
ldr x1, [sp, 56]
add x1, x1, x0
ldrsw x0, [sp, 72]
ldr x2, [sp, 56]
add x0, x2, x0
ldrb w1, [x1]
strb w1, [x0]
ldr w0, [sp, 72]
sub w0, w0, #1
str w0, [sp, 72]
.L7:
ldrsw x19, [sp, 72]
ldr x0, [sp, 48]
bl strlen
mov x1, x0
ldrsw x0, [sp, 44]
add x0, x1, x0
cmp x19, x0
bcs .L8
ldr w0, [sp, 44]
add w0, w0, 1
str w0, [sp, 76]
b .L9
.L10:
ldr w1, [sp, 76]
ldr w0, [sp, 44]
sub w0, w1, w0
sxtw x0, w0
sub x0, x0, #1
ldr x1, [sp, 48]
add x1, x1, x0
ldrsw x0, [sp, 76]
ldr x2, [sp, 56]
add x0, x2, x0
ldrb w1, [x1]
strb w1, [x0]
ldr w0, [sp, 76]
add w0, w0, 1
str w0, [sp, 76]
.L9:
ldrsw x19, [sp, 76]
ldr x0, [sp, 48]
bl strlen
mov x1, x0
ldrsw x0, [sp, 44]
add x0, x1, x0
cmp x19, x0
bls .L10
nop
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
.LFE1:
.size strnins, .-strnins
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.section .rodata
.align 3
.LC0:
.string "%d"
.align 3
.LC1:
.string "%s"
.align 3
.LC2:
.string "YES"
.align 3
.LC3:
.string "NO"
.text
.align 2
.global main
.type main, %function
main:
.LFB0:
.cfi_startproc
stp x29, x30, [sp, -160]!
.cfi_def_cfa_offset 160
.cfi_offset 29, -160
.cfi_offset 30, -152
mov x29, sp
.cfi_def_cfa_register 29
stp x19, x20, [sp, 16]
stp x21, x22, [sp, 32]
stp x23, x24, [sp, 48]
stp x25, x26, [sp, 64]
str x27, [sp, 80]
sub sp, sp, #16
.cfi_offset 19, -144
.cfi_offset 20, -136
.cfi_offset 21, -128
.cfi_offset 22, -120
.cfi_offset 23, -112
.cfi_offset 24, -104
.cfi_offset 25, -96
.cfi_offset 26, -88
.cfi_offset 27, -80
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x1, [x0]
str x1, [x29, 152]
mov x1, 0
mov x0, sp
mov x19, x0
str wzr, [x29, 108]
str wzr, [x29, 104]
str wzr, [x29, 132]
add x0, x29, 104
mov x1, x0
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl __isoc99_scanf
ldr w0, [x29, 104]
sxtw x1, w0
sub x1, x1, #1
str x1, [x29, 136]
sxtw x1, w0
mov x26, x1
mov x27, 0
lsr x1, x26, 61
lsl x23, x27, 3
orr x23, x1, x23
lsl x22, x26, 3
sxtw x1, w0
mov x24, x1
mov x25, 0
lsr x1, x24, 61
lsl x21, x25, 3
orr x21, x1, x21
lsl x20, x24, 3
sxtw x0, w0
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, 0
str x0, [x29, 144]
str wzr, [x29, 128]
ldr w0, [x29, 128]
str w0, [x29, 124]
ldr w0, [x29, 124]
str w0, [x29, 120]
ldr w0, [x29, 120]
str w0, [x29, 116]
ldr w0, [x29, 116]
str w0, [x29, 112]
ldr x1, [x29, 144]
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl __isoc99_scanf
ldr x0, [x29, 144]
bl strlen
str w0, [x29, 132]
str wzr, [x29, 108]
b .L5
.L11:
ldr x1, [x29, 144]
ldrsw x0, [x29, 108]
ldrb w0, [x1, x0]
cmp w0, 97
bne .L6
ldr w0, [x29, 112]
add w0, w0, 1
str w0, [x29, 112]
b .L7
.L6:
ldr x1, [x29, 144]
ldrsw x0, [x29, 108]
ldrb w0, [x1, x0]
cmp w0, 101
bne .L8
ldr w0, [x29, 116]
add w0, w0, 1
str w0, [x29, 116]
b .L7
.L8:
ldr x1, [x29, 144]
ldrsw x0, [x29, 108]
ldrb w0, [x1, x0]
cmp w0, 105
bne .L9
ldr w0, [x29, 120]
add w0, w0, 1
str w0, [x29, 120]
b .L7
.L9:
ldr x1, [x29, 144]
ldrsw x0, [x29, 108]
ldrb w0, [x1, x0]
cmp w0, 111
bne .L10
ldr w0, [x29, 124]
add w0, w0, 1
str w0, [x29, 124]
b .L7
.L10:
ldr x1, [x29, 144]
ldrsw x0, [x29, 108]
ldrb w0, [x1, x0]
cmp w0, 117
bne .L7
ldr w0, [x29, 128]
add w0, w0, 1
str w0, [x29, 128]
.L7:
ldr w0, [x29, 108]
add w0, w0, 1
str w0, [x29, 108]
.L5:
ldr w1, [x29, 108]
ldr w0, [x29, 132]
cmp w1, w0
blt .L11
ldr w0, [x29, 112]
cmp w0, 0
ble .L12
ldr w0, [x29, 116]
cmp w0, 0
ble .L12
ldr w0, [x29, 120]
cmp w0, 0
ble .L12
ldr w0, [x29, 124]
cmp w0, 0
ble .L12
ldr w0, [x29, 128]
cmp w0, 0
ble .L12
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl printf
b .L13
.L12:
adrp x0, .LC3
add x0, x0, :lo12:.LC3
bl printf
.L13:
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, 152]
ldr x2, [x0]
subs x3, x3, x2
mov x2, 0
beq .L15
bl __stack_chk_fail
.L15:
mov w0, w1
mov sp, x29
ldp x19, x20, [sp, 16]
ldp x21, x22, [sp, 32]
ldp x23, x24, [sp, 48]
ldp x25, x26, [sp, 64]
ldr x27, [sp, 80]
ldp x29, x30, [sp], 160
.cfi_restore 30
.cfi_restore 29
.cfi_restore 27
.cfi_restore 25
.cfi_restore 26
.cfi_restore 23
.cfi_restore 24
.cfi_restore 21
.cfi_restore 22
.cfi_restore 19
.cfi_restore 20
.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 "%i"
.text
.align 2
.global read_arr
.type read_arr, %function
read_arr:
.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 x2, [sp, 24]
adrp x0, .LC0
add x1, x0, :lo12:.LC0
ldr x0, [sp, 40]
bl __isoc99_fscanf
cmp w0, 1
bne .L2
ldr x0, [sp, 24]
ldr w0, [x0]
cmp w0, 20
bgt .L2
ldr x0, [sp, 24]
ldr w0, [x0]
cmp w0, 0
bgt .L3
.L2:
mov w0, -2
b .L4
.L3:
str wzr, [sp, 60]
b .L5
.L7:
ldrsw x0, [sp, 60]
lsl x0, x0, 2
ldr x1, [sp, 32]
add x0, x1, x0
mov x2, x0
adrp x0, .LC0
add x1, x0, :lo12:.LC0
ldr x0, [sp, 40]
bl __isoc99_fscanf
cmp w0, 1
beq .L6
mov w0, -3
b .L4
.L6:
ldr w0, [sp, 60]
add w0, w0, 1
str w0, [sp, 60]
.L5:
ldr x0, [sp, 24]
ldr w0, [x0]
ldr w1, [sp, 60]
cmp w1, w0
blt .L7
mov w0, 0
.L4:
ldp x29, x30, [sp], 64
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE0:
.size read_arr, .-read_arr
.section .rodata
.align 3
.LC1:
.string "%i "
.text
.align 2
.global print_arr
.type print_arr, %function
print_arr:
.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 w1, [sp, 20]
str wzr, [sp, 44]
b .L9
.L10:
ldrsw x0, [sp, 44]
lsl x0, x0, 2
ldr x1, [sp, 24]
add x0, x1, x0
ldr w0, [x0]
mov w1, w0
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl printf
ldr w0, [sp, 44]
add w0, w0, 1
str w0, [sp, 44]
.L9:
ldr w1, [sp, 44]
ldr w0, [sp, 20]
cmp w1, w0
blt .L10
mov w0, 0
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE1:
.size print_arr, .-print_arr
.align 2
.global write_arr
.type write_arr, %function
write_arr:
.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 x0, [sp, 40]
str x1, [sp, 32]
str w2, [sp, 28]
str wzr, [sp, 60]
b .L13
.L14:
ldrsw x0, [sp, 60]
lsl x0, x0, 2
ldr x1, [sp, 32]
add x0, x1, x0
ldr w0, [x0]
mov w2, w0
adrp x0, .LC1
add x1, x0, :lo12:.LC1
ldr x0, [sp, 40]
bl fprintf
ldr w0, [sp, 60]
add w0, w0, 1
str w0, [sp, 60]
.L13:
ldr w1, [sp, 60]
ldr w0, [sp, 28]
cmp w1, w0
blt .L14
mov w0, 0
ldp x29, x30, [sp], 64
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE2:
.size write_arr, .-write_arr
.align 2
.global min_el
.type min_el, %function
min_el:
.LFB3:
.cfi_startproc
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, 8]
str w1, [sp, 4]
ldr x0, [sp, 8]
ldr w0, [x0]
str w0, [sp, 20]
str wzr, [sp, 24]
mov w0, 1
str w0, [sp, 28]
b .L17
.L19:
ldrsw x0, [sp, 28]
lsl x0, x0, 2
ldr x1, [sp, 8]
add x0, x1, x0
ldr w0, [x0]
ldr w1, [sp, 20]
cmp w1, w0
ble .L18
ldrsw x0, [sp, 28]
lsl x0, x0, 2
ldr x1, [sp, 8]
add x0, x1, x0
ldr w0, [x0]
str w0, [sp, 20]
ldr w0, [sp, 28]
str w0, [sp, 24]
.L18:
ldr w0, [sp, 28]
add w0, w0, 1
str w0, [sp, 28]
.L17:
ldr w1, [sp, 28]
ldr w0, [sp, 4]
cmp w1, w0
blt .L19
ldr w0, [sp, 24]
add sp, sp, 32
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE3:
.size min_el, .-min_el
.align 2
.global otr_el
.type otr_el, %function
otr_el:
.LFB4:
.cfi_startproc
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, 8]
str w1, [sp, 4]
str wzr, [sp, 24]
str wzr, [sp, 28]
b .L22
.L24:
ldrsw x0, [sp, 28]
lsl x0, x0, 2
ldr x1, [sp, 8]
add x0, x1, x0
ldr w0, [x0]
cmp w0, 0
bge .L23
ldr w0, [sp, 28]
str w0, [sp, 20]
ldr w0, [sp, 24]
add w0, w0, 1
str w0, [sp, 24]
.L23:
ldr w0, [sp, 28]
add w0, w0, 1
str w0, [sp, 28]
.L22:
ldr w1, [sp, 28]
ldr w0, [sp, 4]
cmp w1, w0
blt .L24
ldr w0, [sp, 24]
cmp w0, 0
bne .L25
mov w0, -4
b .L26
.L25:
ldr w0, [sp, 20]
.L26:
add sp, sp, 32
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE4:
.size otr_el, .-otr_el
.align 2
.global change_elem_another
.type change_elem_another, %function
change_elem_another:
.LFB5:
.cfi_startproc
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, 8]
str w1, [sp, 4]
ldr w0, [sp, 4]
sub w0, w0, #1
str w0, [sp, 28]
b .L28
.L31:
ldrsw x0, [sp, 28]
lsl x0, x0, 2
ldr x1, [sp, 8]
add x0, x1, x0
ldr w0, [x0]
cmp w0, 0
bge .L29
ldr w0, [sp, 28]
b .L30
.L29:
ldr w0, [sp, 28]
sub w0, w0, #1
str w0, [sp, 28]
.L28:
ldr w0, [sp, 28]
cmp w0, 0
bge .L31
mov w0, -4
.L30:
add sp, sp, 32
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE5:
.size change_elem_another, .-change_elem_another
.section .rodata
.align 3
.LC2:
.string "Can't change cause there is no otr elements"
.text
.align 2
.global change_els
.type change_els, %function
change_els:
.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]
ldr w1, [sp, 20]
ldr x0, [sp, 24]
bl min_el
str w0, [sp, 36]
ldr w1, [sp, 20]
ldr x0, [sp, 24]
bl otr_el
str w0, [sp, 40]
ldr w0, [sp, 40]
cmn w0, #4
bne .L33
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl printf
mov w0, 0
b .L34
.L33:
ldrsw x0, [sp, 36]
lsl x0, x0, 2
ldr x1, [sp, 24]
add x0, x1, x0
ldr w0, [x0]
str w0, [sp, 44]
ldrsw x0, [sp, 40]
lsl x0, x0, 2
ldr x1, [sp, 24]
add x1, x1, x0
ldrsw x0, [sp, 36]
lsl x0, x0, 2
ldr x2, [sp, 24]
add x0, x2, x0
ldr w1, [x1]
str w1, [x0]
ldrsw x0, [sp, 40]
lsl x0, x0, 2
ldr x1, [sp, 24]
add x0, x1, x0
ldr w1, [sp, 44]
str w1, [x0]
mov w0, 0
.L34:
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE6:
.size change_els, .-change_els
.section .rodata
.align 3
.LC3:
.string "Incorrect number of arguments"
.align 3
.LC4:
.string "r"
.align 3
.LC5:
.string "w"
.align 3
.LC6:
.string "Can't open files"
.text
.align 2
.global main
.type main, %function
main:
.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 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, 136]
mov x1, 0
adrp x0, :got:stdout
ldr x0, [x0, #:got_lo12:stdout]
ldr x0, [x0]
mov x1, 0
bl setbuf
ldr w0, [sp, 28]
cmp w0, 3
beq .L36
adrp x0, .LC3
add x0, x0, :lo12:.LC3
bl printf
mov w0, -1
b .L40
.L36:
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, 40]
ldr x0, [sp, 16]
add x0, x0, 16
ldr x2, [x0]
adrp x0, .LC5
add x1, x0, :lo12:.LC5
mov x0, x2
bl fopen
str x0, [sp, 48]
ldr x0, [sp, 40]
cmp x0, 0
beq .L38
ldr x0, [sp, 48]
cmp x0, 0
bne .L39
.L38:
adrp x0, .LC6
add x0, x0, :lo12:.LC6
bl printf
mov w0, -1
b .L40
.L39:
add x1, sp, 36
add x0, sp, 56
mov x2, x1
mov x1, x0
ldr x0, [sp, 40]
bl read_arr
ldr w1, [sp, 36]
add x0, sp, 56
bl print_arr
ldr w1, [sp, 36]
add x0, sp, 56
bl change_els
ldr w1, [sp, 36]
add x0, sp, 56
mov w2, w1
mov x1, x0
ldr x0, [sp, 48]
bl write_arr
mov w0, 0
.L40:
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 .L41
bl __stack_chk_fail
.L41:
mov w0, w1
ldp x29, x30, [sp], 144
.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
.global head
.bss
.align 3
.type head, %object
.size head, 8
head:
.zero 8
.global first
.align 3
.type first, %object
.size first, 8
first:
.zero 8
.section .rodata
.align 3
.LC0:
.string "Enter Roll No.\t"
.align 3
.LC1:
.string "%d"
.text
.align 2
.global push
.type push, %function
push:
.LFB6:
.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, 32
bl malloc
str x0, [sp, 24]
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl printf
ldr x0, [sp, 24]
mov x1, x0
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl __isoc99_scanf
ldr x0, [sp, 24]
str xzr, [x0, 24]
adrp x0, head
add x0, x0, :lo12:head
ldr x0, [x0]
cmp x0, 0
bne .L2
adrp x0, head
add x0, x0, :lo12:head
ldr x1, [sp, 24]
str x1, [x0]
adrp x0, first
add x0, x0, :lo12:first
ldr x1, [sp, 24]
str x1, [x0]
b .L4
.L2:
adrp x0, head
add x0, x0, :lo12:head
ldr x0, [x0]
ldr x1, [sp, 24]
str x1, [x0, 24]
adrp x0, head
add x0, x0, :lo12:head
ldr x1, [sp, 24]
str x1, [x0]
.L4:
nop
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE6:
.size push, .-push
.section .rodata
.align 3
.LC2:
.string "\nThe list is empty"
.text
.align 2
.global pop
.type pop, %function
pop:
.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, first
add x0, x0, :lo12:first
ldr x0, [x0]
cmp x0, 0
beq .L6
adrp x0, first
add x0, x0, :lo12:first
ldr x0, [x0]
ldr w0, [x0]
mov w1, w0
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl printf
adrp x0, first
add x0, x0, :lo12:first
ldr x0, [x0]
ldr x1, [x0, 24]
adrp x0, first
add x0, x0, :lo12:first
str x1, [x0]
adrp x0, first
add x0, x0, :lo12:first
ldr x0, [x0]
cmp x0, 0
bne .L9
adrp x0, head
add x0, x0, :lo12:head
str xzr, [x0]
b .L9
.L6:
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl printf
mov w0, 1
bl exit
.L9:
nop
ldp x29, x30, [sp], 16
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE7:
.size pop, .-pop
.section .rodata
.align 3
.LC3:
.string "\nPress 1 to push, 2 to pop, anything else to exit\t"
.text
.align 2
.global main
.type main, %function
main:
.LFB8:
.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
.L11:
adrp x0, .LC3
add x0, x0, :lo12:.LC3
bl printf
add x0, sp, 20
mov x1, x0
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl __isoc99_scanf
ldr w0, [sp, 20]
cmp w0, 1
bne .L12
bl push
b .L11
.L12:
ldr w0, [sp, 20]
cmp w0, 2
bne .L15
bl pop
b .L11
.L15:
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 .L14
bl __stack_chk_fail
.L14:
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE8:
.size main, .-main
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.section .rodata
.align 3
.LC0:
.string "Usage: %s flag_filename\n"
.align 3
.LC1:
.string "/flag"
.align 3
.LC2:
.string "Not the flag file!"
.align 3
.LC3:
.string "r"
.align 3
.LC4:
.string "Failed opening flag file"
.text
.align 2
.global main
.type main, %function
main:
.LFB0:
.cfi_startproc
sub sp, sp, #1072
.cfi_def_cfa_offset 1072
stp x29, x30, [sp]
.cfi_offset 29, -1072
.cfi_offset 30, -1064
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, 1064]
mov x1, 0
ldr w0, [sp, 28]
cmp w0, 2
beq .L2
ldr x0, [sp, 16]
ldr x0, [x0]
mov x1, x0
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl printf
mov w0, 1
b .L6
.L2:
ldr x0, [sp, 16]
add x0, x0, 8
ldr x2, [x0]
adrp x0, .LC1
add x1, x0, :lo12:.LC1
mov x0, x2
bl strcmp
cmp w0, 0
beq .L4
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl puts
mov w0, 1
b .L6
.L4:
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, 32]
ldr x0, [sp, 32]
cmp x0, 0
bne .L5
adrp x0, .LC4
add x0, x0, :lo12:.LC4
bl puts
mov w0, 1
b .L6
.L5:
stp xzr, xzr, [sp, 40]
add x0, sp, 56
mov x1, 1008
mov x2, x1
mov w1, 0
bl memset
add x0, sp, 40
ldr x3, [sp, 32]
mov x2, 1023
mov x1, 1
bl fread
add x0, sp, 40
bl puts
mov w0, 0
.L6:
mov w1, w0
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x3, [sp, 1064]
ldr x2, [x0]
subs x3, x3, x2
mov x2, 0
beq .L7
bl __stack_chk_fail
.L7:
mov w0, w1
ldp x29, x30, [sp]
add sp, sp, 1072
.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 ALLOC
.type ALLOC, %function
ALLOC:
.LFB0:
.cfi_startproc
sub sp, sp, #32
.cfi_def_cfa_offset 32
str w0, [sp, 12]
str w1, [sp, 8]
ldr w0, [sp, 28]
add sp, sp, 32
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE0:
.size ALLOC, .-ALLOC
.global __NumNodes
.bss
.align 2
.type __NumNodes, %object
.size __NumNodes, 4
__NumNodes:
.zero 4
.global __NDim
.align 2
.type __NDim, %object
.size __NDim, 4
__NDim:
.zero 4
.global flag
.align 2
.type flag, %object
.size flag, 4
flag:
.zero 4
.global stdout
.align 2
.type stdout, %object
.size stdout, 4
stdout:
.zero 4
.global CMMD_independent
.align 2
.type CMMD_independent, %object
.size CMMD_independent, 4
CMMD_independent:
.zero 4
.global F_SETFL
.align 2
.type F_SETFL, %object
.size F_SETFL, 4
F_SETFL:
.zero 4
.global O_APPEND
.align 2
.type O_APPEND, %object
.size O_APPEND, 4
O_APPEND:
.zero 4
.text
.align 2
.global CMMD_fset_io_mode
.type CMMD_fset_io_mode, %function
CMMD_fset_io_mode:
.LFB1:
.cfi_startproc
sub sp, sp, #32
.cfi_def_cfa_offset 32
str w0, [sp, 12]
str w1, [sp, 8]
ldr w0, [sp, 28]
add sp, sp, 32
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE1:
.size CMMD_fset_io_mode, .-CMMD_fset_io_mode
.align 2
.global CMMD_self_address
.type CMMD_self_address, %function
CMMD_self_address:
.LFB2:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
ldr w0, [sp, 12]
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE2:
.size CMMD_self_address, .-CMMD_self_address
.align 2
.global fcntl
.type fcntl, %function
fcntl:
.LFB3:
.cfi_startproc
sub sp, sp, #32
.cfi_def_cfa_offset 32
str w0, [sp, 12]
str w1, [sp, 8]
str w2, [sp, 4]
ldr w0, [sp, 28]
add sp, sp, 32
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE3:
.size fcntl, .-fcntl
.align 2
.global __InitRegs
.type __InitRegs, %function
__InitRegs:
.LFB4:
.cfi_startproc
sub sp, sp, #32
.cfi_def_cfa_offset 32
str w0, [sp, 12]
ldr w0, [sp, 28]
add sp, sp, 32
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE4:
.size __InitRegs, .-__InitRegs
.align 2
.global filestuff
.type filestuff, %function
filestuff:
.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, stdout
add x0, x0, :lo12:stdout
ldr w2, [x0]
adrp x0, CMMD_independent
add x0, x0, :lo12:CMMD_independent
ldr w0, [x0]
mov w1, w0
mov w0, w2
bl CMMD_fset_io_mode
adrp x0, stdout
add x0, x0, :lo12:stdout
ldr w0, [x0]
bl fileno
mov w3, w0
adrp x0, F_SETFL
add x0, x0, :lo12:F_SETFL
ldr w1, [x0]
adrp x0, O_APPEND
add x0, x0, :lo12:O_APPEND
ldr w0, [x0]
mov w2, w0
mov w0, w3
bl fcntl
bl CMMD_self_address
cmp w0, 0
beq .L12
mov w0, 0
bl exit
.L12:
mov w0, 0
bl __InitRegs
nop
ldp x29, x30, [sp], 16
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE5:
.size filestuff, .-filestuff
.align 2
.global mylog
.type mylog, %function
mylog:
.LFB6:
.cfi_startproc
sub sp, sp, #32
.cfi_def_cfa_offset 32
str w0, [sp, 12]
str wzr, [sp, 24]
mov w0, 1
str w0, [sp, 28]
b .L14
.L15:
ldr w0, [sp, 28]
lsl w0, w0, 1
str w0, [sp, 28]
ldr w0, [sp, 24]
add w0, w0, 1
str w0, [sp, 24]
.L14:
ldr w1, [sp, 28]
ldr w0, [sp, 12]
cmp w1, w0
blt .L15
ldr w0, [sp, 24]
add sp, sp, 32
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE6:
.size mylog, .-mylog
.align 2
.global dealwithargs
.type dealwithargs, %function
dealwithargs:
.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 w0, [sp, 28]
str x1, [sp, 16]
ldr w0, [sp, 28]
cmp w0, 3
ble .L18
ldr x0, [sp, 16]
add x0, x0, 24
ldr x0, [x0]
bl atoi
mov w1, w0
adrp x0, flag
add x0, x0, :lo12:flag
str w1, [x0]
b .L19
.L18:
adrp x0, flag
add x0, x0, :lo12:flag
str wzr, [x0]
.L19:
ldr w0, [sp, 28]
cmp w0, 2
ble .L20
ldr x0, [sp, 16]
add x0, x0, 16
ldr x0, [x0]
bl atoi
mov w1, w0
adrp x0, __NumNodes
add x0, x0, :lo12:__NumNodes
str w1, [x0]
b .L21
.L20:
adrp x0, __NumNodes
add x0, x0, :lo12:__NumNodes
mov w1, 4
str w1, [x0]
.L21:
adrp x0, __NumNodes
add x0, x0, :lo12:__NumNodes
ldr w0, [x0]
bl mylog
mov w1, w0
adrp x0, __NDim
add x0, x0, :lo12:__NDim
str w1, [x0]
ldr w0, [sp, 28]
cmp w0, 1
ble .L22
ldr x0, [sp, 16]
add x0, x0, 8
ldr x0, [x0]
bl atoi
str w0, [sp, 44]
b .L23
.L22:
mov w0, 15
str w0, [sp, 44]
.L23:
ldr w0, [sp, 44]
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE7:
.size dealwithargs, .-dealwithargs
.align 2
.global drand48
.type drand48, %function
drand48:
.LFB8:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
ldr w0, [sp, 12]
scvtf d0, w0
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE8:
.size drand48, .-drand48
.align 2
.global srand48
.type srand48, %function
srand48:
.LFB9:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, 8]
nop
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE9:
.size srand48, .-srand48
.align 2
.global exp
.type exp, %function
exp:
.LFB10:
.cfi_startproc
sub sp, sp, #32
.cfi_def_cfa_offset 32
str d0, [sp, 8]
ldr w0, [sp, 28]
scvtf d0, w0
add sp, sp, 32
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE10:
.size exp, .-exp
.align 2
.global log
.type log, %function
log:
.LFB11:
.cfi_startproc
sub sp, sp, #32
.cfi_def_cfa_offset 32
str d0, [sp, 8]
ldr w0, [sp, 28]
scvtf d0, w0
add sp, sp, 32
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE11:
.size log, .-log
.align 2
.type median, %function
median:
.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 d0, [sp, 40]
str d1, [sp, 32]
str w0, [sp, 28]
bl drand48
str d0, [sp, 56]
ldr d1, [sp, 56]
fmov d0, 5.0e-1
fcmpe d1, d0
bgt .L38
b .L39
.L38:
ldr d1, [sp, 56]
fmov d0, 5.0e-1
fsub d0, d1, d0
adrp x0, .LC0
ldr d1, [x0, #:lo12:.LC0]
fmul d0, d0, d1
adrp x0, .LC1
ldr d1, [x0, #:lo12:.LC1]
fdiv d0, d0, d1
fmov d1, 1.0e+0
fsub d0, d1, d0
bl log
fmov d1, d0
fmov d0, 1.2e+1
fdiv d0, d1, d0
str d0, [sp, 48]
b .L36
.L39:
ldr d0, [sp, 56]
adrp x0, .LC0
ldr d1, [x0, #:lo12:.LC0]
fmul d0, d0, d1
adrp x0, .LC1
ldr d1, [x0, #:lo12:.LC1]
fdiv d0, d0, d1
fmov d1, 1.0e+0
fsub d0, d1, d0
bl log
fneg d1, d0
fmov d0, 1.2e+1
fdiv d0, d1, d0
str d0, [sp, 48]
.L36:
ldr d1, [sp, 48]
fmov d0, 1.0e+0
fadd d1, d1, d0
ldr d2, [sp, 32]
ldr d0, [sp, 40]
fsub d0, d2, d0
fmul d1, d1, d0
fmov d0, 2.0e+0
fdiv d0, d1, d0
str d0, [sp, 48]
ldr d1, [sp, 48]
ldr d0, [sp, 40]
fadd d0, d1, d0
str d0, [sp, 48]
ldr d0, [sp, 48]
ldp x29, x30, [sp], 64
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE12:
.size median, .-median
.align 2
.type uniform, %function
uniform:
.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 d0, [sp, 24]
str d1, [sp, 16]
bl drand48
str d0, [sp, 40]
ldr d1, [sp, 16]
ldr d0, [sp, 24]
fsub d0, d1, d0
ldr d1, [sp, 40]
fmul d0, d1, d0
str d0, [sp, 40]
ldr d1, [sp, 40]
ldr d0, [sp, 24]
fadd d0, d1, d0
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE13:
.size uniform, .-uniform
.align 2
.global build_tree
.type build_tree, %function
build_tree:
.LFB14:
.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, 60]
str w1, [sp, 56]
str w2, [sp, 52]
str w3, [sp, 48]
str d0, [sp, 40]
str d1, [sp, 32]
str d2, [sp, 24]
str d3, [sp, 16]
ldr w0, [sp, 60]
cmp w0, 0
bne .L43
mov x0, 0
b .L44
.L43:
mov w1, 56
ldr w0, [sp, 52]
bl ALLOC
sxtw x0, w0
str x0, [sp, 64]
ldr w0, [sp, 56]
cmp w0, 0
beq .L45
ldr w0, [sp, 56]
cmp w0, 0
cset w0, eq
and w0, w0, 255
str w0, [sp, 56]
ldr w0, [sp, 60]
ldr d1, [sp, 32]
ldr d0, [sp, 40]
bl median
str d0, [sp, 72]
ldr w0, [sp, 60]
lsr w1, w0, 31
add w0, w1, w0
asr w0, w0, 1
mov w4, w0
ldr w0, [sp, 48]
lsr w1, w0, 31
add w0, w1, w0
asr w0, w0, 1
mov w1, w0
ldr w0, [sp, 52]
add w2, w1, w0
ldr w0, [sp, 48]
lsr w1, w0, 31
add w0, w1, w0
asr w0, w0, 1
ldr d3, [sp, 16]
ldr d2, [sp, 24]
ldr d1, [sp, 72]
ldr d0, [sp, 40]
mov w3, w0
ldr w1, [sp, 56]
mov w0, w4
bl build_tree
mov x1, x0
ldr x0, [sp, 64]
str x1, [x0, 24]
ldr w0, [sp, 60]
lsr w1, w0, 31
add w0, w1, w0
asr w0, w0, 1
mov w4, w0
ldr w0, [sp, 48]
lsr w1, w0, 31
add w0, w1, w0
asr w0, w0, 1
ldr d3, [sp, 16]
ldr d2, [sp, 24]
ldr d1, [sp, 32]
ldr d0, [sp, 72]
mov w3, w0
ldr w2, [sp, 52]
ldr w1, [sp, 56]
mov w0, w4
bl build_tree
mov x1, x0
ldr x0, [sp, 64]
str x1, [x0, 32]
ldr x0, [sp, 64]
ldr d0, [sp, 72]
str d0, [x0, 8]
ldr d1, [sp, 16]
ldr d0, [sp, 24]
bl uniform
ldr x0, [sp, 64]
str d0, [x0, 16]
b .L46
.L45:
ldr w0, [sp, 56]
cmp w0, 0
cset w0, eq
and w0, w0, 255
str w0, [sp, 56]
ldr w0, [sp, 60]
ldr d1, [sp, 16]
ldr d0, [sp, 24]
bl median
str d0, [sp, 72]
ldr w0, [sp, 60]
lsr w1, w0, 31
add w0, w1, w0
asr w0, w0, 1
mov w4, w0
ldr w0, [sp, 48]
lsr w1, w0, 31
add w0, w1, w0
asr w0, w0, 1
mov w1, w0
ldr w0, [sp, 52]
add w2, w1, w0
ldr w0, [sp, 48]
lsr w1, w0, 31
add w0, w1, w0
asr w0, w0, 1
ldr d3, [sp, 72]
ldr d2, [sp, 24]
ldr d1, [sp, 32]
ldr d0, [sp, 40]
mov w3, w0
ldr w1, [sp, 56]
mov w0, w4
bl build_tree
mov x1, x0
ldr x0, [sp, 64]
str x1, [x0, 24]
ldr w0, [sp, 60]
lsr w1, w0, 31
add w0, w1, w0
asr w0, w0, 1
mov w4, w0
ldr w0, [sp, 48]
lsr w1, w0, 31
add w0, w1, w0
asr w0, w0, 1
ldr d3, [sp, 16]
ldr d2, [sp, 72]
ldr d1, [sp, 32]
ldr d0, [sp, 40]
mov w3, w0
ldr w2, [sp, 52]
ldr w1, [sp, 56]
mov w0, w4
bl build_tree
mov x1, x0
ldr x0, [sp, 64]
str x1, [x0, 32]
ldr x0, [sp, 64]
ldr d0, [sp, 72]
str d0, [x0, 16]
ldr d1, [sp, 32]
ldr d0, [sp, 40]
bl uniform
ldr x0, [sp, 64]
str d0, [x0, 8]
.L46:
ldr x0, [sp, 64]
ldr w1, [sp, 60]
str w1, [x0]
ldr x0, [sp, 64]
str xzr, [x0, 40]
ldr x0, [sp, 64]
str xzr, [x0, 48]
ldr x0, [sp, 64]
.L44:
ldp x29, x30, [sp], 80
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE14:
.size build_tree, .-build_tree
.align 2
.global print_tree
.type print_tree, %function
print_tree:
.LFB15:
.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]
cmp x0, 0
beq .L50
ldr x0, [sp, 24]
ldr d0, [x0, 8]
str d0, [sp, 32]
ldr x0, [sp, 24]
ldr d0, [x0, 16]
str d0, [sp, 40]
ldr x0, [sp, 24]
ldr x0, [x0, 24]
str x0, [sp, 48]
ldr x0, [sp, 24]
ldr x0, [x0, 32]
str x0, [sp, 56]
ldr x0, [sp, 48]
bl print_tree
ldr x0, [sp, 56]
bl print_tree
b .L47
.L50:
nop
.L47:
ldp x29, x30, [sp], 64
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE15:
.size print_tree, .-print_tree
.align 2
.global print_list
.type print_list, %function
print_list:
.LFB16:
.cfi_startproc
sub sp, sp, #48
.cfi_def_cfa_offset 48
str x0, [sp, 8]
ldr x0, [sp, 8]
cmp x0, 0
beq .L56
ldr x0, [sp, 8]
ldr d0, [x0, 8]
str d0, [sp, 32]
ldr x0, [sp, 8]
ldr d0, [x0, 16]
str d0, [sp, 40]
ldr x0, [sp, 8]
ldr x0, [x0, 40]
str x0, [sp, 24]
b .L54
.L55:
ldr x0, [sp, 24]
ldr d0, [x0, 8]
str d0, [sp, 32]
ldr x0, [sp, 24]
ldr d0, [x0, 16]
str d0, [sp, 40]
ldr x0, [sp, 24]
ldr x0, [x0, 40]
str x0, [sp, 24]
.L54:
ldr x1, [sp, 24]
ldr x0, [sp, 8]
cmp x1, x0
bne .L55
b .L51
.L56:
nop
.L51:
add sp, sp, 48
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE16:
.size print_list, .-print_list
.align 2
.global main
.type main, %function
main:
.LFB17:
.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, 0
bl filestuff
ldr x1, [sp, 16]
ldr w0, [sp, 28]
bl dealwithargs
str w0, [sp, 36]
adrp x0, __NumNodes
add x0, x0, :lo12:__NumNodes
ldr w0, [x0]
fmov d3, 1.0e+0
movi d2, #0
fmov d1, 1.0e+0
movi d0, #0
mov w3, w0
mov w2, 0
mov w1, 0
ldr w0, [sp, 36]
bl build_tree
str x0, [sp, 40]
adrp x0, __NumNodes
add x0, x0, :lo12:__NumNodes
ldr w0, [x0]
mov w2, w0
mov w1, 150
ldr x0, [sp, 40]
bl tsp
adrp x0, flag
add x0, x0, :lo12:flag
ldr w0, [x0]
cmp w0, 0
beq .L58
ldr x0, [sp, 40]
bl print_list
.L58:
mov w0, 0
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE17:
.size main, .-main
.align 2
.global sqrt
.type sqrt, %function
sqrt:
.LFB18:
.cfi_startproc
sub sp, sp, #32
.cfi_def_cfa_offset 32
str d0, [sp, 8]
ldr w0, [sp, 28]
scvtf d0, w0
add sp, sp, 32
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE18:
.size sqrt, .-sqrt
.align 2
.type distance, %function
distance:
.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 d0, [x0, 8]
str d0, [sp, 32]
ldr x0, [sp, 24]
ldr d0, [x0, 16]
str d0, [sp, 40]
ldr x0, [sp, 16]
ldr d0, [x0, 8]
str d0, [sp, 48]
ldr x0, [sp, 16]
ldr d0, [x0, 16]
str d0, [sp, 56]
ldr d1, [sp, 32]
ldr d0, [sp, 48]
fsub d1, d1, d0
ldr d2, [sp, 32]
ldr d0, [sp, 48]
fsub d0, d2, d0
fmul d1, d1, d0
ldr d2, [sp, 40]
ldr d0, [sp, 56]
fsub d2, d2, d0
ldr d3, [sp, 40]
ldr d0, [sp, 56]
fsub d0, d3, d0
fmul d0, d2, d0
fadd d0, d1, d0
bl sqrt
ldp x29, x30, [sp], 64
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE19:
.size distance, .-distance
.align 2
.type makelist, %function
makelist:
.LFB20:
.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]
ldr x0, [sp, 24]
str x0, [sp, 40]
ldr x0, [sp, 24]
cmp x0, 0
bne .L65
mov x0, 0
b .L66
.L65:
ldr x0, [sp, 24]
ldr x0, [x0, 24]
bl makelist
str x0, [sp, 48]
ldr x0, [sp, 24]
ldr x0, [x0, 32]
bl makelist
str x0, [sp, 56]
ldr x0, [sp, 56]
cmp x0, 0
beq .L67
ldr x0, [sp, 56]
str x0, [sp, 40]
ldr x0, [sp, 24]
ldr x0, [x0, 32]
str x0, [sp, 64]
ldr x0, [sp, 64]
ldr x1, [sp, 24]
str x1, [x0, 40]
.L67:
ldr x0, [sp, 48]
cmp x0, 0
beq .L68
ldr x0, [sp, 48]
str x0, [sp, 40]
ldr x0, [sp, 24]
ldr x0, [x0, 24]
str x0, [sp, 72]
ldr x0, [sp, 56]
cmp x0, 0
beq .L69
ldr x0, [sp, 56]
b .L70
.L69:
ldr x0, [sp, 24]
.L70:
ldr x1, [sp, 72]
str x0, [x1, 40]
.L68:
ldr x0, [sp, 24]
str xzr, [x0, 40]
ldr x0, [sp, 40]
.L66:
ldp x29, x30, [sp], 80
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE20:
.size makelist, .-makelist
.align 2
.type reverse, %function
reverse:
.LFB21:
.cfi_startproc
sub sp, sp, #48
.cfi_def_cfa_offset 48
str x0, [sp, 8]
ldr x0, [sp, 8]
cmp x0, 0
beq .L76
ldr x0, [sp, 8]
ldr x0, [x0, 48]
str x0, [sp, 24]
ldr x0, [sp, 24]
str xzr, [x0, 40]
ldr x0, [sp, 8]
str xzr, [x0, 48]
ldr x0, [sp, 8]
str x0, [sp, 16]
ldr x0, [sp, 8]
str x0, [sp, 32]
ldr x0, [sp, 8]
ldr x0, [x0, 40]
str x0, [sp, 8]
b .L74
.L75:
ldr x0, [sp, 8]
ldr x0, [x0, 40]
str x0, [sp, 40]
ldr x0, [sp, 8]
ldr x1, [sp, 16]
str x1, [x0, 40]
ldr x0, [sp, 16]
ldr x1, [sp, 8]
str x1, [x0, 48]
ldr x0, [sp, 8]
str x0, [sp, 16]
ldr x0, [sp, 40]
str x0, [sp, 8]
.L74:
ldr x0, [sp, 8]
cmp x0, 0
bne .L75
ldr x0, [sp, 32]
ldr x1, [sp, 24]
str x1, [x0, 40]
ldr x0, [sp, 24]
ldr x1, [sp, 32]
str x1, [x0, 48]
b .L71
.L76:
nop
.L71:
add sp, sp, 48
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE21:
.size reverse, .-reverse
.align 2
.type conquer, %function
conquer:
.LFB22:
.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]
ldr x0, [sp, 24]
cmp x0, 0
bne .L78
mov x0, 0
b .L79
.L78:
ldr x0, [sp, 24]
bl makelist
str x0, [sp, 24]
ldr x0, [sp, 24]
str x0, [sp, 56]
ldr x0, [sp, 24]
ldr x0, [x0, 40]
str x0, [sp, 24]
ldr x0, [sp, 56]
ldr x1, [sp, 56]
str x1, [x0, 40]
ldr x0, [sp, 56]
ldr x1, [sp, 56]
str x1, [x0, 48]
b .L80
.L88:
ldr x0, [sp, 24]
ldr x0, [x0, 40]
str x0, [sp, 64]
ldr x0, [sp, 56]
str x0, [sp, 40]
ldr x1, [sp, 56]
ldr x0, [sp, 24]
bl distance
str d0, [sp, 48]
ldr x0, [sp, 56]
ldr x0, [x0, 40]
str x0, [sp, 32]
b .L81
.L84:
ldr x1, [sp, 24]
ldr x0, [sp, 32]
bl distance
str d0, [sp, 120]
ldr d1, [sp, 120]
ldr d0, [sp, 48]
fcmpe d1, d0
bmi .L89
b .L82
.L89:
ldr d0, [sp, 120]
str d0, [sp, 48]
ldr x0, [sp, 32]
str x0, [sp, 40]
.L82:
ldr x0, [sp, 32]
ldr x0, [x0, 40]
str x0, [sp, 32]
.L81:
ldr x1, [sp, 32]
ldr x0, [sp, 56]
cmp x1, x0
bne .L84
ldr x0, [sp, 40]
ldr x0, [x0, 40]
str x0, [sp, 72]
ldr x0, [sp, 40]
ldr x0, [x0, 48]
str x0, [sp, 80]
ldr x1, [sp, 72]
ldr x0, [sp, 40]
bl distance
str d0, [sp, 88]
ldr x1, [sp, 80]
ldr x0, [sp, 40]
bl distance
str d0, [sp, 96]
ldr x1, [sp, 72]
ldr x0, [sp, 24]
bl distance
str d0, [sp, 104]
ldr x1, [sp, 80]
ldr x0, [sp, 24]
bl distance
str d0, [sp, 112]
ldr d1, [sp, 112]
ldr d0, [sp, 96]
fsub d1, d1, d0
ldr d2, [sp, 104]
ldr d0, [sp, 88]
fsub d0, d2, d0
fcmpe d1, d0
bmi .L90
b .L91
.L90:
ldr x0, [sp, 80]
ldr x1, [sp, 24]
str x1, [x0, 40]
ldr x0, [sp, 24]
ldr x1, [sp, 40]
str x1, [x0, 40]
ldr x0, [sp, 24]
ldr x1, [sp, 80]
str x1, [x0, 48]
ldr x0, [sp, 40]
ldr x1, [sp, 24]
str x1, [x0, 48]
b .L87
.L91:
ldr x0, [sp, 72]
ldr x1, [sp, 24]
str x1, [x0, 48]
ldr x0, [sp, 24]
ldr x1, [sp, 72]
str x1, [x0, 40]
ldr x0, [sp, 40]
ldr x1, [sp, 24]
str x1, [x0, 40]
ldr x0, [sp, 24]
ldr x1, [sp, 40]
str x1, [x0, 48]
.L87:
ldr x0, [sp, 64]
str x0, [sp, 24]
.L80:
ldr x0, [sp, 24]
cmp x0, 0
bne .L88
ldr x0, [sp, 56]
.L79:
ldp x29, x30, [sp], 128
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE22:
.size conquer, .-conquer
.align 2
.type merge, %function
merge:
.LFB23:
.cfi_startproc
stp x29, x30, [sp, -240]!
.cfi_def_cfa_offset 240
.cfi_offset 29, -240
.cfi_offset 30, -232
mov x29, sp
str x0, [sp, 40]
str x1, [sp, 32]
str x2, [sp, 24]
str w3, [sp, 20]
ldr x0, [sp, 40]
str x0, [sp, 64]
ldr x1, [sp, 40]
ldr x0, [sp, 24]
bl distance
str d0, [sp, 72]
ldr x0, [sp, 40]
str x0, [sp, 144]
ldr x0, [sp, 40]
ldr x0, [x0, 40]
str x0, [sp, 40]
b .L93
.L96:
ldr x1, [sp, 24]
ldr x0, [sp, 40]
bl distance
str d0, [sp, 232]
ldr d1, [sp, 232]
ldr d0, [sp, 72]
fcmpe d1, d0
bmi .L119
b .L94
.L119:
ldr d0, [sp, 232]
str d0, [sp, 72]
ldr x0, [sp, 40]
str x0, [sp, 64]
.L94:
ldr x0, [sp, 40]
ldr x0, [x0, 40]
str x0, [sp, 40]
.L93:
ldr x1, [sp, 40]
ldr x0, [sp, 144]
cmp x1, x0
bne .L96
ldr x0, [sp, 64]
ldr x0, [x0, 40]
str x0, [sp, 152]
ldr x0, [sp, 64]
ldr x0, [x0, 48]
str x0, [sp, 160]
ldr x1, [sp, 152]
ldr x0, [sp, 64]
bl distance
str d0, [sp, 168]
ldr x1, [sp, 160]
ldr x0, [sp, 64]
bl distance
str d0, [sp, 176]
ldr x1, [sp, 152]
ldr x0, [sp, 24]
bl distance
str d0, [sp, 184]
ldr x1, [sp, 160]
ldr x0, [sp, 24]
bl distance
str d0, [sp, 192]
ldr d1, [sp, 192]
ldr d0, [sp, 176]
fsub d1, d1, d0
ldr d2, [sp, 184]
ldr d0, [sp, 168]
fsub d0, d2, d0
fcmpe d1, d0
bmi .L120
b .L126
.L120:
ldr x0, [sp, 160]
str x0, [sp, 88]
ldr x0, [sp, 64]
str x0, [sp, 80]
ldr d0, [sp, 72]
str d0, [sp, 112]
ldr d0, [sp, 192]
str d0, [sp, 120]
b .L99
.L126:
ldr x0, [sp, 64]
str x0, [sp, 88]
ldr x0, [sp, 152]
str x0, [sp, 80]
ldr d0, [sp, 72]
str d0, [sp, 120]
ldr d0, [sp, 184]
str d0, [sp, 112]
.L99:
ldr x0, [sp, 32]
str x0, [sp, 64]
ldr x1, [sp, 32]
ldr x0, [sp, 24]
bl distance
str d0, [sp, 72]
ldr x0, [sp, 32]
str x0, [sp, 144]
ldr x0, [sp, 32]
ldr x0, [x0, 40]
str x0, [sp, 32]
b .L100
.L103:
ldr x1, [sp, 24]
ldr x0, [sp, 32]
bl distance
str d0, [sp, 232]
ldr d1, [sp, 232]
ldr d0, [sp, 72]
fcmpe d1, d0
bmi .L121
b .L101
.L121:
ldr d0, [sp, 232]
str d0, [sp, 72]
ldr x0, [sp, 32]
str x0, [sp, 64]
.L101:
ldr x0, [sp, 32]
ldr x0, [x0, 40]
str x0, [sp, 32]
.L100:
ldr x1, [sp, 32]
ldr x0, [sp, 144]
cmp x1, x0
bne .L103
ldr x0, [sp, 64]
ldr x0, [x0, 40]
str x0, [sp, 152]
ldr x0, [sp, 64]
ldr x0, [x0, 48]
str x0, [sp, 160]
ldr x1, [sp, 152]
ldr x0, [sp, 64]
bl distance
str d0, [sp, 168]
ldr x1, [sp, 160]
ldr x0, [sp, 64]
bl distance
str d0, [sp, 176]
ldr x1, [sp, 152]
ldr x0, [sp, 24]
bl distance
str d0, [sp, 184]
ldr x1, [sp, 160]
ldr x0, [sp, 24]
bl distance
str d0, [sp, 192]
ldr d1, [sp, 192]
ldr d0, [sp, 176]
fsub d1, d1, d0
ldr d2, [sp, 184]
ldr d0, [sp, 168]
fsub d0, d2, d0
fcmpe d1, d0
bmi .L122
b .L127
.L122:
ldr x0, [sp, 160]
str x0, [sp, 104]
ldr x0, [sp, 64]
str x0, [sp, 96]
ldr d0, [sp, 72]
str d0, [sp, 128]
ldr d0, [sp, 192]
str d0, [sp, 136]
b .L106
.L127:
ldr x0, [sp, 64]
str x0, [sp, 104]
ldr x0, [sp, 152]
str x0, [sp, 96]
ldr d0, [sp, 72]
str d0, [sp, 136]
ldr d0, [sp, 184]
str d0, [sp, 128]
.L106:
ldr x1, [sp, 96]
ldr x0, [sp, 80]
bl distance
str d0, [sp, 200]
ldr x1, [sp, 104]
ldr x0, [sp, 80]
bl distance
str d0, [sp, 208]
ldr x1, [sp, 96]
ldr x0, [sp, 88]
bl distance
str d0, [sp, 216]
ldr x1, [sp, 104]
ldr x0, [sp, 88]
bl distance
str d0, [sp, 224]
ldr d1, [sp, 120]
ldr d0, [sp, 136]
fadd d0, d1, d0
ldr d1, [sp, 200]
fadd d0, d1, d0
str d0, [sp, 72]
mov w0, 1
str w0, [sp, 60]
ldr d1, [sp, 120]
ldr d0, [sp, 128]
fadd d0, d1, d0
ldr d1, [sp, 208]
fadd d0, d1, d0
str d0, [sp, 232]
ldr d1, [sp, 232]
ldr d0, [sp, 72]
fcmpe d1, d0
bmi .L123
b .L107
.L123:
mov w0, 2
str w0, [sp, 60]
ldr d0, [sp, 232]
str d0, [sp, 72]
.L107:
ldr d1, [sp, 112]
ldr d0, [sp, 136]
fadd d0, d1, d0
ldr d1, [sp, 216]
fadd d0, d1, d0
str d0, [sp, 232]
ldr d1, [sp, 232]
ldr d0, [sp, 72]
fcmpe d1, d0
bmi .L124
b .L109
.L124:
mov w0, 3
str w0, [sp, 60]
ldr d0, [sp, 232]
str d0, [sp, 72]
.L109:
ldr d1, [sp, 112]
ldr d0, [sp, 128]
fadd d0, d1, d0
ldr d1, [sp, 224]
fadd d0, d1, d0
str d0, [sp, 232]
ldr d1, [sp, 232]
ldr d0, [sp, 72]
fcmpe d1, d0
bmi .L125
b .L111
.L125:
mov w0, 4
str w0, [sp, 60]
.L111:
ldr w0, [sp, 60]
cmp w0, 4
beq .L113
ldr w0, [sp, 60]
cmp w0, 4
bgt .L114
ldr w0, [sp, 60]
cmp w0, 3
beq .L115
ldr w0, [sp, 60]
cmp w0, 3
bgt .L114
ldr w0, [sp, 60]
cmp w0, 1
beq .L116
ldr w0, [sp, 60]
cmp w0, 2
beq .L117
b .L114
.L116:
ldr x0, [sp, 96]
bl reverse
ldr x0, [sp, 88]
ldr x1, [sp, 24]
str x1, [x0, 40]
ldr x0, [sp, 24]
ldr x1, [sp, 88]
str x1, [x0, 48]
ldr x0, [sp, 24]
ldr x1, [sp, 104]
str x1, [x0, 40]
ldr x0, [sp, 104]
ldr x1, [sp, 24]
str x1, [x0, 48]
ldr x0, [sp, 96]
ldr x1, [sp, 80]
str x1, [x0, 40]
ldr x0, [sp, 80]
ldr x1, [sp, 96]
str x1, [x0, 48]
b .L114
.L117:
ldr x0, [sp, 88]
ldr x1, [sp, 24]
str x1, [x0, 40]
ldr x0, [sp, 24]
ldr x1, [sp, 88]
str x1, [x0, 48]
ldr x0, [sp, 24]
ldr x1, [sp, 96]
str x1, [x0, 40]
ldr x0, [sp, 96]
ldr x1, [sp, 24]
str x1, [x0, 48]
ldr x0, [sp, 104]
ldr x1, [sp, 80]
str x1, [x0, 40]
ldr x0, [sp, 80]
ldr x1, [sp, 104]
str x1, [x0, 48]
b .L114
.L115:
ldr x0, [sp, 104]
ldr x1, [sp, 24]
str x1, [x0, 40]
ldr x0, [sp, 24]
ldr x1, [sp, 104]
str x1, [x0, 48]
ldr x0, [sp, 24]
ldr x1, [sp, 80]
str x1, [x0, 40]
ldr x0, [sp, 80]
ldr x1, [sp, 24]
str x1, [x0, 48]
ldr x0, [sp, 88]
ldr x1, [sp, 96]
str x1, [x0, 40]
ldr x0, [sp, 96]
ldr x1, [sp, 88]
str x1, [x0, 48]
b .L114
.L113:
ldr x0, [sp, 80]
bl reverse
ldr x0, [sp, 80]
ldr x1, [sp, 24]
str x1, [x0, 40]
ldr x0, [sp, 24]
ldr x1, [sp, 80]
str x1, [x0, 48]
ldr x0, [sp, 24]
ldr x1, [sp, 96]
str x1, [x0, 40]
ldr x0, [sp, 96]
ldr x1, [sp, 24]
str x1, [x0, 48]
ldr x0, [sp, 104]
ldr x1, [sp, 88]
str x1, [x0, 40]
ldr x0, [sp, 88]
ldr x1, [sp, 104]
str x1, [x0, 48]
nop
.L114:
ldr x0, [sp, 24]
ldp x29, x30, [sp], 240
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE23:
.size merge, .-merge
.align 2
.global tsp
.type tsp, %function
tsp:
.LFB24:
.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 w1, [sp, 20]
str w2, [sp, 16]
ldr w0, [sp, 16]
lsr w1, w0, 31
add w0, w1, w0
asr w0, w0, 1
str w0, [sp, 44]
ldr x0, [sp, 24]
ldr w0, [x0]
ldr w1, [sp, 20]
cmp w1, w0
blt .L129
ldr x0, [sp, 24]
bl conquer
b .L130
.L129:
ldr x0, [sp, 24]
ldr x0, [x0, 24]
str x0, [sp, 48]
ldr x0, [sp, 24]
ldr x0, [x0, 32]
str x0, [sp, 56]
ldr w2, [sp, 44]
ldr w1, [sp, 20]
ldr x0, [sp, 48]
bl tsp
str x0, [sp, 64]
ldr w2, [sp, 44]
ldr w1, [sp, 20]
ldr x0, [sp, 56]
bl tsp
str x0, [sp, 72]
ldr w3, [sp, 16]
ldr x2, [sp, 24]
ldr x1, [sp, 72]
ldr x0, [sp, 64]
bl merge
.L130:
ldp x29, x30, [sp], 80
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE24:
.size tsp, .-tsp
.section .rodata
.align 3
.LC0:
.word 1423146138
.word 1091821070
.align 3
.LC1:
.word 1423146138
.word 1090772502
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.section .rodata
.align 3
.LC0:
.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
mov w0, 1
str w0, [sp, 16]
mov w0, 1
str w0, [sp, 20]
mov w0, 1
str w0, [sp, 24]
mov w0, 1
str w0, [sp, 28]
b .L2
.L3:
ldr w0, [sp, 28]
lsl w0, w0, 1
ldr w1, [sp, 20]
add w0, w1, w0
str w0, [sp, 20]
ldr w0, [sp, 28]
add w0, w0, 1
lsr w1, w0, 31
add w0, w1, w0
asr w0, w0, 1
lsl w0, w0, 2
ldr w1, [sp, 24]
add w0, w1, w0
str w0, [sp, 24]
ldr w1, [sp, 20]
ldr w0, [sp, 24]
add w0, w1, w0
ldr w1, [sp, 16]
add w0, w1, w0
str w0, [sp, 16]
ldr w0, [sp, 28]
add w0, w0, 1
str w0, [sp, 28]
.L2:
ldr w0, [sp, 28]
cmp w0, 1000
ble .L3
ldr w1, [sp, 16]
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
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.align 2
.global bubbleSort
.type bubbleSort, %function
bubbleSort:
.LFB6:
.cfi_startproc
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, 8]
str w1, [sp, 4]
ldr w0, [sp, 4]
sub w0, w0, #1
str w0, [sp, 20]
b .L2
.L6:
mov w0, 1
str w0, [sp, 24]
b .L3
.L5:
ldrsw x0, [sp, 24]
lsl x0, x0, 2
sub x0, x0, #4
ldr x1, [sp, 8]
add x0, x1, x0
ldr w1, [x0]
ldrsw x0, [sp, 24]
lsl x0, x0, 2
ldr x2, [sp, 8]
add x0, x2, x0
ldr w0, [x0]
cmp w1, w0
ble .L4
ldrsw x0, [sp, 24]
lsl x0, x0, 2
sub x0, x0, #4
ldr x1, [sp, 8]
add x0, x1, x0
ldr w0, [x0]
str w0, [sp, 28]
ldrsw x0, [sp, 24]
lsl x0, x0, 2
ldr x1, [sp, 8]
add x1, x1, x0
ldrsw x0, [sp, 24]
lsl x0, x0, 2
sub x0, x0, #4
ldr x2, [sp, 8]
add x0, x2, x0
ldr w1, [x1]
str w1, [x0]
ldrsw x0, [sp, 24]
lsl x0, x0, 2
ldr x1, [sp, 8]
add x0, x1, x0
ldr w1, [sp, 28]
str w1, [x0]
.L4:
ldr w0, [sp, 24]
add w0, w0, 1
str w0, [sp, 24]
.L3:
ldr w1, [sp, 24]
ldr w0, [sp, 20]
cmp w1, w0
ble .L5
ldr w0, [sp, 20]
sub w0, w0, #1
str w0, [sp, 20]
.L2:
ldr w0, [sp, 20]
cmp w0, 0
bge .L6
nop
nop
add sp, sp, 32
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE6:
.size bubbleSort, .-bubbleSort
.align 2
.global main
.type main, %function
main:
.LFB7:
.cfi_startproc
stp x29, x30, [sp, -48]!
.cfi_def_cfa_offset 48
.cfi_offset 29, -48
.cfi_offset 30, -40
mov x29, sp
.cfi_def_cfa_register 29
sub sp, sp, #16
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x1, [x0]
str x1, [x29, 40]
mov x1, 0
bl __VERIFIER_nondet_int
str w0, [x29, 28]
ldr w0, [x29, 28]
cmp w0, 0
ble .L8
ldr w1, [x29, 28]
mov w0, 536870910
cmp w1, w0
bls .L9
.L8:
mov w0, 1
str w0, [x29, 28]
.L9:
ldrsw x0, [x29, 28]
lsl x0, x0, 2
add x0, x0, 15
lsr x0, x0, 4
lsl x0, x0, 4
and x1, x0, -65536
sub x1, sp, x1
.L10:
cmp sp, x1
beq .L11
sub sp, sp, #65536
str xzr, [sp, 1024]
b .L10
.L11:
and x1, x0, 65535
sub sp, sp, x1
str xzr, [sp]
and x0, x0, 65535
cmp x0, 1024
bcc .L12
str xzr, [sp, 1024]
.L12:
add x0, sp, 16
add x0, x0, 15
lsr x0, x0, 4
lsl x0, x0, 4
str x0, [x29, 32]
ldr w1, [x29, 28]
ldr x0, [x29, 32]
bl bubbleSort
mov w0, 0
mov w1, w0
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x3, [x29, 40]
ldr x2, [x0]
subs x3, x3, x2
mov x2, 0
beq .L14
bl __stack_chk_fail
.L14:
mov w0, w1
mov sp, x29
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa 31, 0
ret
.cfi_endproc
.LFE7:
.size main, .-main
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.align 2
.global dobra
.type dobra, %function
dobra:
.LFB6:
.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, 40]
str w1, [sp, 36]
str w2, [sp, 32]
str x3, [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
add x0, sp, 72
movi v0.4s, 0
stp q0, q0, [x0]
str q0, [x0, 32]
str q0, [x0, 44]
add x0, sp, 136
movi v0.4s, 0
stp q0, q0, [x0]
str q0, [x0, 32]
str q0, [x0, 44]
add x0, sp, 200
movi v0.4s, 0
stp q0, q0, [x0]
str q0, [x0, 32]
str q0, [x0, 44]
add x0, sp, 264
movi v0.4s, 0
stp q0, q0, [x0]
str q0, [x0, 32]
str q0, [x0, 44]
str wzr, [sp, 56]
str wzr, [sp, 60]
str wzr, [sp, 52]
str wzr, [sp, 64]
str wzr, [sp, 48]
b .L2
.L3:
ldrsw x0, [sp, 48]
lsl x0, x0, 2
ldr x1, [sp, 40]
add x0, x1, x0
ldr w2, [x0]
ldrsw x0, [sp, 48]
lsl x0, x0, 2
add x1, sp, 72
str w2, [x1, x0]
ldr w0, [sp, 48]
add w0, w0, 1
str w0, [sp, 48]
.L2:
ldr w1, [sp, 48]
ldr w0, [sp, 36]
cmp w1, w0
ble .L3
ldr w0, [sp, 36]
add w0, w0, 1
str w0, [sp, 48]
b .L4
.L5:
ldrsw x0, [sp, 48]
lsl x0, x0, 2
ldr x1, [sp, 40]
add x0, x1, x0
ldr w2, [x0]
ldrsw x0, [sp, 52]
lsl x0, x0, 2
add x1, sp, 136
str w2, [x1, x0]
ldr w0, [sp, 52]
add w0, w0, 1
str w0, [sp, 52]
ldr w0, [sp, 52]
str w0, [sp, 56]
ldr w0, [sp, 48]
add w0, w0, 1
str w0, [sp, 48]
.L4:
ldr w1, [sp, 48]
ldr w0, [sp, 32]
cmp w1, w0
blt .L5
str wzr, [sp, 48]
b .L6
.L7:
ldr w0, [sp, 52]
sub w0, w0, #1
sxtw x0, w0
lsl x0, x0, 2
add x1, sp, 136
ldr w2, [x1, x0]
ldrsw x0, [sp, 48]
lsl x0, x0, 2
add x1, sp, 200
str w2, [x1, x0]
ldr w0, [sp, 52]
sub w0, w0, #1
str w0, [sp, 52]
ldr w0, [sp, 48]
add w0, w0, 1
str w0, [sp, 48]
.L6:
ldr w1, [sp, 48]
ldr w0, [sp, 56]
cmp w1, w0
blt .L7
ldr w0, [sp, 56]
str w0, [sp, 52]
ldr w0, [sp, 36]
str w0, [sp, 60]
ldr w1, [sp, 36]
ldr w0, [sp, 56]
cmp w1, w0
blt .L8
ldr w0, [sp, 36]
add w0, w0, 1
str w0, [sp, 64]
b .L9
.L8:
ldr w1, [sp, 56]
ldr w0, [sp, 36]
cmp w1, w0
ble .L10
ldr w0, [sp, 56]
str w0, [sp, 64]
b .L9
.L10:
ldr w0, [sp, 36]
add w0, w0, 1
ldr w1, [sp, 56]
cmp w1, w0
bne .L9
ldr w0, [sp, 56]
str w0, [sp, 64]
.L9:
str wzr, [sp, 48]
b .L11
.L15:
ldr w0, [sp, 52]
cmp w0, 0
blt .L12
ldr w0, [sp, 60]
cmp w0, 0
blt .L12
ldr w0, [sp, 52]
sub w0, w0, #1
sxtw x0, w0
lsl x0, x0, 2
add x1, sp, 200
ldr w1, [x1, x0]
ldrsw x0, [sp, 60]
lsl x0, x0, 2
add x2, sp, 72
ldr w0, [x2, x0]
add w2, w1, w0
ldrsw x0, [sp, 48]
lsl x0, x0, 2
add x1, sp, 264
str w2, [x1, x0]
ldr w0, [sp, 52]
sub w0, w0, #1
str w0, [sp, 52]
ldr w0, [sp, 60]
sub w0, w0, #1
str w0, [sp, 60]
b .L13
.L12:
ldr w0, [sp, 52]
cmp w0, 0
bge .L14
ldr w0, [sp, 60]
cmp w0, 0
blt .L14
ldrsw x0, [sp, 60]
lsl x0, x0, 2
add x1, sp, 72
ldr w2, [x1, x0]
ldrsw x0, [sp, 48]
lsl x0, x0, 2
add x1, sp, 264
str w2, [x1, x0]
ldr w0, [sp, 60]
sub w0, w0, #1
str w0, [sp, 60]
b .L13
.L14:
ldr w0, [sp, 52]
cmp w0, 0
blt .L13
ldr w0, [sp, 60]
cmp w0, 0
bge .L13
ldr w0, [sp, 52]
sub w0, w0, #1
sxtw x0, w0
lsl x0, x0, 2
add x1, sp, 200
ldr w2, [x1, x0]
ldrsw x0, [sp, 48]
lsl x0, x0, 2
add x1, sp, 264
str w2, [x1, x0]
ldr w0, [sp, 52]
sub w0, w0, #1
str w0, [sp, 52]
.L13:
ldr w0, [sp, 48]
add w0, w0, 1
str w0, [sp, 48]
.L11:
ldr w1, [sp, 48]
ldr w0, [sp, 32]
cmp w1, w0
blt .L15
ldr w0, [sp, 64]
str w0, [sp, 68]
ldr w0, [sp, 32]
sub w0, w0, #1
ldr w1, [sp, 36]
cmp w1, w0
bne .L16
str wzr, [sp, 48]
b .L17
.L18:
ldrsw x0, [sp, 36]
lsl x0, x0, 6
ldr x1, [sp, 24]
add x0, x1, x0
ldrsw x1, [sp, 48]
lsl x1, x1, 2
add x2, sp, 264
ldr w2, [x2, x1]
ldrsw x1, [sp, 48]
str w2, [x0, x1, lsl 2]
ldr w0, [sp, 48]
add w0, w0, 1
str w0, [sp, 48]
.L17:
ldr w1, [sp, 48]
ldr w0, [sp, 64]
cmp w1, w0
blt .L18
b .L19
.L16:
str wzr, [sp, 48]
b .L20
.L21:
ldr w0, [sp, 68]
sub w2, w0, #1
ldrsw x0, [sp, 36]
lsl x0, x0, 6
ldr x1, [sp, 24]
add x0, x1, x0
sxtw x1, w2
lsl x1, x1, 2
add x2, sp, 264
ldr w2, [x2, x1]
ldrsw x1, [sp, 48]
str w2, [x0, x1, lsl 2]
ldr w0, [sp, 68]
sub w0, w0, #1
str w0, [sp, 68]
ldr w0, [sp, 48]
add w0, w0, 1
str w0, [sp, 48]
.L20:
ldr w1, [sp, 48]
ldr w0, [sp, 64]
cmp w1, w0
blt .L21
.L19:
ldrsw x0, [sp, 36]
lsl x0, x0, 6
ldr x1, [sp, 24]
add x0, x1, x0
ldr w1, [sp, 64]
str w1, [x0, 60]
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 .L22
bl __stack_chk_fail
.L22:
ldp x29, x30, [sp], 336
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE6:
.size dobra, .-dobra
.align 2
.global build_candidatos
.type build_candidatos, %function
build_candidatos:
.LFB7:
.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, 60]
str x1, [sp, 48]
str w2, [sp, 56]
str x3, [sp, 40]
str x4, [sp, 32]
str x5, [sp, 24]
ldr w0, [sp, 60]
cmp w0, 1
bne .L24
ldr x0, [sp, 32]
ldr w1, [sp, 56]
str w1, [x0]
str wzr, [sp, 76]
b .L25
.L26:
ldr x3, [sp, 40]
ldr w2, [sp, 56]
ldr w1, [sp, 76]
ldr x0, [sp, 48]
bl dobra
ldr w0, [sp, 76]
add w0, w0, 1
str w0, [sp, 76]
.L25:
ldr w1, [sp, 76]
ldr w0, [sp, 56]
cmp w1, w0
blt .L26
b .L30
.L24:
ldrsw x0, [sp, 60]
lsl x0, x0, 6
sub x0, x0, #64
ldr x1, [sp, 24]
add x0, x1, x0
ldr w1, [x0, 60]
ldr x0, [sp, 32]
str w1, [x0]
str wzr, [sp, 76]
b .L28
.L29:
ldrsw x0, [sp, 60]
lsl x0, x0, 6
sub x0, x0, #64
ldr x1, [sp, 24]
add x0, x1, x0
mov x4, x0
ldrsw x0, [sp, 60]
lsl x0, x0, 6
sub x0, x0, #64
ldr x1, [sp, 24]
add x0, x1, x0
ldr w0, [x0, 60]
ldr x3, [sp, 40]
mov w2, w0
ldr w1, [sp, 76]
mov x0, x4
bl dobra
ldr w0, [sp, 76]
add w0, w0, 1
str w0, [sp, 76]
.L28:
ldr x0, [sp, 32]
ldr w0, [x0]
ldr w1, [sp, 76]
cmp w1, w0
blt .L29
.L30:
nop
ldp x29, x30, [sp], 80
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE7:
.size build_candidatos, .-build_candidatos
.align 2
.global eh_igual
.type eh_igual, %function
eh_igual:
.LFB8:
.cfi_startproc
sub sp, sp, #48
.cfi_def_cfa_offset 48
str x0, [sp, 24]
str w1, [sp, 20]
str x2, [sp, 8]
str w3, [sp, 16]
str wzr, [sp, 40]
str wzr, [sp, 44]
ldr w0, [sp, 16]
sub w0, w0, #1
str w0, [sp, 36]
str wzr, [sp, 32]
b .L32
.L34:
ldrsw x0, [sp, 20]
lsl x0, x0, 6
ldr x1, [sp, 24]
add x0, x1, x0
ldrsw x1, [sp, 32]
ldr w1, [x0, x1, lsl 2]
ldrsw x0, [sp, 32]
lsl x0, x0, 2
ldr x2, [sp, 8]
add x0, x2, x0
ldr w0, [x0]
cmp w1, w0
beq .L33
mov w0, 1
str w0, [sp, 40]
.L33:
ldr w0, [sp, 32]
add w0, w0, 1
str w0, [sp, 32]
.L32:
ldr w1, [sp, 32]
ldr w0, [sp, 16]
cmp w1, w0
blt .L34
str wzr, [sp, 32]
b .L35
.L37:
ldrsw x0, [sp, 20]
lsl x0, x0, 6
ldr x1, [sp, 24]
add x0, x1, x0
ldrsw x1, [sp, 36]
ldr w1, [x0, x1, lsl 2]
ldrsw x0, [sp, 32]
lsl x0, x0, 2
ldr x2, [sp, 8]
add x0, x2, x0
ldr w0, [x0]
cmp w1, w0
beq .L36
mov w0, 1
str w0, [sp, 44]
.L36:
ldr w0, [sp, 36]
sub w0, w0, #1
str w0, [sp, 36]
ldr w0, [sp, 32]
add w0, w0, 1
str w0, [sp, 32]
.L35:
ldr w1, [sp, 32]
ldr w0, [sp, 16]
cmp w1, w0
blt .L37
ldr w0, [sp, 40]
cmp w0, 1
bne .L38
ldr w0, [sp, 44]
cmp w0, 1
bne .L38
mov w0, 0
b .L39
.L38:
mov w0, 1
.L39:
add sp, sp, 48
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE8:
.size eh_igual, .-eh_igual
.align 2
.global make_move
.type make_move, %function
make_move:
.LFB9:
.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]
str wzr, [sp, 44]
b .L41
.L42:
ldrsw x0, [sp, 20]
lsl x0, x0, 6
ldr x1, [sp, 8]
add x1, x1, x0
ldrsw x0, [sp, 16]
lsl x0, x0, 6
ldr x2, [sp, 24]
add x0, x2, x0
ldrsw x2, [sp, 44]
ldr w2, [x1, x2, lsl 2]
ldrsw x1, [sp, 44]
str w2, [x0, x1, lsl 2]
ldr w0, [sp, 44]
add w0, w0, 1
str w0, [sp, 44]
.L41:
ldrsw x0, [sp, 20]
lsl x0, x0, 6
ldr x1, [sp, 8]
add x0, x1, x0
ldr w0, [x0, 60]
ldr w1, [sp, 44]
cmp w1, w0
blt .L42
ldrsw x0, [sp, 20]
lsl x0, x0, 6
ldr x1, [sp, 8]
add x1, x1, x0
ldrsw x0, [sp, 16]
lsl x0, x0, 6
ldr x2, [sp, 24]
add x0, x2, x0
ldr w1, [x1, 60]
str w1, [x0, 60]
nop
add sp, sp, 48
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE9:
.size make_move, .-make_move
.align 2
.global backtrack
.type backtrack, %function
backtrack:
.LFB10:
.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
str x0, [sp, 56]
str w1, [sp, 52]
str x2, [sp, 40]
str w3, [sp, 48]
str x4, [sp, 32]
str w5, [sp, 28]
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x1, [x0]
str x1, [sp, 1048]
mov x1, 0
str wzr, [sp, 84]
ldr w3, [sp, 28]
ldr x2, [sp, 32]
ldr w1, [sp, 52]
ldr x0, [sp, 56]
bl eh_igual
cmp w0, 1
beq .L44
ldrsw x0, [sp, 52]
lsl x0, x0, 6
ldr x1, [sp, 56]
add x0, x1, x0
ldr w0, [x0, 60]
cmp w0, 1
bne .L45
.L44:
ldr w3, [sp, 28]
ldr x2, [sp, 32]
ldr w1, [sp, 52]
ldr x0, [sp, 56]
bl eh_igual
cmp w0, 1
bne .L47
mov w0, 83
bl putchar
mov w0, 0
bl exit
.L45:
ldr w0, [sp, 52]
add w0, w0, 1
str w0, [sp, 52]
add x1, sp, 76
add x0, sp, 88
ldr x5, [sp, 56]
mov x4, x1
mov x3, x0
ldr w2, [sp, 48]
ldr x1, [sp, 40]
ldr w0, [sp, 52]
bl build_candidatos
str wzr, [sp, 80]
b .L48
.L49:
add x0, sp, 88
mov x3, x0
ldr w2, [sp, 52]
ldr w1, [sp, 80]
ldr x0, [sp, 56]
bl make_move
ldr w5, [sp, 28]
ldr x4, [sp, 32]
ldr w3, [sp, 48]
ldr x2, [sp, 40]
ldr w1, [sp, 52]
ldr x0, [sp, 56]
bl backtrack
ldr w0, [sp, 80]
add w0, w0, 1
str w0, [sp, 80]
.L48:
ldr w0, [sp, 76]
sub w0, w0, #1
ldr w1, [sp, 80]
cmp w1, w0
blt .L49
.L47:
nop
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x2, [sp, 1048]
ldr x1, [x0]
subs x2, x2, x1
mov x1, 0
beq .L50
bl __stack_chk_fail
.L50:
ldp x29, x30, [sp]
add sp, sp, 1056
.cfi_restore 29
.cfi_restore 30
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE10:
.size backtrack, .-backtrack
.section .rodata
.align 3
.LC0:
.string "%d"
.text
.align 2
.global main
.type main, %function
main:
.LFB11:
.cfi_startproc
sub sp, sp, #1136
.cfi_def_cfa_offset 1136
stp x29, x30, [sp]
.cfi_offset 29, -1136
.cfi_offset 30, -1128
mov x29, sp
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x1, [x0]
str x1, [sp, 1128]
mov x1, 0
add x0, sp, 40
movi v0.4s, 0
stp q0, q0, [x0]
str q0, [x0, 32]
str q0, [x0, 44]
add x0, sp, 104
movi v0.4s, 0
stp q0, q0, [x0]
str q0, [x0, 32]
str q0, [x0, 44]
add x0, sp, 28
mov x1, x0
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl __isoc99_scanf
str wzr, [sp, 36]
b .L52
.L53:
add x1, sp, 40
ldrsw x0, [sp, 36]
lsl x0, x0, 2
add x0, x1, x0
mov x1, x0
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl __isoc99_scanf
ldr w0, [sp, 36]
add w0, w0, 1
str w0, [sp, 36]
.L52:
ldr w0, [sp, 28]
ldr w1, [sp, 36]
cmp w1, w0
blt .L53
add x0, sp, 32
mov x1, x0
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl __isoc99_scanf
str wzr, [sp, 36]
b .L54
.L55:
add x1, sp, 104
ldrsw x0, [sp, 36]
lsl x0, x0, 2
add x0, x1, x0
mov x1, x0
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl __isoc99_scanf
ldr w0, [sp, 36]
add w0, w0, 1
str w0, [sp, 36]
.L54:
ldr w0, [sp, 32]
ldr w1, [sp, 36]
cmp w1, w0
blt .L55
str wzr, [sp, 36]
b .L56
.L57:
ldrsw x0, [sp, 36]
lsl x0, x0, 2
add x1, sp, 40
ldr w2, [x1, x0]
ldrsw x0, [sp, 36]
lsl x0, x0, 2
add x1, sp, 168
str w2, [x1, x0]
ldr w0, [sp, 36]
add w0, w0, 1
str w0, [sp, 36]
.L56:
ldr w0, [sp, 28]
ldr w1, [sp, 36]
cmp w1, w0
blt .L57
ldr w2, [sp, 28]
ldr w4, [sp, 32]
add x3, sp, 104
add x1, sp, 40
add x0, sp, 168
mov w5, w4
mov x4, x3
mov w3, w2
mov x2, x1
mov w1, 0
bl backtrack
mov w0, 78
bl putchar
mov w0, 0
mov w1, w0
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x3, [sp, 1128]
ldr x2, [x0]
subs x3, x3, x2
mov x2, 0
beq .L59
bl __stack_chk_fail
.L59:
mov w0, w1
ldp x29, x30, [sp]
add sp, sp, 1136
.cfi_restore 29
.cfi_restore 30
.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
.type GrayRainbow, %object
.size GrayRainbow, 3072
GrayRainbow:
.word 0
.word 1
.word 2
.word 3
.word 4
.word 5
.word 6
.word 7
.word 8
.word 9
.word 10
.word 11
.word 12
.word 13
.word 14
.word 15
.word 175
.word 17
.word 18
.word 19
.word 20
.word 21
.word 22
.word 23
.word 24
.word 25
.word 26
.word 27
.word 28
.word 29
.word 30
.word 31
.word 95
.word 33
.word 34
.word 35
.word 36
.word 37
.word 38
.word 39
.word 40
.word 41
.word 42
.word 43
.word 44
.word 45
.word 46
.word 47
.word 15
.word 49
.word 50
.word 51
.word 52
.word 53
.word 54
.word 55
.word 56
.word 57
.word 58
.word 59
.word 60
.word 61
.word 62
.word 63
.word 0
.word 65
.word 66
.word 67
.word 68
.word 69
.word 70
.word 71
.word 72
.word 73
.word 74
.word 75
.word 76
.word 77
.word 78
.word 79
.word 0
.word 81
.word 82
.word 83
.word 84
.word 85
.word 86
.word 87
.word 88
.word 89
.word 90
.word 91
.word 92
.word 93
.word 94
.word 95
.word 0
.word 97
.word 98
.word 99
.word 100
.word 101
.word 102
.word 103
.word 104
.word 105
.word 106
.word 107
.word 108
.word 109
.word 110
.word 111
.word 0
.word 113
.word 114
.word 115
.word 116
.word 117
.word 118
.word 119
.word 120
.word 121
.word 122
.word 123
.word 124
.word 125
.word 126
.word 127
.word 0
.word 129
.word 130
.word 131
.word 132
.word 133
.word 134
.word 135
.word 136
.word 137
.word 138
.word 139
.word 140
.word 141
.word 142
.word 143
.word 0
.word 145
.word 146
.word 147
.word 148
.word 149
.word 150
.word 151
.word 152
.word 153
.word 154
.word 155
.word 156
.word 157
.word 158
.word 159
.word 35
.word 161
.word 162
.word 163
.word 164
.word 165
.word 166
.word 167
.word 168
.word 169
.word 170
.word 171
.word 172
.word 173
.word 174
.word 175
.word 115
.word 177
.word 178
.word 179
.word 180
.word 181
.word 182
.word 183
.word 184
.word 185
.word 186
.word 187
.word 188
.word 189
.word 190
.word 191
.word 195
.word 193
.word 194
.word 195
.word 196
.word 197
.word 198
.word 199
.word 200
.word 201
.word 202
.word 203
.word 204
.word 205
.word 206
.word 207
.word 255
.word 209
.word 210
.word 211
.word 212
.word 213
.word 214
.word 215
.word 216
.word 217
.word 218
.word 219
.word 220
.word 221
.word 222
.word 223
.word 255
.word 225
.word 226
.word 227
.word 228
.word 229
.word 230
.word 231
.word 232
.word 233
.word 234
.word 235
.word 236
.word 237
.word 238
.word 239
.word 255
.word 241
.word 242
.word 243
.word 244
.word 245
.word 246
.word 247
.word 248
.word 249
.word 250
.word 251
.word 252
.word 253
.word 254
.word 255
.word 0
.word 1
.word 2
.word 3
.word 4
.word 5
.word 6
.word 7
.word 8
.word 9
.word 10
.word 11
.word 12
.word 13
.word 14
.word 15
.word 0
.word 17
.word 18
.word 19
.word 20
.word 21
.word 22
.word 23
.word 24
.word 25
.word 26
.word 27
.word 28
.word 29
.word 30
.word 31
.word 0
.word 33
.word 34
.word 35
.word 36
.word 37
.word 38
.word 39
.word 40
.word 41
.word 42
.word 43
.word 44
.word 45
.word 46
.word 47
.word 0
.word 49
.word 50
.word 51
.word 52
.word 53
.word 54
.word 55
.word 56
.word 57
.word 58
.word 59
.word 60
.word 61
.word 62
.word 63
.word 65
.word 65
.word 66
.word 67
.word 68
.word 69
.word 70
.word 71
.word 72
.word 73
.word 74
.word 75
.word 76
.word 77
.word 78
.word 79
.word 145
.word 81
.word 82
.word 83
.word 84
.word 85
.word 86
.word 87
.word 88
.word 89
.word 90
.word 91
.word 92
.word 93
.word 94
.word 95
.word 225
.word 97
.word 98
.word 99
.word 100
.word 101
.word 102
.word 103
.word 104
.word 105
.word 106
.word 107
.word 108
.word 109
.word 110
.word 111
.word 255
.word 113
.word 114
.word 115
.word 116
.word 117
.word 118
.word 119
.word 120
.word 121
.word 122
.word 123
.word 124
.word 125
.word 126
.word 127
.word 255
.word 129
.word 130
.word 131
.word 132
.word 133
.word 134
.word 135
.word 136
.word 137
.word 138
.word 139
.word 140
.word 141
.word 142
.word 143
.word 255
.word 145
.word 146
.word 147
.word 148
.word 149
.word 150
.word 151
.word 152
.word 153
.word 154
.word 155
.word 156
.word 157
.word 158
.word 159
.word 255
.word 161
.word 162
.word 163
.word 164
.word 165
.word 166
.word 167
.word 168
.word 169
.word 170
.word 171
.word 172
.word 173
.word 174
.word 175
.word 255
.word 177
.word 178
.word 179
.word 180
.word 181
.word 182
.word 183
.word 184
.word 185
.word 186
.word 187
.word 188
.word 189
.word 190
.word 191
.word 255
.word 193
.word 194
.word 195
.word 196
.word 197
.word 198
.word 199
.word 200
.word 201
.word 202
.word 203
.word 204
.word 205
.word 206
.word 207
.word 235
.word 209
.word 210
.word 211
.word 212
.word 213
.word 214
.word 215
.word 216
.word 217
.word 218
.word 219
.word 220
.word 221
.word 222
.word 223
.word 155
.word 225
.word 226
.word 227
.word 228
.word 229
.word 230
.word 231
.word 232
.word 233
.word 234
.word 235
.word 236
.word 237
.word 238
.word 239
.word 75
.word 241
.word 242
.word 243
.word 244
.word 245
.word 246
.word 247
.word 248
.word 249
.word 250
.word 251
.word 252
.word 253
.word 254
.word 255
.word 0
.word 1
.word 2
.word 3
.word 4
.word 5
.word 6
.word 7
.word 8
.word 9
.word 10
.word 11
.word 12
.word 13
.word 14
.word 15
.word 255
.word 17
.word 18
.word 19
.word 20
.word 21
.word 22
.word 23
.word 24
.word 25
.word 26
.word 27
.word 28
.word 29
.word 30
.word 31
.word 255
.word 33
.word 34
.word 35
.word 36
.word 37
.word 38
.word 39
.word 40
.word 41
.word 42
.word 43
.word 44
.word 45
.word 46
.word 47
.word 255
.word 49
.word 50
.word 51
.word 52
.word 53
.word 54
.word 55
.word 56
.word 57
.word 58
.word 59
.word 60
.word 61
.word 62
.word 63
.word 255
.word 65
.word 66
.word 67
.word 68
.word 69
.word 70
.word 71
.word 72
.word 73
.word 74
.word 75
.word 76
.word 77
.word 78
.word 79
.word 255
.word 81
.word 82
.word 83
.word 84
.word 85
.word 86
.word 87
.word 88
.word 89
.word 90
.word 91
.word 92
.word 93
.word 94
.word 95
.word 255
.word 97
.word 98
.word 99
.word 100
.word 101
.word 102
.word 103
.word 104
.word 105
.word 106
.word 107
.word 108
.word 109
.word 110
.word 111
.word 205
.word 113
.word 114
.word 115
.word 116
.word 117
.word 118
.word 119
.word 120
.word 121
.word 122
.word 123
.word 124
.word 125
.word 126
.word 127
.word 125
.word 129
.word 130
.word 131
.word 132
.word 133
.word 134
.word 135
.word 136
.word 137
.word 138
.word 139
.word 140
.word 141
.word 142
.word 143
.word 45
.word 145
.word 146
.word 147
.word 148
.word 149
.word 150
.word 151
.word 152
.word 153
.word 154
.word 155
.word 156
.word 157
.word 158
.word 159
.word 0
.word 161
.word 162
.word 163
.word 164
.word 165
.word 166
.word 167
.word 168
.word 169
.word 170
.word 171
.word 172
.word 173
.word 174
.word 175
.word 0
.word 177
.word 178
.word 179
.word 180
.word 181
.word 182
.word 183
.word 184
.word 185
.word 186
.word 187
.word 188
.word 189
.word 190
.word 191
.word 0
.word 193
.word 194
.word 195
.word 196
.word 197
.word 198
.word 199
.word 200
.word 201
.word 202
.word 203
.word 204
.word 205
.word 206
.word 207
.word 0
.word 209
.word 210
.word 211
.word 212
.word 213
.word 214
.word 215
.word 216
.word 217
.word 218
.word 219
.word 220
.word 221
.word 222
.word 223
.word 0
.word 225
.word 226
.word 227
.word 228
.word 229
.word 230
.word 231
.word 232
.word 233
.word 234
.word 235
.word 236
.word 237
.word 238
.word 239
.word 0
.word 241
.word 242
.word 243
.word 244
.word 245
.word 246
.word 247
.word 248
.word 249
.word 250
.word 251
.word 252
.word 253
.word 254
.word 255
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.align 2
.global f1
.type f1, %function
f1:
.LFB0:
.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
.LFE0:
.size f1, .-f1
.align 2
.global f2
.type f2, %function
f2:
.LFB1:
.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, 1
bl f1
str w0, [sp, 28]
nop
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE1:
.size f2, .-f2
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.local lineno
.comm lineno,4,4
.global input
.bss
.align 3
.type input, %object
.size input, 8
input:
.zero 8
.global output
.align 3
.type output, %object
.size output, 8
output:
.zero 8
.text
.align 2
.type close_files, %function
close_files:
.LFB6:
.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, input
add x0, x0, :lo12:input
ldr x1, [x0]
adrp x0, :got:stdin
ldr x0, [x0, #:got_lo12:stdin]
ldr x0, [x0]
cmp x1, x0
beq .L2
adrp x0, input
add x0, x0, :lo12:input
ldr x0, [x0]
bl fclose
.L2:
adrp x0, output
add x0, x0, :lo12:output
ldr x1, [x0]
adrp x0, :got:stdin
ldr x0, [x0, #:got_lo12:stdin]
ldr x0, [x0]
cmp x1, x0
beq .L4
adrp x0, output
add x0, x0, :lo12:output
ldr x0, [x0]
bl fclose
.L4:
nop
ldp x29, x30, [sp], 16
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE6:
.size close_files, .-close_files
.section .rodata
.align 3
.LC0:
.string "*** error: %s at line %d\n"
.text
.align 2
.type error, %function
error:
.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]
adrp x0, :got:stderr
ldr x0, [x0, #:got_lo12:stderr]
ldr x4, [x0]
adrp x0, lineno
add x0, x0, :lo12:lineno
ldr w0, [x0]
mov w3, w0
ldr x2, [sp, 24]
adrp x0, .LC0
add x1, x0, :lo12:.LC0
mov x0, x4
bl fprintf
bl close_files
mov w0, 1
bl exit
.cfi_endproc
.LFE7:
.size error, .-error
.section .rodata
.align 3
.LC1:
.string "memory overflow"
.text
.align 2
.type save_malloc, %function
save_malloc:
.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 malloc
str x0, [sp, 40]
ldr x0, [sp, 40]
cmp x0, 0
bne .L7
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl error
.L7:
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 save_malloc, .-save_malloc
.local numberOfNodes
.comm numberOfNodes,4,4
.align 2
.type newNode, %function
newNode:
.LFB9:
.cfi_startproc
stp x29, x30, [sp, -48]!
.cfi_def_cfa_offset 48
.cfi_offset 29, -48
.cfi_offset 30, -40
mov x29, sp
strb w0, [sp, 31]
mov w0, 16
bl save_malloc
str x0, [sp, 40]
ldr x0, [sp, 40]
ldrb w1, [sp, 31]
strb w1, [x0]
ldr x0, [sp, 40]
str xzr, [x0, 8]
adrp x0, numberOfNodes
add x0, x0, :lo12:numberOfNodes
ldr w0, [x0]
add w1, w0, 1
adrp x0, numberOfNodes
add x0, x0, :lo12:numberOfNodes
str w1, [x0]
ldr x0, [sp, 40]
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE9:
.size newNode, .-newNode
.local numberOfStrings
.comm numberOfStrings,4,4
.align 2
.type newStr, %function
newStr:
.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]
mov w0, 16
bl save_malloc
str x0, [sp, 40]
ldr x0, [sp, 40]
strb wzr, [x0]
ldr x0, [sp, 24]
bl strlen
add w0, w0, 1
bl save_malloc
ldr x1, [sp, 24]
bl strcpy
mov x1, x0
ldr x0, [sp, 40]
str x1, [x0, 8]
adrp x0, numberOfStrings
add x0, x0, :lo12:numberOfStrings
ldr w0, [x0]
add w1, w0, 1
adrp x0, numberOfStrings
add x0, x0, :lo12:numberOfStrings
str w1, [x0]
ldr x0, [sp, 40]
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE10:
.size newStr, .-newStr
.local numberOfListNodes
.comm numberOfListNodes,4,4
.align 2
.type cons, %function
cons:
.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]
str x1, [sp, 16]
mov w0, 16
bl save_malloc
str x0, [sp, 40]
ldr x0, [sp, 40]
ldr x1, [sp, 24]
str x1, [x0]
ldr x0, [sp, 40]
ldr x1, [sp, 16]
str x1, [x0, 8]
adrp x0, numberOfListNodes
add x0, x0, :lo12:numberOfListNodes
ldr w0, [x0]
add w1, w0, 1
adrp x0, numberOfListNodes
add x0, x0, :lo12:numberOfListNodes
str w1, [x0]
ldr x0, [sp, 40]
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE11:
.size cons, .-cons
.local buffer1
.comm buffer1,1000,8
.local buffer2
.comm buffer2,1000,8
.section .rodata
.align 3
.LC2:
.string "word too long ..."
.text
.align 2
.type read, %function
read:
.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 x19, [sp, 16]
.cfi_offset 19, -48
str x0, [sp, 40]
b .L16
.L17:
ldr w0, [sp, 56]
cmp w0, 10
bne .L16
adrp x0, lineno
add x0, x0, :lo12:lineno
ldr w0, [x0]
add w1, w0, 1
adrp x0, lineno
add x0, x0, :lo12:lineno
str w1, [x0]
.L16:
bl __ctype_b_loc
ldr x19, [x0]
adrp x0, input
add x0, x0, :lo12:input
ldr x0, [x0]
bl getc
str w0, [sp, 56]
ldrsw x0, [sp, 56]
lsl x0, x0, 1
add x0, x19, x0
ldrh w0, [x0]
and w0, w0, 8192
cmp w0, 0
bne .L17
ldr w0, [sp, 56]
cmn w0, #1
bne .L18
mov w0, 0
b .L19
.L18:
str wzr, [sp, 60]
b .L20
.L22:
ldrsw x0, [sp, 60]
ldr x1, [sp, 40]
add x0, x1, x0
ldr w1, [sp, 56]
and w1, w1, 255
strb w1, [x0]
adrp x0, input
add x0, x0, :lo12:input
ldr x0, [x0]
bl getc
str w0, [sp, 56]
ldr w0, [sp, 60]
add w0, w0, 1
str w0, [sp, 60]
.L20:
ldr w0, [sp, 56]
cmn w0, #1
beq .L21
bl __ctype_b_loc
ldr x1, [x0]
ldrsw x0, [sp, 56]
lsl x0, x0, 1
add x0, x1, x0
ldrh w0, [x0]
and w0, w0, 8192
cmp w0, 0
bne .L21
ldr w0, [sp, 60]
cmp w0, 999
ble .L22
.L21:
ldr w0, [sp, 60]
cmp w0, 999
ble .L23
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl error
.L23:
ldr w0, [sp, 56]
cmn w0, #1
bne .L24
ldr w0, [sp, 60]
cmp w0, 0
bne .L25
mov w0, 0
b .L19
.L25:
adrp x0, input
add x0, x0, :lo12:input
ldr x0, [x0]
mov x1, x0
ldr w0, [sp, 56]
bl ungetc
b .L26
.L24:
ldr w0, [sp, 56]
cmp w0, 10
bne .L26
adrp x0, lineno
add x0, x0, :lo12:lineno
ldr w0, [x0]
add w1, w0, 1
adrp x0, lineno
add x0, x0, :lo12:lineno
str w1, [x0]
.L26:
ldrsw x0, [sp, 60]
ldr x1, [sp, 40]
add x0, x1, x0
strb wzr, [x0]
mov w0, 1
.L19:
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
.LFE12:
.size read, .-read
.local root
.comm root,8,8
.section .rodata
.align 3
.LC3:
.string "multiply defined keys"
.text
.align 2
.type insert, %function
insert:
.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 x0, [sp, 24]
str x1, [sp, 16]
adrp x0, root
add x0, x0, :lo12:root
ldr x0, [x0]
str x0, [sp, 32]
adrp x0, root
add x0, x0, :lo12:root
str x0, [sp, 40]
b .L28
.L31:
ldr x0, [sp, 32]
add x0, x0, 8
str x0, [sp, 40]
ldr x0, [sp, 32]
ldr x0, [x0, 8]
str x0, [sp, 32]
.L29:
ldr x0, [sp, 32]
cmp x0, 0
beq .L30
ldr x0, [sp, 32]
ldr x0, [x0]
ldrb w1, [x0]
ldr x0, [sp, 24]
ldrb w0, [x0]
cmp w1, w0
bne .L31
.L30:
ldr x0, [sp, 32]
cmp x0, 0
beq .L28
ldr x0, [sp, 24]
add x0, x0, 1
str x0, [sp, 24]
ldr x0, [sp, 32]
ldr x0, [x0]
add x0, x0, 8
str x0, [sp, 40]
ldr x0, [sp, 32]
ldr x0, [x0]
ldr x0, [x0, 8]
str x0, [sp, 32]
.L28:
ldr x0, [sp, 32]
cmp x0, 0
beq .L32
ldr x0, [sp, 24]
ldrb w0, [x0]
cmp w0, 0
bne .L29
.L32:
ldr x0, [sp, 24]
ldrb w0, [x0]
cmp w0, 0
bne .L35
ldr x0, [sp, 40]
ldr x0, [x0]
ldr x0, [x0]
ldrb w0, [x0]
cmp w0, 0
bne .L35
adrp x0, .LC3
add x0, x0, :lo12:.LC3
bl error
b .L35
.L36:
ldr x0, [sp, 24]
ldrb w0, [x0]
bl newNode
mov x2, x0
ldr x0, [sp, 40]
ldr x0, [x0]
mov x1, x0
mov x0, x2
bl cons
mov x1, x0
ldr x0, [sp, 40]
str x1, [x0]
ldr x0, [sp, 24]
add x0, x0, 1
str x0, [sp, 24]
ldr x0, [sp, 40]
ldr x0, [x0]
ldr x0, [x0]
add x0, x0, 8
str x0, [sp, 40]
.L35:
ldr x0, [sp, 24]
ldrb w0, [x0]
cmp w0, 0
bne .L36
ldr x0, [sp, 16]
bl newStr
mov x2, x0
ldr x0, [sp, 40]
ldr x0, [x0]
mov x1, x0
mov x0, x2
bl cons
mov x1, x0
ldr x0, [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
.LFE13:
.size insert, .-insert
.data
.align 2
.type real_tab_size, %object
.size real_tab_size, 4
real_tab_size:
.word 8
.align 2
.type _tabsize, %object
.size _tabsize, 4
_tabsize:
.word 2
.align 3
.type _tabs, %object
.size _tabs, 11
_tabs:
.string "\t\t\t\t\t\t\t\t\t\t"
.align 3
.type _spaces, %object
.size _spaces, 9
_spaces:
.string " "
.text
.align 2
.type tab, %function
tab:
.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]
adrp x0, _tabsize
add x0, x0, :lo12:_tabsize
ldr w0, [x0]
mov w1, w0
ldr w0, [sp, 28]
mul w0, w0, w1
str w0, [sp, 28]
adrp x0, real_tab_size
add x0, x0, :lo12:real_tab_size
ldr w0, [x0]
mov w1, w0
ldr w0, [sp, 28]
udiv w0, w0, w1
mov w1, 10
cmp w0, 10
csel w0, w0, w1, ls
str w0, [sp, 40]
adrp x0, real_tab_size
add x0, x0, :lo12:real_tab_size
ldr w0, [x0]
mov w1, w0
ldr w0, [sp, 28]
udiv w2, w0, w1
mul w1, w2, w1
sub w0, w0, w1
mov w1, 8
cmp w0, 8
csel w0, w0, w1, ls
str w0, [sp, 44]
ldrsw x0, [sp, 40]
mov x1, 10
sub x1, x1, x0
adrp x0, _tabs
add x0, x0, :lo12:_tabs
add x2, x1, x0
adrp x0, output
add x0, x0, :lo12:output
ldr x0, [x0]
mov x1, x0
mov x0, x2
bl fputs
ldrsw x0, [sp, 44]
mov x1, 8
sub x1, x1, x0
adrp x0, _spaces
add x0, x0, :lo12:_spaces
add x2, x1, x0
adrp x0, output
add x0, x0, :lo12:output
ldr x0, [x0]
mov x1, x0
mov x0, x2
bl fputs
nop
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE14:
.size tab, .-tab
.section .rodata
.align 3
.LC4:
.string "0"
.section .data.rel.local,"aw"
.align 3
.type default_return, %object
.size default_return, 8
default_return:
.xword .LC4
.section .rodata
.align 3
.LC5:
.string "s"
.section .data.rel.local
.align 3
.type default_string, %object
.size default_string, 8
default_string:
.xword .LC5
.text
.align 2
.type singleton, %function
singleton:
.LFB15:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, 8]
ldr x0, [sp, 8]
cmp x0, 0
beq .L39
ldr x0, [sp, 8]
ldr x0, [x0, 8]
cmp x0, 0
bne .L39
mov w0, 1
b .L41
.L39:
mov w0, 0
.L41:
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE15:
.size singleton, .-singleton
.section .rodata
.align 3
.LC6:
.string "\\"
.align 3
.LC7:
.string ""
.align 3
.LC8:
.string "if(*%s++=='%s%c'"
.align 3
.LC9:
.string " &&\n"
.align 3
.LC10:
.string " *%s++=='%s%c'"
.align 3
.LC11:
.string "){\n"
.align 3
.LC12:
.string "} "
.align 3
.LC13:
.string ") return *%s ? %s : %s;\t/* %s */\n"
.align 3
.LC14:
.string "else return %s;\n"
.align 3
.LC15:
.string "return %s;\t/* %s */\n"
.align 3
.LC16:
.string "switch(*%s++) {\n"
.align 3
.LC17:
.string "case '%s%c' :"
.align 3
.LC18:
.string " return *%s ? %s : %s;\t/* %s */\n"
.align 3
.LC19:
.string "case '\\0': return %s;\t\t/* %s */\n"
.align 3
.LC20:
.string "default : return %s;\n"
.align 3
.LC21:
.string "};\n"
.text
.align 2
.type _print, %function
_print:
.LFB16:
.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]
str xzr, [sp, 48]
ldr x0, [sp, 40]
cmp x0, 0
beq .L64
ldr x0, [sp, 40]
bl singleton
cmp w0, 0
beq .L45
ldr w0, [sp, 36]
bl tab
ldr x0, [sp, 40]
ldr x0, [x0]
ldrb w1, [x0]
ldr x0, [sp, 24]
strb w1, [x0]
ldr x0, [sp, 24]
ldrb w0, [x0]
cmp w0, 0
beq .L46
adrp x0, output
add x0, x0, :lo12:output
ldr x5, [x0]
adrp x0, default_string
add x0, x0, :lo12:default_string
ldr x2, [x0]
ldr x0, [sp, 24]
ldrb w0, [x0]
cmp w0, 92
bne .L47
adrp x0, .LC6
add x0, x0, :lo12:.LC6
b .L48
.L47:
adrp x0, .LC7
add x0, x0, :lo12:.LC7
.L48:
ldr x1, [sp, 24]
ldrb w1, [x1]
mov w4, w1
mov x3, x0
adrp x0, .LC8
add x1, x0, :lo12:.LC8
mov x0, x5
bl fprintf
ldr x0, [sp, 40]
ldr x0, [x0]
ldr x0, [x0, 8]
str x0, [sp, 40]
b .L49
.L53:
adrp x0, output
add x0, x0, :lo12:output
ldr x0, [x0]
mov x3, x0
mov x2, 4
mov x1, 1
adrp x0, .LC9
add x0, x0, :lo12:.LC9
bl fwrite
ldr w0, [sp, 36]
bl tab
ldr x0, [sp, 40]
ldr x0, [x0]
ldr x1, [sp, 24]
add x1, x1, 1
str x1, [sp, 24]
ldrb w1, [x0]
ldr x0, [sp, 24]
strb w1, [x0]
adrp x0, output
add x0, x0, :lo12:output
ldr x5, [x0]
adrp x0, default_string
add x0, x0, :lo12:default_string
ldr x2, [x0]
ldr x0, [sp, 24]
ldrb w0, [x0]
cmp w0, 92
bne .L50
adrp x0, .LC6
add x0, x0, :lo12:.LC6
b .L51
.L50:
adrp x0, .LC7
add x0, x0, :lo12:.LC7
.L51:
ldr x1, [sp, 24]
ldrb w1, [x1]
mov w4, w1
mov x3, x0
adrp x0, .LC10
add x1, x0, :lo12:.LC10
mov x0, x5
bl fprintf
ldr x0, [sp, 40]
ldr x0, [x0]
ldr x0, [x0, 8]
str x0, [sp, 40]
.L49:
ldr x0, [sp, 40]
bl singleton
cmp w0, 0
beq .L52
ldr x0, [sp, 40]
ldr x0, [x0]
ldrb w0, [x0]
cmp w0, 0
bne .L53
.L52:
ldr x0, [sp, 40]
bl singleton
cmp w0, 0
bne .L54
adrp x0, output
add x0, x0, :lo12:output
ldr x0, [x0]
mov x3, x0
mov x2, 3
mov x1, 1
adrp x0, .LC11
add x0, x0, :lo12:.LC11
bl fwrite
ldr w0, [sp, 36]
add w1, w0, 1
ldr x0, [sp, 24]
add x0, x0, 1
mov x2, x0
ldr x0, [sp, 40]
bl _print
ldr w0, [sp, 36]
bl tab
adrp x0, output
add x0, x0, :lo12:output
ldr x0, [x0]
mov x3, x0
mov x2, 2
mov x1, 1
adrp x0, .LC12
add x0, x0, :lo12:.LC12
bl fwrite
b .L55
.L54:
ldr x0, [sp, 24]
add x0, x0, 1
strb wzr, [x0]
adrp x0, output
add x0, x0, :lo12:output
ldr x6, [x0]
adrp x0, default_string
add x0, x0, :lo12:default_string
ldr x1, [x0]
adrp x0, default_return
add x0, x0, :lo12:default_return
ldr x2, [x0]
ldr x0, [sp, 40]
ldr x0, [x0]
ldr x3, [x0, 8]
adrp x0, buffer1
add x5, x0, :lo12:buffer1
mov x4, x3
mov x3, x2
mov x2, x1
adrp x0, .LC13
add x1, x0, :lo12:.LC13
mov x0, x6
bl fprintf
ldr w0, [sp, 36]
bl tab
.L55:
adrp x0, output
add x0, x0, :lo12:output
ldr x3, [x0]
adrp x0, default_return
add x0, x0, :lo12:default_return
ldr x0, [x0]
mov x2, x0
adrp x0, .LC14
add x1, x0, :lo12:.LC14
mov x0, x3
bl fprintf
b .L42
.L46:
adrp x0, output
add x0, x0, :lo12:output
ldr x4, [x0]
ldr x0, [sp, 40]
ldr x0, [x0]
ldr x1, [x0, 8]
adrp x0, buffer1
add x3, x0, :lo12:buffer1
mov x2, x1
adrp x0, .LC15
add x1, x0, :lo12:.LC15
mov x0, x4
bl fprintf
b .L42
.L45:
ldr w0, [sp, 36]
bl tab
adrp x0, output
add x0, x0, :lo12:output
ldr x3, [x0]
adrp x0, default_string
add x0, x0, :lo12:default_string
ldr x0, [x0]
mov x2, x0
adrp x0, .LC16
add x1, x0, :lo12:.LC16
mov x0, x3
bl fprintf
b .L56
.L62:
ldr x0, [sp, 40]
ldr x0, [x0]
ldrb w0, [x0]
cmp w0, 0
bne .L57
ldr x0, [sp, 40]
ldr x0, [x0]
ldr x0, [x0, 8]
str x0, [sp, 48]
b .L58
.L57:
ldr x0, [sp, 40]
ldr x0, [x0]
ldrb w1, [x0]
ldr x0, [sp, 24]
strb w1, [x0]
ldr w0, [sp, 36]
add w0, w0, 1
bl tab
adrp x0, output
add x0, x0, :lo12:output
ldr x4, [x0]
ldr x0, [sp, 24]
ldrb w0, [x0]
cmp w0, 92
bne .L59
adrp x0, .LC6
add x0, x0, :lo12:.LC6
b .L60
.L59:
adrp x0, .LC7
add x0, x0, :lo12:.LC7
.L60:
ldr x1, [sp, 24]
ldrb w1, [x1]
mov w3, w1
mov x2, x0
adrp x0, .LC17
add x1, x0, :lo12:.LC17
mov x0, x4
bl fprintf
ldr x0, [sp, 40]
ldr x0, [x0]
ldr x0, [x0, 8]
str x0, [sp, 56]
ldr x0, [sp, 56]
bl singleton
cmp w0, 0
beq .L61
ldr x0, [sp, 56]
ldr x0, [x0]
ldrb w0, [x0]
cmp w0, 0
bne .L61
ldr x0, [sp, 24]
add x0, x0, 1
strb wzr, [x0]
adrp x0, output
add x0, x0, :lo12:output
ldr x6, [x0]
adrp x0, default_string
add x0, x0, :lo12:default_string
ldr x1, [x0]
adrp x0, default_return
add x0, x0, :lo12:default_return
ldr x2, [x0]
ldr x0, [sp, 56]
ldr x0, [x0]
ldr x3, [x0, 8]
adrp x0, buffer1
add x5, x0, :lo12:buffer1
mov x4, x3
mov x3, x2
mov x2, x1
adrp x0, .LC18
add x1, x0, :lo12:.LC18
mov x0, x6
bl fprintf
b .L58
.L61:
adrp x0, output
add x0, x0, :lo12:output
ldr x0, [x0]
mov x1, x0
mov w0, 10
bl putc
ldr w0, [sp, 36]
add w1, w0, 2
ldr x0, [sp, 24]
add x0, x0, 1
mov x2, x0
ldr x0, [sp, 56]
bl _print
.L58:
ldr x0, [sp, 40]
ldr x0, [x0, 8]
str x0, [sp, 40]
.L56:
ldr x0, [sp, 40]
cmp x0, 0
bne .L62
ldr x0, [sp, 48]
cmp x0, 0
beq .L63
ldr w0, [sp, 36]
add w0, w0, 1
bl tab
ldr x0, [sp, 24]
strb wzr, [x0]
adrp x0, output
add x0, x0, :lo12:output
ldr x4, [x0]
adrp x0, buffer1
add x3, x0, :lo12:buffer1
ldr x2, [sp, 48]
adrp x0, .LC19
add x1, x0, :lo12:.LC19
mov x0, x4
bl fprintf
.L63:
ldr w0, [sp, 36]
add w0, w0, 1
bl tab
adrp x0, output
add x0, x0, :lo12:output
ldr x3, [x0]
adrp x0, default_return
add x0, x0, :lo12:default_return
ldr x0, [x0]
mov x2, x0
adrp x0, .LC20
add x1, x0, :lo12:.LC20
mov x0, x3
bl fprintf
ldr w0, [sp, 36]
bl tab
adrp x0, output
add x0, x0, :lo12:output
ldr x0, [x0]
mov x3, x0
mov x2, 3
mov x1, 1
adrp x0, .LC21
add x0, x0, :lo12:.LC21
bl fwrite
b .L42
.L64:
nop
.L42:
ldp x29, x30, [sp], 64
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE16:
.size _print, .-_print
.align 2
.type print, %function
print:
.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, root
add x0, x0, :lo12:root
ldr x3, [x0]
adrp x0, buffer1
add x2, x0, :lo12:buffer1
mov w1, 1
mov x0, x3
bl _print
nop
ldp x29, x30, [sp], 16
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE17:
.size print, .-print
.align 2
.type kw_basename, %function
kw_basename:
.LFB18:
.cfi_startproc
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, 8]
ldr x0, [sp, 8]
str x0, [sp, 24]
b .L67
.L70:
ldr x0, [sp, 24]
ldrb w0, [x0]
cmp w0, 47
beq .L68
ldr x0, [sp, 24]
ldrb w0, [x0]
cmp w0, 92
bne .L69
.L68:
ldr x0, [sp, 8]
str x0, [sp, 24]
.L69:
ldr x0, [sp, 8]
add x0, x0, 1
str x0, [sp, 8]
.L67:
ldr x0, [sp, 8]
ldrb w0, [x0]
cmp w0, 0
bne .L70
ldr x0, [sp, 24]
add sp, sp, 32
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE18:
.size kw_basename, .-kw_basename
.section .rodata
.align 3
.LC22:
.ascii "usage %s [...] [<input-file>]\n\n -v\n\n verbose\n\n -"
.ascii "r <string>, --default-return-valu"
.string "e <string>\n\n Use <string> as default return value when no\n other string matches.\n\n\n -s <string>, --string-name <string>\n\n Use <string> as the variable name of type `char *'.\n\n\n -o <file>, --output-file <file>\n\n\n <file>, --input-file <file>\n\n"
.text
.align 2
.type usage, %function
usage:
.LFB19:
.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
str x0, [sp, 40]
adrp x0, :got:stderr
ldr x0, [x0, #:got_lo12:stderr]
ldr x19, [x0]
ldr x0, [sp, 40]
bl kw_basename
mov x2, x0
adrp x0, .LC22
add x1, x0, :lo12:.LC22
mov x0, x19
bl fprintf
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
.LFE19:
.size usage, .-usage
.local verbose
.comm verbose,4,4
.section .rodata
.align 3
.LC23:
.string "-v"
.align 3
.LC24:
.string "--verbose"
.align 3
.LC25:
.string "-r"
.align 3
.LC26:
.string "--default-return-value"
.align 3
.LC27:
.string "argument is missing"
.align 3
.LC28:
.string "-s"
.align 3
.LC29:
.string "--string-name"
.align 3
.LC30:
.string "-o"
.align 3
.LC31:
.string "--output-file"
.align 3
.LC32:
.string "multiple output files not allowed!"
.align 3
.LC33:
.string "w"
.align 3
.LC34:
.string "*** error: could not open %s for write.\n"
.align 3
.LC35:
.string "--input-file"
.align 3
.LC36:
.string "multiple input files not allowed!"
.align 3
.LC37:
.string "r"
.align 3
.LC38:
.string "*** error: could not open %s for read.\n"
.align 3
.LC39:
.string "*** warning: odd number of words -- skipping `%s' at line %d\n"
.align 3
.LC40:
.string "%8d internal nodes\n"
.align 3
.LC41:
.string "%8d list nodes\n"
.align 3
.LC42:
.string "%8d string nodes\n"
.text
.align 2
.global main
.type main, %function
main:
.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 w0, [sp, 28]
str x1, [sp, 16]
mov w0, 1
str w0, [sp, 44]
b .L74
.L98:
ldrsw x0, [sp, 44]
lsl x0, x0, 3
ldr x1, [sp, 16]
add x0, x1, x0
ldr x2, [x0]
adrp x0, .LC23
add x1, x0, :lo12:.LC23
mov x0, x2
bl strcmp
cmp w0, 0
beq .L75
ldrsw x0, [sp, 44]
lsl x0, x0, 3
ldr x1, [sp, 16]
add x0, x1, x0
ldr x2, [x0]
adrp x0, .LC24
add x1, x0, :lo12:.LC24
mov x0, x2
bl strcmp
cmp w0, 0
bne .L76
.L75:
adrp x0, verbose
add x0, x0, :lo12:verbose
mov w1, 1
str w1, [x0]
b .L77
.L76:
ldrsw x0, [sp, 44]
lsl x0, x0, 3
ldr x1, [sp, 16]
add x0, x1, x0
ldr x2, [x0]
adrp x0, .LC25
add x1, x0, :lo12:.LC25
mov x0, x2
bl strcmp
cmp w0, 0
beq .L78
ldrsw x0, [sp, 44]
lsl x0, x0, 3
ldr x1, [sp, 16]
add x0, x1, x0
ldr x2, [x0]
adrp x0, .LC26
add x1, x0, :lo12:.LC26
mov x0, x2
bl strcmp
cmp w0, 0
bne .L79
.L78:
ldr w0, [sp, 44]
add w0, w0, 1
str w0, [sp, 44]
ldr w1, [sp, 44]
ldr w0, [sp, 28]
cmp w1, w0
bge .L80
ldrsw x0, [sp, 44]
lsl x0, x0, 3
ldr x1, [sp, 16]
add x0, x1, x0
ldr x0, [x0]
ldrb w0, [x0]
cmp w0, 45
bne .L81
.L80:
adrp x0, .LC27
add x0, x0, :lo12:.LC27
bl error
.L81:
ldrsw x0, [sp, 44]
lsl x0, x0, 3
ldr x1, [sp, 16]
add x0, x1, x0
ldr x1, [x0]
adrp x0, default_return
add x0, x0, :lo12:default_return
str x1, [x0]
b .L77
.L79:
ldrsw x0, [sp, 44]
lsl x0, x0, 3
ldr x1, [sp, 16]
add x0, x1, x0
ldr x2, [x0]
adrp x0, .LC28
add x1, x0, :lo12:.LC28
mov x0, x2
bl strcmp
cmp w0, 0
beq .L82
ldrsw x0, [sp, 44]
lsl x0, x0, 3
ldr x1, [sp, 16]
add x0, x1, x0
ldr x2, [x0]
adrp x0, .LC29
add x1, x0, :lo12:.LC29
mov x0, x2
bl strcmp
cmp w0, 0
bne .L83
.L82:
ldr w0, [sp, 44]
add w0, w0, 1
str w0, [sp, 44]
ldr w1, [sp, 44]
ldr w0, [sp, 28]
cmp w1, w0
bge .L84
ldrsw x0, [sp, 44]
lsl x0, x0, 3
ldr x1, [sp, 16]
add x0, x1, x0
ldr x0, [x0]
ldrb w0, [x0]
cmp w0, 45
bne .L85
.L84:
adrp x0, .LC27
add x0, x0, :lo12:.LC27
bl error
.L85:
ldrsw x0, [sp, 44]
lsl x0, x0, 3
ldr x1, [sp, 16]
add x0, x1, x0
ldr x1, [x0]
adrp x0, default_string
add x0, x0, :lo12:default_string
str x1, [x0]
b .L77
.L83:
ldrsw x0, [sp, 44]
lsl x0, x0, 3
ldr x1, [sp, 16]
add x0, x1, x0
ldr x2, [x0]
adrp x0, .LC30
add x1, x0, :lo12:.LC30
mov x0, x2
bl strcmp
cmp w0, 0
beq .L86
ldrsw x0, [sp, 44]
lsl x0, x0, 3
ldr x1, [sp, 16]
add x0, x1, x0
ldr x2, [x0]
adrp x0, .LC31
add x1, x0, :lo12:.LC31
mov x0, x2
bl strcmp
cmp w0, 0
bne .L87
.L86:
ldr w0, [sp, 44]
add w0, w0, 1
str w0, [sp, 44]
ldr w1, [sp, 44]
ldr w0, [sp, 28]
cmp w1, w0
bge .L88
ldrsw x0, [sp, 44]
lsl x0, x0, 3
ldr x1, [sp, 16]
add x0, x1, x0
ldr x0, [x0]
ldrb w0, [x0]
cmp w0, 45
bne .L89
.L88:
adrp x0, .LC27
add x0, x0, :lo12:.LC27
bl error
.L89:
adrp x0, output
add x0, x0, :lo12:output
ldr x0, [x0]
cmp x0, 0
beq .L90
adrp x0, .LC32
add x0, x0, :lo12:.LC32
bl error
.L90:
ldrsw x0, [sp, 44]
lsl x0, x0, 3
ldr x1, [sp, 16]
add x0, x1, x0
ldr x2, [x0]
adrp x0, .LC33
add x1, x0, :lo12:.LC33
mov x0, x2
bl fopen
mov x1, x0
adrp x0, output
add x0, x0, :lo12:output
str x1, [x0]
adrp x0, output
add x0, x0, :lo12:output
ldr x0, [x0]
cmp x0, 0
bne .L77
adrp x0, :got:stderr
ldr x0, [x0, #:got_lo12:stderr]
ldr x3, [x0]
ldrsw x0, [sp, 44]
lsl x0, x0, 3
ldr x1, [sp, 16]
add x0, x1, x0
ldr x0, [x0]
mov x2, x0
adrp x0, .LC34
add x1, x0, :lo12:.LC34
mov x0, x3
bl fprintf
bl close_files
mov w0, 1
bl exit
.L87:
ldrsw x0, [sp, 44]
lsl x0, x0, 3
ldr x1, [sp, 16]
add x0, x1, x0
ldr x0, [x0]
ldrb w0, [x0]
cmp w0, 45
bne .L92
ldrsw x0, [sp, 44]
lsl x0, x0, 3
ldr x1, [sp, 16]
add x0, x1, x0
ldr x2, [x0]
adrp x0, .LC35
add x1, x0, :lo12:.LC35
mov x0, x2
bl strcmp
cmp w0, 0
bne .L93
.L92:
ldrsw x0, [sp, 44]
lsl x0, x0, 3
ldr x1, [sp, 16]
add x0, x1, x0
ldr x0, [x0]
ldrb w0, [x0]
cmp w0, 45
bne .L94
ldr w0, [sp, 44]
add w0, w0, 1
str w0, [sp, 44]
ldr w1, [sp, 44]
ldr w0, [sp, 28]
cmp w1, w0
bge .L95
ldrsw x0, [sp, 44]
lsl x0, x0, 3
ldr x1, [sp, 16]
add x0, x1, x0
ldr x0, [x0]
ldrb w0, [x0]
cmp w0, 45
bne .L94
.L95:
adrp x0, .LC27
add x0, x0, :lo12:.LC27
bl error
.L94:
adrp x0, input
add x0, x0, :lo12:input
ldr x0, [x0]
cmp x0, 0
beq .L96
adrp x0, .LC36
add x0, x0, :lo12:.LC36
bl error
.L96:
ldrsw x0, [sp, 44]
lsl x0, x0, 3
ldr x1, [sp, 16]
add x0, x1, x0
ldr x2, [x0]
adrp x0, .LC37
add x1, x0, :lo12:.LC37
mov x0, x2
bl fopen
mov x1, x0
adrp x0, input
add x0, x0, :lo12:input
str x1, [x0]
adrp x0, input
add x0, x0, :lo12:input
ldr x0, [x0]
cmp x0, 0
bne .L77
adrp x0, :got:stderr
ldr x0, [x0, #:got_lo12:stderr]
ldr x3, [x0]
ldrsw x0, [sp, 44]
lsl x0, x0, 3
ldr x1, [sp, 16]
add x0, x1, x0
ldr x0, [x0]
mov x2, x0
adrp x0, .LC38
add x1, x0, :lo12:.LC38
mov x0, x3
bl fprintf
bl close_files
mov w0, 1
bl exit
.L93:
ldr x0, [sp, 16]
ldr x0, [x0]
bl usage
bl close_files
mov w0, 1
bl exit
.L77:
ldr w0, [sp, 44]
add w0, w0, 1
str w0, [sp, 44]
.L74:
ldr w1, [sp, 44]
ldr w0, [sp, 28]
cmp w1, w0
blt .L98
adrp x0, output
add x0, x0, :lo12:output
ldr x0, [x0]
cmp x0, 0
bne .L99
adrp x0, :got:stdout
ldr x0, [x0, #:got_lo12:stdout]
ldr x1, [x0]
adrp x0, output
add x0, x0, :lo12:output
str x1, [x0]
.L99:
adrp x0, input
add x0, x0, :lo12:input
ldr x0, [x0]
cmp x0, 0
bne .L100
adrp x0, :got:stdin
ldr x0, [x0, #:got_lo12:stdin]
ldr x1, [x0]
adrp x0, input
add x0, x0, :lo12:input
str x1, [x0]
.L100:
adrp x0, lineno
add x0, x0, :lo12:lineno
mov w1, 1
str w1, [x0]
b .L101
.L104:
adrp x0, buffer2
add x0, x0, :lo12:buffer2
bl read
cmp w0, 0
bne .L102
adrp x0, :got:stderr
ldr x0, [x0, #:got_lo12:stderr]
ldr x4, [x0]
adrp x0, lineno
add x0, x0, :lo12:lineno
ldr w0, [x0]
mov w3, w0
adrp x0, buffer1
add x2, x0, :lo12:buffer1
adrp x0, .LC39
add x1, x0, :lo12:.LC39
mov x0, x4
bl fprintf
b .L103
.L102:
adrp x0, buffer2
add x1, x0, :lo12:buffer2
adrp x0, buffer1
add x0, x0, :lo12:buffer1
bl insert
.L101:
adrp x0, buffer1
add x0, x0, :lo12:buffer1
bl read
cmp w0, 0
bne .L104
.L103:
adrp x0, verbose
add x0, x0, :lo12:verbose
ldr w0, [x0]
cmp w0, 0
beq .L105
adrp x0, :got:stderr
ldr x0, [x0, #:got_lo12:stderr]
ldr x3, [x0]
adrp x0, numberOfNodes
add x0, x0, :lo12:numberOfNodes
ldr w0, [x0]
mov w2, w0
adrp x0, .LC40
add x1, x0, :lo12:.LC40
mov x0, x3
bl fprintf
adrp x0, :got:stderr
ldr x0, [x0, #:got_lo12:stderr]
ldr x3, [x0]
adrp x0, numberOfListNodes
add x0, x0, :lo12:numberOfListNodes
ldr w0, [x0]
mov w2, w0
adrp x0, .LC41
add x1, x0, :lo12:.LC41
mov x0, x3
bl fprintf
adrp x0, :got:stderr
ldr x0, [x0, #:got_lo12:stderr]
ldr x3, [x0]
adrp x0, numberOfStrings
add x0, x0, :lo12:numberOfStrings
ldr w0, [x0]
mov w2, w0
adrp x0, .LC42
add x1, x0, :lo12:.LC42
mov x0, x3
bl fprintf
.L105:
bl print
bl close_files
mov w0, 0
bl exit
.cfi_endproc
.LFE20:
.size main, .-main
``` |
### 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, -32]!
.cfi_def_cfa_offset 32
.cfi_offset 29, -32
.cfi_offset 30, -24
mov x29, sp
str w0, [sp, 28]
bl expose
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE0:
.size foo, .-foo
.section .rodata
.align 3
.LC0:
.string "%d"
.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
mov w0, 2333
bl foo
str w0, [sp, 28]
ldr w1, [sp, 28]
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
.LFE1:
.size main, .-main
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.local badHrs
.comm badHrs,4,4
.local maxBadHrs
.comm maxBadHrs,4,4
.local hrsTot
.comm hrsTot,8,8
.local rdgsTot
.comm rdgsTot,4,4
.global bhEndDate
.bss
.align 3
.type bhEndDate, %object
.size bhEndDate, 40
bhEndDate:
.zero 40
.section .rodata
.align 3
.LC0:
.string "."
.align 3
.LC1:
.string "%s %d"
.align 3
.LC2:
.string "badly formated line - %d %s\n"
.align 3
.LC3:
.string "%d %d %d"
.align 3
.LC4:
.string "bad file syntax line %d: %s\n"
.align 3
.LC5:
.string "%s Reject: %2d Accept: %2d Average: %7.3f\n"
.text
.align 2
.global mungeLine
.type mungeLine, %function
mungeLine:
.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 x0, [sp, 40]
str w1, [sp, 36]
str x2, [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
str wzr, [sp, 64]
adrp x0, .LC0
add x1, x0, :lo12:.LC0
ldr x0, [sp, 40]
bl strtok
str x0, [sp, 80]
ldr x0, [sp, 80]
cmp x0, 0
beq .L2
add x1, sp, 56
add x0, sp, 96
mov x3, x1
mov x2, x0
adrp x0, .LC1
add x1, x0, :lo12:.LC1
ldr x0, [sp, 80]
bl __isoc99_sscanf
str w0, [sp, 68]
ldr w0, [sp, 68]
cmp w0, 1
bgt .L3
ldr x2, [sp, 80]
ldr w1, [sp, 36]
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl printf
mov w0, 0
b .L13
.L3:
str xzr, [sp, 72]
b .L5
.L10:
add x2, sp, 60
add x1, sp, 52
add x0, sp, 48
mov x4, x2
mov x3, x1
mov x2, x0
adrp x0, .LC3
add x1, x0, :lo12:.LC3
ldr x0, [sp, 80]
bl __isoc99_sscanf
str w0, [sp, 68]
ldr w0, [sp, 68]
cmp w0, 1
ble .L6
ldr w0, [sp, 52]
cmp w0, 0
ble .L7
ldr w0, [sp, 56]
scvtf d1, w0
ldr w0, [sp, 48]
scvtf d0, w0
adrp x0, .LC6
ldr d2, [x0, #:lo12:.LC6]
fmul d0, d0, d2
fadd d0, d1, d0
ldr d1, [sp, 72]
fadd d0, d1, d0
str d0, [sp, 72]
ldr w0, [sp, 64]
add w0, w0, 1
str w0, [sp, 64]
adrp x0, maxBadHrs
add x0, x0, :lo12:maxBadHrs
ldr w1, [x0]
adrp x0, badHrs
add x0, x0, :lo12:badHrs
ldr w0, [x0]
cmp w1, w0
bge .L8
adrp x0, badHrs
add x0, x0, :lo12:badHrs
ldr w1, [x0]
adrp x0, maxBadHrs
add x0, x0, :lo12:maxBadHrs
str w1, [x0]
add x0, sp, 96
mov x1, x0
adrp x0, bhEndDate
add x0, x0, :lo12:bhEndDate
bl strcpy
.L8:
adrp x0, badHrs
add x0, x0, :lo12:badHrs
str wzr, [x0]
b .L9
.L7:
adrp x0, badHrs
add x0, x0, :lo12:badHrs
ldr w0, [x0]
add w1, w0, 1
adrp x0, badHrs
add x0, x0, :lo12:badHrs
str w1, [x0]
.L9:
ldr w0, [sp, 60]
str w0, [sp, 56]
b .L5
.L6:
ldr x2, [sp, 80]
ldr w1, [sp, 36]
adrp x0, .LC4
add x0, x0, :lo12:.LC4
bl printf
.L5:
adrp x0, .LC0
add x1, x0, :lo12:.LC0
mov x0, 0
bl strtok
str x0, [sp, 80]
ldr x0, [sp, 80]
cmp x0, 0
bne .L10
ldr w0, [sp, 64]
cmp w0, 0
ble .L11
ldr w0, [sp, 64]
scvtf d0, w0
ldr d1, [sp, 72]
fdiv d0, d1, d0
b .L12
.L11:
movi d0, #0
.L12:
str d0, [sp, 88]
mov w1, 24
ldr w0, [sp, 64]
sub w1, w1, w0
ldr w0, [sp, 64]
scvtf d0, w0
ldr d1, [sp, 72]
fdiv d0, d1, d0
add x0, sp, 96
ldr w4, [sp, 64]
mov w3, w1
mov x2, x0
adrp x0, .LC5
add x1, x0, :lo12:.LC5
ldr x0, [sp, 24]
bl fprintf
adrp x0, hrsTot
add x0, x0, :lo12:hrsTot
ldr d1, [x0]
ldr d0, [sp, 72]
fadd d0, d1, d0
adrp x0, hrsTot
add x0, x0, :lo12:hrsTot
str d0, [x0]
adrp x0, rdgsTot
add x0, x0, :lo12:rdgsTot
ldr w1, [x0]
ldr w0, [sp, 64]
add w1, w1, w0
adrp x0, rdgsTot
add x0, x0, :lo12:rdgsTot
str w1, [x0]
.L2:
mov w0, 1
.L13:
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 .L14
bl __stack_chk_fail
.L14:
mov w0, w1
ldp x29, x30, [sp], 144
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE6:
.size mungeLine, .-mungeLine
.section .rodata
.align 3
.LC7:
.string "readings.txt"
.align 3
.LC8:
.string "w"
.align 3
.LC9:
.string "V0.txt"
.align 3
.LC10:
.string "rb"
.align 3
.LC11:
.string "Can't open %s\n"
.align 3
.LC12:
.string "Bad line at %d"
.align 3
.LC13:
.string "File: %s\n"
.align 3
.LC14:
.string "Total: %.3f\n"
.align 3
.LC15:
.string "Readings: %d\n"
.align 3
.LC16:
.string "Average: %.3f\n"
.align 3
.LC17:
.string "\nMaximum number of consecutive bad readings is %d\n"
.align 3
.LC18:
.string "Ends on date %s\n"
.text
.align 2
.global main
.type main, %function
main:
.LFB7:
.cfi_startproc
sub sp, sp, #576
.cfi_def_cfa_offset 576
stp x29, x30, [sp]
.cfi_offset 29, -576
.cfi_offset 30, -568
mov x29, sp
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x1, [x0]
str x1, [sp, 568]
mov x1, 0
str wzr, [sp, 28]
adrp x0, .LC7
add x0, x0, :lo12:.LC7
str x0, [sp, 32]
adrp x0, .LC8
add x1, x0, :lo12:.LC8
adrp x0, .LC9
add x0, x0, :lo12:.LC9
bl fopen
str x0, [sp, 40]
adrp x0, .LC10
add x1, x0, :lo12:.LC10
ldr x0, [sp, 32]
bl fopen
str x0, [sp, 48]
ldr x0, [sp, 48]
cmp x0, 0
bne .L17
ldr x1, [sp, 32]
adrp x0, .LC11
add x0, x0, :lo12:.LC11
bl printf
mov w0, 1
bl exit
.L18:
ldr w0, [sp, 28]
add w0, w0, 1
str w0, [sp, 28]
add x0, sp, 56
ldr x2, [sp, 40]
ldr w1, [sp, 28]
bl mungeLine
cmp w0, 0
bne .L17
ldr w1, [sp, 28]
adrp x0, .LC12
add x0, x0, :lo12:.LC12
bl printf
.L17:
add x0, sp, 56
ldr x2, [sp, 48]
mov w1, 512
bl fgets
cmp x0, 0
bne .L18
ldr x0, [sp, 48]
bl fclose
ldr x2, [sp, 32]
adrp x0, .LC13
add x1, x0, :lo12:.LC13
ldr x0, [sp, 40]
bl fprintf
adrp x0, hrsTot
add x0, x0, :lo12:hrsTot
ldr d0, [x0]
adrp x0, .LC14
add x1, x0, :lo12:.LC14
ldr x0, [sp, 40]
bl fprintf
adrp x0, rdgsTot
add x0, x0, :lo12:rdgsTot
ldr w0, [x0]
mov w2, w0
adrp x0, .LC15
add x1, x0, :lo12:.LC15
ldr x0, [sp, 40]
bl fprintf
adrp x0, hrsTot
add x0, x0, :lo12:hrsTot
ldr d1, [x0]
adrp x0, rdgsTot
add x0, x0, :lo12:rdgsTot
ldr w0, [x0]
scvtf d0, w0
fdiv d0, d1, d0
adrp x0, .LC16
add x1, x0, :lo12:.LC16
ldr x0, [sp, 40]
bl fprintf
adrp x0, maxBadHrs
add x0, x0, :lo12:maxBadHrs
ldr w0, [x0]
mov w2, w0
adrp x0, .LC17
add x1, x0, :lo12:.LC17
ldr x0, [sp, 40]
bl fprintf
adrp x0, bhEndDate
add x2, x0, :lo12:bhEndDate
adrp x0, .LC18
add x1, x0, :lo12:.LC18
ldr x0, [sp, 40]
bl fprintf
ldr x0, [sp, 40]
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, 568]
ldr x2, [x0]
subs x3, x3, x2
mov x2, 0
beq .L20
bl __stack_chk_fail
.L20:
mov w0, w1
ldp x29, x30, [sp]
add sp, sp, 576
.cfi_restore 29
.cfi_restore 30
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE7:
.size main, .-main
.section .rodata
.align 3
.LC6:
.word -755914244
.word 1062232653
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.align 2
.global createNode
.type createNode, %function
createNode:
.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 x0, 16
bl malloc
str x0, [sp, 40]
ldr x0, [sp, 40]
str wzr, [x0]
ldr x0, [sp, 40]
str xzr, [x0, 8]
ldr x0, [sp, 40]
ldr w1, [sp, 28]
str w1, [x0, 4]
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 createNode, .-createNode
.align 2
.global createGraph
.type createGraph, %function
createGraph:
.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 x19, [sp, 16]
.cfi_offset 19, -48
str w0, [sp, 44]
mov x0, 32
bl malloc
str x0, [sp, 56]
ldr x0, [sp, 56]
ldr w1, [sp, 44]
str w1, [x0]
ldrsw x0, [sp, 44]
lsl x0, x0, 3
bl malloc
mov x1, x0
ldr x0, [sp, 56]
str x1, [x0, 8]
ldrsw x0, [sp, 44]
lsl x0, x0, 3
bl malloc
mov x1, x0
ldr x0, [sp, 56]
str x1, [x0, 16]
ldrsw x0, [sp, 44]
lsl x0, x0, 3
bl malloc
mov x1, x0
ldr x0, [sp, 56]
str x1, [x0, 24]
str wzr, [sp, 52]
b .L4
.L5:
ldr x0, [sp, 56]
ldr x1, [x0, 8]
ldrsw x0, [sp, 52]
lsl x0, x0, 3
add x0, x1, x0
str xzr, [x0]
ldr x0, [sp, 56]
ldr x1, [x0, 16]
ldrsw x0, [sp, 52]
lsl x0, x0, 3
add x0, x1, x0
str xzr, [x0]
ldr x0, [sp, 56]
ldr x1, [x0, 24]
ldrsw x0, [sp, 52]
lsl x0, x0, 3
add x19, x1, x0
ldr w0, [sp, 52]
bl createNode
str x0, [x19]
ldr w0, [sp, 52]
add w0, w0, 1
str w0, [sp, 52]
.L4:
ldr w1, [sp, 52]
ldr w0, [sp, 44]
cmp w1, w0
blt .L5
ldr x0, [sp, 56]
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
.LFE7:
.size createGraph, .-createGraph
.align 2
.global addEdge
.type addEdge, %function
addEdge:
.LFB8:
.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 w1, [sp, 20]
str w2, [sp, 16]
ldr w1, [sp, 20]
ldr w0, [sp, 16]
cmp w1, w0
bne .L8
mov w0, 0
b .L9
.L8:
ldr x0, [sp, 24]
ldr x1, [x0, 8]
ldrsw x0, [sp, 20]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
str x0, [sp, 48]
str wzr, [sp, 44]
b .L10
.L13:
ldr x0, [sp, 48]
ldr w0, [x0, 4]
ldr w1, [sp, 16]
cmp w1, w0
bne .L12
mov w0, 0
b .L9
.L12:
ldr x0, [sp, 48]
ldr x0, [x0, 8]
str x0, [sp, 48]
.L11:
ldr x0, [sp, 48]
cmp x0, 0
bne .L13
ldr w0, [sp, 44]
add w0, w0, 1
str w0, [sp, 44]
.L10:
ldr x0, [sp, 24]
ldr w0, [x0]
ldr w1, [sp, 44]
cmp w1, w0
blt .L11
ldr w0, [sp, 16]
bl createNode
str x0, [sp, 56]
ldr x0, [sp, 24]
ldr x1, [x0, 8]
ldrsw x0, [sp, 20]
lsl x0, x0, 3
add x0, x1, x0
ldr x1, [x0]
ldr x0, [sp, 56]
str x1, [x0, 8]
ldr x0, [sp, 24]
ldr x1, [x0, 8]
ldrsw x0, [sp, 20]
lsl x0, x0, 3
add x0, x1, x0
ldr x1, [sp, 56]
str x1, [x0]
ldr x0, [sp, 24]
ldr x1, [x0, 16]
ldrsw x0, [sp, 20]
lsl x0, x0, 3
add x0, x1, x0
ldr x1, [x0]
ldr x0, [sp, 56]
str x1, [x0, 8]
ldr x0, [sp, 24]
ldr x1, [x0, 16]
ldrsw x0, [sp, 20]
lsl x0, x0, 3
add x0, x1, x0
ldr x1, [sp, 56]
str x1, [x0]
ldr w0, [sp, 20]
bl createNode
str x0, [sp, 56]
ldr x0, [sp, 24]
ldr x1, [x0, 8]
ldrsw x0, [sp, 16]
lsl x0, x0, 3
add x0, x1, x0
ldr x1, [x0]
ldr x0, [sp, 56]
str x1, [x0, 8]
ldr x0, [sp, 24]
ldr x1, [x0, 8]
ldrsw x0, [sp, 16]
lsl x0, x0, 3
add x0, x1, x0
ldr x1, [sp, 56]
str x1, [x0]
ldr x0, [sp, 24]
ldr x1, [x0, 16]
ldrsw x0, [sp, 16]
lsl x0, x0, 3
add x0, x1, x0
ldr x1, [x0]
ldr x0, [sp, 56]
str x1, [x0, 8]
ldr x0, [sp, 24]
ldr x1, [x0, 16]
ldrsw x0, [sp, 16]
lsl x0, x0, 3
add x0, x1, x0
ldr x1, [sp, 56]
str x1, [x0]
mov w0, 1
.L9:
ldp x29, x30, [sp], 64
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE8:
.size addEdge, .-addEdge
.section .rodata
.align 3
.LC0:
.string "\n Printing the graph"
.align 3
.LC1:
.string "\n Vertex %d has an edge with the following vertices: "
.align 3
.LC2:
.string "%d, "
.align 3
.LC3:
.string "\n"
.text
.align 2
.global printGraph
.type printGraph, %function
printGraph:
.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]
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl printf
str wzr, [sp, 36]
b .L16
.L19:
ldr x0, [sp, 24]
ldr x1, [x0, 8]
ldrsw x0, [sp, 36]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
str x0, [sp, 40]
ldr w1, [sp, 36]
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl printf
b .L17
.L18:
ldr x0, [sp, 40]
ldr w0, [x0, 4]
mov w1, w0
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl printf
ldr x0, [sp, 40]
ldr x0, [x0, 8]
str x0, [sp, 40]
.L17:
ldr x0, [sp, 40]
cmp x0, 0
bne .L18
ldr w0, [sp, 36]
add w0, w0, 1
str w0, [sp, 36]
.L16:
ldr x0, [sp, 24]
ldr w0, [x0]
ldr w1, [sp, 36]
cmp w1, w0
blt .L19
adrp x0, .LC3
add x0, x0, :lo12:.LC3
bl puts
nop
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE9:
.size printGraph, .-printGraph
.align 2
.global setColor
.type setColor, %function
setColor:
.LFB10:
.cfi_startproc
sub sp, sp, #64
.cfi_def_cfa_offset 64
str x0, [sp, 24]
str x1, [sp, 16]
str w2, [sp, 12]
mov w0, 1
str w0, [sp, 44]
ldr x0, [sp, 24]
str x0, [sp, 48]
ldr x0, [sp, 16]
ldr x1, [x0, 24]
ldrsw x0, [sp, 12]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
str x0, [sp, 56]
b .L21
.L23:
ldr x0, [sp, 16]
ldr x1, [x0, 24]
ldr x0, [sp, 48]
ldr w0, [x0, 4]
sxtw x0, w0
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr w0, [x0]
ldr w1, [sp, 44]
cmp w1, w0
bne .L22
ldr w0, [sp, 44]
add w0, w0, 1
str w0, [sp, 44]
ldr x0, [sp, 24]
str x0, [sp, 48]
b .L21
.L22:
ldr x0, [sp, 48]
ldr x0, [x0, 8]
str x0, [sp, 48]
.L21:
ldr x0, [sp, 48]
cmp x0, 0
bne .L23
ldr x0, [sp, 56]
ldr w1, [sp, 44]
str w1, [x0]
nop
add sp, sp, 64
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE10:
.size setColor, .-setColor
.section .rodata
.align 3
.LC4:
.string "threadID is %d, part size is %d carry over is %d\n"
.align 3
.LC5:
.string "start is %d and end is %d \n"
.text
.align 2
.global assign
.type assign, %function
assign:
.LFB11:
.cfi_startproc
stp x29, x30, [sp, -128]!
.cfi_def_cfa_offset 128
.cfi_offset 29, -128
.cfi_offset 30, -120
mov x29, sp
str w0, [sp, 44]
str w1, [sp, 40]
str x2, [sp, 32]
str x3, [sp, 24]
str w4, [sp, 20]
ldr w0, [sp, 20]
cmp w0, 0
beq .L25
ldr w1, [sp, 40]
ldr w0, [sp, 44]
sdiv w0, w1, w0
str w0, [sp, 88]
ldr w0, [sp, 40]
ldr w1, [sp, 44]
sdiv w2, w0, w1
ldr w1, [sp, 44]
mul w1, w2, w1
sub w0, w0, w1
str w0, [sp, 92]
ldr w0, [sp, 44]
bl omp_set_num_threads
bl omp_get_thread_num
str w0, [sp, 96]
ldr w3, [sp, 92]
ldr w2, [sp, 88]
ldr w1, [sp, 96]
adrp x0, .LC4
add x0, x0, :lo12:.LC4
bl printf
ldr w1, [sp, 96]
ldr w0, [sp, 88]
mul w0, w1, w0
str w0, [sp, 100]
ldr w0, [sp, 96]
cmp w0, 0
bne .L26
ldr w1, [sp, 100]
ldr w0, [sp, 88]
add w0, w1, w0
str w0, [sp, 52]
b .L27
.L26:
ldr w0, [sp, 100]
str w0, [sp, 52]
ldr w0, [sp, 44]
sub w0, w0, #1
ldr w1, [sp, 96]
cmp w1, w0
bne .L28
ldr w1, [sp, 88]
ldr w0, [sp, 92]
add w0, w1, w0
b .L29
.L28:
ldr w0, [sp, 88]
.L29:
ldr w1, [sp, 52]
add w0, w1, w0
str w0, [sp, 52]
.L27:
ldr w2, [sp, 52]
ldr w1, [sp, 100]
adrp x0, .LC5
add x0, x0, :lo12:.LC5
bl printf
ldr w0, [sp, 100]
str w0, [sp, 56]
b .L30
.L31:
ldrsw x0, [sp, 56]
lsl x0, x0, 3
ldr x1, [sp, 32]
add x0, x1, x0
ldr x0, [x0]
str x0, [sp, 120]
ldr w2, [sp, 56]
ldr x1, [sp, 24]
ldr x0, [sp, 120]
bl setColor
ldr w0, [sp, 56]
add w0, w0, 1
str w0, [sp, 56]
.L30:
ldr w1, [sp, 56]
ldr w0, [sp, 52]
cmp w1, w0
blt .L31
b .L39
.L25:
str wzr, [sp, 60]
ldr x0, [sp, 32]
ldr x0, [x0]
str x0, [sp, 104]
b .L33
.L34:
ldr w0, [sp, 60]
add w0, w0, 1
str w0, [sp, 60]
ldr x0, [sp, 104]
ldr x0, [x0, 8]
str x0, [sp, 104]
.L33:
ldr x0, [sp, 104]
cmp x0, 0
bne .L34
ldr w1, [sp, 60]
ldr w0, [sp, 44]
sdiv w0, w1, w0
str w0, [sp, 68]
ldr w0, [sp, 60]
ldr w1, [sp, 44]
sdiv w2, w0, w1
ldr w1, [sp, 44]
mul w1, w2, w1
sub w0, w0, w1
str w0, [sp, 72]
ldr w0, [sp, 44]
bl omp_set_num_threads
bl omp_get_thread_num
str w0, [sp, 76]
ldr w1, [sp, 76]
ldr w0, [sp, 68]
mul w0, w1, w0
str w0, [sp, 80]
ldr w0, [sp, 80]
str w0, [sp, 84]
ldr w0, [sp, 44]
sub w0, w0, #1
ldr w1, [sp, 76]
cmp w1, w0
bne .L35
ldr w1, [sp, 68]
ldr w0, [sp, 72]
add w0, w1, w0
b .L36
.L35:
ldr w0, [sp, 68]
.L36:
ldr w1, [sp, 84]
add w0, w1, w0
str w0, [sp, 84]
ldr w0, [sp, 80]
str w0, [sp, 64]
b .L37
.L38:
ldrsw x0, [sp, 64]
lsl x0, x0, 3
ldr x1, [sp, 32]
add x0, x1, x0
ldr x0, [x0]
str x0, [sp, 112]
ldr x0, [sp, 24]
ldr x1, [x0, 8]
ldr x0, [sp, 112]
ldr w0, [x0, 4]
sxtw x0, w0
lsl x0, x0, 3
add x0, x1, x0
ldr x3, [x0]
ldr x0, [sp, 112]
ldr w0, [x0, 4]
mov w2, w0
ldr x1, [sp, 24]
mov x0, x3
bl setColor
ldr w0, [sp, 64]
add w0, w0, 1
str w0, [sp, 64]
.L37:
ldr w1, [sp, 64]
ldr w0, [sp, 84]
cmp w1, w0
blt .L38
.L39:
nop
ldp x29, x30, [sp], 128
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE11:
.size assign, .-assign
.align 2
.global detectConflicts
.type detectConflicts, %function
detectConflicts:
.LFB12:
.cfi_startproc
stp x29, x30, [sp, -112]!
.cfi_def_cfa_offset 112
.cfi_offset 29, -112
.cfi_offset 30, -104
mov x29, sp
str w0, [sp, 44]
str w1, [sp, 40]
str x2, [sp, 32]
str x3, [sp, 24]
ldr w1, [sp, 40]
ldr w0, [sp, 44]
sdiv w0, w1, w0
str w0, [sp, 64]
ldr w0, [sp, 40]
ldr w1, [sp, 44]
sdiv w2, w0, w1
ldr w1, [sp, 44]
mul w1, w2, w1
sub w0, w0, w1
str w0, [sp, 68]
ldrsw x0, [sp, 40]
lsl x0, x0, 3
bl malloc
str x0, [sp, 96]
str wzr, [sp, 48]
b .L41
.L42:
ldrsw x0, [sp, 48]
lsl x0, x0, 3
ldr x1, [sp, 32]
add x0, x1, x0
str xzr, [x0]
ldr w0, [sp, 48]
add w0, w0, 1
str w0, [sp, 48]
.L41:
ldr w1, [sp, 48]
ldr w0, [sp, 40]
cmp w1, w0
blt .L42
str wzr, [sp, 52]
ldr w0, [sp, 44]
bl omp_set_num_threads
str wzr, [sp, 56]
bl omp_get_thread_num
str w0, [sp, 72]
ldr w1, [sp, 72]
ldr w0, [sp, 64]
mul w0, w1, w0
str w0, [sp, 76]
ldr w0, [sp, 44]
sub w0, w0, #1
ldr w1, [sp, 72]
cmp w1, w0
bne .L43
ldr w1, [sp, 64]
ldr w0, [sp, 72]
mul w1, w1, w0
ldr w0, [sp, 68]
add w0, w1, w0
b .L44
.L43:
ldr w1, [sp, 64]
ldr w0, [sp, 72]
mul w0, w1, w0
.L44:
str w0, [sp, 80]
ldr w0, [sp, 76]
str w0, [sp, 60]
b .L45
.L49:
ldr x0, [sp, 24]
ldr x1, [x0, 24]
ldrsw x0, [sp, 60]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
str x0, [sp, 104]
ldrsw x0, [sp, 60]
lsl x0, x0, 3
ldr x1, [sp, 32]
add x0, x1, x0
ldr x0, [x0]
str x0, [sp, 88]
ldr x0, [sp, 104]
ldr w0, [x0]
str w0, [sp, 84]
b .L46
.L48:
ldr x0, [sp, 88]
ldr w0, [x0]
ldr w1, [sp, 84]
cmp w1, w0
bne .L47
ldr x0, [sp, 88]
ldr w0, [x0, 4]
ldr w1, [sp, 60]
cmp w1, w0
ble .L47
ldr w0, [sp, 52]
add w1, w0, 1
str w1, [sp, 52]
sxtw x0, w0
lsl x0, x0, 3
ldr x1, [sp, 96]
add x0, x1, x0
ldr x1, [sp, 104]
str x1, [x0]
mov w0, 1
str w0, [sp, 56]
ldr w0, [sp, 60]
add w0, w0, 1
str w0, [sp, 60]
.L47:
ldr x0, [sp, 88]
ldr x0, [x0, 8]
str x0, [sp, 88]
.L46:
ldr x0, [sp, 88]
cmp x0, 0
bne .L48
ldr w0, [sp, 60]
add w0, w0, 1
str w0, [sp, 60]
.L45:
ldr w1, [sp, 60]
ldr w0, [sp, 80]
cmp w1, w0
blt .L49
ldr w0, [sp, 56]
cmp w0, 0
beq .L50
ldr x0, [sp, 96]
b .L52
.L50:
mov x0, 0
.L52:
ldp x29, x30, [sp], 112
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE12:
.size detectConflicts, .-detectConflicts
.align 2
.global colorGraph
.type colorGraph, %function
colorGraph:
.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]
str x2, [sp, 16]
ldr x0, [sp, 16]
ldr x0, [x0, 16]
str x0, [sp, 40]
mov w0, 1
str w0, [sp, 36]
b .L54
.L55:
ldr w4, [sp, 36]
ldr x3, [sp, 16]
ldr x2, [sp, 40]
ldr w1, [sp, 24]
ldr w0, [sp, 28]
bl assign
str wzr, [sp, 36]
ldr x3, [sp, 16]
ldr x2, [sp, 40]
ldr w1, [sp, 24]
ldr w0, [sp, 28]
bl detectConflicts
str x0, [sp, 40]
.L54:
ldr x0, [sp, 40]
cmp x0, 0
bne .L55
nop
nop
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE13:
.size colorGraph, .-colorGraph
.section .rodata
.align 3
.LC6:
.string "The max degree is: %d\n"
.text
.align 2
.global findMaxDegree
.type findMaxDegree, %function
findMaxDegree:
.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 wzr, [sp, 48]
str wzr, [sp, 52]
str wzr, [sp, 44]
b .L57
.L60:
ldr x0, [sp, 24]
ldr x1, [x0, 8]
ldrsw x0, [sp, 44]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
str x0, [sp, 56]
b .L58
.L59:
ldr w0, [sp, 48]
add w0, w0, 1
str w0, [sp, 48]
ldr x0, [sp, 56]
ldr x0, [x0, 8]
str x0, [sp, 56]
.L58:
ldr x0, [sp, 56]
cmp x0, 0
bne .L59
ldr w0, [sp, 48]
ldr w2, [sp, 52]
ldr w1, [sp, 52]
cmp w2, w0
csel w0, w1, w0, ge
str w0, [sp, 52]
str wzr, [sp, 48]
ldr w0, [sp, 44]
add w0, w0, 1
str w0, [sp, 44]
.L57:
ldr x0, [sp, 24]
ldr w0, [x0]
ldr w1, [sp, 44]
cmp w1, w0
blt .L60
ldr w1, [sp, 52]
adrp x0, .LC6
add x0, x0, :lo12:.LC6
bl printf
nop
ldp x29, x30, [sp], 64
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE14:
.size findMaxDegree, .-findMaxDegree
.section .rodata
.align 3
.LC7:
.string "The max color is: %d\n"
.text
.align 2
.global findMaxColor
.type findMaxColor, %function
findMaxColor:
.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 x0, [sp, 24]
str wzr, [sp, 36]
str wzr, [sp, 32]
b .L62
.L63:
ldr x0, [sp, 24]
ldr x1, [x0, 24]
ldrsw x0, [sp, 32]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
str x0, [sp, 40]
ldr x0, [sp, 40]
ldr w0, [x0]
ldr w2, [sp, 36]
ldr w1, [sp, 36]
cmp w2, w0
csel w0, w1, w0, ge
str w0, [sp, 36]
ldr x0, [sp, 40]
ldr x0, [x0, 8]
str x0, [sp, 40]
ldr w0, [sp, 32]
add w0, w0, 1
str w0, [sp, 32]
.L62:
ldr x0, [sp, 24]
ldr w0, [x0]
ldr w1, [sp, 32]
cmp w1, w0
blt .L63
ldr w1, [sp, 36]
adrp x0, .LC7
add x0, x0, :lo12:.LC7
bl printf
nop
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE15:
.size findMaxColor, .-findMaxColor
.section .rodata
.align 3
.LC8:
.string "This program requires 3 arguments: nodes, edges, threads"
.align 3
.LC9:
.string "\n Coloring the graph took %f seconds \n"
.text
.align 2
.global main
.type main, %function
main:
.LFB16:
.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 w0, [sp, 44]
str x1, [sp, 32]
ldr w0, [sp, 44]
cmp w0, 4
beq .L65
adrp x0, .LC8
add x0, x0, :lo12:.LC8
bl puts
mov w0, -1
b .L66
.L65:
ldr x0, [sp, 32]
add x0, x0, 8
ldr x0, [x0]
bl atoi
str w0, [sp, 60]
ldr x0, [sp, 32]
add x0, x0, 16
ldr x0, [x0]
bl atoi
str w0, [sp, 64]
ldr x0, [sp, 32]
add x0, x0, 24
ldr x0, [x0]
bl atoi
str w0, [sp, 68]
ldr w0, [sp, 60]
bl createGraph
str x0, [sp, 72]
mov w0, 10
bl srand
str wzr, [sp, 56]
b .L67
.L68:
bl rand
ldr w1, [sp, 60]
sdiv w2, w0, w1
ldr w1, [sp, 60]
mul w1, w2, w1
sub w19, w0, w1
bl rand
ldr w1, [sp, 60]
sdiv w2, w0, w1
ldr w1, [sp, 60]
mul w1, w2, w1
sub w0, w0, w1
mov w2, w0
mov w1, w19
ldr x0, [sp, 72]
bl addEdge
cmp w0, 0
beq .L67
ldr w0, [sp, 56]
add w0, w0, 1
str w0, [sp, 56]
.L67:
ldr w1, [sp, 56]
ldr w0, [sp, 64]
cmp w1, w0
blt .L68
bl clock
str x0, [sp, 80]
ldr x2, [sp, 72]
ldr w1, [sp, 60]
ldr w0, [sp, 68]
bl colorGraph
bl clock
mov x1, x0
ldr x0, [sp, 80]
sub x0, x1, x0
str x0, [sp, 80]
ldr d0, [sp, 80]
scvtf d0, d0
mov x0, 145685290680320
movk x0, 0x412e, lsl 48
fmov d1, x0
fdiv d0, d0, d1
str d0, [sp, 88]
ldr d0, [sp, 88]
adrp x0, .LC9
add x0, x0, :lo12:.LC9
bl printf
ldr x0, [sp, 72]
bl findMaxDegree
ldr x0, [sp, 72]
bl findMaxColor
mov w0, 0
.L66:
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
.LFE16:
.size main, .-main
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.align 2
.global megaInit
.type megaInit, %function
megaInit:
.LFB0:
.cfi_startproc
nop
ret
.cfi_endproc
.LFE0:
.size megaInit, .-megaInit
.align 2
.global RandomFunc
.type RandomFunc, %function
RandomFunc:
.LFB1:
.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, 24]
ldr x1, [x0]
mov x0, 7387
movk x0, 0x29be, lsl 16
eor x0, x1, x0
str x0, [sp, 48]
str xzr, [sp, 40]
b .L3
.L8:
ldr x0, [sp, 48]
ldr x1, [sp, 40]
cmp x1, x0
beq .L4
ldr x0, [sp, 48]
ldr x1, [sp, 40]
cmp x1, x0
bne .L5
add x0, sp, 48
add x0, x0, 4
ldrh w0, [x0]
strh w0, [sp, 38]
add x1, sp, 48
add x0, sp, 48
add x0, x0, 4
ldrh w1, [x1]
strh w1, [x0]
add x0, sp, 48
ldrh w1, [sp, 38]
strh w1, [x0]
b .L6
.L5:
ldr x0, [sp, 40]
lsl x0, x0, 3
add x1, sp, 48
ldr x1, [x1, x0]
ldr x0, [sp, 40]
lsl x0, x0, 3
add x2, sp, 48
ldr x0, [x2, x0]
and w0, w0, 6
orr w0, w0, 1
lsl x2, x1, x0
ldr x0, [sp, 40]
lsl x0, x0, 3
add x1, sp, 48
str x2, [x1, x0]
b .L6
.L4:
ldr x0, [sp, 48]
ldr x1, [sp, 40]
cmp x1, x0
bcc .L7
ldr x0, [sp, 40]
lsl x0, x0, 3
add x1, sp, 48
ldr x1, [x1, x0]
ldr x0, [sp, 48]
eor x0, x1, x0
str x0, [sp, 48]
b .L6
.L7:
add x0, sp, 48
ldrb w0, [x0]
strb w0, [sp, 37]
add x0, sp, 48
add x0, x0, 1
add x1, sp, 48
ldrb w0, [x0]
strb w0, [x1]
add x0, sp, 48
add x0, x0, 1
ldrb w1, [sp, 37]
strb w1, [x0]
.L6:
ldr x0, [sp, 40]
add x0, x0, 2
str x0, [sp, 40]
.L3:
ldr x0, [sp, 40]
cmp x0, 0
beq .L8
ldr x1, [sp, 48]
mov x0, 41230
movk x0, 0xea3, lsl 16
and x1, x1, x0
mov x0, 45120
movk x0, 0x1603, lsl 16
eor x1, x1, x0
ldr x0, [sp, 16]
str x1, [x0]
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 .L9
bl __stack_chk_fail
.L9:
ldp x29, x30, [sp], 64
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE1:
.size RandomFunc, .-RandomFunc
.section .rodata
.align 3
.LC0:
.string "Call this program with %i arguments\n"
.align 3
.LC1:
.string "You win!"
.align 3
.LC2:
.string "%lu\n"
.text
.align 2
.global main
.type main, %function
main:
.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 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, 72]
mov x1, 0
bl megaInit
ldr w0, [sp, 28]
cmp w0, 2
beq .L11
mov w1, 1
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl printf
mov w0, -1
bl exit
.L11:
str wzr, [sp, 40]
b .L12
.L13:
ldrsw x0, [sp, 40]
add x0, x0, 1
lsl x0, x0, 3
ldr x1, [sp, 16]
add x0, x1, x0
ldr x0, [x0]
mov w2, 10
mov x1, 0
bl strtoul
str x0, [sp, 48]
ldrsw x0, [sp, 40]
lsl x0, x0, 3
add x1, sp, 56
ldr x2, [sp, 48]
str x2, [x1, x0]
ldr w0, [sp, 40]
add w0, w0, 1
str w0, [sp, 40]
.L12:
ldr w0, [sp, 40]
cmp w0, 0
ble .L13
add x1, sp, 64
add x0, sp, 56
bl RandomFunc
ldr x1, [sp, 64]
mov x0, 37184
movk x0, 0x1aa2, lsl 16
cmp x1, x0
bne .L14
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl puts
.L14:
str wzr, [sp, 44]
b .L15
.L16:
ldrsw x0, [sp, 44]
lsl x0, x0, 3
add x1, sp, 64
ldr x0, [x1, x0]
mov x1, x0
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl printf
ldr w0, [sp, 44]
add w0, w0, 1
str w0, [sp, 44]
.L15:
ldr w0, [sp, 44]
cmp w0, 0
ble .L16
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 .L18
bl __stack_chk_fail
.L18:
mov w0, w1
ldp x29, x30, [sp], 80
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE2:
.size main, .-main
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.section .rodata
.align 3
.LC0:
.string "%d %d"
.align 3
.LC1:
.string "%d"
.align 3
.LC2:
.string "%d\n"
.align 3
.LC3:
.string "%d "
.text
.align 2
.global main
.type main, %function
main:
.LFB0:
.cfi_startproc
stp x29, x30, [sp, -304]!
.cfi_def_cfa_offset 304
.cfi_offset 29, -304
.cfi_offset 30, -296
mov x29, sp
.cfi_def_cfa_register 29
stp x19, x20, [sp, 16]
stp x21, x22, [sp, 32]
stp x23, x24, [sp, 48]
stp x25, x26, [sp, 64]
str x27, [sp, 80]
sub sp, sp, #16
.cfi_offset 19, -288
.cfi_offset 20, -280
.cfi_offset 21, -272
.cfi_offset 22, -264
.cfi_offset 23, -256
.cfi_offset 24, -248
.cfi_offset 25, -240
.cfi_offset 26, -232
.cfi_offset 27, -224
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x1, [x0]
str x1, [x29, 296]
mov x1, 0
mov x0, sp
mov x19, x0
ldr w1, [x29, 224]
ldr w0, [x29, 228]
add w0, w1, w0
str w0, [x29, 244]
add x1, x29, 228
add x0, x29, 224
mov x2, x1
mov x1, x0
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl __isoc99_scanf
ldr w1, [x29, 224]
ldr w0, [x29, 228]
add w0, w1, w0
str w0, [x29, 244]
ldr w0, [x29, 224]
add w0, w0, 1
sxtw x1, w0
sub x1, x1, #1
str x1, [x29, 248]
sxtw x1, w0
str x1, [x29, 176]
str xzr, [x29, 184]
ldp x2, x3, [x29, 176]
mov x1, x2
lsr x1, x1, 59
mov x4, x3
lsl x4, x4, 5
str x4, [x29, 216]
ldr x4, [x29, 216]
orr x1, x1, x4
str x1, [x29, 216]
mov x1, x2
lsl x1, x1, 5
str x1, [x29, 208]
sxtw x1, w0
str x1, [x29, 160]
str xzr, [x29, 168]
ldp x2, x3, [x29, 160]
mov x1, x2
lsr x1, x1, 59
mov x4, x3
lsl x4, x4, 5
str x4, [x29, 200]
ldr x4, [x29, 200]
orr x1, x1, x4
str x1, [x29, 200]
mov x1, x2
lsl x1, x1, 5
str x1, [x29, 192]
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, 256]
ldr w0, [x29, 228]
add w0, w0, 1
sxtw x1, w0
sub x1, x1, #1
str x1, [x29, 264]
sxtw x1, w0
str x1, [x29, 144]
str xzr, [x29, 152]
ldp x2, x3, [x29, 144]
mov x1, x2
lsr x1, x1, 59
mov x4, x3
lsl x27, x4, 5
orr x27, x1, x27
mov x1, x2
lsl x26, x1, 5
sxtw x1, w0
str x1, [x29, 128]
str xzr, [x29, 136]
ldp x2, x3, [x29, 128]
mov x1, x2
lsr x1, x1, 59
mov x4, x3
lsl x25, x4, 5
orr x25, x1, x25
mov x1, x2
lsl x24, x1, 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
.L5:
cmp sp, x1
beq .L6
sub sp, sp, #65536
str xzr, [sp, 1024]
b .L5
.L6:
and x1, x0, 65535
sub sp, sp, x1
str xzr, [sp]
and x0, x0, 65535
cmp x0, 1024
bcc .L7
str xzr, [sp, 1024]
.L7:
add x0, sp, 16
add x0, x0, 3
lsr x0, x0, 2
lsl x0, x0, 2
str x0, [x29, 272]
ldr w0, [x29, 244]
add w0, w0, 1
sxtw x1, w0
sub x1, x1, #1
str x1, [x29, 280]
sxtw x1, w0
str x1, [x29, 112]
str xzr, [x29, 120]
ldp x2, x3, [x29, 112]
mov x1, x2
lsr x1, x1, 59
mov x4, x3
lsl x23, x4, 5
orr x23, x1, x23
mov x1, x2
lsl x22, x1, 5
sxtw x1, w0
str x1, [x29, 96]
str xzr, [x29, 104]
ldp x2, x3, [x29, 96]
mov x1, x2
lsr x1, x1, 59
mov x4, x3
lsl x21, x4, 5
orr x21, x1, x21
mov x1, x2
lsl x20, x1, 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
.L8:
cmp sp, x1
beq .L9
sub sp, sp, #65536
str xzr, [sp, 1024]
b .L8
.L9:
and x1, x0, 65535
sub sp, sp, x1
str xzr, [sp]
and x0, x0, 65535
cmp x0, 1024
bcc .L10
str xzr, [sp, 1024]
.L10:
add x0, sp, 16
add x0, x0, 3
lsr x0, x0, 2
lsl x0, x0, 2
str x0, [x29, 288]
str wzr, [x29, 232]
b .L11
.L12:
ldrsw x0, [x29, 232]
lsl x0, x0, 2
ldr x1, [x29, 256]
add x0, x1, x0
mov x1, x0
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl __isoc99_scanf
ldr w0, [x29, 232]
add w0, w0, 1
str w0, [x29, 232]
.L11:
ldr w0, [x29, 224]
ldr w1, [x29, 232]
cmp w1, w0
ble .L12
str wzr, [x29, 236]
b .L13
.L14:
ldrsw x0, [x29, 236]
lsl x0, x0, 2
ldr x1, [x29, 272]
add x0, x1, x0
mov x1, x0
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl __isoc99_scanf
ldr w0, [x29, 236]
add w0, w0, 1
str w0, [x29, 236]
.L13:
ldr w0, [x29, 228]
ldr w1, [x29, 236]
cmp w1, w0
ble .L14
str wzr, [x29, 240]
b .L15
.L16:
ldr x0, [x29, 288]
ldrsw x1, [x29, 240]
str wzr, [x0, x1, lsl 2]
ldr w0, [x29, 240]
add w0, w0, 1
str w0, [x29, 240]
.L15:
ldr w1, [x29, 240]
ldr w0, [x29, 244]
cmp w1, w0
ble .L16
str wzr, [x29, 232]
b .L17
.L20:
str wzr, [x29, 236]
b .L18
.L19:
ldr w1, [x29, 232]
ldr w0, [x29, 236]
add w0, w1, w0
str w0, [x29, 240]
ldr x0, [x29, 288]
ldrsw x1, [x29, 240]
ldr w1, [x0, x1, lsl 2]
ldr x0, [x29, 256]
ldrsw x2, [x29, 232]
ldr w2, [x0, x2, lsl 2]
ldr x0, [x29, 272]
ldrsw x3, [x29, 236]
ldr w0, [x0, x3, lsl 2]
mul w0, w2, w0
add w2, w1, w0
ldr x0, [x29, 288]
ldrsw x1, [x29, 240]
str w2, [x0, x1, lsl 2]
ldr w0, [x29, 236]
add w0, w0, 1
str w0, [x29, 236]
.L18:
ldr w0, [x29, 228]
ldr w1, [x29, 236]
cmp w1, w0
ble .L19
ldr w0, [x29, 232]
add w0, w0, 1
str w0, [x29, 232]
.L17:
ldr w0, [x29, 224]
ldr w1, [x29, 232]
cmp w1, w0
ble .L20
ldr w1, [x29, 244]
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl printf
str wzr, [x29, 240]
b .L21
.L22:
ldr x0, [x29, 288]
ldrsw x1, [x29, 240]
ldr w0, [x0, x1, lsl 2]
mov w1, w0
adrp x0, .LC3
add x0, x0, :lo12:.LC3
bl printf
ldr w0, [x29, 240]
add w0, w0, 1
str w0, [x29, 240]
.L21:
ldr w1, [x29, 240]
ldr w0, [x29, 244]
cmp w1, w0
ble .L22
mov w0, 0
mov sp, x19
mov w1, w0
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x3, [x29, 296]
ldr x2, [x0]
subs x3, x3, x2
mov x2, 0
beq .L24
bl __stack_chk_fail
.L24:
mov w0, w1
mov sp, x29
ldp x19, x20, [sp, 16]
ldp x21, x22, [sp, 32]
ldp x23, x24, [sp, 48]
ldp x25, x26, [sp, 64]
ldr x27, [sp, 80]
ldp x29, x30, [sp], 304
.cfi_restore 30
.cfi_restore 29
.cfi_restore 27
.cfi_restore 25
.cfi_restore 26
.cfi_restore 23
.cfi_restore 24
.cfi_restore 21
.cfi_restore 22
.cfi_restore 19
.cfi_restore 20
.cfi_def_cfa 31, 0
ret
.cfi_endproc
.LFE0:
.size main, .-main
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.align 2
.global tolower
.type tolower, %function
tolower:
.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]
bl __ctype_b_loc
ldr x1, [x0]
ldrsw x0, [sp, 28]
lsl x0, x0, 1
add x0, x1, x0
ldrh w0, [x0]
and w0, w0, 256
cmp w0, 0
beq .L2
ldr w0, [sp, 28]
cmp w0, 166
bne .L3
mov w0, 168
str w0, [sp, 28]
ldr w0, [sp, 28]
b .L4
.L3:
ldr w0, [sp, 28]
cmp w0, 180
bne .L5
mov w0, 184
str w0, [sp, 28]
ldr w0, [sp, 28]
b .L4
.L5:
ldr w0, [sp, 28]
cmp w0, 188
bne .L6
mov w0, 189
str w0, [sp, 28]
ldr w0, [sp, 28]
b .L4
.L6:
ldr w0, [sp, 28]
cmp w0, 190
bne .L7
mov w0, 255
str w0, [sp, 28]
ldr w0, [sp, 28]
b .L4
.L7:
ldr w0, [sp, 28]
cmp w0, 223
bne .L8
mov w0, 223
str w0, [sp, 28]
ldr w0, [sp, 28]
b .L4
.L8:
ldr w0, [sp, 28]
add w0, w0, 32
b .L4
.L2:
ldr w0, [sp, 28]
.L4:
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE0:
.size tolower, .-tolower
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.section .rodata
.align 3
.LC0:
.string "s"
.align 3
.LC1:
.string "not a tty"
.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]
str wzr, [sp, 32]
b .L2
.L4:
ldr w0, [sp, 36]
cmp w0, 115
bne .L3
mov w0, 1
str w0, [sp, 32]
b .L2
.L3:
bl usage
.L2:
adrp x0, .LC0
add x2, x0, :lo12:.LC0
ldr x1, [sp, 16]
ldr w0, [sp, 28]
bl getopt
str w0, [sp, 36]
ldr w0, [sp, 36]
cmn w0, #1
bne .L4
mov w0, 0
bl ttyname
str x0, [sp, 40]
ldr w0, [sp, 32]
cmp w0, 0
bne .L5
ldr x0, [sp, 40]
cmp x0, 0
beq .L6
ldr x0, [sp, 40]
b .L7
.L6:
adrp x0, .LC1
add x0, x0, :lo12:.LC1
.L7:
bl puts
.L5:
ldr x0, [sp, 40]
cmp x0, 0
cset w0, eq
and w0, w0, 255
bl exit
.cfi_endproc
.LFE6:
.size main, .-main
.section .rodata
.align 3
.LC2:
.string "usage: tty [-s]\n"
.text
.align 2
.type usage, %function
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, 16
mov x1, 1
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl fwrite
mov w0, 2
bl exit
.cfi_endproc
.LFE7:
.size usage, .-usage
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.global MF_MT_MPEG2_PROFILE
.section .rodata
.align 3
.type MF_MT_MPEG2_PROFILE, %object
.size MF_MT_MPEG2_PROFILE, 24
MF_MT_MPEG2_PROFILE:
.xword 2910234635
.hword 11612
.hword 19979
.ascii "\263ud\345 \023p6"
.zero 4
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.align 2
.global myThreadFun
.type myThreadFun, %function
myThreadFun:
.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]
mov w0, 100
str w0, [sp, 44]
ldr w0, [sp, 44]
cmp w0, 0
beq .L2
mov w0, 97
bl putchar
.L2:
ldr w0, [sp, 44]
cmp w0, 19
bgt .L3
ldr w0, [sp, 44]
sub w0, w0, #1
str w0, [sp, 44]
b .L4
.L3:
ldr w0, [sp, 44]
add w0, w0, 1
str w0, [sp, 44]
.L4:
ldr w0, [sp, 44]
cmp w0, 2
ble .L5
mov w0, 97
bl putchar
.L5:
mov x0, 0
bl pthread_exit
.cfi_endproc
.LFE6:
.size myThreadFun, .-myThreadFun
.section .rodata
.align 3
.LC0:
.string "After thread call"
.text
.align 2
.global main
.type main, %function
main:
.LFB7:
.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, 20]
b .L7
.L8:
add x1, sp, 24
ldrsw x0, [sp, 20]
lsl x0, x0, 3
add x4, x1, x0
mov x3, 0
adrp x0, myThreadFun
add x2, x0, :lo12:myThreadFun
mov x1, 0
mov x0, x4
bl pthread_create
ldrsw x0, [sp, 20]
lsl x0, x0, 3
add x1, sp, 24
ldr x0, [x1, x0]
mov x1, 0
bl pthread_join
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 20]
.L7:
ldr w0, [sp, 20]
cmp w0, 1
ble .L8
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, 40]
ldr x2, [x0]
subs x3, x3, x2
mov x2, 0
beq .L10
bl __stack_chk_fail
.L10:
mov w0, w1
ldp x29, x30, [sp], 48
.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 foo
.type foo, %function
foo:
.LFB0:
.cfi_startproc
sub sp, sp, #32
.cfi_def_cfa_offset 32
str w0, [sp, 12]
str w1, [sp, 8]
str wzr, [sp, 20]
mov w0, 100
str w0, [sp, 28]
mov w0, 100
str w0, [sp, 24]
ldr w0, [sp, 12]
cmp w0, 0
beq .L2
str wzr, [sp, 20]
b .L3
.L2:
mov w0, 10
str w0, [sp, 20]
.L3:
ldr w0, [sp, 8]
cmp w0, 0
beq .L4
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 28]
b .L5
.L4:
ldr w0, [sp, 20]
sub w0, w0, #1
str w0, [sp, 28]
ldr w1, [sp, 28]
ldr w0, [sp, 20]
mul w0, w1, w0
str w0, [sp, 24]
.L5:
ldr w0, [sp, 24]
mul w0, w0, w0
str w0, [sp, 28]
ldr w0, [sp, 28]
add sp, sp, 32
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE0:
.size foo, .-foo
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.global DataTypes
.bss
.align 2
.type DataTypes, %object
.size DataTypes, 4
DataTypes:
.zero 4
.global OutTreeOptions
.align 2
.type OutTreeOptions, %object
.size OutTreeOptions, 4
OutTreeOptions:
.zero 4
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.section .rodata
.align 3
.LC0:
.string "%%%d.%df"
.text
.align 2
.global dtostrf
.type dtostrf, %function
dtostrf:
.LFB0:
.cfi_startproc
stp x29, x30, [sp, -80]!
.cfi_def_cfa_offset 80
.cfi_offset 29, -80
.cfi_offset 30, -72
mov x29, sp
str d0, [sp, 40]
strb w0, [sp, 39]
strb w1, [sp, 38]
str x2, [sp, 24]
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x1, [x0]
str x1, [sp, 72]
mov x1, 0
#APP
// 23 "program.c" 1
.global _printf_float
// 0 "" 2
#NO_APP
ldrsb w0, [sp, 39]
ldrb w1, [sp, 38]
add x4, sp, 48
mov w3, w1
mov w2, w0
adrp x0, .LC0
add x1, x0, :lo12:.LC0
mov x0, x4
bl sprintf
add x0, sp, 48
ldr d0, [sp, 40]
mov x1, x0
ldr x0, [sp, 24]
bl sprintf
ldr x0, [sp, 24]
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 .L3
bl __stack_chk_fail
.L3:
mov x0, x1
ldp x29, x30, [sp], 80
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE0:
.size dtostrf, .-dtostrf
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.global V_K
.data
.align 3
.type V_K, %object
.size V_K, 1536
V_K:
.string "\200"
.string ""
.string ""
.string ""
.string ""
.string "\200\200\200\200\200\200"
.string "\200\200"
.string "\200\200"
.string "\200"
.string "\200\200"
.string ""
.string "\200\200\200"
.ascii "\200\200\200"
.string ""
.string "\200\200"
.string "\200"
.string "\200\200"
.string ""
.string "\200"
.string "\200\200\200"
.string ""
.string "\200"
.string ""
.string "\200"
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\200\200"
.string ""
.string ""
.string "\200"
.string "\200\200"
.string ""
.string "\200\200\200\200\200\200\200"
.string "\200"
.string "\200\200"
.string ""
.string ""
.string ""
.string ""
.string "\200\200"
.string "\200"
.ascii "\200\200\200\200"
.string ""
.string "\200\200"
.string ""
.string "\200"
.string ""
.string "\200\200"
.string ""
.string "\200"
.string ""
.string "\200\200\200"
.string ""
.string "\200\200"
.string ""
.string ""
.string ""
.string ""
.string "\200\200"
.string "\200"
.string "\200"
.string "\200"
.string ""
.string "\200"
.string "\200"
.string "\200\200\200"
.string "\200\200\200"
.string ""
.string ""
.string "\200"
.string ""
.string ""
.string ""
.string "\200\200"
.string ""
.ascii "\200\200\200\200"
.string "\200"
.string "\200\200\200\200"
.string "\200\200\200\200"
.string ""
.string ""
.string "\200\200\200\200"
.string ""
.string ""
.string "\200"
.string ""
.string ""
.string "\200\200\200"
.string ""
.ascii "\200\200"
.string ""
.string ""
.string ""
.string "\200"
.string ""
.string ""
.string ""
.string ""
.string "\200\200"
.string "\200\200"
.string "\200\200"
.string "\200"
.string ""
.string ""
.string ""
.string ""
.string "\200"
.string "\200"
.ascii "\200\200\200\200"
.string ""
.string "\200"
.string ""
.string ""
.string "\200\200\200\200\200\200\200\200\200"
.string ""
.string ""
.string ""
.string ""
.string "\200"
.string "\200\200\200"
.string "\200\200"
.string ""
.ascii "\200\200\200"
.string ""
.string ""
.string "\200"
.string ""
.string "\200\200\200\200"
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\200\200"
.string "\200\200\200"
.string "\200\200"
.string ""
.string "\200"
.string ""
.string ""
.ascii "\200\200"
.string "\200"
.string ""
.string "\200"
.string ""
.string ""
.string ""
.string ""
.string "\200"
.string "\200\200"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\200\200"
.string ""
.string "\200\200\200"
.string ""
.string ""
.string "\200"
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\200"
.string ""
.string ""
.string "\200\200"
.string ""
.string "\200\200\200\200"
.string ""
.string "\200\200\200\200\200"
.string ""
.string "\200"
.string ""
.string "\200"
.ascii "\200"
.string "\200\200\200"
.string "\200\200"
.string ""
.string ""
.string "\200\200\200"
.string "\200"
.string "\200\200\200\200\200"
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\200\200\200\200"
.ascii "\200"
.string ""
.string ""
.string ""
.string "\200"
.string "\200\200\200\200\200"
.string "\200"
.string "\200"
.string "\200\200"
.string "\200"
.string "\200\200"
.string "\200\200"
.string ""
.string "\200\200"
.string ""
.ascii "\200"
.string ""
.string ""
.string ""
.string ""
.string "\200\200\200\200\200"
.string "\200"
.string ""
.string ""
.string "\200"
.string "\200\200\200\200\200"
.string ""
.string "\200"
.string ""
.string "\200"
.string "\200\200"
.string ""
.string ""
.string "\200\200"
.string ""
.string ""
.string "\200\200"
.string "\200\200\200"
.string ""
.string "\200"
.string "\200"
.string ""
.string ""
.string "\200"
.string ""
.string "\200\200\200\200"
.string "\200"
.string "\200"
.string "\200\200"
.string "\200\200"
.string ""
.string ""
.string "\200\200\200"
.string ""
.string "\200"
.string ""
.string "\200\200"
.string "\200"
.string ""
.string "\200\200"
.string "\200"
.string ""
.string ""
.ascii "\200\200\200"
.string "\200\200\200\200\200"
.string ""
.string ""
.string "\200\200"
.string ""
.string "\200"
.string ""
.string ""
.string "\200"
.string "\200"
.string ""
.string ""
.string "\200"
.string "\200\200"
.string "\200"
.string "\200"
.string ""
.string ""
.string ""
.string "\200"
.string ""
.string ""
.string ""
.string ""
.string "\200"
.string "\200"
.string "\200"
.string "\200\200"
.string ""
.string "\200\200\200\200"
.string "\200\200\200"
.string ""
.string "\200\200"
.string ""
.string "\200"
.string "\200\200\200\200\200\200\200"
.string "\200\200"
.string "\200"
.string ""
.string ""
.string "\200\200"
.string ""
.string ""
.string "\200\200\200"
.string "\200\200"
.string "\200"
.ascii "\200"
.string ""
.string ""
.string "\200\200\200"
.string ""
.string ""
.string ""
.string "\200\200\200"
.string "\200"
.string "\200"
.string "\200\200"
.string ""
.string "\200\200"
.string "\200\200\200"
.string ""
.string "\200\200"
.string ""
.string ""
.string ""
.string ""
.string "\200\200"
.string "\200"
.string "\200\200"
.string ""
.string "\200\200\200"
.string "\200"
.string "\200"
.string ""
.string "\200"
.string "\200"
.string "\200\200\200"
.string "\200"
.string ""
.string ""
.string "\200\200"
.string ""
.string ""
.string "\200"
.string ""
.string "\200"
.string "\200\200"
.string ""
.string "\200\200\200\200"
.string "\200\200"
.string ""
.string "\200"
.string "\200"
.string "\200"
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\200"
.string "\200\200\200"
.string "\200\200"
.string "\200"
.string ""
.string ""
.string ""
.string ""
.string "\200\200"
.string ""
.string ""
.string "\200"
.string "\200\200\200"
.string ""
.string ""
.string ""
.string ""
.string "\200"
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\200\200"
.string "\200"
.string ""
.string "\200"
.string ""
.string ""
.string ""
.string "\200"
.string "\200\200\200"
.string ""
.string ""
.string "\200"
.string "\200"
.string "\200"
.string ""
.string ""
.string "\200\200\200\200"
.string ""
.string "\200\200"
.string ""
.string "\200\200"
.string ""
.string ""
.string "\200"
.string "\200\200"
.string "\200"
.string "\200"
.string "\200\200\200"
.string ""
.string ""
.string ""
.string ""
.string "\200"
.string "\200\200\200"
.string ""
.string "\200"
.string ""
.string "\200\200"
.string "\200"
.string ""
.string "\200"
.string "\200"
.string "\200\200"
.string ""
.string ""
.string "\200\200"
.string "\200"
.string "\200\200"
.string ""
.string ""
.string ""
.string ""
.string "\200"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\200"
.string ""
.string "\200\200\200"
.string "\200\200"
.string "\200\200"
.string ""
.string ""
.string "\200"
.string ""
.string "\200"
.string ""
.string "\200"
.string "\200"
.string ""
.string ""
.string "\200"
.string "\200\200\200"
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\200"
.string "\200"
.string ""
.string "\200"
.string "\200"
.string ""
.string "\200\200\200\200\200\200\200\200\200\200"
.string ""
.string "\200\200\200"
.string "\200\200"
.string "\200"
.string ""
.string "\200\200"
.string ""
.string "\200"
.string ""
.string "\200"
.string "\200\200"
.string ""
.string "\200"
.string ""
.string "\200\200\200\200\200\200\200"
.string ""
.string "\200\200\200"
.string ""
.string ""
.string ""
.string "\200\200"
.string ""
.string ""
.string "\200\200"
.string ""
.string ""
.string "\200\200"
.string "\200\200"
.string "\200"
.string "\200"
.string "\200\200"
.string ""
.string ""
.string ""
.string ""
.string "\200\200"
.string ""
.string ""
.string "\200"
.string ""
.string ""
.string ""
.string ""
.ascii "\200\200\200"
.string "\200"
.string "\200\200"
.string "\200\200"
.string "\200\200\200\200\200"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\200"
.string "\200"
.string "\200"
.string "\200"
.string "\200"
.string ""
.string ""
.string ""
.string "\200"
.string ""
.string ""
.string ""
.string "\200\200\200"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\200"
.string ""
.string "\200"
.string "\200"
.string ""
.string ""
.string ""
.string "\200\200\200"
.ascii "\200\200"
.string "\200"
.string ""
.string "\200\200"
.string ""
.string "\200"
.string ""
.string ""
.string ""
.string ""
.string "\200\200\200"
.string "\200\200\200\200"
.string "\200"
.string "\200"
.string ""
.string ""
.string ""
.string ""
.ascii "\200\200"
.string "\200"
.string ""
.string "\200"
.string "\200"
.string "\200\200"
.string "\200"
.string "\200\200\200\200\200\200\200\200\200\200"
.string "\200\200"
.string ""
.string "\200\200"
.string ""
.string ""
.string "\200\200"
.string "\200"
.string ""
.string "\200\200\200\200\200\200\200"
.string ""
.string "\200\200\200\200"
.string "\200"
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\200"
.string ""
.string ""
.ascii "\200"
.string ""
.string "\200\200\200"
.string "\200\200\200\200"
.string "\200\200\200\200\200\200"
.string ""
.string "\200\200"
.string "\200"
.string ""
.string "\200\200"
.string ""
.string ""
.string ""
.ascii "\200\200"
.string ""
.string "\200\200"
.string "\200\200\200\200"
.string ""
.string ""
.string "\200"
.string ""
.string ""
.string ""
.string "\200\200"
.string ""
.string "\200"
.string ""
.string "\200"
.string "\200"
.string "\200"
.ascii "\200\200\200"
.string "\200\200"
.string ""
.string ""
.string "\200"
.string ""
.string ""
.string "\200\200"
.string ""
.string "\200\200\200\200\200\200"
.string "\200\200\200\200"
.string "\200"
.string "\200"
.ascii "\200\200\200"
.string "\200"
.string ""
.string "\200"
.string ""
.string ""
.string "\200\200"
.string "\200"
.string ""
.string "\200"
.string "\200\200"
.string ""
.string "\200\200"
.string "\200"
.string "\200"
.string "\200\200\200\200"
.string ""
.string "\200"
.string "\200"
.string ""
.string "\200"
.string ""
.string ""
.string "\200\200"
.string ""
.string "\200"
.string ""
.string ""
.string ""
.string "\200"
.string ""
.string ""
.string "\200\200"
.string "\200"
.string "\200"
.string ""
.ascii "\200\200"
.string "\200"
.string "\200"
.string "\200"
.string ""
.string ""
.string ""
.string ""
.string ""
.string "\200"
.string "\200\200"
.string "\200"
.string ""
.string "\200\200"
.string ""
.string ""
.string "\200\200\200\200\200\200\200"
.string ""
.string "\200\200\200\200"
.string "\200"
.string ""
.string "\200"
.string ""
.string "\200\200\200"
.string ""
.string ""
.string "\200"
.string "\200"
.string "\200"
.string "\200"
.string "\200"
.string ""
.string ""
.ascii "\200\200"
.string ""
.string "\200"
.string ""
.string ""
.string ""
.string "\200\200\200"
.string "\200"
.string "\200\200"
.string ""
.string ""
.string "\200\200\200"
.string ""
.string "\200\200\200"
.string ""
.string ""
.string ""
.string "\200\200"
.string "\200"
.string ""
.string ""
.string "\200\200\200"
.string ""
.string ""
.string "\200\200\200\200\200"
.string ""
.string "\200\200"
.string "\200"
.string "\200\200\200"
.string "\200"
.string "\200"
.ascii "\200\200"
.string "\200"
.string "\200"
.string ""
.string "\200"
.string "\200"
.string ""
.string "\200"
.string ""
.string "\200\200\200\200\200\200"
.string "\200"
.string ""
.string ""
.string "\200"
.string ""
.string ""
.ascii "\200\200\200\200"
.string ""
.string "\200"
.string "\200\200"
.string ""
.string "\200\200"
.string ""
.string "\200\200\200"
.string ""
.string ""
.string "\200\200"
.string "\200\200"
.string ""
.string "\200\200\200\200\200"
.string "\200"
.string ""
.string "\200"
.string ""
.string ""
.string ""
.string "\200\200"
.string "\200"
.string "\200"
.string ""
.string "\200\200\200"
.string ""
.string "\200\200\200"
.string "\200"
.string ""
.string "\200"
.string ""
.string ""
.string ""
.ascii "\200"
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.align 2
.global foo
.type foo, %function
foo:
.LFB0:
.cfi_startproc
sub sp, sp, #32
.cfi_def_cfa_offset 32
str w0, [sp, 12]
str w1, [sp, 8]
str wzr, [sp, 20]
mov w0, 100
str w0, [sp, 24]
mov w0, 100
str w0, [sp, 28]
ldr w0, [sp, 12]
cmp w0, 0
beq .L2
str wzr, [sp, 20]
b .L3
.L2:
mov w0, 10
str w0, [sp, 20]
.L3:
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 24]
ldr w1, [sp, 20]
ldr w0, [sp, 24]
mul w0, w1, w0
str w0, [sp, 28]
ldr w1, [sp, 20]
mov w0, w1
lsl w0, w0, 2
add w0, w0, w1
str w0, [sp, 24]
ldr w1, [sp, 28]
ldr w0, [sp, 24]
cmp w1, w0
ble .L4
ldr w1, [sp, 28]
ldr w0, [sp, 24]
sub w0, w1, w0
str w0, [sp, 20]
.L4:
ldr w0, [sp, 20]
add sp, sp, 32
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE0:
.size foo, .-foo
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.section .rodata
.align 3
.LC0:
.string "input string: %s\n"
.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
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, 56]
mov x1, 0
adrp x0, :got:stdin
ldr x0, [x0, #:got_lo12:stdin]
ldr x1, [x0]
add x0, sp, 40
mov x2, x1
mov w1, 15
bl fgets
str wzr, [sp, 36]
b .L2
.L3:
ldrsw x0, [sp, 36]
add x1, sp, 40
ldrb w0, [x1, x0]
mov w1, 17097
movk w1, 0xb216, lsl 16
umull x1, w0, w1
lsr x1, x1, 32
lsr w2, w1, 6
mov w1, 92
mul w1, w2, w1
sub w0, w0, w1
and w0, w0, 255
add w0, w0, 32
and w2, w0, 255
ldrsw x0, [sp, 36]
add x1, sp, 40
strb w2, [x1, x0]
ldr w0, [sp, 36]
add w0, w0, 1
str w0, [sp, 36]
.L2:
ldr w0, [sp, 36]
cmp w0, 14
ble .L3
strb wzr, [sp, 55]
add x0, sp, 40
mov x1, x0
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, 56]
ldr x2, [x0]
subs x3, x3, x2
mov x2, 0
beq .L5
bl __stack_chk_fail
.L5:
mov w0, w1
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
.section .rodata
.align 3
.LC0:
.string "t:%d\n"
.align 3
.LC1:
.string "xx:%d\n"
.align 3
.LC2:
.string "1"
.align 3
.LC3:
.string "0"
.align 3
.LC4:
.string "time %d\n"
.align 3
.LC5:
.string "%T"
.align 3
.LC6:
.string "ctime %s t2 %s\n"
.text
.align 2
.global main
.type main, %function
main:
.LFB6:
.cfi_startproc
stp x29, x30, [sp, -176]!
.cfi_def_cfa_offset 176
.cfi_offset 29, -176
.cfi_offset 30, -168
mov x29, sp
.cfi_def_cfa_register 29
str x19, [sp, 16]
sub sp, sp, #16
.cfi_offset 19, -160
adrp x8, :got:__stack_chk_guard
ldr x8, [x8, #:got_lo12:__stack_chk_guard]
ldr x9, [x8]
str x9, [x29, 168]
mov x9, 0
mov x8, sp
mov x19, x8
mov w8, 1
str w8, [x29, 40]
ldr w8, [x29, 40]
add w9, w8, 1
str w9, [x29, 40]
sxtw x9, w8
sub x9, x9, #1
str x9, [x29, 64]
sxtw x9, w8
mov x6, x9
mov x7, 0
lsr x9, x6, 61
lsl x3, x7, 3
orr x3, x9, x3
lsl x2, x6, 3
sxtw x2, w8
mov x4, x2
mov x5, 0
lsr x2, x4, 61
lsl x1, x5, 3
orr x1, x2, x1
lsl x0, x4, 3
sxtw x0, w8
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, 0
str x0, [x29, 72]
mov w0, 2
str w0, [x29, 44]
mov w0, 6
str w0, [x29, 48]
mov w0, 5
str w0, [x29, 52]
mov x1, 24
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl printf
ldr w0, [x29, 44]
cmp w0, 0
cset w0, eq
and w0, w0, 255
mov w1, w0
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl printf
ldr w0, [x29, 44]
cmp w0, 0
cset w0, eq
and w0, w0, 255
mov w1, w0
ldr w0, [x29, 48]
add w0, w1, w0
mov w1, w0
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl printf
ldr w0, [x29, 44]
cmp w0, 0
cset w0, eq
and w0, w0, 255
mov w1, w0
ldr w0, [x29, 48]
add w0, w1, w0
ldr w1, [x29, 52]
cmp w1, w0
cset w0, lt
and w0, w0, 255
mov w1, w0
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl printf
ldr w0, [x29, 44]
cmp w0, 0
cset w0, eq
and w0, w0, 255
mov w1, w0
ldr w0, [x29, 48]
add w0, w1, w0
ldr w1, [x29, 52]
cmp w1, w0
bge .L5
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl puts
b .L6
.L5:
adrp x0, .LC3
add x0, x0, :lo12:.LC3
bl puts
.L6:
add x0, x29, 96
mov x1, 0
bl gettimeofday
mov x0, 0
bl time
str x0, [x29, 56]
add x0, x29, 56
bl localtime
str x0, [x29, 80]
ldr x0, [x29, 56]
mov x1, x0
adrp x0, .LC4
add x0, x0, :lo12:.LC4
bl printf
add x4, x29, 112
ldr x3, [x29, 80]
adrp x0, .LC5
add x2, x0, :lo12:.LC5
mov x1, 50
mov x0, x4
bl strftime
add x0, x29, 56
bl ctime
mov x1, x0
add x0, x29, 112
mov x2, x0
adrp x0, .LC6
add x0, x0, :lo12:.LC6
bl printf
mov x0, 10
bl malloc
str x0, [x29, 88]
ldr x0, [x29, 88]
bl free
mov w0, 0
mov sp, x19
mov w1, w0
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x3, [x29, 168]
ldr x2, [x0]
subs x3, x3, x2
mov x2, 0
beq .L8
bl __stack_chk_fail
.L8:
mov w0, w1
mov sp, x29
ldr x19, [sp, 16]
ldp x29, x30, [sp], 176
.cfi_restore 30
.cfi_restore 29
.cfi_restore 19
.cfi_def_cfa 31, 0
ret
.cfi_endproc
.LFE6:
.size main, .-main
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.global bar
.section .tbss,"awT",@nobits
.align 3
.type bar, %object
.size bar, 10
bar:
.zero 10
.global foo
.section .tdata,"awT",@progbits
.align 3
.type foo, %object
.size foo, 20
foo:
.string "\001"
.zero 18
.section .rodata
.align 3
.LC0:
.string "OK"
.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
bl bar_size1
str w0, [sp, 28]
mrs x0, tpidr_el0
add x0, x0, #:tprel_hi12:bar, lsl #12
add x0, x0, #:tprel_lo12_nc:bar
ldrb w0, [x0, 2]
cmp w0, 3
bne .L2
ldr w0, [sp, 28]
cmp w0, 10
bne .L2
bl bar_size2
mov w1, w0
ldr w0, [sp, 28]
cmp w0, w1
bne .L2
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl puts
.L2:
bl foo_size1
str w0, [sp, 28]
mrs x0, tpidr_el0
add x0, x0, #:tprel_hi12:foo, lsl #12
add x0, x0, #:tprel_lo12_nc:foo
ldrb w0, [x0, 3]
cmp w0, 4
bne .L3
ldr w0, [sp, 28]
cmp w0, 20
bne .L3
bl foo_size2
mov w1, w0
ldr w0, [sp, 28]
cmp w0, w1
bne .L3
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl puts
.L3:
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
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.align 2
.global randMethod
.type randMethod, %function
randMethod:
.LFB6:
.cfi_startproc
sub sp, sp, #48
.cfi_def_cfa_offset 48
str w0, [sp, 12]
ldr w0, [sp, 12]
and w0, w0, 31
str w0, [sp, 32]
ldr w0, [sp, 12]
and w0, w0, 252
str w0, [sp, 36]
ldr w0, [sp, 12]
and w0, w0, -32
str w0, [sp, 40]
ldr w0, [sp, 12]
and w0, w0, -253
str w0, [sp, 44]
mov w0, 1
str w0, [sp, 28]
ldr w0, [sp, 40]
cmp w0, 0
bne .L2
mov w0, 2
str w0, [sp, 28]
b .L3
.L2:
ldr w0, [sp, 44]
cmp w0, 0
bne .L3
mov w0, 3
str w0, [sp, 28]
.L3:
ldr w0, [sp, 28]
add sp, sp, 48
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE6:
.size randMethod, .-randMethod
.section .rodata
.align 3
.LC0:
.string "mask1=0x%x mask2=0x%x mask3=0x%x mask4=0x%x\n"
.align 3
.LC1:
.string "%d, R=%d\n"
.align 3
.LC2:
.string "X=%d, M=%d, C=%d\n"
.text
.align 2
.global main
.type main, %function
main:
.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 wzr, [sp, 28]
str wzr, [sp, 32]
str wzr, [sp, 36]
mov w4, -253
mov w3, -32
mov w2, 252
mov w1, 31
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl printf
str wzr, [sp, 24]
b .L6
.L11:
bl rand
and w0, w0, 255
str w0, [sp, 40]
ldr w0, [sp, 24]
str w0, [sp, 40]
ldr w0, [sp, 40]
bl randMethod
str w0, [sp, 44]
ldr w2, [sp, 44]
ldr w1, [sp, 40]
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl printf
ldr w0, [sp, 44]
cmp w0, 3
beq .L7
ldr w0, [sp, 44]
cmp w0, 3
bgt .L8
ldr w0, [sp, 44]
cmp w0, 1
beq .L9
ldr w0, [sp, 44]
cmp w0, 2
beq .L10
b .L8
.L9:
ldr w0, [sp, 32]
add w0, w0, 1
str w0, [sp, 32]
b .L8
.L7:
ldr w0, [sp, 36]
add w0, w0, 1
str w0, [sp, 36]
b .L8
.L10:
ldr w0, [sp, 28]
add w0, w0, 1
str w0, [sp, 28]
nop
.L8:
ldr w0, [sp, 24]
add w0, w0, 1
str w0, [sp, 24]
.L6:
ldr w0, [sp, 24]
cmp w0, 254
ble .L11
ldr w3, [sp, 36]
ldr w2, [sp, 28]
ldr w1, [sp, 32]
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl printf
mov w0, 0
ldp x29, x30, [sp], 48
.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 nextc
.type nextc, %function
nextc:
.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]
.L2:
ldr x0, [sp, 24]
bl getc
strb w0, [sp, 47]
bl __ctype_b_loc
ldr x1, [x0]
ldrb w0, [sp, 47]
lsl x0, x0, 1
add x0, x1, x0
ldrh w0, [x0]
and w0, w0, 1
cmp w0, 0
bne .L2
ldrb w0, [sp, 47]
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE6:
.size nextc, .-nextc
.align 2
.global peekc
.type peekc, %function
peekc:
.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]
bl getc
str w0, [sp, 44]
ldr w0, [sp, 44]
cmp w0, 0
ble .L5
ldr x1, [sp, 24]
ldr w0, [sp, 44]
bl ungetc
.L5:
ldr w0, [sp, 44]
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE7:
.size peekc, .-peekc
.global OP_PREC
.data
.align 3
.type OP_PREC, %object
.size OP_PREC, 10
OP_PREC:
.ascii "\002\001\377\001\002\377\377\377\003\377"
.global TOK_INFO
.section .rodata
.align 3
.LC0:
.string "/"
.align 3
.LC1:
.string "-"
.align 3
.LC2:
.string "<number>"
.align 3
.LC3:
.string "+"
.align 3
.LC4:
.string "*"
.align 3
.LC5:
.string "\\n"
.align 3
.LC6:
.string "("
.align 3
.LC7:
.string ")"
.align 3
.LC8:
.string "^"
.align 3
.LC9:
.string "<id>"
.section .data.rel.local,"aw"
.align 3
.type TOK_INFO, %object
.size TOK_INFO, 160
TOK_INFO:
.xword .LC0
.word 2
.word 1
.xword .LC1
.word 2
.word 1
.xword .LC2
.word 0
.word 0
.xword .LC3
.word 2
.word 1
.xword .LC4
.word 2
.word 1
.xword .LC5
.word 0
.word 0
.xword .LC6
.word 0
.word 0
.xword .LC7
.word 0
.word 0
.xword .LC8
.word 2
.word 2
.xword .LC9
.word 0
.word 0
.section .rodata
.align 3
.LC10:
.string "%g"
.text
.align 2
.global tok_dump
.type tok_dump, %function
tok_dump:
.LFB8:
.cfi_startproc
stp x29, x30, [sp, -32]!
.cfi_def_cfa_offset 32
.cfi_offset 29, -32
.cfi_offset 30, -24
mov x29, sp
stp x0, x1, [sp, 16]
ldr w0, [sp, 16]
cmp w0, 2
beq .L8
cmp w0, 9
beq .L9
b .L12
.L8:
ldr d0, [sp, 24]
adrp x0, .LC10
add x0, x0, :lo12:.LC10
bl printf
b .L11
.L9:
adrp x0, :got:stdout
ldr x0, [x0, #:got_lo12:stdout]
ldr x1, [x0]
add x0, sp, 16
add x0, x0, 8
bl fputs
b .L11
.L12:
ldr w2, [sp, 16]
adrp x0, TOK_INFO
add x1, x0, :lo12:TOK_INFO
uxtw x0, w2
lsl x0, x0, 4
add x0, x1, x0
ldr x2, [x0]
adrp x0, :got:stdout
ldr x0, [x0, #:got_lo12:stdout]
ldr x0, [x0]
mov x1, x0
mov x0, x2
bl fputs
.L11:
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE8:
.size tok_dump, .-tok_dump
.global LEX_STATUS
.section .rodata
.align 3
.LC11:
.string "ok"
.align 3
.LC12:
.string "i/o error"
.align 3
.LC13:
.string "unexpected token"
.align 3
.LC14:
.string "end of file"
.align 3
.LC15:
.string "uninitialized"
.align 3
.LC16:
.string "identifier exceeds max length (usually 7)"
.section .data.rel.local
.align 3
.type LEX_STATUS, %object
.size LEX_STATUS, 48
LEX_STATUS:
.xword .LC11
.xword .LC12
.xword .LC13
.xword .LC14
.xword .LC15
.xword .LC16
.text
.align 2
.global lex_init
.type lex_init, %function
lex_init:
.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 x0, [sp, 24]
str x1, [sp, 16]
ldr x0, [sp, 24]
ldr x1, [sp, 16]
str x1, [x0]
ldr x0, [sp, 24]
strb wzr, [x0, 16]
mov x1, 16
mov x0, 1
bl calloc
mov x1, x0
ldr x0, [sp, 24]
str x1, [x0, 8]
ldr x0, [sp, 24]
bl lex_next_tok
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE9:
.size lex_init, .-lex_init
.align 2
.global lex_invalid
.type lex_invalid, %function
lex_invalid:
.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 x0, [sp, 24]
ldr x0, [x0, 8]
bl free
ldr x0, [sp, 24]
str xzr, [x0, 8]
nop
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE10:
.size lex_invalid, .-lex_invalid
.align 2
.global lex_deinit
.type lex_deinit, %function
lex_deinit:
.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 x0, [sp, 24]
ldr x0, [sp, 24]
bl lex_invalid
ldr x0, [sp, 24]
ldr x1, [x0]
adrp x0, :got:stdin
ldr x0, [x0, #:got_lo12:stdin]
ldr x0, [x0]
cmp x1, x0
beq .L18
ldr x0, [sp, 24]
ldr x0, [x0]
bl fclose
.L18:
nop
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE11:
.size lex_deinit, .-lex_deinit
.align 2
.global lex_next_id_tok
.type lex_next_id_tok, %function
lex_next_id_tok:
.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 x19, [sp, 16]
.cfi_offset 19, -64
str x0, [sp, 40]
mov x0, 8
str x0, [sp, 72]
ldr x0, [sp, 40]
ldr x0, [x0, 8]
add x0, x0, 8
ldr x2, [sp, 72]
mov w1, 0
bl memset
str xzr, [sp, 64]
b .L20
.L23:
ldr x0, [sp, 40]
ldr x0, [x0]
bl peekc
strb w0, [sp, 63]
bl __ctype_b_loc
ldr x1, [x0]
ldrb w0, [sp, 63]
lsl x0, x0, 1
add x0, x1, x0
ldrh w0, [x0]
and w0, w0, 8
cmp w0, 0
beq .L26
ldr x0, [sp, 40]
ldr x0, [x0]
bl nextc
mov w2, w0
ldr x0, [sp, 40]
ldr x1, [x0, 8]
and w2, w2, 255
ldr x0, [sp, 64]
add x0, x1, x0
mov w1, w2
strb w1, [x0, 8]
ldr x0, [sp, 64]
add x0, x0, 1
str x0, [sp, 64]
.L20:
ldr x0, [sp, 72]
sub x0, x0, #1
ldr x1, [sp, 64]
cmp x1, x0
bcc .L23
b .L22
.L26:
nop
.L22:
bl __ctype_b_loc
ldr x19, [x0]
ldr x0, [sp, 40]
ldr x0, [x0]
bl peekc
sxtw x0, w0
lsl x0, x0, 1
add x0, x19, x0
ldrh w0, [x0]
and w0, w0, 8
cmp w0, 0
beq .L24
mov w0, 5
b .L25
.L24:
ldr x0, [sp, 40]
ldr x0, [x0, 8]
mov w1, 9
str w1, [x0]
mov w0, 0
.L25:
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
.LFE12:
.size lex_next_id_tok, .-lex_next_id_tok
.align 2
.global lex_next_num_tok
.type lex_next_num_tok, %function
lex_next_num_tok:
.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 x0, [sp, 24]
str xzr, [sp, 48]
fmov d0, 1.0e+0
str d0, [sp, 56]
strb wzr, [sp, 46]
.L34:
ldr x0, [sp, 24]
ldr x0, [x0]
bl peekc
strb w0, [sp, 47]
ldrb w0, [sp, 47]
cmp w0, 46
bne .L28
ldrb w0, [sp, 46]
cmp w0, 0
beq .L29
mov w0, 2
b .L30
.L29:
mov w0, 1
strb w0, [sp, 46]
ldr x0, [sp, 24]
ldr x0, [x0]
bl getc
b .L31
.L28:
bl __ctype_b_loc
ldr x1, [x0]
ldrb w0, [sp, 47]
lsl x0, x0, 1
add x0, x1, x0
ldrh w0, [x0]
and w0, w0, 2048
cmp w0, 0
beq .L36
ldr x0, [sp, 24]
ldr x0, [x0]
bl getc
ldr x1, [sp, 48]
mov x0, x1
lsl x0, x0, 2
add x0, x0, x1
lsl x0, x0, 1
mov x1, x0
ldrb w0, [sp, 47]
sub w0, w0, #48
sxtw x0, w0
add x0, x1, x0
str x0, [sp, 48]
ldrb w0, [sp, 46]
cmp w0, 0
beq .L34
ldr d1, [sp, 56]
fmov d0, 1.0e+1
fmul d0, d1, d0
str d0, [sp, 56]
.L31:
b .L34
.L36:
nop
ldr x0, [sp, 24]
ldr x0, [x0, 8]
ldr d0, [sp, 48]
ucvtf d1, d0
ldr d0, [sp, 56]
fdiv d0, d1, d0
mov w1, 2
str w1, [x0]
str d0, [x0, 8]
mov w0, 0
.L30:
ldp x29, x30, [sp], 64
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE13:
.size lex_next_num_tok, .-lex_next_num_tok
.align 2
.global lex_next_tok
.type lex_next_tok, %function
lex_next_tok:
.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 x0, [sp, 24]
ldr x0, [sp, 24]
ldr x0, [x0]
bl nextc
strb w0, [sp, 47]
ldrb w0, [sp, 47]
cmp w0, 94
beq .L38
cmp w0, 94
bgt .L39
cmp w0, 47
beq .L40
cmp w0, 47
bgt .L39
cmp w0, 45
beq .L41
cmp w0, 45
bgt .L39
cmp w0, 43
beq .L42
cmp w0, 43
bgt .L39
cmp w0, 42
beq .L43
cmp w0, 42
bgt .L39
cmp w0, 41
beq .L44
cmp w0, 41
bgt .L39
cmp w0, 10
beq .L45
cmp w0, 40
beq .L46
b .L39
.L40:
ldr x0, [sp, 24]
ldr x0, [x0, 8]
str wzr, [x0]
b .L47
.L41:
ldr x0, [sp, 24]
ldr x0, [x0, 8]
mov w1, 1
str w1, [x0]
b .L47
.L42:
ldr x0, [sp, 24]
ldr x0, [x0, 8]
mov w1, 3
str w1, [x0]
b .L47
.L43:
ldr x0, [sp, 24]
ldr x0, [x0, 8]
mov w1, 4
str w1, [x0]
b .L47
.L45:
ldr x0, [sp, 24]
ldr x0, [x0, 8]
mov w1, 5
str w1, [x0]
b .L47
.L46:
ldr x0, [sp, 24]
ldr x0, [x0, 8]
mov w1, 6
str w1, [x0]
b .L47
.L44:
ldr x0, [sp, 24]
ldr x0, [x0, 8]
mov w1, 7
str w1, [x0]
b .L47
.L38:
ldr x0, [sp, 24]
ldr x0, [x0, 8]
mov w1, 8
str w1, [x0]
b .L47
.L39:
ldrb w2, [sp, 47]
ldr x0, [sp, 24]
ldr x0, [x0]
mov x1, x0
mov w0, w2
bl ungetc
bl __ctype_b_loc
ldr x1, [x0]
ldrb w0, [sp, 47]
lsl x0, x0, 1
add x0, x1, x0
ldrh w0, [x0]
and w0, w0, 2048
cmp w0, 0
bne .L48
ldrb w0, [sp, 47]
cmp w0, 46
bne .L49
.L48:
ldr x0, [sp, 24]
bl lex_next_num_tok
b .L50
.L49:
bl __ctype_b_loc
ldr x1, [x0]
ldrb w0, [sp, 47]
lsl x0, x0, 1
add x0, x1, x0
ldrh w0, [x0]
and w0, w0, 1024
cmp w0, 0
beq .L51
ldr x0, [sp, 24]
bl lex_next_id_tok
b .L50
.L51:
mov w0, 2
b .L50
.L47:
mov w0, 0
.L50:
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE14:
.size lex_next_tok, .-lex_next_tok
.align 2
.global lex_next
.type lex_next, %function
lex_next:
.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 x0, [sp, 24]
str x1, [sp, 16]
ldr x0, [sp, 24]
ldrb w0, [x0, 16]
cmp w0, 0
beq .L53
mov w0, 3
b .L54
.L53:
ldr x0, [sp, 16]
cmp x0, 0
beq .L55
ldr x0, [sp, 24]
ldr x0, [x0, 8]
ldr x2, [sp, 16]
ldp x0, x1, [x0]
stp x0, x1, [x2]
.L55:
ldr x0, [sp, 24]
bl lex_next_tok
str w0, [sp, 44]
ldr w0, [sp, 44]
cmp w0, 0
beq .L56
ldr x0, [sp, 24]
bl lex_invalid
.L56:
ldr w0, [sp, 44]
cmp w0, 3
bne .L57
ldr x0, [sp, 24]
mov w1, 1
strb w1, [x0, 16]
str wzr, [sp, 44]
.L57:
ldr w0, [sp, 44]
.L54:
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE15:
.size lex_next, .-lex_next
.global CONST_LABELS
.section .rodata
.align 3
.LC17:
.string "e"
.align 3
.LC18:
.string "pi"
.section .data.rel.local
.align 3
.type CONST_LABELS, %object
.size CONST_LABELS, 16
CONST_LABELS:
.xword .LC17
.xword .LC18
.global CONST_VALUES
.data
.align 3
.type CONST_VALUES, %object
.size CONST_VALUES, 16
CONST_VALUES:
.word -1961601175
.word 1074118410
.word 1413754136
.word 1074340347
.global FUNC_LABELS
.section .rodata
.align 3
.LC19:
.string "atan"
.align 3
.LC20:
.string "cos"
.align 3
.LC21:
.string "ln"
.align 3
.LC22:
.string "log"
.align 3
.LC23:
.string "log2"
.align 3
.LC24:
.string "round"
.align 3
.LC25:
.string "sin"
.align 3
.LC26:
.string "tan"
.section .data.rel.local
.align 3
.type FUNC_LABELS, %object
.size FUNC_LABELS, 64
FUNC_LABELS:
.xword .LC19
.xword .LC20
.xword .LC21
.xword .LC22
.xword .LC23
.xword .LC24
.xword .LC25
.xword .LC26
.global FUNC_TABLE
.section .data.rel,"aw"
.align 3
.type FUNC_TABLE, %object
.size FUNC_TABLE, 64
FUNC_TABLE:
.xword atan
.xword cos
.xword log
.xword log10
.xword log2
.xword round
.xword sin
.xword tan
.text
.align 2
.global node_free
.type node_free, %function
node_free:
.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 x0, [sp, 24]
ldr x0, [sp, 24]
cmp x0, 0
beq .L60
ldr x0, [sp, 24]
ldr x0, [x0, 16]
bl node_free
ldr x0, [sp, 24]
ldr x0, [x0, 24]
bl node_free
ldr x0, [sp, 24]
bl free
.L60:
nop
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE16:
.size node_free, .-node_free
.align 2
.global node_new
.type node_new, %function
node_new:
.LFB17:
.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, 32
mov x0, 1
bl calloc
str x0, [sp, 40]
ldr x0, [sp, 40]
ldr w1, [sp, 28]
str w1, [x0]
ldr x0, [sp, 40]
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE17:
.size node_new, .-node_new
.align 2
.global node_bin_from_token
.type node_bin_from_token, %function
node_bin_from_token:
.LFB18:
.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, 44]
str x1, [sp, 32]
str x2, [sp, 24]
mov x1, 32
mov x0, 1
bl calloc
str x0, [sp, 56]
ldr w0, [sp, 44]
cmp w0, 8
beq .L64
ldr w0, [sp, 44]
cmp w0, 8
bhi .L65
ldr w0, [sp, 44]
cmp w0, 4
beq .L66
ldr w0, [sp, 44]
cmp w0, 4
bhi .L65
ldr w0, [sp, 44]
cmp w0, 3
beq .L67
ldr w0, [sp, 44]
cmp w0, 3
bhi .L65
ldr w0, [sp, 44]
cmp w0, 0
beq .L68
ldr w0, [sp, 44]
cmp w0, 1
beq .L69
b .L65
.L64:
ldr x0, [sp, 56]
mov w1, 6
str w1, [x0]
b .L70
.L68:
ldr x0, [sp, 56]
mov w1, 1
str w1, [x0]
b .L70
.L69:
ldr x0, [sp, 56]
mov w1, 3
str w1, [x0]
b .L70
.L67:
ldr x0, [sp, 56]
mov w1, 5
str w1, [x0]
b .L70
.L66:
ldr x0, [sp, 56]
mov w1, 7
str w1, [x0]
b .L70
.L65:
ldr x0, [sp, 56]
bl free
mov x0, 0
b .L71
.L70:
ldr x0, [sp, 56]
ldr x1, [sp, 32]
str x1, [x0, 16]
ldr x0, [sp, 56]
ldr x1, [sp, 24]
str x1, [x0, 24]
ldr x0, [sp, 56]
.L71:
ldp x29, x30, [sp], 64
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE18:
.size node_bin_from_token, .-node_bin_from_token
.global RES_EMPTY
.data
.align 3
.type RES_EMPTY, %object
.size RES_EMPTY, 16
RES_EMPTY:
.byte 1
.zero 7
.xword 0
.text
.align 2
.global pres_get_err
.type pres_get_err, %function
pres_get_err:
.LFB19:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
stp x0, x1, [sp]
ldrb w0, [sp]
cmp w0, 0
beq .L73
mov x0, 0
b .L75
.L73:
ldr x0, [sp, 8]
.L75:
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE19:
.size pres_get_err, .-pres_get_err
.align 2
.global pres_get_tree
.type pres_get_tree, %function
pres_get_tree:
.LFB20:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
stp x0, x1, [sp]
ldrb w0, [sp]
cmp w0, 0
beq .L77
ldr x0, [sp, 8]
b .L79
.L77:
mov x0, 0
.L79:
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE20:
.size pres_get_tree, .-pres_get_tree
.align 2
.global pres_err
.type pres_err, %function
pres_err:
.LFB21:
.cfi_startproc
stp x29, x30, [sp, -320]!
.cfi_def_cfa_offset 320
.cfi_offset 29, -320
.cfi_offset 30, -312
mov x29, sp
str x0, [sp, 56]
str x1, [sp, 264]
str x2, [sp, 272]
str x3, [sp, 280]
str x4, [sp, 288]
str x5, [sp, 296]
str x6, [sp, 304]
str x7, [sp, 312]
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
add x0, sp, 320
str x0, [sp, 88]
add x0, sp, 320
str x0, [sp, 96]
add x0, sp, 256
str x0, [sp, 104]
mov w0, -56
str w0, [sp, 112]
mov w0, -128
str w0, [sp, 116]
stp xzr, xzr, [sp, 72]
add x0, sp, 16
add x1, sp, 88
ldp q0, q1, [x1]
stp q0, q1, [x0]
add x1, sp, 16
add x0, sp, 72
add x0, x0, 8
mov x2, x1
ldr x1, [sp, 56]
bl vasprintf
ldp x0, x1, [sp, 72]
mov x2, x0
mov x3, x1
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x4, [sp, 120]
ldr x1, [x0]
subs x4, x4, x1
mov x1, 0
beq .L82
bl __stack_chk_fail
.L82:
mov x0, x2
mov x1, x3
ldp x29, x30, [sp], 320
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE21:
.size pres_err, .-pres_err
.section .rodata
.align 3
.LC27:
.string "expecting %s, got '%s'"
.text
.align 2
.global pres_expect
.type pres_expect, %function
pres_expect:
.LFB22:
.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 w1, [sp, 20]
adrp x0, TOK_INFO
add x1, x0, :lo12:TOK_INFO
ldr w0, [sp, 20]
lsl x0, x0, 4
add x0, x1, x0
ldr x0, [x0]
mov x2, x0
ldr x1, [sp, 24]
adrp x0, .LC27
add x0, x0, :lo12:.LC27
bl pres_err
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE22:
.size pres_expect, .-pres_expect
.section .rodata
.align 3
.LC28:
.string "%s"
.text
.align 2
.global pres_lex_err
.type pres_lex_err, %function
pres_lex_err:
.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]
adrp x0, LEX_STATUS
add x0, x0, :lo12:LEX_STATUS
ldr w1, [sp, 28]
ldr x0, [x0, x1, lsl 3]
mov x1, x0
adrp x0, .LC28
add x0, x0, :lo12:.LC28
bl pres_err
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE23:
.size pres_lex_err, .-pres_lex_err
.align 2
.global pres_ok
.type pres_ok, %function
pres_ok:
.LFB24:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, 8]
mov x0, 1
bfi x2, x0, 0, 8
ldr x3, [sp, 8]
mov x0, x2
mov x1, x3
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE24:
.size pres_ok, .-pres_ok
.section .rodata
.align 3
.LC29:
.string "')'"
.text
.align 2
.global parse_parens
.type parse_parens, %function
parse_parens:
.LFB25:
.cfi_startproc
stp x29, x30, [sp, -96]!
.cfi_def_cfa_offset 96
.cfi_offset 29, -96
.cfi_offset 30, -88
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, 88]
mov x1, 0
ldr x0, [sp, 24]
bl parse_expr
stp x0, x1, [sp, 56]
ldrb w0, [sp, 56]
eor w0, w0, 1
and w0, w0, 255
cmp w0, 0
beq .L90
ldp x0, x1, [sp, 56]
b .L94
.L90:
ldp x0, x1, [sp, 56]
bl pres_get_tree
str x0, [sp, 48]
add x0, sp, 72
mov x1, x0
ldr x0, [sp, 24]
bl lex_next
str w0, [sp, 44]
ldr w0, [sp, 44]
cmp w0, 0
beq .L92
ldr x0, [sp, 48]
bl node_free
ldr w0, [sp, 44]
bl pres_lex_err
b .L94
.L92:
ldr w0, [sp, 72]
cmp w0, 7
beq .L93
ldr x0, [sp, 48]
bl node_free
ldr w0, [sp, 72]
mov w1, w0
adrp x0, .LC29
add x0, x0, :lo12:.LC29
bl pres_expect
b .L94
.L93:
ldr x0, [sp, 48]
bl pres_ok
.L94:
mov x2, x0
mov x3, x1
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x4, [sp, 88]
ldr x1, [x0]
subs x4, x4, x1
mov x1, 0
beq .L95
bl __stack_chk_fail
.L95:
mov x0, x2
mov x1, x3
ldp x29, x30, [sp], 96
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE25:
.size parse_parens, .-parse_parens
.section .rodata
.align 3
.LC30:
.string "unknown function `%s`"
.text
.align 2
.global parse_func
.type parse_func, %function
parse_func:
.LFB26:
.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]
mov x0, 8
str x0, [sp, 40]
str wzr, [sp, 36]
b .L97
.L100:
adrp x0, FUNC_LABELS
add x0, x0, :lo12:FUNC_LABELS
ldr w1, [sp, 36]
ldr x0, [x0, x1, lsl 3]
mov x1, x0
ldr x0, [sp, 16]
bl strcmp
cmp w0, 0
beq .L105
ldr w0, [sp, 36]
add w0, w0, 1
str w0, [sp, 36]
.L97:
ldr w0, [sp, 36]
ldr x1, [sp, 40]
cmp x1, x0
bgt .L100
b .L99
.L105:
nop
.L99:
ldr w0, [sp, 36]
ldr x1, [sp, 40]
cmp x1, x0
bgt .L101
ldr x1, [sp, 16]
adrp x0, .LC30
add x0, x0, :lo12:.LC30
bl pres_err
b .L104
.L101:
ldr x0, [sp, 24]
bl parse_primary
stp x0, x1, [sp, 64]
ldrb w0, [sp, 64]
eor w0, w0, 1
and w0, w0, 255
cmp w0, 0
beq .L103
ldp x0, x1, [sp, 64]
b .L104
.L103:
ldp x0, x1, [sp, 64]
bl pres_get_tree
str x0, [sp, 48]
mov w0, 2
bl node_new
str x0, [sp, 56]
ldr x0, [sp, 56]
ldr w1, [sp, 36]
str w1, [x0, 8]
ldr x0, [sp, 56]
ldr x1, [sp, 48]
str x1, [x0, 16]
ldr x0, [sp, 56]
bl pres_ok
.L104:
ldp x29, x30, [sp], 80
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE26:
.size parse_func, .-parse_func
.section .rodata
.align 3
.LC31:
.string "unexpected EOF"
.align 3
.LC32:
.string "unknown identifier `%s`"
.align 3
.LC33:
.string "a number or parentheses"
.text
.align 2
.global parse_primary
.type parse_primary, %function
parse_primary:
.LFB27:
.cfi_startproc
stp x29, x30, [sp, -96]!
.cfi_def_cfa_offset 96
.cfi_offset 29, -96
.cfi_offset 30, -88
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, 88]
mov x1, 0
add x0, sp, 72
mov x1, x0
ldr x0, [sp, 24]
bl lex_next
str w0, [sp, 44]
ldr w0, [sp, 44]
cmp w0, 3
bne .L107
adrp x0, .LC31
add x0, x0, :lo12:.LC31
bl pres_err
b .L118
.L107:
ldr w0, [sp, 44]
cmp w0, 0
beq .L109
ldr w0, [sp, 44]
bl pres_lex_err
b .L118
.L109:
ldr w0, [sp, 72]
cmp w0, 9
beq .L110
cmp w0, 9
bhi .L111
cmp w0, 2
beq .L112
cmp w0, 6
beq .L113
b .L111
.L110:
ldr x0, [sp, 24]
ldr x0, [x0, 8]
cmp x0, 0
beq .L114
ldr x0, [sp, 24]
ldr x0, [x0, 8]
ldr w0, [x0]
cmp w0, 6
bne .L114
add x0, sp, 72
add x0, x0, 8
mov x1, x0
ldr x0, [sp, 24]
bl parse_func
b .L118
.L114:
mov x0, 2
str x0, [sp, 48]
str wzr, [sp, 40]
b .L115
.L117:
adrp x0, CONST_LABELS
add x0, x0, :lo12:CONST_LABELS
ldr w1, [sp, 40]
ldr x1, [x0, x1, lsl 3]
add x0, sp, 72
add x0, x0, 8
bl strcmp
cmp w0, 0
bne .L116
mov w0, 0
bl node_new
str x0, [sp, 56]
ldr x0, [sp, 56]
ldr w1, [sp, 40]
str w1, [x0, 8]
ldr x0, [sp, 56]
bl pres_ok
b .L118
.L116:
ldr w0, [sp, 40]
add w0, w0, 1
str w0, [sp, 40]
.L115:
ldr w0, [sp, 40]
ldr x1, [sp, 48]
cmp x1, x0
bgt .L117
add x0, sp, 72
add x0, x0, 8
mov x1, x0
adrp x0, .LC32
add x0, x0, :lo12:.LC32
bl pres_err
b .L118
.L112:
mov w0, 8
bl node_new
str x0, [sp, 64]
ldr d0, [sp, 80]
ldr x0, [sp, 64]
str d0, [x0, 8]
ldr x0, [sp, 64]
bl pres_ok
b .L118
.L113:
ldr x0, [sp, 24]
bl parse_parens
b .L118
.L111:
ldr w0, [sp, 72]
mov w1, w0
adrp x0, .LC33
add x0, x0, :lo12:.LC33
bl pres_expect
.L118:
mov x2, x0
mov x3, x1
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x4, [sp, 88]
ldr x1, [x0]
subs x4, x4, x1
mov x1, 0
beq .L119
bl __stack_chk_fail
.L119:
mov x0, x2
mov x1, x3
ldp x29, x30, [sp], 96
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE27:
.size parse_primary, .-parse_primary
.align 2
.global parse_binary
.type parse_binary, %function
parse_binary:
.LFB28:
.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, 40]
str x1, [sp, 32]
strb w2, [sp, 31]
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 xzr, [sp, 64]
b .L121
.L130:
add x0, sp, 88
mov x1, x0
ldr x0, [sp, 40]
bl lex_next
str w0, [sp, 60]
ldr w0, [sp, 60]
cmp w0, 0
beq .L122
ldr w0, [sp, 60]
bl pres_lex_err
b .L128
.L122:
ldr x0, [sp, 40]
bl parse_unary
stp x0, x1, [sp, 72]
ldrb w0, [sp, 72]
eor w0, w0, 1
and w0, w0, 255
cmp w0, 0
beq .L124
ldp x0, x1, [sp, 72]
b .L128
.L124:
ldp x0, x1, [sp, 72]
bl pres_get_tree
str x0, [sp, 64]
ldr x0, [sp, 40]
ldr x0, [x0, 8]
cmp x0, 0
beq .L125
ldr x0, [sp, 40]
ldr x0, [x0, 8]
ldr w2, [x0]
adrp x0, OP_PREC
add x1, x0, :lo12:OP_PREC
uxtw x0, w2
ldrb w0, [x1, x0]
strb w0, [sp, 58]
ldr x0, [sp, 40]
ldr x0, [x0, 8]
ldr w2, [x0]
adrp x0, TOK_INFO
add x1, x0, :lo12:TOK_INFO
uxtw x0, w2
lsl x0, x0, 4
add x0, x1, x0
ldr w0, [x0, 12]
cmp w0, 2
cset w0, eq
strb w0, [sp, 59]
ldrsb w1, [sp, 58]
ldrsb w0, [sp, 57]
cmp w1, w0
bgt .L126
ldrb w0, [sp, 59]
cmp w0, 0
beq .L125
ldrsb w1, [sp, 58]
ldrsb w0, [sp, 57]
cmp w1, w0
bne .L125
.L126:
ldrb w2, [sp, 58]
ldr x1, [sp, 64]
ldr x0, [sp, 40]
bl parse_binary
stp x0, x1, [sp, 72]
ldrb w0, [sp, 72]
eor w0, w0, 1
and w0, w0, 255
cmp w0, 0
beq .L127
ldp x0, x1, [sp, 72]
b .L128
.L127:
ldp x0, x1, [sp, 72]
bl pres_get_tree
str x0, [sp, 64]
.L125:
ldr w0, [sp, 88]
ldr x2, [sp, 64]
ldr x1, [sp, 32]
bl node_bin_from_token
str x0, [sp, 32]
.L121:
ldr x0, [sp, 40]
ldr x0, [x0, 8]
cmp x0, 0
beq .L129
ldr x0, [sp, 40]
ldr x0, [x0, 8]
ldr w2, [x0]
adrp x0, OP_PREC
add x1, x0, :lo12:OP_PREC
uxtw x0, w2
ldrb w0, [x1, x0]
strb w0, [sp, 57]
ldrsb w1, [sp, 57]
ldrsb w0, [sp, 31]
cmp w1, w0
blt .L129
ldr x0, [sp, 40]
ldr x0, [x0, 8]
ldr w2, [x0]
adrp x0, TOK_INFO
add x1, x0, :lo12:TOK_INFO
uxtw x0, w2
lsl x0, x0, 4
add x0, x1, x0
ldr w0, [x0, 8]
cmp w0, 2
beq .L130
.L129:
ldr x0, [sp, 32]
bl pres_ok
.L128:
mov x2, x0
mov x3, x1
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x4, [sp, 104]
ldr x1, [x0]
subs x4, x4, x1
mov x1, 0
beq .L131
bl __stack_chk_fail
.L131:
mov x0, x2
mov x1, x3
ldp x29, x30, [sp], 112
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE28:
.size parse_binary, .-parse_binary
.align 2
.global parse_unary
.type parse_unary, %function
parse_unary:
.LFB29:
.cfi_startproc
stp x29, x30, [sp, -96]!
.cfi_def_cfa_offset 96
.cfi_offset 29, -96
.cfi_offset 30, -88
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, 88]
mov x1, 0
ldr x0, [sp, 24]
ldr x0, [x0, 8]
cmp x0, 0
beq .L133
ldr x0, [sp, 24]
ldr x0, [x0, 8]
ldr w0, [x0]
cmp w0, 1
beq .L134
ldr x0, [sp, 24]
ldr x0, [x0, 8]
ldr w0, [x0]
cmp w0, 3
bne .L133
.L134:
add x0, sp, 72
mov x1, x0
ldr x0, [sp, 24]
bl lex_next
str w0, [sp, 36]
ldr w0, [sp, 36]
cmp w0, 0
beq .L135
ldr w0, [sp, 36]
bl pres_lex_err
b .L140
.L135:
ldr x0, [sp, 24]
bl parse_unary
stp x0, x1, [sp, 56]
ldrb w0, [sp, 56]
eor w0, w0, 1
and w0, w0, 255
cmp w0, 0
beq .L137
ldp x0, x1, [sp, 56]
b .L140
.L137:
ldp x0, x1, [sp, 56]
bl pres_get_tree
str x0, [sp, 40]
ldr w0, [sp, 72]
cmp w0, 1
bne .L138
ldr x0, [sp, 40]
ldr w0, [x0]
cmp w0, 8
beq .L139
mov w0, 4
bl node_new
str x0, [sp, 48]
ldr x0, [sp, 48]
ldr x1, [sp, 40]
str x1, [x0, 16]
ldr x0, [sp, 48]
bl pres_ok
b .L140
.L139:
ldr x0, [sp, 40]
ldr d0, [x0, 8]
fneg d0, d0
ldr x0, [sp, 40]
str d0, [x0, 8]
.L138:
ldr x0, [sp, 40]
bl pres_ok
b .L140
.L133:
ldr x0, [sp, 24]
bl parse_primary
.L140:
mov x2, x0
mov x3, x1
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x4, [sp, 88]
ldr x1, [x0]
subs x4, x4, x1
mov x1, 0
beq .L141
bl __stack_chk_fail
.L141:
mov x0, x2
mov x1, x3
ldp x29, x30, [sp], 96
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE29:
.size parse_unary, .-parse_unary
.align 2
.global parse_expr
.type parse_expr, %function
parse_expr:
.LFB30:
.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]
ldr x0, [x0, 8]
cmp x0, 0
beq .L143
ldr x0, [sp, 24]
ldr x0, [x0, 8]
ldr w0, [x0]
cmp w0, 5
bne .L144
.L143:
adrp x0, RES_EMPTY
add x0, x0, :lo12:RES_EMPTY
ldp x0, x1, [x0]
b .L147
.L144:
ldr x0, [sp, 24]
bl parse_unary
stp x0, x1, [sp, 48]
ldp x0, x1, [sp, 48]
bl pres_get_err
cmp x0, 0
beq .L146
ldp x0, x1, [sp, 48]
b .L147
.L146:
ldp x0, x1, [sp, 48]
bl pres_get_tree
str x0, [sp, 40]
mov w2, -1
ldr x1, [sp, 40]
ldr x0, [sp, 24]
bl parse_binary
.L147:
ldp x29, x30, [sp], 64
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE30:
.size parse_expr, .-parse_expr
.section .rodata
.align 3
.LC34:
.string "\342\224\224\342\224\200\342\206\222 "
.align 3
.LC35:
.string "- (neg)"
.text
.align 2
.global node_dump_padded
.type node_dump_padded, %function
node_dump_padded:
.LFB31:
.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]
strb w1, [sp, 23]
strb w2, [sp, 22]
ldr x0, [sp, 24]
cmp x0, 0
beq .L164
strb wzr, [sp, 47]
b .L151
.L152:
mov w0, 32
bl putchar
ldrb w0, [sp, 47]
add w0, w0, 1
strb w0, [sp, 47]
.L151:
ldrb w1, [sp, 47]
ldrb w0, [sp, 23]
cmp w1, w0
bcc .L152
ldrb w0, [sp, 22]
cmp w0, 0
beq .L153
adrp x0, :got:stdout
ldr x0, [x0, #:got_lo12:stdout]
ldr x0, [x0]
mov x3, x0
mov x2, 10
mov x1, 1
adrp x0, .LC34
add x0, x0, :lo12:.LC34
bl fwrite
.L153:
ldr x0, [sp, 24]
ldr w0, [x0]
cmp w0, 8
beq .L154
cmp w0, 8
bhi .L155
cmp w0, 7
beq .L156
cmp w0, 7
bhi .L155
cmp w0, 6
beq .L157
cmp w0, 6
bhi .L155
cmp w0, 5
beq .L158
cmp w0, 5
bhi .L155
cmp w0, 4
beq .L159
cmp w0, 4
bhi .L155
cmp w0, 3
beq .L160
cmp w0, 3
bhi .L155
cmp w0, 2
beq .L161
cmp w0, 2
bhi .L155
cmp w0, 0
beq .L162
cmp w0, 1
beq .L163
b .L155
.L162:
ldr x0, [sp, 24]
ldr w1, [x0, 8]
adrp x0, CONST_LABELS
add x0, x0, :lo12:CONST_LABELS
uxtw x1, w1
ldr x2, [x0, x1, lsl 3]
adrp x0, :got:stdout
ldr x0, [x0, #:got_lo12:stdout]
ldr x0, [x0]
mov x1, x0
mov x0, x2
bl fputs
b .L155
.L163:
mov w0, 47
bl putchar
b .L155
.L161:
ldr x0, [sp, 24]
ldr w1, [x0, 8]
adrp x0, FUNC_LABELS
add x0, x0, :lo12:FUNC_LABELS
uxtw x1, w1
ldr x2, [x0, x1, lsl 3]
adrp x0, :got:stdout
ldr x0, [x0, #:got_lo12:stdout]
ldr x0, [x0]
mov x1, x0
mov x0, x2
bl fputs
b .L155
.L160:
mov w0, 45
bl putchar
b .L155
.L159:
adrp x0, :got:stdout
ldr x0, [x0, #:got_lo12:stdout]
ldr x0, [x0]
mov x3, x0
mov x2, 7
mov x1, 1
adrp x0, .LC35
add x0, x0, :lo12:.LC35
bl fwrite
b .L155
.L158:
mov w0, 43
bl putchar
b .L155
.L157:
mov w0, 94
bl putchar
b .L155
.L156:
mov w0, 42
bl putchar
b .L155
.L154:
ldr x0, [sp, 24]
ldr d0, [x0, 8]
adrp x0, .LC10
add x0, x0, :lo12:.LC10
bl printf
nop
.L155:
mov w0, 10
bl putchar
ldr x0, [sp, 24]
ldr x3, [x0, 16]
ldrb w0, [sp, 23]
add w0, w0, 2
and w0, w0, 255
mov w2, 1
mov w1, w0
mov x0, x3
bl node_dump_padded
ldr x0, [sp, 24]
ldr x3, [x0, 24]
ldrb w0, [sp, 23]
add w0, w0, 2
and w0, w0, 255
mov w2, 1
mov w1, w0
mov x0, x3
bl node_dump_padded
b .L148
.L164:
nop
.L148:
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE31:
.size node_dump_padded, .-node_dump_padded
.align 2
.global eval_node
.type eval_node, %function
eval_node:
.LFB32:
.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]
cmp x0, 0
bne .L166
mov x0, 9221120237041090560
fmov d0, x0
b .L165
.L166:
ldr x0, [sp, 24]
ldr x0, [x0, 16]
bl eval_node
str d0, [sp, 32]
ldr x0, [sp, 24]
ldr x0, [x0, 24]
bl eval_node
str d0, [sp, 40]
ldr x0, [sp, 24]
ldr w0, [x0]
cmp w0, 8
beq .L168
cmp w0, 8
bhi .L169
cmp w0, 7
beq .L170
cmp w0, 7
bhi .L169
cmp w0, 6
beq .L171
cmp w0, 6
bhi .L169
cmp w0, 5
beq .L172
cmp w0, 5
bhi .L169
cmp w0, 4
beq .L173
cmp w0, 4
bhi .L169
cmp w0, 3
beq .L174
cmp w0, 3
bhi .L169
cmp w0, 2
beq .L175
cmp w0, 2
bhi .L169
cmp w0, 0
beq .L176
cmp w0, 1
beq .L177
b .L169
.L176:
ldr x0, [sp, 24]
ldr w1, [x0, 8]
adrp x0, CONST_VALUES
add x0, x0, :lo12:CONST_VALUES
uxtw x1, w1
ldr d0, [x0, x1, lsl 3]
b .L165
.L177:
ldr d0, [sp, 40]
ldr d1, [sp, 32]
fdiv d0, d1, d0
b .L165
.L175:
ldr x0, [sp, 24]
ldr w1, [x0, 8]
adrp x0, FUNC_TABLE
add x0, x0, :lo12:FUNC_TABLE
uxtw x1, w1
ldr x0, [x0, x1, lsl 3]
ldr d0, [sp, 32]
blr x0
b .L165
.L174:
ldr d1, [sp, 32]
ldr d0, [sp, 40]
fsub d0, d1, d0
b .L165
.L173:
ldr d0, [sp, 32]
fneg d0, d0
b .L165
.L172:
ldr d1, [sp, 32]
ldr d0, [sp, 40]
fadd d0, d1, d0
b .L165
.L171:
ldr d1, [sp, 40]
ldr d0, [sp, 32]
bl pow
b .L165
.L170:
ldr d1, [sp, 32]
ldr d0, [sp, 40]
fmul d0, d1, d0
b .L165
.L168:
ldr x0, [sp, 24]
ldr d0, [x0, 8]
b .L165
.L169:
.L165:
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE32:
.size eval_node, .-eval_node
.section .rodata
.align 3
.LC36:
.string "USAGE: %s [-t]\n\n"
.align 3
.LC37:
.string "A poor way to evaluate expressions\n"
.text
.align 2
.global print_help
.type print_help, %function
print_help:
.LFB33:
.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, :got:stderr
ldr x0, [x0, #:got_lo12:stderr]
ldr x3, [x0]
ldr x2, [sp, 24]
adrp x0, .LC36
add x1, x0, :lo12:.LC36
mov x0, x3
bl fprintf
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
nop
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE33:
.size print_help, .-print_help
.section .rodata
.align 3
.LC38:
.string "-t"
.align 3
.LC39:
.string "-h"
.align 3
.LC40:
.string "error: unknown parameter '%s'\n"
.align 3
.LC41:
.string "error: %s\n"
.align 3
.LC42:
.string "\nTree:\n"
.align 3
.LC43:
.string "%g\n"
.align 3
.LC44:
.string "error: stray `%s` left in stream after expression\n"
.text
.align 2
.global main
.type main, %function
main:
.LFB34:
.cfi_startproc
stp x29, x30, [sp, -144]!
.cfi_def_cfa_offset 144
.cfi_offset 29, -144
.cfi_offset 30, -136
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, 136]
mov x1, 0
strb wzr, [sp, 47]
str wzr, [sp, 48]
ldr w0, [sp, 28]
cmp w0, 1
beq .L201
ldr w0, [sp, 28]
cmp w0, 2
bne .L182
ldr x0, [sp, 16]
add x0, x0, 8
ldr x2, [x0]
adrp x0, .LC38
add x1, x0, :lo12:.LC38
mov x0, x2
bl strcmp
cmp w0, 0
bne .L184
mov w0, 1
strb w0, [sp, 47]
b .L183
.L184:
ldr x0, [sp, 16]
add x0, x0, 8
ldr x2, [x0]
adrp x0, .LC39
add x1, x0, :lo12:.LC39
mov x0, x2
bl strcmp
cmp w0, 0
beq .L182
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, .LC40
add x1, x0, :lo12:.LC40
mov x0, x3
bl fprintf
mov w0, 1
str w0, [sp, 48]
.L182:
ldr x0, [sp, 16]
ldr x0, [x0]
bl print_help
ldr w0, [sp, 48]
b .L198
.L201:
nop
.L183:
adrp x0, :got:stdin
ldr x0, [x0, #:got_lo12:stdin]
ldr x1, [x0]
add x0, sp, 96
bl lex_init
str w0, [sp, 52]
ldr w0, [sp, 52]
cmp w0, 0
beq .L186
adrp x0, :got:stderr
ldr x0, [x0, #:got_lo12:stderr]
ldr x3, [x0]
adrp x0, LEX_STATUS
add x0, x0, :lo12:LEX_STATUS
ldr w1, [sp, 52]
ldr x0, [x0, x1, lsl 3]
mov x2, x0
adrp x0, .LC41
add x1, x0, :lo12:.LC41
mov x0, x3
bl fprintf
mov w0, 1
b .L198
.L186:
add x0, sp, 96
bl parse_expr
stp x0, x1, [sp, 80]
ldrb w0, [sp, 80]
cmp w0, 0
beq .L187
ldp x0, x1, [sp, 80]
bl pres_get_tree
str x0, [sp, 64]
ldr x0, [sp, 64]
bl eval_node
str d0, [sp, 72]
ldr x0, [sp, 64]
cmp x0, 0
beq .L188
ldrb w0, [sp, 47]
cmp w0, 0
beq .L189
adrp x0, .LC42
add x0, x0, :lo12:.LC42
bl puts
mov w2, 0
mov w1, 0
ldr x0, [sp, 64]
bl node_dump_padded
mov w0, 10
bl putchar
.L189:
ldr d0, [sp, 72]
adrp x0, .LC43
add x0, x0, :lo12:.LC43
bl printf
.L188:
ldr x0, [sp, 64]
bl node_free
add x1, sp, 120
add x0, sp, 96
bl lex_next
str w0, [sp, 52]
ldr w0, [sp, 52]
cmp w0, 0
beq .L190
ldr w0, [sp, 52]
cmp w0, 3
beq .L202
b .L200
.L190:
ldr w0, [sp, 120]
cmp w0, 5
beq .L193
adrp x0, :got:stderr
ldr x0, [x0, #:got_lo12:stderr]
ldr x3, [x0]
ldr w2, [sp, 120]
adrp x0, TOK_INFO
add x1, x0, :lo12:TOK_INFO
uxtw x0, w2
lsl x0, x0, 4
add x0, x1, x0
ldr x0, [x0]
mov x2, x0
adrp x0, .LC44
add x1, x0, :lo12:.LC44
mov x0, x3
bl fprintf
mov w0, 1
str w0, [sp, 48]
b .L197
.L193:
str wzr, [sp, 48]
b .L196
.L200:
adrp x0, :got:stderr
ldr x0, [x0, #:got_lo12:stderr]
ldr x3, [x0]
adrp x0, LEX_STATUS
add x0, x0, :lo12:LEX_STATUS
ldr w1, [sp, 52]
ldr x0, [x0, x1, lsl 3]
mov x2, x0
adrp x0, .LC41
add x1, x0, :lo12:.LC41
mov x0, x3
bl fprintf
mov w0, 1
str w0, [sp, 48]
b .L196
.L187:
ldp x0, x1, [sp, 80]
bl pres_get_err
str x0, [sp, 56]
adrp x0, :got:stderr
ldr x0, [x0, #:got_lo12:stderr]
ldr x3, [x0]
ldr x2, [sp, 56]
adrp x0, .LC41
add x1, x0, :lo12:.LC41
mov x0, x3
bl fprintf
ldr x0, [sp, 56]
bl free
mov w0, 1
str w0, [sp, 48]
.L196:
b .L186
.L202:
nop
.L197:
add x0, sp, 96
bl lex_deinit
ldr w0, [sp, 48]
.L198:
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 .L199
bl __stack_chk_fail
.L199:
mov w0, w1
ldp x29, x30, [sp], 144
.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
.align 2
.global createNode
.type createNode, %function
createNode:
.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 x0, 24
bl malloc
str x0, [sp, 40]
ldr x0, [sp, 40]
str xzr, [x0]
ldr x0, [sp, 40]
str xzr, [x0, 8]
ldr x0, [sp, 40]
ldr w1, [sp, 28]
str w1, [x0, 16]
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 createNode, .-createNode
.section .rodata
.align 3
.LC0:
.string "No values in the input!"
.align 3
.LC1:
.string "Done Creating Tree!"
.text
.align 2
.global createBinaryTree
.type createBinaryTree, %function
createBinaryTree:
.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 w1, [sp, 20]
ldr w0, [sp, 20]
cmp w0, 0
bgt .L4
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl puts
.L4:
ldr x0, [sp, 24]
ldr w0, [x0]
bl createNode
str x0, [sp, 40]
mov w0, 1
str w0, [sp, 36]
b .L5
.L6:
ldrsw x0, [sp, 36]
lsl x0, x0, 2
ldr x1, [sp, 24]
add x0, x1, x0
ldr w0, [x0]
ldr x1, [sp, 40]
bl insertIntoBinaryTree
ldr w0, [sp, 36]
add w0, w0, 1
str w0, [sp, 36]
.L5:
ldr w1, [sp, 36]
ldr w0, [sp, 20]
cmp w1, w0
blt .L6
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl puts
mov w0, 10
bl putchar
ldr x0, [sp, 40]
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE7:
.size createBinaryTree, .-createBinaryTree
.align 2
.global insertIntoBinaryTree
.type insertIntoBinaryTree, %function
insertIntoBinaryTree:
.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]
str x1, [sp, 16]
ldr x0, [sp, 16]
cmp x0, 0
bne .L9
ldr w0, [sp, 28]
bl createNode
b .L10
.L9:
ldr x0, [sp, 16]
ldr w0, [x0, 16]
ldr w1, [sp, 28]
cmp w1, w0
bge .L11
ldr x0, [sp, 16]
ldr x0, [x0]
mov x1, x0
ldr w0, [sp, 28]
bl insertIntoBinaryTree
mov x1, x0
ldr x0, [sp, 16]
str x1, [x0]
b .L12
.L11:
ldr x0, [sp, 16]
ldr x0, [x0, 8]
mov x1, x0
ldr w0, [sp, 28]
bl insertIntoBinaryTree
mov x1, x0
ldr x0, [sp, 16]
str x1, [x0, 8]
.L12:
ldr x0, [sp, 16]
.L10:
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE8:
.size insertIntoBinaryTree, .-insertIntoBinaryTree
.section .rodata
.align 3
.LC2:
.string "%d "
.text
.align 2
.global preorder
.type preorder, %function
preorder:
.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 x0, [sp, 24]
ldr x0, [sp, 24]
cmp x0, 0
beq .L16
ldr x0, [sp, 24]
ldr w0, [x0, 16]
mov w1, w0
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl printf
ldr x0, [sp, 24]
ldr x0, [x0]
bl preorder
ldr x0, [sp, 24]
ldr x0, [x0, 8]
bl preorder
b .L13
.L16:
nop
.L13:
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE9:
.size preorder, .-preorder
.align 2
.global inorder
.type inorder, %function
inorder:
.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 x0, [sp, 24]
cmp x0, 0
beq .L20
ldr x0, [sp, 24]
ldr x0, [x0]
bl inorder
ldr x0, [sp, 24]
ldr w0, [x0, 16]
mov w1, w0
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl printf
ldr x0, [sp, 24]
ldr x0, [x0, 8]
bl inorder
b .L17
.L20:
nop
.L17:
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE10:
.size inorder, .-inorder
.align 2
.global postorder
.type postorder, %function
postorder:
.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 x0, [sp, 24]
ldr x0, [sp, 24]
cmp x0, 0
beq .L24
ldr x0, [sp, 24]
ldr x0, [x0]
bl postorder
ldr x0, [sp, 24]
ldr x0, [x0, 8]
bl postorder
ldr x0, [sp, 24]
ldr w0, [x0, 16]
mov w1, w0
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl printf
b .L21
.L24:
nop
.L21:
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE11:
.size postorder, .-postorder
.align 2
.global searchBinaryTree
.type searchBinaryTree, %function
searchBinaryTree:
.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 w0, [sp, 28]
str x1, [sp, 16]
ldr x0, [sp, 16]
cmp x0, 0
bne .L26
mov w0, 0
b .L27
.L26:
ldr x0, [sp, 16]
ldr w0, [x0, 16]
ldr w1, [sp, 28]
cmp w1, w0
bge .L28
ldr x0, [sp, 16]
ldr x0, [x0]
mov x1, x0
ldr w0, [sp, 28]
bl searchBinaryTree
and w0, w0, 255
b .L27
.L28:
ldr x0, [sp, 16]
ldr w0, [x0, 16]
ldr w1, [sp, 28]
cmp w1, w0
ble .L29
ldr x0, [sp, 16]
ldr x0, [x0, 8]
mov x1, x0
ldr w0, [sp, 28]
bl searchBinaryTree
and w0, w0, 255
b .L27
.L29:
mov w0, 1
.L27:
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE12:
.size searchBinaryTree, .-searchBinaryTree
.align 2
.global deleteInorderPredecessor
.type deleteInorderPredecessor, %function
deleteInorderPredecessor:
.LFB13:
.cfi_startproc
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, 8]
ldr x0, [sp, 8]
cmp x0, 0
bne .L31
mov x0, 0
b .L32
.L31:
ldr x0, [sp, 8]
str x0, [sp, 24]
ldr x0, [sp, 8]
ldr x0, [x0]
str x0, [sp, 8]
ldr x0, [sp, 8]
cmp x0, 0
bne .L33
ldr x0, [sp, 24]
b .L32
.L33:
ldr x0, [sp, 8]
ldr x0, [x0, 8]
cmp x0, 0
beq .L34
ldr x0, [sp, 8]
str x0, [sp, 24]
ldr x0, [sp, 8]
ldr x0, [x0, 8]
str x0, [sp, 8]
b .L36
.L34:
ldr x0, [sp, 8]
ldr x1, [x0]
ldr x0, [sp, 24]
str x1, [x0]
ldr x0, [sp, 8]
b .L32
.L37:
ldr x0, [sp, 8]
ldr x0, [x0, 8]
str x0, [sp, 8]
ldr x0, [sp, 24]
ldr x0, [x0, 8]
str x0, [sp, 24]
.L36:
ldr x0, [sp, 8]
ldr x0, [x0, 8]
cmp x0, 0
bne .L37
ldr x0, [sp, 8]
ldr x1, [x0]
ldr x0, [sp, 24]
str x1, [x0, 8]
ldr x0, [sp, 8]
.L32:
add sp, sp, 32
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE13:
.size deleteInorderPredecessor, .-deleteInorderPredecessor
.align 2
.global createVine
.type createVine, %function
createVine:
.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 x0, [sp, 24]
ldr x0, [sp, 24]
ldr x0, [x0]
cmp x0, 0
beq .L44
b .L41
.L42:
ldr x0, [sp, 24]
ldr x0, [x0]
str x0, [sp, 32]
ldr x0, [sp, 32]
bl deleteInorderPredecessor
str x0, [sp, 40]
ldr x0, [sp, 24]
ldr x1, [x0]
ldr x0, [sp, 40]
str x1, [x0, 8]
ldr x0, [sp, 24]
ldr x0, [x0]
ldr x1, [x0]
ldr x0, [sp, 40]
str x1, [x0]
ldr x0, [sp, 24]
ldr x0, [x0]
str xzr, [x0]
ldr x0, [sp, 24]
ldr x1, [sp, 40]
str x1, [x0]
.L41:
ldr x0, [sp, 24]
ldr x0, [x0]
ldr x0, [x0]
cmp x0, 0
bne .L42
ldr x0, [sp, 24]
ldr x0, [x0]
ldr x0, [x0, 8]
cmp x0, 0
beq .L45
ldr x0, [sp, 24]
ldr x0, [x0]
add x0, x0, 8
bl createVine
b .L38
.L44:
nop
b .L38
.L45:
nop
.L38:
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE14:
.size createVine, .-createVine
.align 2
.global printVine
.type printVine, %function
printVine:
.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 x0, [sp, 24]
b .L47
.L48:
ldr x0, [sp, 24]
ldr w0, [x0, 16]
mov w1, w0
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl printf
ldr x0, [sp, 24]
ldr x0, [x0, 8]
str x0, [sp, 24]
.L47:
ldr x0, [sp, 24]
cmp x0, 0
bne .L48
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
.LFE15:
.size printVine, .-printVine
.align 2
.global numberOfNodes
.type numberOfNodes, %function
numberOfNodes:
.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 x19, [sp, 16]
.cfi_offset 19, -32
str x0, [sp, 40]
ldr x0, [sp, 40]
cmp x0, 0
bne .L50
mov w0, 0
b .L51
.L50:
ldr x0, [sp, 40]
ldr x0, [x0]
bl numberOfNodes
add w19, w0, 1
ldr x0, [sp, 40]
ldr x0, [x0, 8]
bl numberOfNodes
add w0, w19, w0
.L51:
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
.LFE16:
.size numberOfNodes, .-numberOfNodes
.align 2
.global rotateLeft
.type rotateLeft, %function
rotateLeft:
.LFB17:
.cfi_startproc
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, 8]
ldr x0, [sp, 8]
cmp x0, 0
beq .L53
ldr x0, [sp, 8]
ldr x0, [x0, 8]
cmp x0, 0
bne .L54
.L53:
ldr x0, [sp, 8]
b .L55
.L54:
ldr x0, [sp, 8]
ldr x0, [x0, 8]
str x0, [sp, 24]
ldr x0, [sp, 24]
ldr x1, [x0]
ldr x0, [sp, 8]
str x1, [x0, 8]
ldr x0, [sp, 24]
ldr x1, [sp, 8]
str x1, [x0]
ldr x0, [sp, 24]
.L55:
add sp, sp, 32
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE17:
.size rotateLeft, .-rotateLeft
.align 2
.global rotateRight
.type rotateRight, %function
rotateRight:
.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 x0, [sp, 24]
ldr x0, [sp, 24]
cmp x0, 0
bne .L57
ldr x0, [sp, 24]
b .L59
.L57:
mov w0, 0
bl exit
.L59:
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE18:
.size rotateRight, .-rotateRight
.section .rodata
.align 3
.LC3:
.string "There are %d in the closest perfect tree form but we have %d nodes here!\n"
.align 3
.LC4:
.string "Root is now %d\n"
.align 3
.LC5:
.string "M is now %d\n"
.align 3
.LC6:
.string "Rotating about node %d \n"
.align 3
.LC7:
.string "--------------"
.text
.align 2
.global DSW
.type DSW, %function
DSW:
.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]
ldr x0, [sp, 24]
ldr x0, [x0]
cmp x0, 0
bne .L61
ldr x0, [sp, 24]
ldr x0, [x0]
b .L62
.L61:
ldr x0, [sp, 24]
bl createVine
ldr x0, [sp, 24]
ldr x0, [x0]
bl printVine
ldr x0, [sp, 24]
ldr x0, [x0]
bl numberOfNodes
str w0, [sp, 44]
ldr w0, [sp, 44]
add w0, w0, 1
scvtf d0, w0
bl log2
bl floor
fmov d1, d0
fmov d0, 2.0e+0
bl pow
fmov d1, d0
fmov d0, 1.0e+0
fsub d0, d1, d0
fcvtzs w0, d0
str w0, [sp, 36]
ldr w2, [sp, 44]
ldr w1, [sp, 36]
adrp x0, .LC3
add x0, x0, :lo12:.LC3
bl printf
ldr w1, [sp, 44]
ldr w0, [sp, 36]
cmp w1, w0
ble .L66
str wzr, [sp, 40]
b .L64
.L65:
ldr x0, [sp, 24]
ldr x0, [x0]
bl rotateLeft
mov x1, x0
ldr x0, [sp, 24]
str x1, [x0]
ldr w0, [sp, 40]
add w0, w0, 1
str w0, [sp, 40]
.L64:
ldr w1, [sp, 44]
ldr w0, [sp, 36]
sub w0, w1, w0
ldr w1, [sp, 40]
cmp w1, w0
blt .L65
b .L66
.L70:
ldr x0, [sp, 24]
ldr x0, [x0]
str x0, [sp, 48]
str xzr, [sp, 56]
ldr x0, [sp, 48]
ldr x1, [x0, 8]
ldr x0, [sp, 24]
str x1, [x0]
ldr x0, [sp, 24]
ldr x0, [x0]
ldr w0, [x0, 16]
mov w1, w0
adrp x0, .LC4
add x0, x0, :lo12:.LC4
bl printf
ldr w0, [sp, 36]
lsr w1, w0, 31
add w0, w1, w0
asr w0, w0, 1
str w0, [sp, 36]
ldr w1, [sp, 36]
adrp x0, .LC5
add x0, x0, :lo12:.LC5
bl printf
ldr x0, [sp, 48]
bl printVine
b .L67
.L69:
ldr x0, [sp, 48]
ldr w0, [x0, 16]
mov w1, w0
adrp x0, .LC6
add x0, x0, :lo12:.LC6
bl printf
ldr x0, [sp, 24]
ldr x0, [x0]
bl printVine
adrp x0, .LC7
add x0, x0, :lo12:.LC7
bl puts
ldr x0, [sp, 56]
cmp x0, 0
beq .L68
ldr x0, [sp, 48]
ldr x1, [x0, 8]
ldr x0, [sp, 56]
str x1, [x0, 8]
.L68:
ldr x0, [sp, 48]
bl rotateLeft
str x0, [sp, 48]
ldr x0, [sp, 48]
str x0, [sp, 56]
ldr x0, [sp, 48]
ldr x0, [x0, 8]
str x0, [sp, 48]
.L67:
ldr x0, [sp, 48]
cmp x0, 0
beq .L66
ldr x0, [sp, 48]
ldr x0, [x0, 8]
cmp x0, 0
beq .L66
ldr x0, [sp, 48]
ldr x0, [x0, 8]
ldr x0, [x0, 8]
cmp x0, 0
bne .L69
ldr x0, [sp, 48]
ldr x0, [x0, 8]
ldr x0, [x0]
cmp x0, 0
bne .L69
.L66:
ldr w0, [sp, 36]
cmp w0, 1
bgt .L70
ldr x0, [sp, 24]
ldr x0, [x0]
.L62:
ldp x29, x30, [sp], 64
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE19:
.size DSW, .-DSW
.align 2
.global maxHeight
.type maxHeight, %function
maxHeight:
.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]
ldr x0, [sp, 24]
cmp x0, 0
bne .L72
mov w0, 0
b .L73
.L72:
ldr x0, [sp, 24]
ldr x0, [x0]
bl maxHeight
str w0, [sp, 40]
ldr x0, [sp, 24]
ldr x0, [x0, 8]
bl maxHeight
str w0, [sp, 44]
ldr w1, [sp, 40]
ldr w0, [sp, 44]
cmp w1, w0
ble .L74
ldr w0, [sp, 40]
add w0, w0, 1
b .L73
.L74:
ldr w0, [sp, 44]
add w0, w0, 1
.L73:
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE20:
.size maxHeight, .-maxHeight
.align 2
.global diameter
.type diameter, %function
diameter:
.LFB21:
.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]
cmp x0, 0
bne .L76
mov w0, 0
b .L77
.L76:
ldr x0, [sp, 24]
ldr x0, [x0]
bl maxHeight
str w0, [sp, 32]
ldr x0, [sp, 24]
ldr x0, [x0, 8]
bl maxHeight
str w0, [sp, 36]
ldr x0, [sp, 24]
ldr x0, [x0]
bl diameter
str w0, [sp, 40]
ldr x0, [sp, 24]
ldr x0, [x0, 8]
bl diameter
str w0, [sp, 44]
ldr w0, [sp, 40]
str w0, [sp, 48]
ldr w0, [sp, 44]
str w0, [sp, 52]
ldr w0, [sp, 48]
ldr w2, [sp, 52]
ldr w1, [sp, 52]
cmp w2, w0
csel w0, w1, w0, ge
str w0, [sp, 56]
ldr w1, [sp, 32]
ldr w0, [sp, 36]
add w0, w1, w0
add w0, w0, 1
str w0, [sp, 60]
ldr w0, [sp, 56]
ldr w2, [sp, 60]
ldr w1, [sp, 60]
cmp w2, w0
csel w0, w1, w0, ge
nop
.L77:
ldp x29, x30, [sp], 64
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE21:
.size diameter, .-diameter
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.section .rodata
.align 3
.LC0:
.string "%lf%lf"
.align 3
.LC1:
.string "Line %d has non-numeric data\n"
.align 3
.LC2:
.string "data error at point %d: time not increasing\n"
.text
.align 2
.global get_breakpoints
.type get_breakpoints, %function
get_breakpoints:
.LFB6:
.cfi_startproc
stp x29, x30, [sp, -176]!
.cfi_def_cfa_offset 176
.cfi_offset 29, -176
.cfi_offset 30, -168
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, 168]
mov x1, 0
str xzr, [sp, 48]
mov x0, 64
str x0, [sp, 56]
str xzr, [sp, 64]
str xzr, [sp, 72]
ldr x0, [sp, 24]
cmp x0, 0
bne .L2
mov x0, 0
b .L14
.L2:
ldr x0, [sp, 56]
lsl x0, x0, 4
bl malloc
str x0, [sp, 72]
ldr x0, [sp, 72]
cmp x0, 0
bne .L5
mov x0, 0
b .L14
.L12:
ldr x0, [sp, 48]
lsl x0, x0, 4
ldr x1, [sp, 72]
add x0, x1, x0
mov x2, x0
ldr x0, [sp, 48]
lsl x0, x0, 4
ldr x1, [sp, 72]
add x0, x1, x0
add x0, x0, 8
add x4, sp, 88
mov x3, x0
adrp x0, .LC0
add x1, x0, :lo12:.LC0
mov x0, x4
bl __isoc99_sscanf
str w0, [sp, 44]
ldr w0, [sp, 44]
cmp w0, 0
bge .L6
b .L5
.L6:
ldr w0, [sp, 44]
cmp w0, 0
bne .L7
ldr x0, [sp, 48]
add x0, x0, 1
mov x1, x0
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl printf
b .L8
.L7:
ldr x0, [sp, 48]
lsl x0, x0, 4
ldr x1, [sp, 72]
add x0, x1, x0
ldr d0, [x0]
ldr d1, [sp, 64]
fcmpe d1, d0
bgt .L16
b .L17
.L16:
ldr x0, [sp, 48]
add x0, x0, 1
mov x1, x0
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl printf
b .L8
.L17:
ldr x0, [sp, 48]
lsl x0, x0, 4
ldr x1, [sp, 72]
add x0, x1, x0
ldr d0, [x0]
str d0, [sp, 64]
ldr x0, [sp, 48]
add x0, x0, 1
str x0, [sp, 48]
ldr x1, [sp, 48]
ldr x0, [sp, 56]
cmp x1, x0
bne .L5
ldr x1, [sp, 56]
ldr x0, [sp, 48]
add x0, x1, x0
str x0, [sp, 56]
ldr x0, [sp, 56]
lsl x0, x0, 4
mov x1, x0
ldr x0, [sp, 72]
bl realloc
str x0, [sp, 80]
ldr x0, [sp, 80]
cmp x0, 0
bne .L11
str xzr, [sp, 48]
ldr x0, [sp, 72]
bl free
str xzr, [sp, 72]
b .L8
.L11:
ldr x0, [sp, 80]
str x0, [sp, 72]
.L5:
add x0, sp, 88
ldr x2, [sp, 24]
mov w1, 80
bl fgets
cmp x0, 0
bne .L12
.L8:
ldr x0, [sp, 48]
cmp x0, 0
beq .L13
ldr x0, [sp, 16]
ldr x1, [sp, 48]
str x1, [x0]
.L13:
ldr x0, [sp, 72]
.L14:
mov x1, x0
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 .L15
bl __stack_chk_fail
.L15:
mov x0, x1
ldp x29, x30, [sp], 176
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE6:
.size get_breakpoints, .-get_breakpoints
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.local yy_buffer_stack_top
.comm yy_buffer_stack_top,8,8
.local yy_buffer_stack_max
.comm yy_buffer_stack_max,8,8
.local yy_buffer_stack
.comm yy_buffer_stack,8,8
.local yy_hold_char
.comm yy_hold_char,1,1
.local yy_n_chars
.comm yy_n_chars,4,4
.global yyleng
.bss
.align 2
.type yyleng, %object
.size yyleng, 4
yyleng:
.zero 4
.local yy_c_buf_p
.comm yy_c_buf_p,8,8
.local yy_init
.comm yy_init,4,4
.local yy_start
.comm yy_start,4,4
.local yy_did_buffer_switch_on_eof
.comm yy_did_buffer_switch_on_eof,4,4
.global yyin
.align 3
.type yyin, %object
.size yyin, 8
yyin:
.zero 8
.global yyout
.align 3
.type yyout, %object
.size yyout, 8
yyout:
.zero 8
.global yylineno
.data
.align 2
.type yylineno, %object
.size yylineno, 4
yylineno:
.word 1
.section .rodata
.align 3
.type yy_accept, %object
.size yy_accept, 106
yy_accept:
.hword 0
.hword 0
.hword 0
.hword 10
.hword 9
.hword 8
.hword 4
.hword 3
.hword 5
.hword 1
.hword 7
.hword 4
.hword 6
.hword 1
.hword 6
.hword 6
.hword 6
.hword 6
.hword 6
.hword 6
.hword 1
.hword 6
.hword 5
.hword 5
.hword 7
.hword 7
.hword 4
.hword 6
.hword 6
.hword 6
.hword 6
.hword 6
.hword 6
.hword 6
.hword 2
.hword 6
.hword 6
.hword 6
.hword 6
.hword 6
.hword 6
.hword 6
.hword 6
.hword 6
.hword 6
.hword 6
.hword 6
.hword 6
.hword 6
.hword 6
.hword 6
.hword 6
.hword 0
.align 3
.type yy_ec, %object
.size yy_ec, 1024
yy_ec:
.word 0
.word 1
.word 1
.word 1
.word 1
.word 1
.word 1
.word 1
.word 1
.word 1
.word 2
.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
.word 1
.word 1
.word 1
.word 1
.word 1
.word 1
.word 3
.word 1
.word 4
.word 5
.word 6
.word 7
.word 1
.word 8
.word 9
.word 10
.word 11
.word 1
.word 12
.word 13
.word 14
.word 15
.word 16
.word 16
.word 16
.word 16
.word 16
.word 16
.word 16
.word 16
.word 16
.word 1
.word 1
.word 1
.word 17
.word 1
.word 1
.word 18
.word 19
.word 19
.word 19
.word 19
.word 19
.word 19
.word 19
.word 19
.word 19
.word 19
.word 19
.word 19
.word 19
.word 19
.word 19
.word 19
.word 19
.word 19
.word 19
.word 19
.word 19
.word 19
.word 19
.word 19
.word 19
.word 19
.word 20
.word 1
.word 21
.word 1
.word 1
.word 22
.word 23
.word 24
.word 25
.word 19
.word 26
.word 27
.word 28
.word 29
.word 30
.word 19
.word 31
.word 32
.word 19
.word 33
.word 34
.word 19
.word 19
.word 35
.word 36
.word 37
.word 38
.word 19
.word 39
.word 19
.word 19
.word 19
.word 40
.word 1
.word 41
.word 42
.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
.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
.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
.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
.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
.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
.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
.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
.word 1
.align 3
.type yy_meta, %object
.size yy_meta, 172
yy_meta:
.word 0
.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 2
.word 1
.word 3
.word 3
.word 1
.word 1
.word 3
.word 1
.word 1
.word 1
.word 3
.word 3
.word 3
.word 3
.word 3
.word 3
.word 3
.word 3
.word 3
.word 3
.word 3
.word 3
.word 3
.word 3
.word 3
.word 3
.word 3
.word 1
.word 1
.word 1
.align 3
.type yy_base, %object
.size yy_base, 110
yy_base:
.hword 0
.hword 0
.hword 0
.hword 95
.hword 96
.hword 96
.hword 96
.hword 96
.hword 28
.hword 32
.hword 36
.hword 77
.hword 0
.hword 96
.hword 58
.hword 21
.hword 60
.hword 59
.hword 56
.hword 26
.hword 0
.hword 50
.hword 41
.hword 45
.hword 49
.hword 75
.hword 96
.hword 0
.hword 61
.hword 63
.hword 52
.hword 48
.hword 49
.hword 45
.hword 0
.hword 44
.hword 50
.hword 56
.hword 43
.hword 40
.hword 50
.hword 52
.hword 40
.hword 36
.hword 41
.hword 41
.hword 33
.hword 44
.hword 35
.hword 34
.hword 20
.hword 28
.hword 96
.hword 64
.hword 43
.align 3
.type yy_def, %object
.size yy_def, 110
yy_def:
.hword 0
.hword 52
.hword 1
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 53
.hword 53
.hword 52
.hword 54
.hword 52
.hword 54
.hword 54
.hword 54
.hword 54
.hword 54
.hword 54
.hword 54
.hword 54
.hword 52
.hword 52
.hword 53
.hword 53
.hword 52
.hword 54
.hword 54
.hword 54
.hword 54
.hword 54
.hword 54
.hword 54
.hword 54
.hword 54
.hword 54
.hword 54
.hword 54
.hword 54
.hword 54
.hword 54
.hword 54
.hword 54
.hword 54
.hword 54
.hword 54
.hword 54
.hword 54
.hword 54
.hword 54
.hword 54
.hword 0
.hword 52
.hword 52
.align 3
.type yy_nxt, %object
.size yy_nxt, 278
yy_nxt:
.hword 0
.hword 4
.hword 5
.hword 6
.hword 7
.hword 7
.hword 6
.hword 6
.hword 7
.hword 7
.hword 6
.hword 6
.hword 6
.hword 8
.hword 6
.hword 9
.hword 10
.hword 11
.hword 7
.hword 12
.hword 13
.hword 13
.hword 7
.hword 12
.hword 14
.hword 15
.hword 16
.hword 17
.hword 18
.hword 12
.hword 19
.hword 12
.hword 12
.hword 20
.hword 12
.hword 12
.hword 21
.hword 20
.hword 12
.hword 12
.hword 7
.hword 7
.hword 7
.hword 22
.hword 22
.hword 23
.hword 27
.hword 24
.hword 24
.hword 23
.hword 29
.hword 24
.hword 24
.hword 34
.hword 34
.hword 30
.hword 22
.hword 22
.hword 51
.hword 35
.hword 22
.hword 22
.hword 23
.hword 34
.hword 24
.hword 24
.hword 25
.hword 25
.hword 50
.hword 49
.hword 34
.hword 48
.hword 34
.hword 47
.hword 34
.hword 46
.hword 34
.hword 45
.hword 34
.hword 44
.hword 43
.hword 34
.hword 42
.hword 41
.hword 40
.hword 39
.hword 38
.hword 37
.hword 52
.hword 36
.hword 33
.hword 32
.hword 31
.hword 28
.hword 26
.hword 52
.hword 3
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.align 3
.type yy_chk, %object
.size yy_chk, 278
yy_chk:
.hword 0
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 1
.hword 8
.hword 8
.hword 9
.hword 54
.hword 9
.hword 9
.hword 10
.hword 15
.hword 10
.hword 10
.hword 19
.hword 51
.hword 15
.hword 22
.hword 22
.hword 50
.hword 19
.hword 23
.hword 23
.hword 24
.hword 49
.hword 24
.hword 24
.hword 53
.hword 53
.hword 48
.hword 47
.hword 46
.hword 45
.hword 44
.hword 43
.hword 42
.hword 41
.hword 40
.hword 39
.hword 38
.hword 37
.hword 36
.hword 35
.hword 33
.hword 32
.hword 31
.hword 30
.hword 29
.hword 28
.hword 25
.hword 21
.hword 18
.hword 17
.hword 16
.hword 14
.hword 11
.hword 3
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.hword 52
.local yy_last_accepting_state
.comm yy_last_accepting_state,4,4
.local yy_last_accepting_cpos
.comm yy_last_accepting_cpos,8,8
.global yy_flex_debug
.bss
.align 2
.type yy_flex_debug, %object
.size yy_flex_debug, 4
yy_flex_debug:
.zero 4
.global yytext
.align 3
.type yytext, %object
.size yytext, 8
yytext:
.zero 8
.global keyCount
.align 2
.type keyCount, %object
.size keyCount, 4
keyCount:
.zero 4
.global iCount
.align 2
.type iCount, %object
.size iCount, 4
iCount:
.zero 4
.section .rodata
.align 3
.LC0:
.string "%s is an escape sequence\n"
.align 3
.LC1:
.string "%s is a keyword\n"
.align 3
.LC2:
.string "%s is a special Character\n"
.align 3
.LC3:
.string "%s is an operator\n"
.align 3
.LC4:
.string "%s is a floating point Number\n"
.align 3
.LC5:
.string "%s is an identifier \n"
.align 3
.LC6:
.string "%s is Not an identifier \n"
.align 3
.LC7:
.string "Line Number is %d\n\n"
.align 3
.LC8:
.string "fatal flex scanner internal error--no action found"
.text
.align 2
.global yylex
.type yylex, %function
yylex:
.LFB6:
.cfi_startproc
stp x29, x30, [sp, -64]!
.cfi_def_cfa_offset 64
.cfi_offset 29, -64
.cfi_offset 30, -56
mov x29, sp
stp x19, x20, [sp, 16]
stp x21, x22, [sp, 32]
.cfi_offset 19, -48
.cfi_offset 20, -40
.cfi_offset 21, -32
.cfi_offset 22, -24
adrp x0, yy_init
add x0, x0, :lo12:yy_init
ldr w0, [x0]
cmp w0, 0
bne .L39
adrp x0, yy_init
add x0, x0, :lo12:yy_init
mov w1, 1
str w1, [x0]
adrp x0, yy_start
add x0, x0, :lo12:yy_start
ldr w0, [x0]
cmp w0, 0
bne .L3
adrp x0, yy_start
add x0, x0, :lo12:yy_start
mov w1, 1
str w1, [x0]
.L3:
adrp x0, yyin
add x0, x0, :lo12:yyin
ldr x0, [x0]
cmp x0, 0
bne .L4
adrp x0, :got:stdin
ldr x0, [x0, #:got_lo12:stdin]
ldr x1, [x0]
adrp x0, yyin
add x0, x0, :lo12:yyin
str x1, [x0]
.L4:
adrp x0, yyout
add x0, x0, :lo12:yyout
ldr x0, [x0]
cmp x0, 0
bne .L5
adrp x0, :got:stdout
ldr x0, [x0, #:got_lo12:stdout]
ldr x1, [x0]
adrp x0, yyout
add x0, x0, :lo12:yyout
str x1, [x0]
.L5:
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x0, [x0]
cmp x0, 0
beq .L6
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
cmp x0, 0
bne .L7
.L6:
bl yyensure_buffer_stack
adrp x0, yyin
add x0, x0, :lo12:yyin
ldr x2, [x0]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x19, x1, x0
mov w1, 16384
mov x0, x2
bl yy_create_buffer
str x0, [x19]
.L7:
bl yy_load_buffer_state
.L39:
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
ldr x20, [x0]
adrp x0, yy_hold_char
add x0, x0, :lo12:yy_hold_char
ldrb w0, [x0]
strb w0, [x20]
mov x21, x20
adrp x0, yy_start
add x0, x0, :lo12:yy_start
ldr w19, [x0]
.L8:
.L12:
ldrb w0, [x20]
mov w1, w0
adrp x0, yy_ec
add x0, x0, :lo12:yy_ec
uxtw x1, w1
ldr w0, [x0, x1, lsl 2]
and w22, w0, 255
adrp x0, yy_accept
add x0, x0, :lo12:yy_accept
sxtw x1, w19
ldrsh w0, [x0, x1, lsl 1]
cmp w0, 0
beq .L10
adrp x0, yy_last_accepting_state
add x0, x0, :lo12:yy_last_accepting_state
str w19, [x0]
adrp x0, yy_last_accepting_cpos
add x0, x0, :lo12:yy_last_accepting_cpos
str x20, [x0]
b .L10
.L11:
adrp x0, yy_def
add x0, x0, :lo12:yy_def
sxtw x1, w19
ldrsh w0, [x0, x1, lsl 1]
mov w19, w0
cmp w19, 52
ble .L10
mov w1, w22
adrp x0, yy_meta
add x0, x0, :lo12:yy_meta
uxtw x1, w1
ldr w0, [x0, x1, lsl 2]
and w22, w0, 255
.L10:
adrp x0, yy_base
add x0, x0, :lo12:yy_base
sxtw x1, w19
ldrsh w0, [x0, x1, lsl 1]
mov w1, w0
mov w0, w22
add w1, w1, w0
adrp x0, yy_chk
add x0, x0, :lo12:yy_chk
sxtw x1, w1
ldrsh w0, [x0, x1, lsl 1]
cmp w19, w0
bne .L11
adrp x0, yy_base
add x0, x0, :lo12:yy_base
sxtw x1, w19
ldrsh w0, [x0, x1, lsl 1]
mov w1, w0
mov w0, w22
add w1, w1, w0
adrp x0, yy_nxt
add x0, x0, :lo12:yy_nxt
uxtw x1, w1
ldrsh w0, [x0, x1, lsl 1]
mov w19, w0
add x20, x20, 1
adrp x0, yy_base
add x0, x0, :lo12:yy_base
sxtw x1, w19
ldrsh w0, [x0, x1, lsl 1]
cmp w0, 96
bne .L12
nop
.L13:
adrp x0, yy_accept
add x0, x0, :lo12:yy_accept
sxtw x1, w19
ldrsh w0, [x0, x1, lsl 1]
mov w19, w0
cmp w19, 0
bne .L14
adrp x0, yy_last_accepting_cpos
add x0, x0, :lo12:yy_last_accepting_cpos
ldr x20, [x0]
adrp x0, yy_last_accepting_state
add x0, x0, :lo12:yy_last_accepting_state
ldr w19, [x0]
adrp x0, yy_accept
add x0, x0, :lo12:yy_accept
sxtw x1, w19
ldrsh w0, [x0, x1, lsl 1]
mov w19, w0
.L14:
adrp x0, yytext
add x0, x0, :lo12:yytext
str x21, [x0]
sub x0, x20, x21
mov w1, w0
adrp x0, yyleng
add x0, x0, :lo12:yyleng
str w1, [x0]
ldrb w1, [x20]
adrp x0, yy_hold_char
add x0, x0, :lo12:yy_hold_char
strb w1, [x0]
strb wzr, [x20]
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
str x20, [x0]
.L15:
cmp w19, 11
beq .L16
cmp w19, 11
bgt .L17
cmp w19, 10
beq .L18
cmp w19, 10
bgt .L17
cmp w19, 9
beq .L19
cmp w19, 9
bgt .L17
cmp w19, 8
beq .L20
cmp w19, 8
bgt .L17
cmp w19, 7
beq .L21
cmp w19, 7
bgt .L17
cmp w19, 6
beq .L22
cmp w19, 6
bgt .L17
cmp w19, 5
beq .L23
cmp w19, 5
bgt .L17
cmp w19, 4
beq .L24
cmp w19, 4
bgt .L17
cmp w19, 3
beq .L25
cmp w19, 3
bgt .L17
cmp w19, 2
beq .L26
cmp w19, 2
bgt .L17
cmp w19, 0
beq .L27
cmp w19, 1
beq .L28
b .L17
.L27:
adrp x0, yy_hold_char
add x0, x0, :lo12:yy_hold_char
ldrb w0, [x0]
strb w0, [x20]
adrp x0, yy_last_accepting_cpos
add x0, x0, :lo12:yy_last_accepting_cpos
ldr x20, [x0]
adrp x0, yy_last_accepting_state
add x0, x0, :lo12:yy_last_accepting_state
ldr w19, [x0]
b .L13
.L28:
adrp x0, yytext
add x0, x0, :lo12:yytext
ldr x0, [x0]
mov x1, x0
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl printf
b .L29
.L26:
adrp x0, yytext
add x0, x0, :lo12:yytext
ldr x0, [x0]
mov x1, x0
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl printf
adrp x0, keyCount
add x0, x0, :lo12:keyCount
ldr w0, [x0]
add w1, w0, 1
adrp x0, keyCount
add x0, x0, :lo12:keyCount
str w1, [x0]
b .L29
.L25:
adrp x0, yytext
add x0, x0, :lo12:yytext
ldr x0, [x0]
mov x1, x0
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl printf
b .L29
.L24:
adrp x0, yytext
add x0, x0, :lo12:yytext
ldr x0, [x0]
mov x1, x0
adrp x0, .LC3
add x0, x0, :lo12:.LC3
bl printf
b .L29
.L23:
adrp x0, yytext
add x0, x0, :lo12:yytext
ldr x0, [x0]
mov x1, x0
adrp x0, .LC4
add x0, x0, :lo12:.LC4
bl printf
b .L29
.L22:
adrp x0, yytext
add x0, x0, :lo12:yytext
ldr x0, [x0]
mov x1, x0
adrp x0, .LC5
add x0, x0, :lo12:.LC5
bl printf
adrp x0, iCount
add x0, x0, :lo12:iCount
ldr w0, [x0]
add w1, w0, 1
adrp x0, iCount
add x0, x0, :lo12:iCount
str w1, [x0]
b .L29
.L21:
adrp x0, yytext
add x0, x0, :lo12:yytext
ldr x0, [x0]
mov x1, x0
adrp x0, .LC6
add x0, x0, :lo12:.LC6
bl printf
b .L29
.L20:
adrp x0, yylineno
add x0, x0, :lo12:yylineno
ldr w0, [x0]
add w2, w0, 1
adrp x1, yylineno
add x1, x1, :lo12:yylineno
str w2, [x1]
mov w1, w0
adrp x0, .LC7
add x0, x0, :lo12:.LC7
bl printf
b .L29
.L19:
adrp x0, yytext
add x0, x0, :lo12:yytext
ldr x4, [x0]
adrp x0, yyleng
add x0, x0, :lo12:yyleng
ldr w0, [x0]
sxtw x1, w0
adrp x0, yyout
add x0, x0, :lo12:yyout
ldr x0, [x0]
mov x3, x0
mov x2, 1
mov x0, x4
bl fwrite
b .L29
.L16:
mov w0, 0
b .L40
.L18:
adrp x0, yytext
add x0, x0, :lo12:yytext
ldr x0, [x0]
sub x0, x20, x0
sub w0, w0, #1
str w0, [sp, 56]
adrp x0, yy_hold_char
add x0, x0, :lo12:yy_hold_char
ldrb w0, [x0]
strb w0, [x20]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr w0, [x0, 60]
cmp w0, 0
bne .L31
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr w1, [x0, 32]
adrp x0, yy_n_chars
add x0, x0, :lo12:yy_n_chars
str w1, [x0]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
adrp x1, yyin
add x1, x1, :lo12:yyin
ldr x1, [x1]
str x1, [x0]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
mov w1, 1
str w1, [x0, 60]
.L31:
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr x1, [x0, 8]
adrp x0, yy_n_chars
add x0, x0, :lo12:yy_n_chars
ldr w0, [x0]
sxtw x0, w0
add x1, x1, x0
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
ldr x0, [x0]
cmp x1, x0
bcc .L32
adrp x0, yytext
add x0, x0, :lo12:yytext
ldr x1, [x0]
ldrsw x0, [sp, 56]
add x1, x1, x0
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
str x1, [x0]
bl yy_get_previous_state
mov w19, w0
mov w0, w19
bl yy_try_NUL_trans
str w0, [sp, 60]
adrp x0, yytext
add x0, x0, :lo12:yytext
ldr x21, [x0]
ldr w0, [sp, 60]
cmp w0, 0
beq .L33
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
ldr x0, [x0]
add x1, x0, 1
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
str x1, [x0]
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
ldr x20, [x0]
ldr w19, [sp, 60]
b .L12
.L33:
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
ldr x20, [x0]
b .L13
.L32:
bl yy_get_next_buffer
cmp w0, 2
beq .L34
cmp w0, 2
bgt .L41
cmp w0, 0
beq .L36
cmp w0, 1
bne .L41
adrp x0, yy_did_buffer_switch_on_eof
add x0, x0, :lo12:yy_did_buffer_switch_on_eof
str wzr, [x0]
bl yywrap
cmp w0, 0
beq .L37
adrp x0, yytext
add x0, x0, :lo12:yytext
ldr x1, [x0]
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
str x1, [x0]
adrp x0, yy_start
add x0, x0, :lo12:yy_start
ldr w0, [x0]
sub w0, w0, #1
lsr w1, w0, 31
add w0, w1, w0
asr w0, w0, 1
add w19, w0, 11
b .L15
.L37:
adrp x0, yy_did_buffer_switch_on_eof
add x0, x0, :lo12:yy_did_buffer_switch_on_eof
ldr w0, [x0]
cmp w0, 0
bne .L42
adrp x0, yyin
add x0, x0, :lo12:yyin
ldr x0, [x0]
bl yyrestart
b .L42
.L36:
adrp x0, yytext
add x0, x0, :lo12:yytext
ldr x1, [x0]
ldrsw x0, [sp, 56]
add x1, x1, x0
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
str x1, [x0]
bl yy_get_previous_state
mov w19, w0
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
ldr x20, [x0]
adrp x0, yytext
add x0, x0, :lo12:yytext
ldr x21, [x0]
b .L12
.L34:
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr x1, [x0, 8]
adrp x0, yy_n_chars
add x0, x0, :lo12:yy_n_chars
ldr w0, [x0]
sxtw x0, w0
add x1, x1, x0
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
str x1, [x0]
bl yy_get_previous_state
mov w19, w0
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
ldr x20, [x0]
adrp x0, yytext
add x0, x0, :lo12:yytext
ldr x21, [x0]
b .L13
.L42:
nop
b .L41
.L17:
adrp x0, .LC8
add x0, x0, :lo12:.LC8
bl yy_fatal_error
b .L39
.L41:
nop
.L29:
b .L39
.L40:
ldp x19, x20, [sp, 16]
ldp x21, x22, [sp, 32]
ldp x29, x30, [sp], 64
.cfi_restore 30
.cfi_restore 29
.cfi_restore 21
.cfi_restore 22
.cfi_restore 19
.cfi_restore 20
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE6:
.size yylex, .-yylex
.section .rodata
.align 3
.LC9:
.string "fatal flex scanner internal error--end of buffer missed"
.align 3
.LC10:
.string "fatal error - scanner input buffer overflow"
.align 3
.LC11:
.string "input in flex scanner failed"
.align 3
.LC12:
.string "out of dynamic memory in yy_get_next_buffer()"
.text
.align 2
.type yy_get_next_buffer, %function
yy_get_next_buffer:
.LFB7:
.cfi_startproc
stp x29, x30, [sp, -96]!
.cfi_def_cfa_offset 96
.cfi_offset 29, -96
.cfi_offset 30, -88
mov x29, sp
stp x19, x20, [sp, 16]
stp x21, x22, [sp, 32]
.cfi_offset 19, -80
.cfi_offset 20, -72
.cfi_offset 21, -64
.cfi_offset 22, -56
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr x21, [x0, 8]
adrp x0, yytext
add x0, x0, :lo12:yytext
ldr x22, [x0]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr x1, [x0, 8]
adrp x0, yy_n_chars
add x0, x0, :lo12:yy_n_chars
ldr w0, [x0]
sxtw x0, w0
add x0, x0, 1
add x1, x1, x0
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
ldr x0, [x0]
cmp x1, x0
bcs .L44
adrp x0, .LC9
add x0, x0, :lo12:.LC9
bl yy_fatal_error
.L44:
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr w0, [x0, 56]
cmp w0, 0
bne .L45
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
ldr x1, [x0]
adrp x0, yytext
add x0, x0, :lo12:yytext
ldr x0, [x0]
sub x0, x1, x0
cmp x0, 1
bne .L46
mov w0, 1
b .L47
.L46:
mov w0, 2
b .L47
.L45:
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
ldr x1, [x0]
adrp x0, yytext
add x0, x0, :lo12:yytext
ldr x0, [x0]
sub x0, x1, x0
sub w19, w0, #1
mov w20, 0
b .L48
.L49:
mov x1, x22
add x22, x1, 1
mov x0, x21
add x21, x0, 1
ldrb w1, [x1]
strb w1, [x0]
add w20, w20, 1
.L48:
cmp w20, w19
blt .L49
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr w0, [x0, 60]
cmp w0, 2
bne .L50
adrp x0, yy_n_chars
add x0, x0, :lo12:yy_n_chars
str wzr, [x0]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
adrp x1, yy_n_chars
add x1, x1, :lo12:yy_n_chars
ldr w1, [x1]
str w1, [x0, 32]
b .L51
.L50:
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr x0, [x0, 24]
mov w1, w0
mov w0, w19
sub w0, w1, w0
sub w0, w0, #1
str w0, [sp, 56]
b .L52
.L60:
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x0, [x0]
cmp x0, 0
beq .L53
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
b .L54
.L53:
mov x0, 0
.L54:
str x0, [sp, 80]
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
ldr x1, [x0]
ldr x0, [sp, 80]
ldr x0, [x0, 8]
sub x0, x1, x0
str w0, [sp, 64]
ldr x0, [sp, 80]
ldr w0, [x0, 36]
cmp w0, 0
beq .L55
ldr x0, [sp, 80]
ldr x0, [x0, 24]
lsl w0, w0, 1
str w0, [sp, 68]
ldr w0, [sp, 68]
cmp w0, 0
bgt .L56
ldr x0, [sp, 80]
ldr x1, [x0, 24]
ldr x0, [sp, 80]
ldr x0, [x0, 24]
lsr x0, x0, 3
add x1, x1, x0
ldr x0, [sp, 80]
str x1, [x0, 24]
b .L57
.L56:
ldr x0, [sp, 80]
ldr x0, [x0, 24]
lsl x1, x0, 1
ldr x0, [sp, 80]
str x1, [x0, 24]
.L57:
ldr x0, [sp, 80]
ldr x2, [x0, 8]
ldr x0, [sp, 80]
ldr x0, [x0, 24]
add x0, x0, 2
mov x1, x0
mov x0, x2
bl yyrealloc
mov x1, x0
ldr x0, [sp, 80]
str x1, [x0, 8]
b .L58
.L55:
ldr x0, [sp, 80]
str xzr, [x0, 8]
.L58:
ldr x0, [sp, 80]
ldr x0, [x0, 8]
cmp x0, 0
bne .L59
adrp x0, .LC10
add x0, x0, :lo12:.LC10
bl yy_fatal_error
.L59:
ldr x0, [sp, 80]
ldr x1, [x0, 8]
ldrsw x0, [sp, 64]
add x1, x1, x0
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
str x1, [x0]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr x0, [x0, 24]
mov w1, w0
mov w0, w19
sub w0, w1, w0
sub w0, w0, #1
str w0, [sp, 56]
.L52:
ldr w0, [sp, 56]
cmp w0, 0
ble .L60
ldr w0, [sp, 56]
cmp w0, 8192
ble .L61
mov w0, 8192
str w0, [sp, 56]
.L61:
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr w0, [x0, 40]
cmp w0, 0
beq .L62
mov w0, 42
str w0, [sp, 60]
str xzr, [sp, 72]
b .L63
.L65:
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr x1, [x0, 8]
sxtw x2, w19
ldr x0, [sp, 72]
add x0, x2, x0
add x0, x1, x0
ldr w1, [sp, 60]
and w1, w1, 255
strb w1, [x0]
ldr x0, [sp, 72]
add x0, x0, 1
str x0, [sp, 72]
.L63:
ldrsw x0, [sp, 56]
ldr x1, [sp, 72]
cmp x1, x0
bcs .L64
adrp x0, yyin
add x0, x0, :lo12:yyin
ldr x0, [x0]
bl getc
str w0, [sp, 60]
ldr w0, [sp, 60]
cmn w0, #1
beq .L64
ldr w0, [sp, 60]
cmp w0, 10
bne .L65
.L64:
ldr w0, [sp, 60]
cmp w0, 10
bne .L66
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr x1, [x0, 8]
sxtw x2, w19
ldr x0, [sp, 72]
add x3, x0, 1
str x3, [sp, 72]
add x0, x2, x0
add x0, x1, x0
ldr w1, [sp, 60]
and w1, w1, 255
strb w1, [x0]
.L66:
ldr w0, [sp, 60]
cmn w0, #1
bne .L67
adrp x0, yyin
add x0, x0, :lo12:yyin
ldr x0, [x0]
bl ferror
cmp w0, 0
beq .L67
adrp x0, .LC11
add x0, x0, :lo12:.LC11
bl yy_fatal_error
.L67:
ldr x0, [sp, 72]
mov w1, w0
adrp x0, yy_n_chars
add x0, x0, :lo12:yy_n_chars
str w1, [x0]
b .L68
.L62:
bl __errno_location
str wzr, [x0]
b .L69
.L71:
bl __errno_location
ldr w0, [x0]
cmp w0, 4
beq .L70
adrp x0, .LC11
add x0, x0, :lo12:.LC11
bl yy_fatal_error
b .L68
.L70:
bl __errno_location
str wzr, [x0]
adrp x0, yyin
add x0, x0, :lo12:yyin
ldr x0, [x0]
bl clearerr
.L69:
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr x1, [x0, 8]
sxtw x0, w19
add x4, x1, x0
ldrsw x1, [sp, 56]
adrp x0, yyin
add x0, x0, :lo12:yyin
ldr x0, [x0]
mov x3, x0
mov x2, x1
mov x1, 1
mov x0, x4
bl fread
mov w1, w0
adrp x0, yy_n_chars
add x0, x0, :lo12:yy_n_chars
str w1, [x0]
adrp x0, yy_n_chars
add x0, x0, :lo12:yy_n_chars
ldr w0, [x0]
cmp w0, 0
bne .L68
adrp x0, yyin
add x0, x0, :lo12:yyin
ldr x0, [x0]
bl ferror
cmp w0, 0
bne .L71
.L68:
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
adrp x1, yy_n_chars
add x1, x1, :lo12:yy_n_chars
ldr w1, [x1]
str w1, [x0, 32]
.L51:
adrp x0, yy_n_chars
add x0, x0, :lo12:yy_n_chars
ldr w0, [x0]
cmp w0, 0
bne .L72
cmp w19, 0
bne .L73
mov w0, 1
str w0, [sp, 52]
adrp x0, yyin
add x0, x0, :lo12:yyin
ldr x0, [x0]
bl yyrestart
b .L74
.L73:
mov w0, 2
str w0, [sp, 52]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
mov w1, 2
str w1, [x0, 60]
b .L74
.L72:
str wzr, [sp, 52]
.L74:
adrp x0, yy_n_chars
add x0, x0, :lo12:yy_n_chars
ldr w0, [x0]
add w0, w19, w0
sxtw x1, w0
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x2, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x2, x0
ldr x0, [x0]
ldr x0, [x0, 24]
cmp x1, x0
bls .L75
adrp x0, yy_n_chars
add x0, x0, :lo12:yy_n_chars
ldr w0, [x0]
add w1, w19, w0
adrp x0, yy_n_chars
add x0, x0, :lo12:yy_n_chars
ldr w0, [x0]
asr w0, w0, 1
add w0, w1, w0
sxtw x0, w0
str x0, [sp, 88]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr x2, [x0, 8]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x20, [x0]
ldr x1, [sp, 88]
mov x0, x2
bl yyrealloc
str x0, [x20, 8]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr x0, [x0, 8]
cmp x0, 0
bne .L75
adrp x0, .LC12
add x0, x0, :lo12:.LC12
bl yy_fatal_error
.L75:
adrp x0, yy_n_chars
add x0, x0, :lo12:yy_n_chars
ldr w0, [x0]
add w1, w19, w0
adrp x0, yy_n_chars
add x0, x0, :lo12:yy_n_chars
str w1, [x0]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr x1, [x0, 8]
adrp x0, yy_n_chars
add x0, x0, :lo12:yy_n_chars
ldr w0, [x0]
sxtw x0, w0
add x0, x1, x0
strb wzr, [x0]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr x1, [x0, 8]
adrp x0, yy_n_chars
add x0, x0, :lo12:yy_n_chars
ldr w0, [x0]
sxtw x0, w0
add x0, x0, 1
add x0, x1, x0
strb wzr, [x0]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr x1, [x0, 8]
adrp x0, yytext
add x0, x0, :lo12:yytext
str x1, [x0]
ldr w0, [sp, 52]
.L47:
ldp x19, x20, [sp, 16]
ldp x21, x22, [sp, 32]
ldp x29, x30, [sp], 96
.cfi_restore 30
.cfi_restore 29
.cfi_restore 21
.cfi_restore 22
.cfi_restore 19
.cfi_restore 20
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE7:
.size yy_get_next_buffer, .-yy_get_next_buffer
.align 2
.type yy_get_previous_state, %function
yy_get_previous_state:
.LFB8:
.cfi_startproc
stp x19, x20, [sp, -32]!
.cfi_def_cfa_offset 32
.cfi_offset 19, -32
.cfi_offset 20, -24
str x21, [sp, 16]
.cfi_offset 21, -16
adrp x0, yy_start
add x0, x0, :lo12:yy_start
ldr w19, [x0]
adrp x0, yytext
add x0, x0, :lo12:yytext
ldr x20, [x0]
b .L77
.L83:
ldrb w0, [x20]
cmp w0, 0
beq .L78
ldrb w0, [x20]
mov w1, w0
adrp x0, yy_ec
add x0, x0, :lo12:yy_ec
uxtw x1, w1
ldr w0, [x0, x1, lsl 2]
and w0, w0, 255
b .L79
.L78:
mov w0, 1
.L79:
mov w21, w0
adrp x0, yy_accept
add x0, x0, :lo12:yy_accept
sxtw x1, w19
ldrsh w0, [x0, x1, lsl 1]
cmp w0, 0
beq .L81
adrp x0, yy_last_accepting_state
add x0, x0, :lo12:yy_last_accepting_state
str w19, [x0]
adrp x0, yy_last_accepting_cpos
add x0, x0, :lo12:yy_last_accepting_cpos
str x20, [x0]
b .L81
.L82:
adrp x0, yy_def
add x0, x0, :lo12:yy_def
sxtw x1, w19
ldrsh w0, [x0, x1, lsl 1]
mov w19, w0
cmp w19, 52
ble .L81
mov w1, w21
adrp x0, yy_meta
add x0, x0, :lo12:yy_meta
uxtw x1, w1
ldr w0, [x0, x1, lsl 2]
and w21, w0, 255
.L81:
adrp x0, yy_base
add x0, x0, :lo12:yy_base
sxtw x1, w19
ldrsh w0, [x0, x1, lsl 1]
mov w1, w0
mov w0, w21
add w1, w1, w0
adrp x0, yy_chk
add x0, x0, :lo12:yy_chk
sxtw x1, w1
ldrsh w0, [x0, x1, lsl 1]
cmp w19, w0
bne .L82
adrp x0, yy_base
add x0, x0, :lo12:yy_base
sxtw x1, w19
ldrsh w0, [x0, x1, lsl 1]
mov w1, w0
mov w0, w21
add w1, w1, w0
adrp x0, yy_nxt
add x0, x0, :lo12:yy_nxt
uxtw x1, w1
ldrsh w0, [x0, x1, lsl 1]
mov w19, w0
add x20, x20, 1
.L77:
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
ldr x0, [x0]
cmp x20, x0
bcc .L83
mov w0, w19
ldr x21, [sp, 16]
ldp x19, x20, [sp], 32
.cfi_restore 20
.cfi_restore 19
.cfi_restore 21
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE8:
.size yy_get_previous_state, .-yy_get_previous_state
.align 2
.type yy_try_NUL_trans, %function
yy_try_NUL_trans:
.LFB9:
.cfi_startproc
stp x19, x20, [sp, -32]!
.cfi_def_cfa_offset 32
.cfi_offset 19, -32
.cfi_offset 20, -24
str w0, [sp, 28]
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
ldr x20, [x0]
mov w19, 1
adrp x0, yy_accept
add x0, x0, :lo12:yy_accept
ldrsw x1, [sp, 28]
ldrsh w0, [x0, x1, lsl 1]
cmp w0, 0
beq .L87
adrp x0, yy_last_accepting_state
add x0, x0, :lo12:yy_last_accepting_state
ldr w1, [sp, 28]
str w1, [x0]
adrp x0, yy_last_accepting_cpos
add x0, x0, :lo12:yy_last_accepting_cpos
str x20, [x0]
b .L87
.L88:
adrp x0, yy_def
add x0, x0, :lo12:yy_def
ldrsw x1, [sp, 28]
ldrsh w0, [x0, x1, lsl 1]
str w0, [sp, 28]
ldr w0, [sp, 28]
cmp w0, 52
ble .L87
mov w1, w19
adrp x0, yy_meta
add x0, x0, :lo12:yy_meta
uxtw x1, w1
ldr w0, [x0, x1, lsl 2]
and w19, w0, 255
.L87:
adrp x0, yy_base
add x0, x0, :lo12:yy_base
ldrsw x1, [sp, 28]
ldrsh w0, [x0, x1, lsl 1]
mov w1, w0
mov w0, w19
add w1, w1, w0
adrp x0, yy_chk
add x0, x0, :lo12:yy_chk
sxtw x1, w1
ldrsh w0, [x0, x1, lsl 1]
mov w1, w0
ldr w0, [sp, 28]
cmp w0, w1
bne .L88
adrp x0, yy_base
add x0, x0, :lo12:yy_base
ldrsw x1, [sp, 28]
ldrsh w0, [x0, x1, lsl 1]
mov w1, w0
mov w0, w19
add w1, w1, w0
adrp x0, yy_nxt
add x0, x0, :lo12:yy_nxt
uxtw x1, w1
ldrsh w0, [x0, x1, lsl 1]
str w0, [sp, 28]
ldr w0, [sp, 28]
cmp w0, 52
cset w0, eq
and w0, w0, 255
mov w19, w0
cmp w19, 0
bne .L89
ldr w0, [sp, 28]
b .L91
.L89:
mov w0, 0
.L91:
ldp x19, x20, [sp], 32
.cfi_restore 20
.cfi_restore 19
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE9:
.size yy_try_NUL_trans, .-yy_try_NUL_trans
.section .rodata
.align 3
.LC13:
.string "flex scanner push-back overflow"
.text
.align 2
.type yyunput, %function
yyunput:
.LFB10:
.cfi_startproc
stp x29, x30, [sp, -64]!
.cfi_def_cfa_offset 64
.cfi_offset 29, -64
.cfi_offset 30, -56
mov x29, sp
stp x19, x20, [sp, 16]
stp x21, x22, [sp, 32]
.cfi_offset 19, -48
.cfi_offset 20, -40
.cfi_offset 21, -32
.cfi_offset 22, -24
str w0, [sp, 60]
mov x22, x1
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
ldr x19, [x0]
adrp x0, yy_hold_char
add x0, x0, :lo12:yy_hold_char
ldrb w0, [x0]
strb w0, [x19]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr x0, [x0, 8]
add x0, x0, 2
cmp x19, x0
bcs .L93
adrp x0, yy_n_chars
add x0, x0, :lo12:yy_n_chars
ldr w0, [x0]
add w20, w0, 2
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr x1, [x0, 8]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x2, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x2, x0
ldr x0, [x0]
ldr x0, [x0, 24]
add x0, x0, 2
add x21, x1, x0
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr x1, [x0, 8]
sxtw x0, w20
add x20, x1, x0
b .L94
.L95:
sub x20, x20, #1
sub x21, x21, #1
ldrb w0, [x20]
strb w0, [x21]
.L94:
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr x0, [x0, 8]
cmp x20, x0
bhi .L95
sub x0, x21, x20
sxtw x0, w0
add x19, x19, x0
sub x0, x21, x20
sxtw x0, w0
add x22, x22, x0
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr x0, [x0, 24]
mov w1, w0
adrp x0, yy_n_chars
add x0, x0, :lo12:yy_n_chars
str w1, [x0]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
adrp x1, yy_n_chars
add x1, x1, :lo12:yy_n_chars
ldr w1, [x1]
str w1, [x0, 32]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr x0, [x0, 8]
add x0, x0, 2
cmp x19, x0
bcs .L93
adrp x0, .LC13
add x0, x0, :lo12:.LC13
bl yy_fatal_error
.L93:
sub x19, x19, #1
ldr w0, [sp, 60]
and w0, w0, 255
strb w0, [x19]
adrp x0, yytext
add x0, x0, :lo12:yytext
str x22, [x0]
ldrb w1, [x19]
adrp x0, yy_hold_char
add x0, x0, :lo12:yy_hold_char
strb w1, [x0]
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
str x19, [x0]
nop
ldp x19, x20, [sp, 16]
ldp x21, x22, [sp, 32]
ldp x29, x30, [sp], 64
.cfi_restore 30
.cfi_restore 29
.cfi_restore 21
.cfi_restore 22
.cfi_restore 19
.cfi_restore 20
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE10:
.size yyunput, .-yyunput
.align 2
.type input, %function
input:
.LFB11:
.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, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
ldr x0, [x0]
adrp x1, yy_hold_char
add x1, x1, :lo12:yy_hold_char
ldrb w1, [x1]
strb w1, [x0]
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
ldr x0, [x0]
ldrb w0, [x0]
cmp w0, 0
bne .L97
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr x1, [x0, 8]
adrp x0, yy_n_chars
add x0, x0, :lo12:yy_n_chars
ldr w0, [x0]
sxtw x0, w0
add x1, x1, x0
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
ldr x0, [x0]
cmp x1, x0
bls .L98
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
ldr x0, [x0]
strb wzr, [x0]
b .L97
.L98:
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
ldr x1, [x0]
adrp x0, yytext
add x0, x0, :lo12:yytext
ldr x0, [x0]
sub x0, x1, x0
str w0, [sp, 24]
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
ldr x0, [x0]
add x1, x0, 1
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
str x1, [x0]
bl yy_get_next_buffer
cmp w0, 2
beq .L99
cmp w0, 2
bgt .L97
cmp w0, 0
beq .L100
cmp w0, 1
beq .L101
b .L97
.L99:
adrp x0, yyin
add x0, x0, :lo12:yyin
ldr x0, [x0]
bl yyrestart
.L101:
bl yywrap
cmp w0, 0
beq .L102
mov w0, -1
b .L103
.L102:
adrp x0, yy_did_buffer_switch_on_eof
add x0, x0, :lo12:yy_did_buffer_switch_on_eof
ldr w0, [x0]
cmp w0, 0
bne .L104
adrp x0, yyin
add x0, x0, :lo12:yyin
ldr x0, [x0]
bl yyrestart
.L104:
bl input
b .L103
.L100:
adrp x0, yytext
add x0, x0, :lo12:yytext
ldr x1, [x0]
ldrsw x0, [sp, 24]
add x1, x1, x0
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
str x1, [x0]
nop
.L97:
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
ldr x0, [x0]
ldrb w0, [x0]
str w0, [sp, 28]
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
ldr x0, [x0]
strb wzr, [x0]
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
ldr x0, [x0]
add x1, x0, 1
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
str x1, [x0]
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
ldr x0, [x0]
ldrb w1, [x0]
adrp x0, yy_hold_char
add x0, x0, :lo12:yy_hold_char
strb w1, [x0]
ldr w0, [sp, 28]
.L103:
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE11:
.size input, .-input
.align 2
.global yyrestart
.type yyrestart, %function
yyrestart:
.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 x19, [sp, 16]
.cfi_offset 19, -32
str x0, [sp, 40]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x0, [x0]
cmp x0, 0
beq .L106
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
cmp x0, 0
bne .L107
.L106:
bl yyensure_buffer_stack
adrp x0, yyin
add x0, x0, :lo12:yyin
ldr x2, [x0]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x19, x1, x0
mov w1, 16384
mov x0, x2
bl yy_create_buffer
str x0, [x19]
.L107:
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x0, [x0]
cmp x0, 0
beq .L108
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
b .L109
.L108:
mov x0, 0
.L109:
ldr x1, [sp, 40]
bl yy_init_buffer
bl yy_load_buffer_state
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
.LFE12:
.size yyrestart, .-yyrestart
.align 2
.global yy_switch_to_buffer
.type yy_switch_to_buffer, %function
yy_switch_to_buffer:
.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 x0, [sp, 24]
bl yyensure_buffer_stack
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x0, [x0]
cmp x0, 0
beq .L111
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
b .L112
.L111:
mov x0, 0
.L112:
ldr x1, [sp, 24]
cmp x0, x1
beq .L116
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x0, [x0]
cmp x0, 0
beq .L115
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
cmp x0, 0
beq .L115
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
ldr x0, [x0]
adrp x1, yy_hold_char
add x1, x1, :lo12:yy_hold_char
ldrb w1, [x1]
strb w1, [x0]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
adrp x1, yy_c_buf_p
add x1, x1, :lo12:yy_c_buf_p
ldr x1, [x1]
str x1, [x0, 16]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
adrp x1, yy_n_chars
add x1, x1, :lo12:yy_n_chars
ldr w1, [x1]
str w1, [x0, 32]
.L115:
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x1, [sp, 24]
str x1, [x0]
bl yy_load_buffer_state
adrp x0, yy_did_buffer_switch_on_eof
add x0, x0, :lo12:yy_did_buffer_switch_on_eof
mov w1, 1
str w1, [x0]
b .L110
.L116:
nop
.L110:
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE13:
.size yy_switch_to_buffer, .-yy_switch_to_buffer
.align 2
.type yy_load_buffer_state, %function
yy_load_buffer_state:
.LFB14:
.cfi_startproc
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr w1, [x0, 32]
adrp x0, yy_n_chars
add x0, x0, :lo12:yy_n_chars
str w1, [x0]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr x1, [x0, 16]
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
str x1, [x0]
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
ldr x1, [x0]
adrp x0, yytext
add x0, x0, :lo12:yytext
str x1, [x0]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
ldr x1, [x0]
adrp x0, yyin
add x0, x0, :lo12:yyin
str x1, [x0]
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
ldr x0, [x0]
ldrb w1, [x0]
adrp x0, yy_hold_char
add x0, x0, :lo12:yy_hold_char
strb w1, [x0]
nop
ret
.cfi_endproc
.LFE14:
.size yy_load_buffer_state, .-yy_load_buffer_state
.section .rodata
.align 3
.LC14:
.string "out of dynamic memory in yy_create_buffer()"
.text
.align 2
.global yy_create_buffer
.type yy_create_buffer, %function
yy_create_buffer:
.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 x0, [sp, 24]
str w1, [sp, 20]
mov x0, 64
bl yyalloc
str x0, [sp, 40]
ldr x0, [sp, 40]
cmp x0, 0
bne .L119
adrp x0, .LC14
add x0, x0, :lo12:.LC14
bl yy_fatal_error
.L119:
ldrsw x1, [sp, 20]
ldr x0, [sp, 40]
str x1, [x0, 24]
ldr x0, [sp, 40]
ldr x0, [x0, 24]
add x0, x0, 2
bl yyalloc
mov x1, x0
ldr x0, [sp, 40]
str x1, [x0, 8]
ldr x0, [sp, 40]
ldr x0, [x0, 8]
cmp x0, 0
bne .L120
adrp x0, .LC14
add x0, x0, :lo12:.LC14
bl yy_fatal_error
.L120:
ldr x0, [sp, 40]
mov w1, 1
str w1, [x0, 36]
ldr x1, [sp, 24]
ldr x0, [sp, 40]
bl yy_init_buffer
ldr x0, [sp, 40]
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE15:
.size yy_create_buffer, .-yy_create_buffer
.align 2
.global yy_delete_buffer
.type yy_delete_buffer, %function
yy_delete_buffer:
.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 x0, [sp, 24]
ldr x0, [sp, 24]
cmp x0, 0
beq .L129
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x0, [x0]
cmp x0, 0
beq .L125
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
b .L126
.L125:
mov x0, 0
.L126:
ldr x1, [sp, 24]
cmp x0, x1
bne .L127
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
str xzr, [x0]
.L127:
ldr x0, [sp, 24]
ldr w0, [x0, 36]
cmp w0, 0
beq .L128
ldr x0, [sp, 24]
ldr x0, [x0, 8]
bl yyfree
.L128:
ldr x0, [sp, 24]
bl yyfree
b .L122
.L129:
nop
.L122:
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE16:
.size yy_delete_buffer, .-yy_delete_buffer
.align 2
.type yy_init_buffer, %function
yy_init_buffer:
.LFB17:
.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]
bl __errno_location
ldr w0, [x0]
str w0, [sp, 44]
ldr x0, [sp, 24]
bl yy_flush_buffer
ldr x0, [sp, 24]
ldr x1, [sp, 16]
str x1, [x0]
ldr x0, [sp, 24]
mov w1, 1
str w1, [x0, 56]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x0, [x0]
cmp x0, 0
beq .L131
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
b .L132
.L131:
mov x0, 0
.L132:
ldr x1, [sp, 24]
cmp x0, x1
beq .L133
ldr x0, [sp, 24]
mov w1, 1
str w1, [x0, 48]
ldr x0, [sp, 24]
str wzr, [x0, 52]
.L133:
ldr x0, [sp, 16]
cmp x0, 0
beq .L134
ldr x0, [sp, 16]
bl fileno
bl isatty
cmp w0, 0
ble .L134
mov w0, 1
b .L135
.L134:
mov w0, 0
.L135:
ldr x1, [sp, 24]
str w0, [x1, 40]
bl __errno_location
mov x1, x0
ldr w0, [sp, 44]
str w0, [x1]
nop
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE17:
.size yy_init_buffer, .-yy_init_buffer
.align 2
.global yy_flush_buffer
.type yy_flush_buffer, %function
yy_flush_buffer:
.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 x0, [sp, 24]
ldr x0, [sp, 24]
cmp x0, 0
beq .L141
ldr x0, [sp, 24]
str wzr, [x0, 32]
ldr x0, [sp, 24]
ldr x0, [x0, 8]
strb wzr, [x0]
ldr x0, [sp, 24]
ldr x0, [x0, 8]
add x0, x0, 1
strb wzr, [x0]
ldr x0, [sp, 24]
ldr x1, [x0, 8]
ldr x0, [sp, 24]
str x1, [x0, 16]
ldr x0, [sp, 24]
mov w1, 1
str w1, [x0, 44]
ldr x0, [sp, 24]
str wzr, [x0, 60]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x0, [x0]
cmp x0, 0
beq .L139
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
b .L140
.L139:
mov x0, 0
.L140:
ldr x1, [sp, 24]
cmp x0, x1
bne .L136
bl yy_load_buffer_state
b .L136
.L141:
nop
.L136:
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE18:
.size yy_flush_buffer, .-yy_flush_buffer
.align 2
.global yypush_buffer_state
.type yypush_buffer_state, %function
yypush_buffer_state:
.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 x0, [sp, 24]
ldr x0, [sp, 24]
cmp x0, 0
beq .L147
bl yyensure_buffer_stack
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x0, [x0]
cmp x0, 0
beq .L145
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
cmp x0, 0
beq .L145
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
ldr x0, [x0]
adrp x1, yy_hold_char
add x1, x1, :lo12:yy_hold_char
ldrb w1, [x1]
strb w1, [x0]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
adrp x1, yy_c_buf_p
add x1, x1, :lo12:yy_c_buf_p
ldr x1, [x1]
str x1, [x0, 16]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
adrp x1, yy_n_chars
add x1, x1, :lo12:yy_n_chars
ldr w1, [x1]
str w1, [x0, 32]
.L145:
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x0, [x0]
cmp x0, 0
beq .L146
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
cmp x0, 0
beq .L146
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
add x1, x0, 1
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
str x1, [x0]
.L146:
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x1, [sp, 24]
str x1, [x0]
bl yy_load_buffer_state
adrp x0, yy_did_buffer_switch_on_eof
add x0, x0, :lo12:yy_did_buffer_switch_on_eof
mov w1, 1
str w1, [x0]
b .L142
.L147:
nop
.L142:
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE19:
.size yypush_buffer_state, .-yypush_buffer_state
.align 2
.global yypop_buffer_state
.type yypop_buffer_state, %function
yypop_buffer_state:
.LFB20:
.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, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x0, [x0]
cmp x0, 0
beq .L155
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
cmp x0, 0
beq .L155
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x0, [x0]
cmp x0, 0
beq .L152
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
b .L153
.L152:
mov x0, 0
.L153:
bl yy_delete_buffer
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
str xzr, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
cmp x0, 0
beq .L154
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
sub x1, x0, #1
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
str x1, [x0]
.L154:
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x0, [x0]
cmp x0, 0
beq .L148
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
cmp x0, 0
beq .L148
bl yy_load_buffer_state
adrp x0, yy_did_buffer_switch_on_eof
add x0, x0, :lo12:yy_did_buffer_switch_on_eof
mov w1, 1
str w1, [x0]
b .L148
.L155:
nop
.L148:
ldp x29, x30, [sp], 16
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE20:
.size yypop_buffer_state, .-yypop_buffer_state
.section .rodata
.align 3
.LC15:
.string "out of dynamic memory in yyensure_buffer_stack()"
.text
.align 2
.type yyensure_buffer_stack, %function
yyensure_buffer_stack:
.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, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x0, [x0]
cmp x0, 0
bne .L157
mov w0, 1
str w0, [sp, 28]
ldrsw x0, [sp, 28]
lsl x0, x0, 3
bl yyalloc
mov x1, x0
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
str x1, [x0]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x0, [x0]
cmp x0, 0
bne .L158
adrp x0, .LC15
add x0, x0, :lo12:.LC15
bl yy_fatal_error
.L158:
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x3, [x0]
ldrsw x0, [sp, 28]
lsl x0, x0, 3
mov x2, x0
mov w1, 0
mov x0, x3
bl memset
ldrsw x1, [sp, 28]
adrp x0, yy_buffer_stack_max
add x0, x0, :lo12:yy_buffer_stack_max
str x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
str xzr, [x0]
b .L156
.L157:
adrp x0, yy_buffer_stack_max
add x0, x0, :lo12:yy_buffer_stack_max
ldr x0, [x0]
sub x1, x0, #1
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
cmp x1, x0
bhi .L156
mov w0, 8
str w0, [sp, 24]
adrp x0, yy_buffer_stack_max
add x0, x0, :lo12:yy_buffer_stack_max
ldr x0, [x0]
mov w1, w0
ldr w0, [sp, 24]
add w0, w1, w0
str w0, [sp, 28]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x2, [x0]
ldrsw x0, [sp, 28]
lsl x0, x0, 3
mov x1, x0
mov x0, x2
bl yyrealloc
mov x1, x0
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
str x1, [x0]
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x0, [x0]
cmp x0, 0
bne .L160
adrp x0, .LC15
add x0, x0, :lo12:.LC15
bl yy_fatal_error
.L160:
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_max
add x0, x0, :lo12:yy_buffer_stack_max
ldr x0, [x0]
lsl x0, x0, 3
add x3, x1, x0
ldrsw x0, [sp, 24]
lsl x0, x0, 3
mov x2, x0
mov w1, 0
mov x0, x3
bl memset
ldrsw x1, [sp, 28]
adrp x0, yy_buffer_stack_max
add x0, x0, :lo12:yy_buffer_stack_max
str x1, [x0]
.L156:
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE21:
.size yyensure_buffer_stack, .-yyensure_buffer_stack
.section .rodata
.align 3
.LC16:
.string "out of dynamic memory in yy_scan_buffer()"
.text
.align 2
.global yy_scan_buffer
.type yy_scan_buffer, %function
yy_scan_buffer:
.LFB22:
.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]
cmp x0, 1
bls .L162
ldr x0, [sp, 16]
sub x0, x0, #2
ldr x1, [sp, 24]
add x0, x1, x0
ldrb w0, [x0]
cmp w0, 0
bne .L162
ldr x0, [sp, 16]
sub x0, x0, #1
ldr x1, [sp, 24]
add x0, x1, x0
ldrb w0, [x0]
cmp w0, 0
beq .L163
.L162:
mov x0, 0
b .L164
.L163:
mov x0, 64
bl yyalloc
str x0, [sp, 40]
ldr x0, [sp, 40]
cmp x0, 0
bne .L165
adrp x0, .LC16
add x0, x0, :lo12:.LC16
bl yy_fatal_error
.L165:
ldr x0, [sp, 16]
sub x1, x0, #2
ldr x0, [sp, 40]
str x1, [x0, 24]
ldr x0, [sp, 40]
ldr x1, [sp, 24]
str x1, [x0, 8]
ldr x0, [sp, 40]
ldr x1, [x0, 8]
ldr x0, [sp, 40]
str x1, [x0, 16]
ldr x0, [sp, 40]
str wzr, [x0, 36]
ldr x0, [sp, 40]
str xzr, [x0]
ldr x0, [sp, 40]
ldr x0, [x0, 24]
mov w1, w0
ldr x0, [sp, 40]
str w1, [x0, 32]
ldr x0, [sp, 40]
str wzr, [x0, 40]
ldr x0, [sp, 40]
mov w1, 1
str w1, [x0, 44]
ldr x0, [sp, 40]
str wzr, [x0, 56]
ldr x0, [sp, 40]
str wzr, [x0, 60]
ldr x0, [sp, 40]
bl yy_switch_to_buffer
ldr x0, [sp, 40]
.L164:
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE22:
.size yy_scan_buffer, .-yy_scan_buffer
.align 2
.global yy_scan_string
.type yy_scan_string, %function
yy_scan_string:
.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 x0, [sp, 24]
ldr x0, [sp, 24]
bl strlen
mov w1, w0
ldr x0, [sp, 24]
bl yy_scan_bytes
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE23:
.size yy_scan_string, .-yy_scan_string
.section .rodata
.align 3
.LC17:
.string "out of dynamic memory in yy_scan_bytes()"
.align 3
.LC18:
.string "bad buffer in yy_scan_bytes()"
.text
.align 2
.global yy_scan_bytes
.type yy_scan_bytes, %function
yy_scan_bytes:
.LFB24:
.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 w1, [sp, 20]
ldr w0, [sp, 20]
add w0, w0, 2
sxtw x0, w0
str x0, [sp, 40]
ldr x0, [sp, 40]
bl yyalloc
str x0, [sp, 48]
ldr x0, [sp, 48]
cmp x0, 0
bne .L169
adrp x0, .LC17
add x0, x0, :lo12:.LC17
bl yy_fatal_error
.L169:
str wzr, [sp, 36]
b .L170
.L171:
ldrsw x0, [sp, 36]
ldr x1, [sp, 24]
add x1, x1, x0
ldrsw x0, [sp, 36]
ldr x2, [sp, 48]
add x0, x2, x0
ldrb w1, [x1]
strb w1, [x0]
ldr w0, [sp, 36]
add w0, w0, 1
str w0, [sp, 36]
.L170:
ldr w1, [sp, 36]
ldr w0, [sp, 20]
cmp w1, w0
blt .L171
ldrsw x0, [sp, 20]
add x0, x0, 1
ldr x1, [sp, 48]
add x0, x1, x0
strb wzr, [x0]
ldrsw x1, [sp, 20]
ldr x2, [sp, 48]
add x1, x2, x1
ldrb w0, [x0]
strb w0, [x1]
ldr x1, [sp, 40]
ldr x0, [sp, 48]
bl yy_scan_buffer
str x0, [sp, 56]
ldr x0, [sp, 56]
cmp x0, 0
bne .L172
adrp x0, .LC18
add x0, x0, :lo12:.LC18
bl yy_fatal_error
.L172:
ldr x0, [sp, 56]
mov w1, 1
str w1, [x0, 36]
ldr x0, [sp, 56]
ldp x29, x30, [sp], 64
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE24:
.size yy_scan_bytes, .-yy_scan_bytes
.section .rodata
.align 3
.LC19:
.string "%s\n"
.text
.align 2
.type yy_fatal_error, %function
yy_fatal_error:
.LFB25:
.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, :got:stderr
ldr x0, [x0, #:got_lo12:stderr]
ldr x3, [x0]
ldr x2, [sp, 24]
adrp x0, .LC19
add x1, x0, :lo12:.LC19
mov x0, x3
bl fprintf
mov w0, 2
bl exit
.cfi_endproc
.LFE25:
.size yy_fatal_error, .-yy_fatal_error
.align 2
.global yyget_lineno
.type yyget_lineno, %function
yyget_lineno:
.LFB26:
.cfi_startproc
adrp x0, yylineno
add x0, x0, :lo12:yylineno
ldr w0, [x0]
ret
.cfi_endproc
.LFE26:
.size yyget_lineno, .-yyget_lineno
.align 2
.global yyget_in
.type yyget_in, %function
yyget_in:
.LFB27:
.cfi_startproc
adrp x0, yyin
add x0, x0, :lo12:yyin
ldr x0, [x0]
ret
.cfi_endproc
.LFE27:
.size yyget_in, .-yyget_in
.align 2
.global yyget_out
.type yyget_out, %function
yyget_out:
.LFB28:
.cfi_startproc
adrp x0, yyout
add x0, x0, :lo12:yyout
ldr x0, [x0]
ret
.cfi_endproc
.LFE28:
.size yyget_out, .-yyget_out
.align 2
.global yyget_leng
.type yyget_leng, %function
yyget_leng:
.LFB29:
.cfi_startproc
adrp x0, yyleng
add x0, x0, :lo12:yyleng
ldr w0, [x0]
ret
.cfi_endproc
.LFE29:
.size yyget_leng, .-yyget_leng
.align 2
.global yyget_text
.type yyget_text, %function
yyget_text:
.LFB30:
.cfi_startproc
adrp x0, yytext
add x0, x0, :lo12:yytext
ldr x0, [x0]
ret
.cfi_endproc
.LFE30:
.size yyget_text, .-yyget_text
.align 2
.global yyset_lineno
.type yyset_lineno, %function
yyset_lineno:
.LFB31:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, 12]
adrp x0, yylineno
add x0, x0, :lo12:yylineno
ldr w1, [sp, 12]
str w1, [x0]
nop
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE31:
.size yyset_lineno, .-yyset_lineno
.align 2
.global yyset_in
.type yyset_in, %function
yyset_in:
.LFB32:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, 8]
adrp x0, yyin
add x0, x0, :lo12:yyin
ldr x1, [sp, 8]
str x1, [x0]
nop
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE32:
.size yyset_in, .-yyset_in
.align 2
.global yyset_out
.type yyset_out, %function
yyset_out:
.LFB33:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, 8]
adrp x0, yyout
add x0, x0, :lo12:yyout
ldr x1, [sp, 8]
str x1, [x0]
nop
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE33:
.size yyset_out, .-yyset_out
.align 2
.global yyget_debug
.type yyget_debug, %function
yyget_debug:
.LFB34:
.cfi_startproc
adrp x0, yy_flex_debug
add x0, x0, :lo12:yy_flex_debug
ldr w0, [x0]
ret
.cfi_endproc
.LFE34:
.size yyget_debug, .-yyget_debug
.align 2
.global yyset_debug
.type yyset_debug, %function
yyset_debug:
.LFB35:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, 12]
adrp x0, yy_flex_debug
add x0, x0, :lo12:yy_flex_debug
ldr w1, [sp, 12]
str w1, [x0]
nop
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE35:
.size yyset_debug, .-yyset_debug
.align 2
.type yy_init_globals, %function
yy_init_globals:
.LFB36:
.cfi_startproc
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
str xzr, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
str xzr, [x0]
adrp x0, yy_buffer_stack_max
add x0, x0, :lo12:yy_buffer_stack_max
str xzr, [x0]
adrp x0, yy_c_buf_p
add x0, x0, :lo12:yy_c_buf_p
str xzr, [x0]
adrp x0, yy_init
add x0, x0, :lo12:yy_init
str wzr, [x0]
adrp x0, yy_start
add x0, x0, :lo12:yy_start
str wzr, [x0]
adrp x0, yyin
add x0, x0, :lo12:yyin
str xzr, [x0]
adrp x0, yyout
add x0, x0, :lo12:yyout
str xzr, [x0]
mov w0, 0
ret
.cfi_endproc
.LFE36:
.size yy_init_globals, .-yy_init_globals
.align 2
.global yylex_destroy
.type yylex_destroy, %function
yylex_destroy:
.LFB37:
.cfi_startproc
stp x29, x30, [sp, -16]!
.cfi_def_cfa_offset 16
.cfi_offset 29, -16
.cfi_offset 30, -8
mov x29, sp
b .L194
.L198:
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x0, [x0]
cmp x0, 0
beq .L195
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
b .L196
.L195:
mov x0, 0
.L196:
bl yy_delete_buffer
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
str xzr, [x0]
bl yypop_buffer_state
.L194:
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x0, [x0]
cmp x0, 0
beq .L197
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x1, [x0]
adrp x0, yy_buffer_stack_top
add x0, x0, :lo12:yy_buffer_stack_top
ldr x0, [x0]
lsl x0, x0, 3
add x0, x1, x0
ldr x0, [x0]
cmp x0, 0
bne .L198
.L197:
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
ldr x0, [x0]
bl yyfree
adrp x0, yy_buffer_stack
add x0, x0, :lo12:yy_buffer_stack
str xzr, [x0]
bl yy_init_globals
mov w0, 0
ldp x29, x30, [sp], 16
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE37:
.size yylex_destroy, .-yylex_destroy
.align 2
.global yyalloc
.type yyalloc, %function
yyalloc:
.LFB38:
.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]
bl malloc
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE38:
.size yyalloc, .-yyalloc
.align 2
.global yyrealloc
.type yyrealloc, %function
yyrealloc:
.LFB39:
.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 x1, [sp, 16]
ldr x0, [sp, 24]
bl realloc
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE39:
.size yyrealloc, .-yyrealloc
.align 2
.global yyfree
.type yyfree, %function
yyfree:
.LFB40:
.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]
bl free
nop
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE40:
.size yyfree, .-yyfree
.section .rodata
.align 3
.LC20:
.string "r"
.align 3
.LC21:
.string "\n\nNo of KeyWords = %d\n"
.align 3
.LC22:
.string "\nNo of Identifiers = %d\n"
.text
.align 2
.global main
.type main, %function
main:
.LFB41:
.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
bne .L206
ldr x0, [sp, 16]
add x0, x0, 8
ldr x2, [x0]
adrp x0, .LC20
add x1, x0, :lo12:.LC20
mov x0, x2
bl fopen
str x0, [sp, 40]
ldr x0, [sp, 40]
cmp x0, 0
beq .L206
adrp x0, yyin
add x0, x0, :lo12:yyin
ldr x1, [sp, 40]
str x1, [x0]
.L206:
bl yylex
adrp x0, keyCount
add x0, x0, :lo12:keyCount
ldr w0, [x0]
mov w1, w0
adrp x0, .LC21
add x0, x0, :lo12:.LC21
bl printf
adrp x0, iCount
add x0, x0, :lo12:iCount
ldr w0, [x0]
mov w1, w0
adrp x0, .LC22
add x0, x0, :lo12:.LC22
bl printf
mov w0, 0
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE41:
.size main, .-main
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.section .rodata
.align 3
.LC0:
.string "program.c"
.align 3
.LC1:
.string "0"
.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
bl __flt_rounds
adrp x0, __PRETTY_FUNCTION__.0
add x3, x0, :lo12:__PRETTY_FUNCTION__.0
mov w2, 7
adrp x0, .LC0
add x1, x0, :lo12:.LC0
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl __assert_fail
.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 xxx
.type xxx, %function
xxx:
.LFB0:
.cfi_startproc
sub sp, sp, #32
.cfi_def_cfa_offset 32
str w0, [sp, 12]
str wzr, [sp, 24]
b .L2
.L3:
ldr w0, [sp, 28]
str w0, [sp, 12]
ldr w0, [sp, 24]
add w0, w0, 1
str w0, [sp, 24]
.L2:
ldr w0, [sp, 24]
cmp w0, 9
ble .L3
nop
nop
add sp, sp, 32
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE0:
.size xxx, .-xxx
.align 2
.global test_no_clause
.type test_no_clause, %function
test_no_clause:
.LFB1:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
str wzr, [sp, 12]
b .L5
.L6:
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L5:
ldr w0, [sp, 12]
cmp w0, 15
ble .L6
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
nop
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE1:
.size test_no_clause, .-test_no_clause
.align 2
.global test_branch_protected_scope
.type test_branch_protected_scope, %function
test_branch_protected_scope:
.LFB2:
.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
str wzr, [sp, 20]
.L8:
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 20]
str wzr, [sp, 20]
b .L9
.L16:
ldr w0, [sp, 20]
cmp w0, 5
bne .L10
b .L8
.L10:
ldr w0, [sp, 20]
cmp w0, 6
beq .L20
ldr w0, [sp, 20]
cmp w0, 7
beq .L21
ldr w0, [sp, 20]
cmp w0, 8
bne .L15
b .L14
.L21:
nop
b .L14
.L22:
nop
.L14:
ldrsw x0, [sp, 20]
lsl x0, x0, 2
add x1, sp, 24
ldr w0, [x1, x0]
add w2, w0, 1
ldrsw x0, [sp, 20]
lsl x0, x0, 2
add x1, sp, 24
str w2, [x1, x0]
.L15:
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 20]
.L9:
ldr w0, [sp, 20]
cmp w0, 15
ble .L16
ldr w0, [sp, 24]
cmp w0, 0
beq .L22
ldr w0, [sp, 28]
cmp w0, 1
bne .L7
b .L8
.L20:
nop
.L7:
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 .L19
bl __stack_chk_fail
.L19:
ldp x29, x30, [sp], 128
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE2:
.size test_branch_protected_scope, .-test_branch_protected_scope
.align 2
.global test_invalid_clause
.type test_invalid_clause, %function
test_invalid_clause:
.LFB3:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
str wzr, [sp, 12]
b .L24
.L25:
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L24:
ldr w0, [sp, 12]
cmp w0, 15
ble .L25
str wzr, [sp, 12]
b .L26
.L27:
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L26:
ldr w0, [sp, 12]
cmp w0, 15
ble .L27
str wzr, [sp, 12]
b .L28
.L29:
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L28:
ldr w0, [sp, 12]
cmp w0, 15
ble .L29
str wzr, [sp, 12]
b .L30
.L31:
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L30:
ldr w0, [sp, 12]
cmp w0, 15
ble .L31
nop
nop
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE3:
.size test_invalid_clause, .-test_invalid_clause
.align 2
.global test_non_identifiers
.type test_non_identifiers, %function
test_non_identifiers:
.LFB4:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
str wzr, [sp, 12]
b .L33
.L34:
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L33:
ldr w0, [sp, 12]
cmp w0, 15
ble .L34
str wzr, [sp, 12]
b .L35
.L36:
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L35:
ldr w0, [sp, 12]
cmp w0, 15
ble .L36
str wzr, [sp, 12]
b .L37
.L38:
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L37:
ldr w0, [sp, 12]
cmp w0, 15
ble .L38
str wzr, [sp, 12]
b .L39
.L40:
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L39:
ldr w0, [sp, 12]
cmp w0, 15
ble .L40
nop
nop
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE4:
.size test_non_identifiers, .-test_non_identifiers
.align 2
.global test_collapse
.type test_collapse, %function
test_collapse:
.LFB5:
.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, 20]
b .L42
.L43:
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 20]
.L42:
ldr w0, [sp, 20]
cmp w0, 15
ble .L43
str wzr, [sp, 20]
b .L44
.L45:
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 20]
.L44:
ldr w0, [sp, 20]
cmp w0, 15
ble .L45
str wzr, [sp, 20]
b .L46
.L47:
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 20]
.L46:
ldr w0, [sp, 20]
cmp w0, 15
ble .L47
str wzr, [sp, 20]
b .L48
.L49:
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 20]
.L48:
ldr w0, [sp, 20]
cmp w0, 15
ble .L49
str wzr, [sp, 20]
b .L50
.L51:
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 20]
.L50:
ldr w0, [sp, 20]
cmp w0, 15
ble .L51
str wzr, [sp, 20]
b .L52
.L53:
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 20]
.L52:
ldr w0, [sp, 20]
cmp w0, 15
ble .L53
str wzr, [sp, 20]
b .L54
.L55:
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 20]
.L54:
ldr w0, [sp, 20]
cmp w0, 15
ble .L55
str wzr, [sp, 20]
b .L56
.L57:
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 20]
.L56:
ldr w0, [sp, 20]
cmp w0, 15
ble .L57
str wzr, [sp, 20]
b .L58
.L59:
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 20]
.L58:
ldr w0, [sp, 20]
cmp w0, 15
ble .L59
str wzr, [sp, 20]
b .L60
.L61:
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 20]
.L60:
ldr w0, [sp, 20]
cmp w0, 15
ble .L61
str wzr, [sp, 20]
b .L62
.L63:
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 20]
.L62:
ldr w0, [sp, 20]
cmp w0, 15
ble .L63
str wzr, [sp, 20]
b .L64
.L65:
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 20]
.L64:
ldr w0, [sp, 20]
cmp w0, 15
ble .L65
str wzr, [sp, 24]
b .L66
.L73:
str wzr, [sp, 28]
b .L67
.L72:
str wzr, [sp, 32]
b .L68
.L71:
str wzr, [sp, 36]
b .L69
.L70:
bl foo
ldr w0, [sp, 36]
add w0, w0, 1
str w0, [sp, 36]
.L69:
ldr w0, [sp, 36]
cmp w0, 15
ble .L70
ldr w0, [sp, 32]
add w0, w0, 1
str w0, [sp, 32]
.L68:
ldr w0, [sp, 32]
cmp w0, 15
ble .L71
ldr w0, [sp, 28]
add w0, w0, 1
str w0, [sp, 28]
.L67:
ldr w0, [sp, 28]
cmp w0, 15
ble .L72
ldr w0, [sp, 24]
add w0, w0, 1
str w0, [sp, 24]
.L66:
ldr w0, [sp, 24]
cmp w0, 15
ble .L73
str wzr, [sp, 20]
b .L74
.L75:
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 20]
.L74:
ldr w0, [sp, 20]
cmp w0, 15
ble .L75
str wzr, [sp, 20]
b .L76
.L77:
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 20]
.L76:
ldr w0, [sp, 20]
cmp w0, 15
ble .L77
str wzr, [sp, 20]
b .L78
.L79:
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 20]
.L78:
ldr w0, [sp, 20]
cmp w0, 15
ble .L79
str wzr, [sp, 20]
b .L80
.L81:
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 20]
.L80:
ldr w0, [sp, 20]
cmp w0, 15
ble .L81
str wzr, [sp, 20]
b .L82
.L83:
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 20]
.L82:
ldr w0, [sp, 20]
cmp w0, 15
ble .L83
str wzr, [sp, 20]
b .L84
.L85:
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 20]
.L84:
ldr w0, [sp, 20]
cmp w0, 15
ble .L85
str wzr, [sp, 20]
b .L86
.L91:
str wzr, [sp, 40]
b .L87
.L90:
str wzr, [sp, 44]
b .L88
.L89:
ldr w1, [sp, 20]
ldr w0, [sp, 40]
add w0, w1, w0
str w0, [sp, 20]
ldr w0, [sp, 44]
add w0, w0, 1
str w0, [sp, 44]
.L88:
ldr w0, [sp, 44]
cmp w0, 15
ble .L89
ldr w0, [sp, 40]
add w0, w0, 1
str w0, [sp, 40]
.L87:
ldr w0, [sp, 40]
cmp w0, 15
ble .L90
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 20]
.L86:
ldr w0, [sp, 20]
cmp w0, 15
ble .L91
nop
nop
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE5:
.size test_collapse, .-test_collapse
.align 2
.global test_private
.type test_private, %function
test_private:
.LFB6:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
str wzr, [sp]
b .L93
.L94:
ldr w0, [sp]
add w0, w0, 1
str w0, [sp]
.L93:
ldr w0, [sp]
cmp w0, 15
ble .L94
str wzr, [sp]
b .L95
.L96:
ldr w0, [sp]
add w0, w0, 1
str w0, [sp]
.L95:
ldr w0, [sp]
cmp w0, 15
ble .L96
str wzr, [sp]
b .L97
.L98:
ldr w0, [sp]
add w0, w0, 1
str w0, [sp]
.L97:
ldr w0, [sp]
cmp w0, 15
ble .L98
str wzr, [sp]
b .L99
.L100:
ldr w0, [sp]
add w0, w0, 1
str w0, [sp]
.L99:
ldr w0, [sp]
cmp w0, 15
ble .L100
str wzr, [sp]
b .L101
.L102:
ldr w0, [sp]
add w0, w0, 1
str w0, [sp]
.L101:
ldr w0, [sp]
cmp w0, 15
ble .L102
str wzr, [sp]
b .L103
.L104:
ldr w0, [sp]
add w0, w0, 1
str w0, [sp]
.L103:
ldr w0, [sp]
cmp w0, 15
ble .L104
str wzr, [sp]
b .L105
.L106:
ldr w0, [sp]
add w0, w0, 1
str w0, [sp]
.L105:
ldr w0, [sp]
cmp w0, 15
ble .L106
str wzr, [sp]
b .L107
.L108:
ldr w0, [sp]
add w0, w0, 1
str w0, [sp]
.L107:
ldr w0, [sp]
cmp w0, 15
ble .L108
str wzr, [sp]
b .L109
.L110:
ldr w1, [sp, 4]
ldr w0, [sp]
mul w0, w1, w0
ldr w1, [sp, 8]
add w0, w1, w0
str w0, [sp, 12]
ldr w0, [sp]
add w0, w0, 1
str w0, [sp]
.L109:
ldr w0, [sp]
cmp w0, 15
ble .L110
nop
nop
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE6:
.size test_private, .-test_private
.align 2
.global test_lastprivate
.type test_lastprivate, %function
test_lastprivate:
.LFB7:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
str wzr, [sp, 12]
b .L112
.L113:
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L112:
ldr w0, [sp, 12]
cmp w0, 15
ble .L113
str wzr, [sp, 12]
b .L114
.L115:
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L114:
ldr w0, [sp, 12]
cmp w0, 15
ble .L115
str wzr, [sp, 12]
b .L116
.L117:
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L116:
ldr w0, [sp, 12]
cmp w0, 15
ble .L117
str wzr, [sp, 12]
b .L118
.L119:
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L118:
ldr w0, [sp, 12]
cmp w0, 15
ble .L119
str wzr, [sp, 12]
b .L120
.L121:
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L120:
ldr w0, [sp, 12]
cmp w0, 15
ble .L121
str wzr, [sp, 12]
b .L122
.L123:
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L122:
ldr w0, [sp, 12]
cmp w0, 15
ble .L123
str wzr, [sp, 12]
b .L124
.L125:
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L124:
ldr w0, [sp, 12]
cmp w0, 15
ble .L125
str wzr, [sp, 12]
b .L126
.L127:
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L126:
ldr w0, [sp, 12]
cmp w0, 15
ble .L127
str wzr, [sp, 12]
b .L128
.L129:
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L128:
ldr w0, [sp, 12]
cmp w0, 15
ble .L129
nop
nop
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE7:
.size test_lastprivate, .-test_lastprivate
.align 2
.global test_firstprivate
.type test_firstprivate, %function
test_firstprivate:
.LFB8:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
str wzr, [sp, 12]
b .L131
.L132:
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L131:
ldr w0, [sp, 12]
cmp w0, 15
ble .L132
str wzr, [sp, 12]
b .L133
.L134:
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L133:
ldr w0, [sp, 12]
cmp w0, 15
ble .L134
str wzr, [sp, 12]
b .L135
.L136:
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L135:
ldr w0, [sp, 12]
cmp w0, 15
ble .L136
str wzr, [sp, 12]
b .L137
.L138:
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L137:
ldr w0, [sp, 12]
cmp w0, 15
ble .L138
str wzr, [sp, 12]
b .L139
.L140:
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L139:
ldr w0, [sp, 12]
cmp w0, 15
ble .L140
str wzr, [sp, 12]
b .L141
.L142:
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L141:
ldr w0, [sp, 12]
cmp w0, 15
ble .L142
str wzr, [sp, 12]
b .L143
.L144:
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L143:
ldr w0, [sp, 12]
cmp w0, 15
ble .L144
str wzr, [sp, 12]
b .L145
.L146:
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L145:
ldr w0, [sp, 12]
cmp w0, 15
ble .L146
str wzr, [sp, 12]
b .L147
.L148:
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L147:
ldr w0, [sp, 12]
cmp w0, 15
ble .L148
nop
nop
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE8:
.size test_firstprivate, .-test_firstprivate
.align 2
.global test_loop_messages
.type test_loop_messages, %function
test_loop_messages:
.LFB9:
.cfi_startproc
sub sp, sp, #1280
.cfi_def_cfa_offset 1280
stp x29, x30, [sp]
.cfi_offset 29, -1280
.cfi_offset 30, -1272
mov x29, sp
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x1, [x0]
str x1, [sp, 1272]
mov x1, 0
str wzr, [sp, 16]
b .L150
.L151:
ldr s0, [sp, 16]
fcvtzs w0, s0
sxtw x0, w0
lsl x0, x0, 2
add x1, sp, 72
ldr s1, [x1, x0]
ldr s0, [sp, 16]
fcvtzs w0, s0
sxtw x0, w0
lsl x0, x0, 2
add x1, sp, 472
ldr s0, [x1, x0]
ldr s2, [sp, 16]
fcvtzs w0, s2
fadd s0, s1, s0
sxtw x0, w0
lsl x0, x0, 2
add x1, sp, 872
str s0, [x1, x0]
ldr s1, [sp, 16]
fmov s0, 1.0e+0
fadd s0, s1, s0
str s0, [sp, 16]
.L150:
ldr s1, [sp, 16]
fmov s0, 1.0e+1
fcmpe s1, s0
bmi .L151
str xzr, [sp, 40]
b .L152
.L153:
ldr d0, [sp, 40]
fcvtzs w0, d0
sxtw x0, w0
lsl x0, x0, 2
add x1, sp, 72
ldr s1, [x1, x0]
ldr d0, [sp, 40]
fcvtzs w0, d0
sxtw x0, w0
lsl x0, x0, 2
add x1, sp, 472
ldr s0, [x1, x0]
ldr d2, [sp, 40]
fcvtzs w0, d2
fadd s0, s1, s0
sxtw x0, w0
lsl x0, x0, 2
add x1, sp, 872
str s0, [x1, x0]
ldr d1, [sp, 40]
fmov d0, 1.0e+0
fadd d0, d1, d0
str d0, [sp, 40]
.L152:
ldr d1, [sp, 40]
fmov d0, 1.0e+1
fcmpe d1, d0
bmi .L153
stp xzr, xzr, [sp, 48]
b .L154
.L155:
ldr x0, [sp, 48]
lsl x0, x0, 2
add x1, sp, 72
ldr s1, [x1, x0]
ldr x0, [sp, 48]
lsl x0, x0, 2
add x1, sp, 472
ldr s0, [x1, x0]
fadd s0, s1, s0
ldr x0, [sp, 48]
lsl x0, x0, 2
add x1, sp, 872
str s0, [x1, x0]
ldp x0, x1, [sp, 48]
mov x4, 1
adds x4, x0, x4
mov x5, 0
adc x0, x1, x5
mov x2, x4
mov x3, x0
stp x2, x3, [sp, 48]
.L154:
ldr x0, [sp, 56]
cmp x0, 0
bgt .L168
ldr x0, [sp, 56]
cmp x0, 0
bne .L155
ldr x0, [sp, 48]
cmp x0, 9
bls .L155
.L168:
str wzr, [sp, 20]
b .L157
.L158:
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 20]
.L157:
ldr w0, [sp, 20]
cmp w0, 9
ble .L158
str wzr, [sp, 24]
b .L159
.L160:
ldr w0, [sp, 24]
add w0, w0, 1
str w0, [sp, 24]
.L159:
ldr w0, [sp, 24]
cmp w0, 9
ble .L160
str wzr, [sp, 28]
b .L161
.L162:
ldr w0, [sp, 28]
add w0, w0, 1
str w0, [sp, 28]
.L161:
ldr w0, [sp, 28]
cmp w0, 9
ble .L162
str wzr, [sp, 32]
b .L163
.L164:
ldr w0, [sp, 32]
add w0, w0, 1
str w0, [sp, 32]
.L163:
ldr w0, [sp, 32]
cmp w0, 9
ble .L164
str wzr, [sp, 36]
b .L165
.L166:
ldr w0, [sp, 36]
add w0, w0, 1
str w0, [sp, 36]
.L165:
ldr w0, [sp, 36]
cmp w0, 9
ble .L166
nop
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x2, [sp, 1272]
ldr x1, [x0]
subs x2, x2, x1
mov x1, 0
beq .L167
bl __stack_chk_fail
.L167:
ldp x29, x30, [sp]
add sp, sp, 1280
.cfi_restore 29
.cfi_restore 30
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE9:
.size test_loop_messages, .-test_loop_messages
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.section .rodata
.align 3
.LC0:
.string "I am test sub2."
.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
str w0, [sp, 28]
str x1, [sp, 16]
adrp x0, .LC0
add x0, x0, :lo12:.LC0
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
``` |
### 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, -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
b .L2
.L9:
str wzr, [sp, 28]
b .L3
.L8:
bl __ctype_b_loc
ldr x1, [x0]
ldrsw x0, [sp, 28]
add x2, sp, 32
ldrb w0, [x2, x0]
and x0, x0, 255
lsl x0, x0, 1
add x0, x1, x0
ldrh w0, [x0]
and w0, w0, 512
cmp w0, 0
beq .L4
ldrsw x0, [sp, 28]
add x1, sp, 32
ldrb w0, [x1, x0]
cmp w0, 109
bls .L5
ldrsw x0, [sp, 28]
add x1, sp, 32
ldrb w0, [x1, x0]
sub w0, w0, #13
and w2, w0, 255
ldrsw x0, [sp, 28]
add x1, sp, 32
strb w2, [x1, x0]
b .L6
.L5:
ldrsw x0, [sp, 28]
add x1, sp, 32
ldrb w0, [x1, x0]
add w0, w0, 13
and w2, w0, 255
ldrsw x0, [sp, 28]
add x1, sp, 32
strb w2, [x1, x0]
b .L6
.L4:
bl __ctype_b_loc
ldr x1, [x0]
ldrsw x0, [sp, 28]
add x2, sp, 32
ldrb w0, [x2, x0]
and x0, x0, 255
lsl x0, x0, 1
add x0, x1, x0
ldrh w0, [x0]
and w0, w0, 256
cmp w0, 0
beq .L6
ldrsw x0, [sp, 28]
add x1, sp, 32
ldrb w0, [x1, x0]
cmp w0, 77
bls .L7
ldrsw x0, [sp, 28]
add x1, sp, 32
ldrb w0, [x1, x0]
sub w0, w0, #13
and w2, w0, 255
ldrsw x0, [sp, 28]
add x1, sp, 32
strb w2, [x1, x0]
b .L6
.L7:
ldrsw x0, [sp, 28]
add x1, sp, 32
ldrb w0, [x1, x0]
add w0, w0, 13
and w2, w0, 255
ldrsw x0, [sp, 28]
add x1, sp, 32
strb w2, [x1, x0]
.L6:
ldr w0, [sp, 28]
add w0, w0, 1
str w0, [sp, 28]
.L3:
ldrsw x0, [sp, 28]
add x1, sp, 32
ldrb w0, [x1, x0]
cmp w0, 0
bne .L8
add x0, sp, 32
bl puts
.L2:
add x0, sp, 32
bl gets
cmp w0, 0
bne .L9
mov w0, 0
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 .L11
bl __stack_chk_fail
.L11:
mov w0, w1
ldp x29, x30, [sp], 96
.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 "/home/murat/23.02.2019_"
.align 3
.LC1:
.string "open"
.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
mov w2, 36
mov w1, 194
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl open
str w0, [sp, 28]
ldr w0, [sp, 28]
cmn w0, #1
bne .L2
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl perror
mov w0, 1
bl exit
.L2:
mov w0, 0
ldp x29, x30, [sp], 32
.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 "ucfidol2.txt"
.align 3
.LC1:
.string "r"
.align 3
.LC2:
.string "Error opening \"%s\": %s\n"
.align 3
.LC3:
.string "%hd"
.align 3
.LC4:
.string "UCF IDOL SHOW #%hd\n"
.align 3
.LC5:
.string "%hd%hd%f"
.align 3
.LC6:
.string "%f"
.align 3
.LC7:
.string "Contestant #%hd, you win with an average score of %.2f.\n"
.align 3
.LC8:
.string "The following judges\342\200\231 scores were thrown out: "
.align 3
.LC9:
.string "%hd "
.align 3
.LC10:
.string "\n"
.align 3
.LC11:
.string "All judges\342\200\231 scores were used.\n"
.text
.align 2
.global main
.type main, %function
main:
.LFB0:
.cfi_startproc
sub sp, sp, #768
.cfi_def_cfa_offset 768
stp x29, x30, [sp, 16]
.cfi_offset 29, -752
.cfi_offset 30, -744
add x29, sp, 16
.cfi_def_cfa 29, 752
stp x19, x20, [sp, 32]
stp x21, x22, [sp, 48]
stp x23, x24, [sp, 64]
stp x25, x26, [sp, 80]
stp x27, x28, [sp, 96]
.cfi_offset 19, -736
.cfi_offset 20, -728
.cfi_offset 21, -720
.cfi_offset 22, -712
.cfi_offset 23, -704
.cfi_offset 24, -696
.cfi_offset 25, -688
.cfi_offset 26, -680
.cfi_offset 27, -672
.cfi_offset 28, -664
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x1, [x0]
str x1, [x29, 744]
mov x1, 0
adrp x0, .LC0
add x0, x0, :lo12:.LC0
str x0, [x29, 608]
adrp x0, .LC1
add x1, x0, :lo12:.LC1
ldr x0, [x29, 608]
bl fopen
str x0, [x29, 616]
ldr x0, [x29, 616]
cmp x0, 0
bne .L2
bl __errno_location
ldr w0, [x0]
bl strerror
mov x2, x0
ldr x1, [x29, 608]
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl printf
mov w0, 1
b .L63
.L2:
mov w0, 3
strh w0, [x29, 580]
mov w0, 2
strh w0, [x29, 582]
mov w0, 2
strh w0, [x29, 584]
mov w0, 1
strh w0, [x29, 586]
str wzr, [x29, 600]
fmov s0, 6.0e+0
str s0, [x29, 596]
add x0, x29, 584
mov x2, x0
adrp x0, .LC3
add x1, x0, :lo12:.LC3
ldr x0, [x29, 616]
bl __isoc99_fscanf
str wzr, [x29, 604]
mov w0, 1
strh w0, [x29, 588]
b .L4
.L62:
mov x0, sp
mov x28, x0
ldrh w0, [x29, 588]
mov w1, w0
adrp x0, .LC4
add x0, x0, :lo12:.LC4
bl printf
add x2, x29, 596
add x1, x29, 580
add x0, x29, 582
mov x4, x2
mov x3, x1
mov x2, x0
adrp x0, .LC5
add x1, x0, :lo12:.LC5
ldr x0, [x29, 616]
bl __isoc99_fscanf
ldrh w0, [x29, 580]
add w1, w0, 1
sxtw x0, w1
sub x0, x0, #1
str x0, [x29, 624]
sxtw x0, w1
str x0, [x29, 320]
str xzr, [x29, 328]
ldp x2, x3, [x29, 320]
mov x0, x2
lsr x0, x0, 60
mov x4, x3
lsl x4, x4, 4
str x4, [x29, 568]
ldr x4, [x29, 568]
orr x0, x0, x4
str x0, [x29, 568]
mov x0, x2
lsl x0, x0, 4
str x0, [x29, 560]
sxtw x0, w1
str x0, [x29, 304]
str xzr, [x29, 312]
ldp x2, x3, [x29, 304]
mov x0, x2
lsr x0, x0, 60
mov x4, x3
lsl x4, x4, 4
str x4, [x29, 552]
ldr x4, [x29, 552]
orr x0, x0, x4
str x0, [x29, 552]
mov x0, x2
lsl x0, x0, 4
str x0, [x29, 544]
sxtw x0, w1
lsl x0, x0, 1
add x0, x0, 15
lsr x0, x0, 4
lsl x1, x0, 4
and x0, x1, -65536
sub x0, sp, x0
.L5:
cmp sp, x0
beq .L6
sub sp, sp, #65536
str xzr, [sp, 1024]
b .L5
.L6:
and x0, x1, 65535
sub sp, sp, x0
str xzr, [sp]
and x0, x1, 65535
cmp x0, 1024
bcc .L7
str xzr, [sp, 1024]
.L7:
add x0, sp, 16
add x0, x0, 1
lsr x0, x0, 1
lsl x0, x0, 1
str x0, [x29, 632]
ldrh w0, [x29, 580]
strh w0, [x29, 594]
ldrh w1, [x29, 580]
and x0, x1, 65535
sub x0, x0, #1
str x0, [x29, 640]
and x0, x1, 65535
str x0, [x29, 288]
str xzr, [x29, 296]
ldp x2, x3, [x29, 288]
mov x0, x2
lsr x0, x0, 59
mov x4, x3
lsl x4, x4, 5
str x4, [x29, 536]
ldr x4, [x29, 536]
orr x0, x0, x4
str x0, [x29, 536]
mov x0, x2
lsl x0, x0, 5
str x0, [x29, 528]
and x0, x1, 65535
str x0, [x29, 272]
str xzr, [x29, 280]
ldp x2, x3, [x29, 272]
mov x0, x2
lsr x0, x0, 59
mov x4, x3
lsl x4, x4, 5
str x4, [x29, 520]
ldr x4, [x29, 520]
orr x0, x0, x4
str x0, [x29, 520]
mov x0, x2
lsl x0, x0, 5
str x0, [x29, 512]
and x0, x1, 65535
lsl x0, x0, 2
add x0, x0, 15
lsr x0, x0, 4
lsl x1, x0, 4
and x0, x1, -65536
sub x0, sp, x0
.L8:
cmp sp, x0
beq .L9
sub sp, sp, #65536
str xzr, [sp, 1024]
b .L8
.L9:
and x0, x1, 65535
sub sp, sp, x0
str xzr, [sp]
and x0, x1, 65535
cmp x0, 1024
bcc .L10
str xzr, [sp, 1024]
.L10:
add x0, sp, 16
add x0, x0, 3
lsr x0, x0, 2
lsl x0, x0, 2
str x0, [x29, 648]
ldrh w2, [x29, 580]
ldrh w3, [x29, 582]
and x0, x2, 65535
sub x0, x0, #1
str x0, [x29, 656]
and x0, x2, 65535
str x0, [x29, 256]
str xzr, [x29, 264]
ldp x4, x5, [x29, 256]
mov x0, x4
lsr x0, x0, 59
mov x1, x5
lsl x1, x1, 5
str x1, [x29, 504]
ldr x1, [x29, 504]
orr x0, x0, x1
str x0, [x29, 504]
mov x0, x4
lsl x0, x0, 5
str x0, [x29, 496]
and x0, x2, 65535
lsl x19, x0, 2
and x0, x3, 65535
sub x0, x0, #1
str x0, [x29, 664]
and x0, x2, 65535
mov x26, x0
mov x27, 0
and x0, x3, 65535
mov x24, x0
mov x25, 0
mul x1, x26, x24
umulh x0, x26, x24
madd x0, x27, x24, x0
madd x0, x26, x25, x0
str x1, [x29, 240]
str x0, [x29, 248]
ldp x4, x5, [x29, 240]
mov x0, x4
lsr x0, x0, 59
mov x1, x5
lsl x1, x1, 5
str x1, [x29, 488]
ldr x1, [x29, 488]
orr x0, x0, x1
str x0, [x29, 488]
mov x0, x4
lsl x0, x0, 5
str x0, [x29, 480]
and x0, x2, 65535
mov x22, x0
mov x23, 0
and x0, x3, 65535
mov x20, x0
mov x21, 0
mul x1, x22, x20
umulh x0, x22, x20
madd x0, x23, x20, x0
madd x0, x22, x21, x0
str x1, [x29, 224]
str x0, [x29, 232]
ldp x4, x5, [x29, 224]
mov x0, x4
lsr x0, x0, 59
mov x1, x5
lsl x1, x1, 5
str x1, [x29, 472]
ldr x1, [x29, 472]
orr x0, x0, x1
str x0, [x29, 472]
mov x0, x4
lsl x0, x0, 5
str x0, [x29, 464]
and x1, x2, 65535
and x0, x3, 65535
mul x0, x1, x0
lsl x0, x0, 2
add x0, x0, 15
lsr x0, x0, 4
lsl x1, x0, 4
and x0, x1, -65536
sub x0, sp, x0
.L11:
cmp sp, x0
beq .L12
sub sp, sp, #65536
str xzr, [sp, 1024]
b .L11
.L12:
and x0, x1, 65535
sub sp, sp, x0
str xzr, [sp]
and x0, x1, 65535
cmp x0, 1024
bcc .L13
str xzr, [sp, 1024]
.L13:
add x0, sp, 16
add x0, x0, 3
lsr x0, x0, 2
lsl x0, x0, 2
str x0, [x29, 672]
ldrh w1, [x29, 580]
and x0, x1, 65535
sub x0, x0, #1
str x0, [x29, 680]
and x0, x1, 65535
str x0, [x29, 208]
str xzr, [x29, 216]
ldp x2, x3, [x29, 208]
mov x0, x2
lsr x0, x0, 59
mov x4, x3
lsl x4, x4, 5
str x4, [x29, 456]
ldr x4, [x29, 456]
orr x0, x0, x4
str x0, [x29, 456]
mov x0, x2
lsl x0, x0, 5
str x0, [x29, 448]
and x0, x1, 65535
str x0, [x29, 192]
str xzr, [x29, 200]
ldp x2, x3, [x29, 192]
mov x0, x2
lsr x0, x0, 59
mov x4, x3
lsl x4, x4, 5
str x4, [x29, 440]
ldr x4, [x29, 440]
orr x0, x0, x4
str x0, [x29, 440]
mov x0, x2
lsl x0, x0, 5
str x0, [x29, 432]
and x0, x1, 65535
lsl x0, x0, 2
add x0, x0, 15
lsr x0, x0, 4
lsl x1, x0, 4
and x0, x1, -65536
sub x0, sp, x0
.L14:
cmp sp, x0
beq .L15
sub sp, sp, #65536
str xzr, [sp, 1024]
b .L14
.L15:
and x0, x1, 65535
sub sp, sp, x0
str xzr, [sp]
and x0, x1, 65535
cmp x0, 1024
bcc .L16
str xzr, [sp, 1024]
.L16:
add x0, sp, 16
add x0, x0, 3
lsr x0, x0, 2
lsl x0, x0, 2
str x0, [x29, 688]
ldrh w1, [x29, 580]
and x0, x1, 65535
sub x0, x0, #1
str x0, [x29, 696]
and x0, x1, 65535
str x0, [x29, 176]
str xzr, [x29, 184]
ldp x2, x3, [x29, 176]
mov x0, x2
lsr x0, x0, 59
mov x4, x3
lsl x4, x4, 5
str x4, [x29, 424]
ldr x4, [x29, 424]
orr x0, x0, x4
str x0, [x29, 424]
mov x0, x2
lsl x0, x0, 5
str x0, [x29, 416]
and x0, x1, 65535
str x0, [x29, 160]
str xzr, [x29, 168]
ldp x2, x3, [x29, 160]
mov x0, x2
lsr x0, x0, 59
mov x4, x3
lsl x4, x4, 5
str x4, [x29, 408]
ldr x4, [x29, 408]
orr x0, x0, x4
str x0, [x29, 408]
mov x0, x2
lsl x0, x0, 5
str x0, [x29, 400]
and x0, x1, 65535
lsl x0, x0, 2
add x0, x0, 15
lsr x0, x0, 4
lsl x1, x0, 4
and x0, x1, -65536
sub x0, sp, x0
.L17:
cmp sp, x0
beq .L18
sub sp, sp, #65536
str xzr, [sp, 1024]
b .L17
.L18:
and x0, x1, 65535
sub sp, sp, x0
str xzr, [sp]
and x0, x1, 65535
cmp x0, 1024
bcc .L19
str xzr, [sp, 1024]
.L19:
add x0, sp, 16
add x0, x0, 3
lsr x0, x0, 2
lsl x0, x0, 2
str x0, [x29, 704]
ldrh w1, [x29, 582]
and x0, x1, 65535
sub x0, x0, #1
str x0, [x29, 712]
and x0, x1, 65535
str x0, [x29, 144]
str xzr, [x29, 152]
ldp x2, x3, [x29, 144]
mov x0, x2
lsr x0, x0, 59
mov x4, x3
lsl x4, x4, 5
str x4, [x29, 392]
ldr x4, [x29, 392]
orr x0, x0, x4
str x0, [x29, 392]
mov x0, x2
lsl x0, x0, 5
str x0, [x29, 384]
and x0, x1, 65535
str x0, [x29, 128]
str xzr, [x29, 136]
ldp x2, x3, [x29, 128]
mov x0, x2
lsr x0, x0, 59
mov x4, x3
lsl x4, x4, 5
str x4, [x29, 376]
ldr x4, [x29, 376]
orr x0, x0, x4
str x0, [x29, 376]
mov x0, x2
lsl x0, x0, 5
str x0, [x29, 368]
and x0, x1, 65535
lsl x0, x0, 2
add x0, x0, 15
lsr x0, x0, 4
lsl x1, x0, 4
and x0, x1, -65536
sub x0, sp, x0
.L20:
cmp sp, x0
beq .L21
sub sp, sp, #65536
str xzr, [sp, 1024]
b .L20
.L21:
and x0, x1, 65535
sub sp, sp, x0
str xzr, [sp]
and x0, x1, 65535
cmp x0, 1024
bcc .L22
str xzr, [sp, 1024]
.L22:
add x0, sp, 16
add x0, x0, 3
lsr x0, x0, 2
lsl x0, x0, 2
str x0, [x29, 720]
ldrh w1, [x29, 582]
and x0, x1, 65535
sub x0, x0, #1
str x0, [x29, 728]
and x0, x1, 65535
str x0, [x29, 112]
str xzr, [x29, 120]
ldp x2, x3, [x29, 112]
mov x0, x2
lsr x0, x0, 59
mov x4, x3
lsl x4, x4, 5
str x4, [x29, 360]
ldr x4, [x29, 360]
orr x0, x0, x4
str x0, [x29, 360]
mov x0, x2
lsl x0, x0, 5
str x0, [x29, 352]
and x0, x1, 65535
str x0, [x29, 96]
str xzr, [x29, 104]
ldp x2, x3, [x29, 96]
mov x0, x2
lsr x0, x0, 59
mov x4, x3
lsl x4, x4, 5
str x4, [x29, 344]
ldr x4, [x29, 344]
orr x0, x0, x4
str x0, [x29, 344]
mov x0, x2
lsl x0, x0, 5
str x0, [x29, 336]
and x0, x1, 65535
lsl x0, x0, 2
add x0, x0, 15
lsr x0, x0, 4
lsl x1, x0, 4
and x0, x1, -65536
sub x0, sp, x0
.L23:
cmp sp, x0
beq .L24
sub sp, sp, #65536
str xzr, [sp, 1024]
b .L23
.L24:
and x0, x1, 65535
sub sp, sp, x0
str xzr, [sp]
and x0, x1, 65535
cmp x0, 1024
bcc .L25
str xzr, [sp, 1024]
.L25:
add x0, sp, 16
add x0, x0, 3
lsr x0, x0, 2
lsl x0, x0, 2
str x0, [x29, 736]
strh wzr, [x29, 590]
b .L26
.L27:
ldrh w0, [x29, 590]
add w0, w0, 1
ldr x1, [x29, 632]
sxtw x0, w0
strh wzr, [x1, x0, lsl 1]
ldrh w0, [x29, 590]
ldr x1, [x29, 688]
sxtw x0, w0
str wzr, [x1, x0, lsl 2]
ldrh w0, [x29, 590]
add w0, w0, 1
strh w0, [x29, 590]
.L26:
ldrh w1, [x29, 580]
ldrh w0, [x29, 590]
cmp w0, w1
bcc .L27
strh wzr, [x29, 590]
b .L28
.L31:
ldrh w0, [x29, 590]
ldr x1, [x29, 720]
sxtw x0, w0
str wzr, [x1, x0, lsl 2]
ldrh w0, [x29, 590]
ldr x1, [x29, 736]
sxtw x0, w0
str wzr, [x1, x0, lsl 2]
strh wzr, [x29, 592]
b .L29
.L30:
ldrh w0, [x29, 592]
ldr x1, [x29, 704]
sxtw x0, w0
str wzr, [x1, x0, lsl 2]
lsr x3, x19, 2
ldrh w2, [x29, 590]
ldrh w0, [x29, 592]
sxtw x1, w0
sxtw x0, w2
mul x0, x0, x3
add x0, x1, x0
lsl x1, x0, 2
ldr x0, [x29, 672]
add x0, x0, x1
mov x2, x0
adrp x0, .LC6
add x1, x0, :lo12:.LC6
ldr x0, [x29, 616]
bl __isoc99_fscanf
ldrh w0, [x29, 592]
add w0, w0, 1
strh w0, [x29, 592]
.L29:
ldrh w1, [x29, 580]
ldrh w0, [x29, 592]
cmp w0, w1
bcc .L30
ldrh w0, [x29, 590]
add w0, w0, 1
strh w0, [x29, 590]
.L28:
ldrh w1, [x29, 582]
ldrh w0, [x29, 590]
cmp w0, w1
bcc .L31
strh wzr, [x29, 590]
b .L32
.L39:
strh wzr, [x29, 592]
b .L33
.L34:
ldrh w0, [x29, 590]
ldr x1, [x29, 704]
sxtw x0, w0
ldr s1, [x1, x0, lsl 2]
lsr x3, x19, 2
ldrh w4, [x29, 592]
ldrh w0, [x29, 590]
ldr x2, [x29, 672]
sxtw x1, w0
sxtw x0, w4
mul x0, x0, x3
add x0, x1, x0
ldr s0, [x2, x0, lsl 2]
ldrh w0, [x29, 590]
fadd s0, s1, s0
ldr x1, [x29, 704]
sxtw x0, w0
str s0, [x1, x0, lsl 2]
ldrh w0, [x29, 592]
add w0, w0, 1
strh w0, [x29, 592]
.L33:
ldrh w1, [x29, 582]
ldrh w0, [x29, 592]
cmp w0, w1
bcc .L34
ldrh w0, [x29, 590]
ldr x1, [x29, 704]
sxtw x0, w0
ldr s1, [x1, x0, lsl 2]
ldrh w0, [x29, 582]
fmov s0, w0
scvtf s0, s0
ldrh w0, [x29, 590]
fdiv s0, s1, s0
ldr x1, [x29, 688]
sxtw x0, w0
str s0, [x1, x0, lsl 2]
strh wzr, [x29, 592]
b .L35
.L36:
ldrh w0, [x29, 590]
ldr x1, [x29, 688]
sxtw x0, w0
ldr s1, [x1, x0, lsl 2]
lsr x3, x19, 2
ldrh w4, [x29, 592]
ldrh w0, [x29, 590]
ldr x2, [x29, 672]
sxtw x1, w0
sxtw x0, w4
mul x0, x0, x3
add x0, x1, x0
ldr s0, [x2, x0, lsl 2]
fsub s0, s1, s0
fcvt d0, s0
fmov d1, 2.0e+0
bl pow
fmov d1, d0
ldr s0, [x29, 604]
fcvt d0, s0
fadd d0, d1, d0
fcvt s0, d0
str s0, [x29, 604]
ldrh w0, [x29, 592]
add w0, w0, 1
strh w0, [x29, 592]
.L35:
ldrh w1, [x29, 582]
ldrh w0, [x29, 592]
cmp w0, w1
bcc .L36
ldrh w0, [x29, 582]
fmov s0, w0
scvtf s0, s0
ldr s1, [x29, 604]
fdiv s0, s1, s0
fcvt d0, s0
bl sqrt
ldrh w0, [x29, 590]
fcvt s0, d0
ldr x1, [x29, 688]
sxtw x0, w0
str s0, [x1, x0, lsl 2]
str wzr, [x29, 604]
ldrh w0, [x29, 590]
ldr x1, [x29, 688]
sxtw x0, w0
ldr s1, [x1, x0, lsl 2]
ldr s0, [x29, 596]
fcmpe s1, s0
bgt .L65
b .L37
.L65:
ldrh w0, [x29, 590]
add w0, w0, 1
ldr x2, [x29, 632]
sxtw x1, w0
mov w0, 1
strh w0, [x2, x1, lsl 1]
ldrh w0, [x29, 594]
sub w0, w0, #1
strh w0, [x29, 594]
.L37:
ldrh w0, [x29, 590]
add w0, w0, 1
strh w0, [x29, 590]
.L32:
ldrh w1, [x29, 580]
ldrh w0, [x29, 590]
cmp w0, w1
bcc .L39
strh wzr, [x29, 590]
b .L40
.L45:
strh wzr, [x29, 592]
b .L41
.L44:
ldrh w0, [x29, 590]
ldr x1, [x29, 720]
sxtw x0, w0
ldr s1, [x1, x0, lsl 2]
lsr x3, x19, 2
ldrh w4, [x29, 590]
ldrh w0, [x29, 592]
ldr x2, [x29, 672]
sxtw x1, w0
sxtw x0, w4
mul x0, x0, x3
add x0, x1, x0
ldr s0, [x2, x0, lsl 2]
ldrh w0, [x29, 590]
fadd s0, s1, s0
ldr x1, [x29, 720]
sxtw x0, w0
str s0, [x1, x0, lsl 2]
ldrh w0, [x29, 592]
add w0, w0, 1
ldr x1, [x29, 632]
sxtw x0, w0
ldrh w0, [x1, x0, lsl 1]
cmp w0, 0
beq .L42
ldrh w0, [x29, 590]
ldr x1, [x29, 736]
sxtw x0, w0
ldr s1, [x1, x0, lsl 2]
lsr x3, x19, 2
ldrh w4, [x29, 590]
ldrh w0, [x29, 592]
ldr x2, [x29, 672]
sxtw x1, w0
sxtw x0, w4
mul x0, x0, x3
add x0, x1, x0
ldr s0, [x2, x0, lsl 2]
ldrh w0, [x29, 590]
fsub s0, s1, s0
ldr x1, [x29, 736]
sxtw x0, w0
str s0, [x1, x0, lsl 2]
b .L43
.L42:
ldrh w0, [x29, 590]
ldr x1, [x29, 736]
sxtw x0, w0
ldr s1, [x1, x0, lsl 2]
lsr x3, x19, 2
ldrh w4, [x29, 590]
ldrh w0, [x29, 592]
ldr x2, [x29, 672]
sxtw x1, w0
sxtw x0, w4
mul x0, x0, x3
add x0, x1, x0
ldr s0, [x2, x0, lsl 2]
ldrh w0, [x29, 590]
fadd s0, s1, s0
ldr x1, [x29, 736]
sxtw x0, w0
str s0, [x1, x0, lsl 2]
.L43:
ldrh w0, [x29, 592]
add w0, w0, 1
strh w0, [x29, 592]
.L41:
ldrh w1, [x29, 580]
ldrh w0, [x29, 592]
cmp w0, w1
bcc .L44
ldrh w0, [x29, 590]
add w0, w0, 1
strh w0, [x29, 590]
.L40:
ldrh w1, [x29, 582]
ldrh w0, [x29, 590]
cmp w0, w1
bcc .L45
ldr x0, [x29, 720]
ldr s1, [x0]
ldr x0, [x29, 736]
ldr s0, [x0]
fcmp s1, s0
beq .L46
ldr x0, [x29, 720]
ldr s1, [x0]
ldr x0, [x29, 736]
ldr s0, [x0]
fneg s0, s0
fcmp s1, s0
bne .L47
.L46:
ldr x0, [x29, 632]
strh wzr, [x0]
strh wzr, [x29, 590]
b .L48
.L49:
ldrh w0, [x29, 590]
ldr x1, [x29, 720]
sxtw x0, w0
ldr s1, [x1, x0, lsl 2]
ldrh w0, [x29, 580]
fmov s0, w0
scvtf s0, s0
ldrh w0, [x29, 590]
fdiv s0, s1, s0
ldr x1, [x29, 648]
sxtw x0, w0
str s0, [x1, x0, lsl 2]
ldrh w0, [x29, 590]
add w0, w0, 1
strh w0, [x29, 590]
.L48:
ldrh w1, [x29, 582]
ldrh w0, [x29, 590]
cmp w0, w1
bcc .L49
b .L50
.L47:
ldr x1, [x29, 632]
mov w0, 1
strh w0, [x1]
strh wzr, [x29, 590]
b .L51
.L52:
ldrh w0, [x29, 590]
ldr x1, [x29, 720]
sxtw x0, w0
ldr s1, [x1, x0, lsl 2]
ldrh w0, [x29, 590]
ldr x1, [x29, 736]
sxtw x0, w0
ldr s0, [x1, x0, lsl 2]
fadd s1, s1, s0
ldrh w0, [x29, 594]
fmov s0, w0
shl v0.2s, v0.2s, 1
scvtf s0, s0
ldrh w0, [x29, 590]
fdiv s0, s1, s0
ldr x1, [x29, 648]
sxtw x0, w0
str s0, [x1, x0, lsl 2]
ldrh w0, [x29, 590]
add w0, w0, 1
strh w0, [x29, 590]
.L51:
ldrh w1, [x29, 582]
ldrh w0, [x29, 590]
cmp w0, w1
bcc .L52
.L50:
strh wzr, [x29, 590]
b .L53
.L56:
ldrh w0, [x29, 590]
ldr x1, [x29, 648]
sxtw x0, w0
ldr s0, [x1, x0, lsl 2]
ldr s1, [x29, 600]
fcmpe s1, s0
bmi .L66
b .L54
.L66:
ldrh w0, [x29, 590]
ldr x1, [x29, 648]
sxtw x0, w0
ldr s0, [x1, x0, lsl 2]
str s0, [x29, 600]
ldrh w0, [x29, 590]
add w0, w0, 1
strh w0, [x29, 586]
.L54:
ldrh w0, [x29, 590]
add w0, w0, 1
strh w0, [x29, 590]
.L53:
ldrh w1, [x29, 582]
ldrh w0, [x29, 590]
cmp w0, w1
bcc .L56
ldrh w0, [x29, 586]
ldr s0, [x29, 600]
fcvt d0, s0
mov w1, w0
adrp x0, .LC7
add x0, x0, :lo12:.LC7
bl printf
str wzr, [x29, 600]
ldr x0, [x29, 632]
ldrh w0, [x0]
cmp w0, 0
beq .L57
adrp x0, .LC8
add x0, x0, :lo12:.LC8
bl printf
mov w0, 1
strh w0, [x29, 590]
b .L58
.L60:
ldrh w0, [x29, 590]
ldr x1, [x29, 632]
sxtw x0, w0
ldrh w0, [x1, x0, lsl 1]
cmp w0, 0
beq .L59
ldrh w0, [x29, 590]
mov w1, w0
adrp x0, .LC9
add x0, x0, :lo12:.LC9
bl printf
.L59:
ldrh w0, [x29, 590]
add w0, w0, 1
strh w0, [x29, 590]
.L58:
ldrh w1, [x29, 580]
ldrh w0, [x29, 590]
cmp w0, w1
bls .L60
adrp x0, .LC10
add x0, x0, :lo12:.LC10
bl puts
b .L61
.L57:
adrp x0, .LC11
add x0, x0, :lo12:.LC11
bl puts
.L61:
mov sp, x28
ldrh w0, [x29, 588]
add w0, w0, 1
strh w0, [x29, 588]
.L4:
ldrh w1, [x29, 584]
ldrh w0, [x29, 588]
cmp w0, w1
bls .L62
ldr x0, [x29, 616]
bl fclose
mov w0, 0
.L63:
mov w1, w0
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x3, [x29, 744]
ldr x2, [x0]
subs x3, x3, x2
mov x2, 0
beq .L64
bl __stack_chk_fail
.L64:
mov w0, w1
sub sp, x29, #16
.cfi_def_cfa 31, 768
ldp x19, x20, [sp, 32]
ldp x21, x22, [sp, 48]
ldp x23, x24, [sp, 64]
ldp x25, x26, [sp, 80]
ldp x27, x28, [sp, 96]
ldp x29, x30, [sp, 16]
add sp, sp, 768
.cfi_restore 29
.cfi_restore 30
.cfi_restore 27
.cfi_restore 28
.cfi_restore 25
.cfi_restore 26
.cfi_restore 23
.cfi_restore 24
.cfi_restore 21
.cfi_restore 22
.cfi_restore 19
.cfi_restore 20
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE0:
.size main, .-main
``` |
### 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
.global b16
.bss
.align 3
.type b16, %object
.size b16, 4
b16:
.zero 4
.text
.align 2
.global callee_b0f
.type callee_b0f, %function
callee_b0f:
.LFB0:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
str w0, [sp, 8]
ldr x0, [sp, 8]
sbfx x0, x0, 0, 10
sxth w0, w0
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE0:
.size callee_b0f, .-callee_b0f
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.section .rodata
.align 3
.LC0:
.string "Hello"
.align 3
.LC1:
.string "buffer1 = %p\n"
.align 3
.LC2:
.string "buffer2 = %p\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
mov x0, 131072
bl malloc
str x0, [sp, 16]
ldr x2, [sp, 16]
adrp x0, .LC0
add x1, x0, :lo12:.LC0
mov x0, x2
ldr w2, [x1]
str w2, [x0]
ldrh w1, [x1, 4]
strh w1, [x0, 4]
ldr x0, [sp, 16]
bl free
mov x0, 131072
bl malloc
str x0, [sp, 24]
ldr x1, [sp, 16]
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl printf
ldr x1, [sp, 24]
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl printf
ldr x0, [sp, 16]
mov w1, 31074
movk w1, 0x65, lsl 16
str w1, [x0]
ldr x0, [sp, 24]
bl free
mov w0, 0
ldp x29, x30, [sp], 32
.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
.global n
.bss
.align 2
.type n, %object
.size n, 4
n:
.zero 4
.global m
.align 2
.type m, %object
.size m, 4
m:
.zero 4
.global s
.align 2
.type s, %object
.size s, 4
s:
.zero 4
.global vis
.align 3
.type vis, %object
.size vis, 932
vis:
.zero 932
.section .rodata
.align 3
.LC0:
.string "%d%d"
.align 3
.LC1:
.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, m
add x2, x0, :lo12:m
adrp x0, n
add x1, x0, :lo12:n
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl __isoc99_scanf
str wzr, [sp, 24]
b .L2
.L7:
str wzr, [sp, 28]
b .L3
.L6:
adrp x0, s
add x0, x0, :lo12:s
ldr w0, [x0]
add w1, w0, 1
adrp x0, s
add x0, x0, :lo12:s
str w1, [x0]
adrp x0, s
add x0, x0, :lo12:s
ldr w1, [x0]
adrp x0, n
add x0, x0, :lo12:n
ldr w0, [x0]
cmp w1, w0
ble .L4
adrp x0, s
add x0, x0, :lo12:s
mov w1, 1
str w1, [x0]
.L4:
adrp x0, s
add x0, x0, :lo12:s
ldr w1, [x0]
adrp x0, vis
add x0, x0, :lo12:vis
sxtw x1, w1
ldr w0, [x0, x1, lsl 2]
cmp w0, 0
beq .L5
ldr w0, [sp, 28]
sub w0, w0, #1
str w0, [sp, 28]
.L5:
ldr w0, [sp, 28]
add w0, w0, 1
str w0, [sp, 28]
.L3:
adrp x0, m
add x0, x0, :lo12:m
ldr w0, [x0]
ldr w1, [sp, 28]
cmp w1, w0
blt .L6
adrp x0, s
add x0, x0, :lo12:s
ldr w0, [x0]
mov w1, w0
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl printf
adrp x0, s
add x0, x0, :lo12:s
ldr w1, [x0]
adrp x0, vis
add x0, x0, :lo12:vis
sxtw x1, w1
mov w2, 1
str w2, [x0, x1, lsl 2]
ldr w0, [sp, 24]
add w0, w0, 1
str w0, [sp, 24]
.L2:
adrp x0, n
add x0, x0, :lo12:n
ldr w0, [x0]
ldr w1, [sp, 24]
cmp w1, w0
blt .L7
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
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.align 2
.global z_div
.type z_div, %function
z_div:
.LFB0:
.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 x2, [sp, 24]
ldr x0, [sp, 24]
ldr d0, [x0]
str d0, [sp, 48]
ldr d0, [sp, 48]
fcmpe d0, #0.0
bmi .L10
b .L2
.L10:
ldr d0, [sp, 48]
fneg d0, d0
str d0, [sp, 48]
.L2:
ldr x0, [sp, 24]
ldr d0, [x0, 8]
str d0, [sp, 56]
ldr d0, [sp, 56]
fcmpe d0, #0.0
bmi .L11
b .L4
.L11:
ldr d0, [sp, 56]
fneg d0, d0
str d0, [sp, 56]
.L4:
ldr d1, [sp, 48]
ldr d0, [sp, 56]
fcmpe d1, d0
bls .L12
b .L13
.L12:
ldr d0, [sp, 56]
fcmp d0, #0.0
bne .L8
bl abort
.L8:
ldr x0, [sp, 24]
ldr d1, [x0]
ldr x0, [sp, 24]
ldr d0, [x0, 8]
fdiv d0, d1, d0
str d0, [sp, 64]
ldr x0, [sp, 24]
ldr d1, [x0, 8]
ldr d0, [sp, 64]
fmul d2, d0, d0
fmov d0, 1.0e+0
fadd d0, d2, d0
fmul d0, d1, d0
str d0, [sp, 72]
ldr x0, [sp, 32]
ldr d1, [x0]
ldr d0, [sp, 64]
fmul d1, d1, d0
ldr x0, [sp, 32]
ldr d0, [x0, 8]
fadd d1, d1, d0
ldr d0, [sp, 72]
fdiv d0, d1, d0
ldr x0, [sp, 40]
str d0, [x0]
ldr x0, [sp, 32]
ldr d1, [x0, 8]
ldr d0, [sp, 64]
fmul d1, d1, d0
ldr x0, [sp, 32]
ldr d0, [x0]
fsub d1, d1, d0
ldr d0, [sp, 72]
fdiv d0, d1, d0
ldr x0, [sp, 40]
str d0, [x0, 8]
b .L9
.L13:
ldr x0, [sp, 24]
ldr d1, [x0, 8]
ldr x0, [sp, 24]
ldr d0, [x0]
fdiv d0, d1, d0
str d0, [sp, 64]
ldr x0, [sp, 24]
ldr d1, [x0]
ldr d0, [sp, 64]
fmul d2, d0, d0
fmov d0, 1.0e+0
fadd d0, d2, d0
fmul d0, d1, d0
str d0, [sp, 72]
ldr x0, [sp, 32]
ldr d1, [x0]
ldr x0, [sp, 32]
ldr d2, [x0, 8]
ldr d0, [sp, 64]
fmul d0, d2, d0
fadd d1, d1, d0
ldr d0, [sp, 72]
fdiv d0, d1, d0
ldr x0, [sp, 40]
str d0, [x0]
ldr x0, [sp, 32]
ldr d1, [x0, 8]
ldr x0, [sp, 32]
ldr d2, [x0]
ldr d0, [sp, 64]
fmul d0, d2, d0
fsub d1, d1, d0
ldr d0, [sp, 72]
fdiv d0, d1, d0
ldr x0, [sp, 40]
str d0, [x0, 8]
.L9:
nop
ldp x29, x30, [sp], 80
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE0:
.size z_div, .-z_div
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.section .rodata
.align 3
.LC0:
.string "%d"
.align 3
.LC1:
.string "%d minutos\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 w0, [sp, 16]
lsl w0, w0, 1
str w0, [sp, 20]
ldr w1, [sp, 20]
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
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.section .rodata
.align 3
.LC2:
.string "Does \"%s\" end in \"%s\": %d\n"
.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
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, .LC0
add x1, x0, :lo12:.LC0
add x0, sp, 40
ldr x2, [x1]
str x2, [x0]
ldr x1, [x1, 5]
str x1, [x0, 5]
mov w0, 28265
movk w0, 0x67, lsl 16
str w0, [sp, 24]
adrp x0, .LC1
add x1, x0, :lo12:.LC1
add x0, sp, 32
ldr w2, [x1]
str w2, [x0]
ldrb w1, [x1, 4]
strb w1, [x0, 4]
add x1, sp, 24
add x0, sp, 40
bl strend
mov w2, w0
add x1, sp, 24
add x0, sp, 40
mov w3, w2
mov x2, x1
mov x1, x0
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl printf
add x1, sp, 32
add x0, sp, 40
bl strend
mov w2, w0
add x1, sp, 32
add x0, sp, 40
mov w3, w2
mov x2, x1
mov x1, x0
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl printf
add x1, sp, 32
add x0, sp, 24
bl strend
mov w2, w0
add x1, sp, 32
add x0, sp, 24
mov w3, w2
mov x2, x1
mov x1, x0
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl printf
add x1, sp, 40
add x0, sp, 24
bl strend
mov w2, w0
add x1, sp, 40
add x0, sp, 24
mov w3, w2
mov x2, x1
mov x1, x0
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl printf
add x1, sp, 40
add x0, sp, 32
bl strend
mov w2, w0
add x1, sp, 40
add x0, sp, 32
mov w3, w2
mov x2, x1
mov x1, x0
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl printf
add x1, sp, 24
add x0, sp, 32
bl strend
mov w2, w0
add x1, sp, 24
add x0, sp, 32
mov w3, w2
mov x2, x1
mov x1, x0
adrp x0, .LC2
add x0, x0, :lo12:.LC2
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, 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
.LFE0:
.size main, .-main
.section .rodata
.align 3
.LC0:
.string "the begining"
.align 3
.LC1:
.string "john"
.text
.align 2
.global strend
.type strend, %function
strend:
.LFB1:
.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]
b .L5
.L6:
ldr x0, [sp, 8]
add x0, x0, 1
str x0, [sp, 8]
.L5:
ldr x0, [sp, 8]
ldrb w0, [x0]
cmp w0, 0
bne .L6
b .L7
.L8:
ldr x0, [sp]
add x0, x0, 1
str x0, [sp]
.L7:
ldr x0, [sp]
ldrb w0, [x0]
cmp w0, 0
bne .L8
b .L9
.L12:
ldr x0, [sp, 8]
sub x1, x0, #1
str x1, [sp, 8]
ldrb w1, [x0]
ldr x0, [sp]
sub x2, x0, #1
str x2, [sp]
ldrb w0, [x0]
cmp w1, w0
beq .L9
mov w0, 0
b .L10
.L9:
ldr x1, [sp, 8]
ldr x0, [sp, 16]
cmp x1, x0
bcc .L11
ldr x1, [sp]
ldr x0, [sp, 24]
cmp x1, x0
bcs .L12
.L11:
ldr x0, [sp, 24]
sub x0, x0, #1
ldr x1, [sp]
cmp x1, x0
bne .L13
mov w0, 1
b .L10
.L13:
mov w0, 0
.L10:
add sp, sp, 32
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE1:
.size strend, .-strend
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.data
.align 3
.type favicon_ico, %object
.size favicon_ico, 1406
favicon_ico:
.byte 0
.byte 0
.byte 1
.byte 0
.byte 1
.byte 0
.byte 16
.byte 16
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 104
.byte 5
.byte 0
.byte 0
.byte 22
.byte 0
.byte 0
.byte 0
.byte 40
.byte 0
.byte 0
.byte 0
.byte 16
.byte 0
.byte 0
.byte 0
.byte 32
.byte 0
.byte 0
.byte 0
.byte 1
.byte 0
.byte 8
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 64
.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 -1
.byte -1
.byte -1
.byte 0
.byte 49
.byte 115
.byte -34
.byte 0
.byte 66
.byte -1
.byte -1
.byte 0
.byte 82
.byte 82
.byte 82
.byte 0
.byte -83
.byte -83
.byte -83
.byte 0
.byte 33
.byte 33
.byte -100
.byte 0
.byte -100
.byte -17
.byte -1
.byte 0
.byte 57
.byte -75
.byte -1
.byte 0
.byte 41
.byte 41
.byte 41
.byte 0
.byte -42
.byte -42
.byte -42
.byte 0
.byte 123
.byte 123
.byte 123
.byte 0
.byte 41
.byte 49
.byte -50
.byte 0
.byte -58
.byte -1
.byte -1
.byte 0
.byte -108
.byte -108
.byte -108
.byte 0
.byte -58
.byte -67
.byte -67
.byte 0
.byte 41
.byte 82
.byte -50
.byte 0
.byte -108
.byte -91
.byte -67
.byte 0
.byte 123
.byte -124
.byte -100
.byte 0
.byte 82
.byte 99
.byte 107
.byte 0
.byte 41
.byte -50
.byte -1
.byte 0
.byte 24
.byte 24
.byte 24
.byte 0
.byte -25
.byte -25
.byte -25
.byte 0
.byte 57
.byte 57
.byte 57
.byte 0
.byte 49
.byte -100
.byte -9
.byte 0
.byte 107
.byte 107
.byte 107
.byte 0
.byte 74
.byte -25
.byte -1
.byte 0
.byte 66
.byte -50
.byte -1
.byte 0
.byte -116
.byte -9
.byte -1
.byte 0
.byte 49
.byte -75
.byte -17
.byte 0
.byte -75
.byte -1
.byte -1
.byte 0
.byte -124
.byte -124
.byte -124
.byte 0
.byte 8
.byte 8
.byte 8
.byte 0
.byte 16
.byte 16
.byte 16
.byte 0
.byte -9
.byte -9
.byte -9
.byte 0
.byte -17
.byte -17
.byte -17
.byte 0
.byte 49
.byte 49
.byte 49
.byte 0
.byte -34
.byte -34
.byte -34
.byte 0
.byte 74
.byte 74
.byte 74
.byte 0
.byte -50
.byte -50
.byte -50
.byte 0
.byte 90
.byte 90
.byte 90
.byte 0
.byte -75
.byte -75
.byte -75
.byte 0
.byte 115
.byte 115
.byte 115
.byte 0
.byte -91
.byte -91
.byte -91
.byte 0
.byte -100
.byte -100
.byte -100
.byte 0
.byte -116
.byte -116
.byte -116
.byte 0
.byte -58
.byte -58
.byte -58
.byte 0
.byte 41
.byte 74
.byte -58
.byte 0
.byte 41
.byte 90
.byte -42
.byte 0
.byte -25
.byte -34
.byte -34
.byte 0
.byte -67
.byte -67
.byte -67
.byte 0
.byte -9
.byte -1
.byte -1
.byte 0
.byte 115
.byte 107
.byte 107
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 8
.byte 24
.byte 2
.byte 12
.byte 5
.byte 37
.byte 37
.byte 48
.byte 16
.byte 47
.byte 6
.byte 18
.byte 0
.byte 0
.byte 0
.byte 0
.byte 28
.byte 28
.byte 26
.byte 27
.byte 19
.byte 42
.byte 52
.byte 30
.byte 13
.byte 7
.byte 29
.byte 17
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 44
.byte 45
.byte 14
.byte 43
.byte 14
.byte 42
.byte 25
.byte 38
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 5
.byte 50
.byte 46
.byte 39
.byte 46
.byte 50
.byte 43
.byte 45
.byte 42
.byte 42
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 41
.byte 9
.byte 37
.byte 0
.byte 38
.byte 0
.byte 11
.byte 31
.byte 45
.byte 42
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 46
.byte 10
.byte 0
.byte 38
.byte 22
.byte 0
.byte 45
.byte 0
.byte 44
.byte 45
.byte 14
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 39
.byte 36
.byte 35
.byte 38
.byte 34
.byte 0
.byte 14
.byte 0
.byte 5
.byte 4
.byte 36
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 45
.byte 22
.byte 34
.byte 34
.byte 34
.byte 34
.byte 22
.byte 10
.byte 50
.byte 21
.byte 21
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 34
.byte 34
.byte 34
.byte 1
.byte 34
.byte 35
.byte 37
.byte 36
.byte 33
.byte 21
.byte 0
.byte 0
.byte 0
.byte 0
.byte 32
.byte 23
.byte 23
.byte 44
.byte 50
.byte 3
.byte 20
.byte 51
.byte 9
.byte 0
.byte 33
.byte 4
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 38
.byte 10
.byte 10
.byte 49
.byte 15
.byte 34
.byte 22
.byte 39
.byte 0
.byte 33
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 44
.byte 40
.byte 22
.byte 35
.byte 22
.byte 40
.byte 25
.byte 34
.byte 22
.byte 4
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 25
.byte 1
.byte 1
.byte 1
.byte 50
.byte 39
.byte 1
.byte 1
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 14
.byte 10
.byte 41
.byte 45
.byte 11
.byte 25
.byte 33
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 44
.byte 5
.byte 31
.byte 11
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte 0
.byte -1
.byte -1
.byte 0
.byte 0
.byte -64
.byte 3
.byte 0
.byte 0
.byte -64
.byte 3
.byte 0
.byte 0
.byte -16
.byte 15
.byte 0
.byte 0
.byte -32
.byte 7
.byte 0
.byte 0
.byte -64
.byte 7
.byte 0
.byte 0
.byte -64
.byte 3
.byte 0
.byte 0
.byte -64
.byte 3
.byte 0
.byte 0
.byte 0
.byte 1
.byte 0
.byte 0
.byte -128
.byte 3
.byte 0
.byte 0
.byte -64
.byte 3
.byte 0
.byte 0
.byte -64
.byte 7
.byte 0
.byte 0
.byte -64
.byte 7
.byte 0
.byte 0
.byte -32
.byte 15
.byte 0
.byte 0
.byte -16
.byte 31
.byte 0
.byte 0
.byte -4
.byte 63
.byte 0
.byte 0
.align 3
.type logo_gif, %object
.size logo_gif, 2801
logo_gif:
.string "GIF89aP"
.string "P"
.string "\367"
.string ""
.string ""
.string ""
.string ""
.ascii "\377\377\377\204\020\030{\020\030{BJ\204\204\224ZZc{{\204kks"
.ascii "\204\204\214\224\224\234\275\275\306\265\265\275\336\336\347"
.ascii "\306\306\316\347\347\3579BJZccRZZ\326\336\336\245\255s\377\377"
.ascii "B\377\377J\377\377R\377\377c\377\377{\336\336s\377\377\224\377"
.ascii "\377\234\245\245k{{R\336\336\234\377\377\265\377\377\306ssZ\357"
.ascii "\357\275\326\326\255{{c\204\204k\336\336\265\347\347\275\357"
.ascii "\357\306\367\367\316\245\245\214\255\255\224{{k\336\336\306\306"
.ascii "\306\265ssk\367\367\347\234\234\224\377\377\367\377\3671\377"
.ascii "\367J\357\347k\377\367s\377\357)\377\3579\377\367\214\377\357"
.ascii "k\326\316{\377\367\255\377\367\265\377\3471\377\3479\377\347"
.ascii "B\377\347J\377\357s\377\357{\377\367\275\367\336B\347\316B\367"
.ascii "\336J\377\347Z\275\255R\367\347\214\326\316\234\357\316)\347"
.ascii "\316Z\367\347\224\377\357\234\377\326!\377\3261\316\265J\245"
.ascii "\224J\234\224s\377\3269\367\336\204\377\316)\367\3061\367\316"
.ascii "J\377\326R\326\265J\367\326k\377\347\234skR\377\316B\377\347"
.ascii "\245\347\336\306\326\275{\357\336\265\347\255)\357\2651\357\265"
.ascii "9\357\306kkcR\377\265!\367\2651\357\275Z\336\265c\357\306s\357"
.ascii "\2559\275\224J\357\306{\377\255)\357\2451\377\2659\367\265J\357"
.ascii "\265R\357\2459\367\2451\275\245\204\336\306\245\336\214)\367"
.ascii "\2341\357\2349\326\204)\347\2141\367\234B\326\214B\306\214R\336"
.ascii "\316\275sk"
.string "c{sk\357\2141\367\2141\316s)\347\2041\336\2049\316\224c\336{1\316{B\275\245\224\336s1{R9\265\214s\275Z!\336k)\306c)\306k9\357s1\326k1\347s9\347c)kZR\326Z)\306c9\316kB\265J!\234\204{\316R)\275B!\265B!\306Z9\326J)\306J)\255\204{\2451!\265J9\2651!\2551!\245ZR\255kc\23491\245B9\255JB\3161)\234!!\22411\21411\20411\245RR\224cc\224ss\245\224\224\306\275\275\326\316\316\367\367\367\357\357\357\347\347\347\336\336\336\326\326\326\316\316\316\306\306\306\275\275\275\265\265\265\255\255\255\245\245\245\234\234\234\224\224\224\214\214\214\204\204\204{{{ssskkkcccZZZRRRJJJBBB999111)))!!!\030\030\030\020\020\020\b\b\b\377\377\377"
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string ""
.string "!\371\004\001"
.string ""
.string "\331"
.string ","
.string ""
.string ""
.string ""
.string "P"
.string "P"
.string ""
.string "\b\377"
.ascii "\263\t\034H\260\240\301\203\b\023*\\\310\260\241\303\207\020"
.ascii "#J\234H\261\242\305\213\0303j\334\310\261\243\307\217 C\212\034"
.ascii "I\262\244I\207\307\2265k\346\254\0313e\307Nv,v\314\2301b8\213"
.ascii "\321L\306,Z4e2/\352,FL"
.string "\247\315cH\217![\312L\2325gA%\016\265I\365(\322d\310\222)\333\372\354\032\266eQQ&\035;vi2\255\312\2261c\326\314\032\200ia\025\"Sz\214\330\257^\275~\r\243\2734\353V\265l\233u\005\200\rY\\\203X\223\035\363\025\240\261\343^\306\022\243M\313\314\231\263g\317\242\001 \f\364\260@eZ\217\361rL:\300.c\240\265\252u\271\032Z\264j\233\001t\216\373r+\343\322\244y\241U{\fX\257]\273z\001C&-6\200dqY3#\326\0308\356\306\302\226I\007\366<\300\257i\261\261\025\213\212,\232\332e\214\235\213\377\317\255\366Wi\340\316\177\301\336L-j\265\225\315\222\361B\277\313t\375\372\363\003 c\356\370>p^\363\031c\\32A3\315J\316 \363\037}\316\3712\f2\302\f\003L0\2431\b ^\327eg\214I\306`\003\215e\317 \303K/"
.string "\002\210^/\307\3642\2143\306\f\263V/\366\355ra/\276\370\362\214q\321\230D\2155\230=\003\215\210x\221X\342.\277\270\304\226t=Q'\343\214\276\374\002\314\215\233a\203ML#\tH\r4\320\370\b\236/A\3425\237/,Y\246V4\315\370\262\344\2104:\031LqQb\223\343H\320"
.string "p%\226\3204\003\314/\277\324\310\245\227\305`\246\f3\305\b\363\313\222x\325\250\2461\327\264y\3155\033\212\224h5>\271\006\215]\300\334\231g\236\r<\260"
.string "\003\013H\200\300|\017\204Jc\223\023\n\243Y\224\213^C`H\312`\003\2005\322\370\377\344\0233\301\324Z\251\245.\240\220\202\n)\234@\202\030)\244\200\302\tM:\t\2140P*\n\253H\232I9\2154\261\372\004\2410\324\326\352\300\007\025dk\301\266\025\320\360C\024l\004\343@0\302\034\203]v\330,jM5\215~\344\325f\325@\033\2534\320\324E\3140\303\b\263\300\002\032d\353o\016V`\301\0060\023\364\"\f\233\306\021v\2155\f\203\365Q\207R\022\366\254\274\322L\263\2371:\021#\314\004\031\320\220m\016@`Q\207.\274\314"
.string "\3340\324$,\345\302\325T\363\fH\313\020\026\2335\323L<\r3\277\031k\246i\030\320"
.string "2\026o\f\362\300\177_\306\331f\272\353B*\314G7F\314^\315\325,s\337s1\324\200\203\024r\35014\321$\366b\264\224HWCM5\303x\004\261\253\306\215\335\f\203\376\325\027\200\nR\250\2415z3\006y*\322\326\214\255jG\307d\377\2270"
.string "\321\3746\037}\246\221F\306\030\r\320\315d\215\300`\227\3565bW\343\326\252\031\305l\034\332Q\n#\343\346\204\217G_\211\205\026\353\0131^\261\334\2625\256B\223Q3\177'\254LpB\262]8\333u\033Z\351/1\233.9\332pYtj\353\354\335\345\313\210C\372g\237}\363\325\216\347\204\344N\003y\313\273\307VME\b\003\017"
.string "24\006i\342\340l+\036\244\355\245\006\223\214\356\250\033g\315D)[\017o\2365zib\367\212\243i\250\232\344\016C\214S-\217\215y\224T>\244~l\340\301S\373\204\364>\332\325\216T\265\212\020\276\230\2214\311y\005i\324\240\306\313\"\262\023\312\270%;v\021\340\236\b\310\275%qmT\306\252\237\375\210a.j<\213\032\311\300\2270l\225\021\243mf\032\267\372\2053\260\243*"
.string "\025\003"
.string "\320\030\2220\316\005\200f\240\3108\317\210PQ\377\212a\214gP\003Z\323 \306Gb\2066;U*fe\022P3x!\240g\320\215f\303\030\3210|\201\f\300\001\203\031\262\261\037\021\215\301\214gM#\032e\363\310\rc\203\214\t\001#\032\327h\237[\250\210\303\022\361\342-\276\031U\027\243\001\214d"
.string "`\031E9\2122\314\370\214`\200\344\202\327\b\2240\200\0018\366\305\251&u,\221\321\232\021\214\032\355\221\030)\303\030\021\257\022\riPc\031\277"
.ascii "\211\321\250\221\257Z5\262Fq\262I$\2754\310\315 \343\027]\004"
.ascii "` \221\262\024\003Q\243\177\036\361#\340T\030\214F\346\351\221"
.ascii "\002\202F"
.string "\227\nE\272?\372Q\0327B\306\030\225r\026#\242\321Q8\214\320\n\341\210\247_\270\345\207\302\374\236\236\366\350\307h\3340\221\306`f3\337\003\f\221\334\b\032\370\312\027\030\235\001K"
.string "8\303\027}\023f\373\250\241\214\245\270e\031\307\034\006l\226\241\377\024\277(\003\032\325\300\345Gn\210\316{\255\220\031)\263\306\226\372f\034h\244ON\311\b\2062"
.string " \rb\35021\177\361\211!GrF\373\361\362v\325\324\223H\253Y\251\004\212\221&\342LK3\244\221\214P\216\244\030\025%\n\265V\030\f\220V\223\244!$\227\020\213B\313\263P\3462K+\21120fP\232\3264\206w\272\025\363D\030\310pfE5\225y\206@\253D\224{\345\313\2505\315jI\023\250\300\246\246t5\317X\306FO\2221\025\316\364\254\344\322)\265\360\345U\263\250F%\317pF\032\203R\024\234X\325\252\351\274*[\333\352\317\264\300\365\031\355\n\nQ\252:\224\302V\325\256\2634\313_\220$\030h \34707\031\243\f\3729\227\232\330d\231\314\364\353Z\326\322\330\210z&\033\nP"
.string "2\n\220\200\003(\243\005[\301Je{J\231\3008C\002\317\200"
.string "\004\222\001\f_\377|\226\005\035\240@\025L"
.string "\203\b\030\300"
.string "\314XFj\372\202\026\0044C\002-)D\013J\340\001\023\254\200\005/\b\013\0078\240\203\f`\240\002?\310\201\021\2160\005*|A\002\300\025.h\376\302\f\003\210\240\003L\030A\b\326\013\002\016d\340\002\332u\302\030H\242\203\372\352`\003\366\035\302\020\204 \005+X\001\f`\250\003\034\322\340\214\340\212w\031\b \204\022l"
.string "\202\365\256\267\b>\350\001\024\210\200\204&\230\301\f{h\204#@R\001\f\354\340\0067\320\357\016\222\220\204.h!\013f\270\303\035\372\320\007@\004B\023\0220\022[\322\300\205 \f\341\ta\310q\030\274\360\204%\\\001\rg(\303\037\374@\tO\250\302\024\036\341\001\r\214\200\004\022w!\t[p\202\026\316`\2069\314\341\017\211`\304%0\201\tH@"
.string "3\227\221\300\027\336p\2077\330\001\rn\210\203\232\335\320\006;\364\301\316\017~@\204$Dq\n\001\020\340#A\220B\023\262\300\3473\234a\rx\230\203!\022\361\210Gl\002\024\240(\005*\n!\235\255\230\026\031\202\0302\234\377\240\210J3b\022\210\240\004%J\341\211S\304b"
.string "\003\270\005H\332@\007:\340\341\324|8\204!,\361\210Ld\202\024\260\200E*VA\f\007\260\257}\276p@$*\261\211C#:\321\245(E(\350\034\213O\323\342\023#\311\303\"\004\321\210Ft\242\023\234\030\305+\246\275\212O\324\232!\270`E-\\\301\355V\270B\026\340\236\005\001l!\203\240\226$\030\271\230i.\326]S\211\240\373\254\013X\341\235>K\357z\333\373\336\370\316\267\276\367\315\357~\373\373\337"
.string "\017\270\3009\022\020"
.ascii ";"
.align 3
.type grayline_gif, %object
.size grayline_gif, 43
grayline_gif:
.string "GIF89a\001"
.string "\001"
.string "\200"
.string ""
.string "\314\314\314"
.string ""
.string ""
.string "!\371\004"
.string ""
.string ""
.string ""
.string ""
.string ","
.string ""
.string ""
.string ""
.string "\001"
.string "\001"
.string ""
.string "\002\002D\001"
.ascii ";"
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.global prices
.data
.align 3
.type prices, %object
.size prices, 10
prices:
.hword 300
.hword 150
.hword 150
.hword 15
.hword 5
.global price_sum
.bss
.align 1
.type price_sum, %object
.size price_sum, 2
price_sum:
.zero 2
.text
.align 2
.global init
.type init, %function
init:
.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 x19, [sp, 16]
.cfi_offset 19, -32
mov x0, 0
bl time
mov w19, w0
bl rand
add w0, w19, w0
bl srand
adrp x0, price_sum
add x0, x0, :lo12:price_sum
strh wzr, [x0]
strb wzr, [sp, 47]
b .L2
.L3:
ldrb w1, [sp, 47]
adrp x0, prices
add x0, x0, :lo12:prices
sxtw x1, w1
ldrh w1, [x0, x1, lsl 1]
adrp x0, price_sum
add x0, x0, :lo12:price_sum
ldrh w0, [x0]
add w0, w1, w0
and w1, w0, 65535
adrp x0, price_sum
add x0, x0, :lo12:price_sum
strh w1, [x0]
ldrb w0, [sp, 47]
add w0, w0, 1
strb w0, [sp, 47]
.L2:
ldrb w0, [sp, 47]
cmp w0, 4
bls .L3
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
.LFE6:
.size init, .-init
.align 2
.global getLedPrice
.type getLedPrice, %function
getLedPrice:
.LFB7:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
strb w0, [sp, 15]
ldrb w0, [sp, 15]
and w0, w0, 1
and w0, w0, 255
cmp w0, 0
beq .L5
mov w0, 0
b .L6
.L5:
ldrb w1, [sp, 15]
mov w0, 52429
movk w0, 0xcccc, lsl 16
umull x0, w1, w0
lsr x0, x0, 32
lsr w2, w0, 3
mov w0, w2
lsl w0, w0, 2
add w0, w0, w2
lsl w0, w0, 1
sub w0, w1, w0
and w1, w0, 255
mov w0, 43691
movk w0, 0xaaaa, lsl 16
umull x0, w1, w0
lsr x0, x0, 32
lsr w2, w0, 2
mov w0, w2
lsl w0, w0, 1
add w0, w0, w2
lsl w0, w0, 1
sub w0, w1, w0
and w0, w0, 255
cmp w0, 0
bne .L7
mov w0, 1
b .L6
.L7:
ldrb w1, [sp, 15]
mov w0, 52429
movk w0, 0xcccc, lsl 16
umull x0, w1, w0
lsr x0, x0, 32
lsr w2, w0, 3
mov w0, w2
lsl w0, w0, 2
add w0, w0, w2
lsl w0, w0, 1
sub w0, w1, w0
and w0, w0, 255
and w0, w0, 3
and w0, w0, 255
cmp w0, 0
bne .L8
mov w0, 2
b .L6
.L8:
ldrb w0, [sp, 15]
cmp w0, 12
bne .L9
mov w0, 3
b .L6
.L9:
ldrb w0, [sp, 15]
cmp w0, 2
bne .L10
mov w0, 4
b .L6
.L10:
mov w0, 0
.L6:
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE7:
.size getLedPrice, .-getLedPrice
.section .rodata
.align 3
.LC0:
.string "%4i %6i %4i "
.align 3
.LC1:
.string "%2i {%3i, %3i, %3i, %2i, %1i} %3i "
.align 3
.LC2:
.string "%i, "
.align 3
.LC3:
.string " --> %i\n"
.align 3
.LC4:
.string "\nERROR"
.text
.align 2
.global getRotationTarget
.type getRotationTarget, %function
getRotationTarget:
.LFB8:
.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, price_sum
add x0, x0, :lo12:price_sum
ldrh w0, [x0]
cmp w0, 0
bne .L12
mov w0, 0
b .L13
.L12:
bl rand
strh w0, [sp, 30]
adrp x0, price_sum
add x0, x0, :lo12:price_sum
ldrh w1, [x0]
ldrh w0, [sp, 30]
udiv w2, w0, w1
mul w1, w2, w1
sub w0, w0, w1
strh w0, [sp, 28]
adrp x0, price_sum
add x0, x0, :lo12:price_sum
ldrh w0, [x0]
mov w4, w0
ldrh w0, [sp, 30]
ldrh w1, [sp, 28]
mov w3, w1
mov w2, w0
mov w1, w4
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl printf
strb wzr, [sp, 25]
b .L14
.L16:
ldrb w1, [sp, 25]
adrp x0, prices
add x0, x0, :lo12:prices
sxtw x1, w1
ldrh w0, [x0, x1, lsl 1]
ldrh w1, [sp, 28]
sub w0, w1, w0
strh w0, [sp, 28]
ldrb w0, [sp, 25]
add w0, w0, 1
strb w0, [sp, 25]
.L14:
ldrb w0, [sp, 25]
cmp w0, 4
bhi .L15
ldrb w1, [sp, 25]
adrp x0, prices
add x0, x0, :lo12:prices
sxtw x1, w1
ldrh w0, [x0, x1, lsl 1]
ldrh w1, [sp, 28]
cmp w1, w0
bcs .L16
.L15:
ldrh w1, [sp, 30]
mov w0, 52429
movk w0, 0xcccc, lsl 16
umull x0, w1, w0
lsr x0, x0, 32
lsr w2, w0, 4
mov w0, w2
lsl w0, w0, 2
add w0, w0, w2
lsl w0, w0, 2
sub w0, w1, w0
and w0, w0, 65535
add w0, w0, 60
strh w0, [sp, 30]
ldrb w1, [sp, 25]
adrp x0, prices
add x0, x0, :lo12:prices
ldrh w0, [x0]
mov w2, w0
adrp x0, prices
add x0, x0, :lo12:prices
ldrh w0, [x0, 2]
mov w3, w0
adrp x0, prices
add x0, x0, :lo12:prices
ldrh w0, [x0, 4]
mov w4, w0
adrp x0, prices
add x0, x0, :lo12:prices
ldrh w0, [x0, 6]
mov w5, w0
adrp x0, prices
add x0, x0, :lo12:prices
ldrh w0, [x0, 8]
mov w6, w0
ldrh w0, [sp, 30]
mov w7, w0
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl printf
ldrh w1, [sp, 30]
mov w0, 52429
movk w0, 0xcccc, lsl 16
umull x0, w1, w0
lsr x0, x0, 32
lsr w2, w0, 4
mov w0, w2
lsl w0, w0, 2
add w0, w0, w2
lsl w0, w0, 2
sub w0, w1, w0
strh w0, [sp, 26]
b .L17
.L19:
ldrh w0, [sp, 26]
mov w1, w0
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl printf
ldrh w1, [sp, 26]
mov w0, 52429
movk w0, 0xcccc, lsl 16
umull x0, w1, w0
lsr x0, x0, 32
lsr w2, w0, 4
mov w0, w2
lsl w0, w0, 2
add w0, w0, w2
lsl w0, w0, 2
sub w0, w1, w0
and w0, w0, 65535
and w0, w0, 255
bl getLedPrice
and w0, w0, 255
ldrb w1, [sp, 25]
cmp w1, w0
bne .L18
ldrh w1, [sp, 26]
mov w0, 52429
movk w0, 0xcccc, lsl 16
umull x0, w1, w0
lsr x0, x0, 32
lsr w2, w0, 4
mov w0, w2
lsl w0, w0, 2
add w0, w0, w2
lsl w0, w0, 2
sub w0, w1, w0
and w0, w0, 65535
mov w1, w0
adrp x0, .LC3
add x0, x0, :lo12:.LC3
bl printf
ldrh w1, [sp, 26]
mov w0, 52429
movk w0, 0xcccc, lsl 16
umull x0, w1, w0
lsr x0, x0, 32
lsr w2, w0, 4
mov w0, w2
lsl w0, w0, 2
add w0, w0, w2
lsl w0, w0, 2
sub w0, w1, w0
and w0, w0, 65535
and w0, w0, 255
b .L13
.L18:
ldrh w0, [sp, 26]
add w0, w0, 3
strh w0, [sp, 26]
.L17:
ldrh w1, [sp, 26]
ldrh w0, [sp, 30]
cmp w1, w0
bcc .L19
adrp x0, .LC4
add x0, x0, :lo12:.LC4
bl puts
mov w0, 0
.L13:
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE8:
.size getRotationTarget, .-getRotationTarget
.section .rodata
.align 3
.LC5:
.string " sum num ran cat prices num leds"
.align 3
.LC6:
.string "%23i {%3i, %3i, %3i, %2i, %1i}\n\nPrice amount percent relat\n"
.align 3
.LC7:
.string "%5i: %5i %6.2f%% %5.1f\n"
.align 3
.LC8:
.string "\nTarget amount percent relat"
.align 3
.LC9:
.string "\nend"
.text
.align 2
.global main
.type main, %function
main:
.LFB9:
.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
bl init
adrp x0, price_sum
add x0, x0, :lo12:price_sum
ldrh w0, [x0]
strh w0, [sp, 30]
mov w0, 20
strh w0, [sp, 28]
b .L21
.L22:
ldrh w0, [sp, 28]
sxtw x0, w0
lsl x0, x0, 1
add x1, sp, 48
strh wzr, [x1, x0]
.L21:
ldrh w0, [sp, 28]
sub w1, w0, #1
strh w1, [sp, 28]
cmp w0, 0
bne .L22
mov w0, 5
strh w0, [sp, 28]
b .L23
.L24:
ldrh w0, [sp, 28]
sxtw x0, w0
lsl x0, x0, 1
add x1, sp, 32
strh wzr, [x1, x0]
.L23:
ldrh w0, [sp, 28]
sub w1, w0, #1
strh w1, [sp, 28]
cmp w0, 0
bne .L24
ldrh w0, [sp, 30]
strh w0, [sp, 28]
adrp x0, .LC5
add x0, x0, :lo12:.LC5
bl puts
b .L25
.L26:
bl getRotationTarget
strb w0, [sp, 26]
ldrb w0, [sp, 26]
bl getLedPrice
strb w0, [sp, 27]
ldrb w2, [sp, 27]
adrp x0, prices
add x0, x0, :lo12:prices
sxtw x1, w2
ldrh w0, [x0, x1, lsl 1]
sub w0, w0, #1
and w3, w0, 65535
adrp x0, prices
add x0, x0, :lo12:prices
sxtw x1, w2
mov w2, w3
strh w2, [x0, x1, lsl 1]
ldrb w2, [sp, 27]
sxtw x0, w2
lsl x0, x0, 1
add x1, sp, 32
ldrh w0, [x1, x0]
add w0, w0, 1
and w3, w0, 65535
sxtw x0, w2
lsl x0, x0, 1
add x1, sp, 32
mov w2, w3
strh w2, [x1, x0]
ldrb w2, [sp, 26]
sxtw x0, w2
lsl x0, x0, 1
add x1, sp, 48
ldrh w0, [x1, x0]
add w0, w0, 1
and w3, w0, 65535
sxtw x0, w2
lsl x0, x0, 1
add x1, sp, 48
mov w2, w3
strh w2, [x1, x0]
adrp x0, price_sum
add x0, x0, :lo12:price_sum
ldrh w0, [x0]
cmp w0, 0
beq .L25
adrp x0, price_sum
add x0, x0, :lo12:price_sum
ldrh w0, [x0]
sub w0, w0, #1
and w1, w0, 65535
adrp x0, price_sum
add x0, x0, :lo12:price_sum
strh w1, [x0]
.L25:
ldrh w0, [sp, 28]
sub w1, w0, #1
strh w1, [sp, 28]
cmp w0, 0
bne .L26
adrp x0, prices
add x0, x0, :lo12:prices
ldrh w0, [x0]
mov w1, w0
adrp x0, prices
add x0, x0, :lo12:prices
ldrh w0, [x0, 2]
mov w2, w0
adrp x0, prices
add x0, x0, :lo12:prices
ldrh w0, [x0, 4]
mov w3, w0
adrp x0, prices
add x0, x0, :lo12:prices
ldrh w0, [x0, 6]
mov w4, w0
adrp x0, prices
add x0, x0, :lo12:prices
ldrh w0, [x0, 8]
mov w6, w0
mov w5, w4
mov w4, w3
mov w3, w2
mov w2, w1
mov w1, 0
adrp x0, .LC6
add x0, x0, :lo12:.LC6
bl printf
strh wzr, [sp, 28]
b .L27
.L28:
ldrh w0, [sp, 28]
add w3, w0, 1
ldrh w0, [sp, 28]
sxtw x0, w0
lsl x0, x0, 1
add x1, sp, 32
ldrh w0, [x1, x0]
mov w4, w0
ldrh w0, [sp, 28]
sxtw x0, w0
lsl x0, x0, 1
add x1, sp, 32
ldrh w0, [x1, x0]
mov w1, w0
mov w0, 100
mul w0, w1, w0
scvtf s1, w0
ldr h0, [sp, 30]
ucvtf s0, s0
fdiv s0, s1, s0
fcvt d2, s0
ldrh w0, [sp, 30]
ldrh w1, [sp, 28]
sxtw x1, w1
lsl x1, x1, 1
add x2, sp, 32
ldrh w1, [x2, x1]
mul w0, w0, w1
scvtf s1, w0
ldr h0, [sp, 30]
ucvtf s0, s0
fdiv s0, s1, s0
fcvt d0, s0
fmov d1, d0
fmov d0, d2
mov w2, w4
mov w1, w3
adrp x0, .LC7
add x0, x0, :lo12:.LC7
bl printf
ldrh w0, [sp, 28]
add w0, w0, 1
strh w0, [sp, 28]
.L27:
ldrh w0, [sp, 28]
cmp w0, 4
bls .L28
adrp x0, .LC8
add x0, x0, :lo12:.LC8
bl puts
strh wzr, [sp, 28]
b .L29
.L30:
ldrh w0, [sp, 28]
add w3, w0, 1
ldrh w0, [sp, 28]
sxtw x0, w0
lsl x0, x0, 1
add x1, sp, 48
ldrh w0, [x1, x0]
mov w4, w0
ldrh w0, [sp, 28]
sxtw x0, w0
lsl x0, x0, 1
add x1, sp, 48
ldrh w0, [x1, x0]
mov w1, w0
mov w0, 100
mul w0, w1, w0
scvtf s1, w0
ldr h0, [sp, 30]
ucvtf s0, s0
fdiv s0, s1, s0
fcvt d2, s0
ldrh w0, [sp, 30]
ldrh w1, [sp, 28]
sxtw x1, w1
lsl x1, x1, 1
add x2, sp, 48
ldrh w1, [x2, x1]
mul w0, w0, w1
scvtf s1, w0
ldr h0, [sp, 30]
ucvtf s0, s0
fdiv s0, s1, s0
fcvt d0, s0
fmov d1, d0
fmov d0, d2
mov w2, w4
mov w1, w3
adrp x0, .LC7
add x0, x0, :lo12:.LC7
bl printf
ldrh w0, [sp, 28]
add w0, w0, 1
strh w0, [sp, 28]
.L29:
ldrh w0, [sp, 28]
cmp w0, 19
bls .L30
adrp x0, .LC9
add x0, x0, :lo12:.LC9
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, 88]
ldr x2, [x0]
subs x3, x3, x2
mov x2, 0
beq .L32
bl __stack_chk_fail
.L32:
mov w0, w1
ldp x29, x30, [sp], 96
.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 ft_memcpy
.type ft_memcpy, %function
ft_memcpy:
.LFB0:
.cfi_startproc
sub sp, sp, #48
.cfi_def_cfa_offset 48
str x0, [sp, 24]
str x1, [sp, 16]
str x2, [sp, 8]
ldr x0, [sp, 16]
str x0, [sp, 40]
ldr x0, [sp, 24]
str x0, [sp, 32]
b .L2
.L3:
ldr x1, [sp, 40]
add x0, x1, 1
str x0, [sp, 40]
ldr x0, [sp, 32]
add x2, x0, 1
str x2, [sp, 32]
ldrb w1, [x1]
strb w1, [x0]
.L2:
ldr x0, [sp, 8]
sub x1, x0, #1
str x1, [sp, 8]
cmp x0, 0
bne .L3
ldr x0, [sp, 24]
add sp, sp, 48
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE0:
.size ft_memcpy, .-ft_memcpy
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.section .rodata
.align 3
.type rcsid, %object
.size rcsid, 83
rcsid:
.string "$FreeBSD: head/usr.sbin/timed/timed/cksum.c 246209 2013-02-01 14:26:54Z charnier $"
.text
.align 2
.global in_cksum
.type in_cksum, %function
in_cksum:
.LFB6:
.cfi_startproc
stp x19, x20, [sp, -48]!
.cfi_def_cfa_offset 48
.cfi_offset 19, -48
.cfi_offset 20, -40
str x21, [sp, 16]
.cfi_offset 21, -32
str x0, [sp, 40]
str w1, [sp, 36]
ldr w20, [sp, 36]
ldr x21, [sp, 40]
mov w19, 0
b .L2
.L3:
mov x0, x21
add x21, x0, 2
ldrh w0, [x0]
add w19, w19, w0
sub w20, w20, #2
.L2:
cmp w20, 1
bgt .L3
cmp w20, 1
bne .L4
ldrb w0, [x21]
lsl w0, w0, 8
add w19, w19, w0
.L4:
asr w1, w19, 16
and w0, w19, 65535
add w19, w1, w0
asr w0, w19, 16
add w19, w19, w0
and w0, w19, 65535
mvn w0, w0
and w19, w0, 65535
mov w0, w19
ldr x21, [sp, 16]
ldp x19, x20, [sp], 48
.cfi_restore 20
.cfi_restore 19
.cfi_restore 21
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE6:
.size in_cksum, .-in_cksum
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.align 2
.global Foo
.type Foo, %function
Foo:
.LFB0:
.cfi_startproc
sub sp, sp, #80
.cfi_def_cfa_offset 80
str wzr, [sp]
b .L2
.L7:
str wzr, [sp, 4]
b .L3
.L4:
ldr w0, [sp, 4]
add w0, w0, 1
str w0, [sp, 4]
.L3:
ldr w0, [sp, 4]
cmp w0, 9
ble .L4
str wzr, [sp, 8]
b .L5
.L6:
ldr w0, [sp, 8]
add w0, w0, 1
str w0, [sp, 8]
.L5:
ldr w0, [sp, 8]
cmp w0, 9
ble .L6
ldr w0, [sp]
add w0, w0, 1
str w0, [sp]
.L2:
ldr w0, [sp]
cmp w0, 9
ble .L7
str wzr, [sp, 12]
b .L8
.L15:
str wzr, [sp, 16]
b .L9
.L10:
ldr w0, [sp, 16]
add w0, w0, 1
str w0, [sp, 16]
.L9:
ldr w0, [sp, 16]
cmp w0, 9
ble .L10
str wzr, [sp, 20]
b .L11
.L14:
str wzr, [sp, 24]
b .L12
.L13:
ldr w0, [sp, 24]
add w0, w0, 1
str w0, [sp, 24]
.L12:
ldr w0, [sp, 24]
cmp w0, 9
ble .L13
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 20]
.L11:
ldr w0, [sp, 20]
cmp w0, 9
ble .L14
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L8:
ldr w0, [sp, 12]
cmp w0, 9
ble .L15
str wzr, [sp, 28]
b .L16
.L35:
str wzr, [sp, 32]
b .L17
.L18:
ldr w0, [sp, 32]
add w0, w0, 1
str w0, [sp, 32]
.L17:
ldr w0, [sp, 32]
cmp w0, 9
ble .L18
str wzr, [sp, 36]
b .L19
.L22:
str wzr, [sp, 40]
b .L20
.L21:
ldr w0, [sp, 40]
add w0, w0, 1
str w0, [sp, 40]
.L20:
ldr w0, [sp, 40]
cmp w0, 9
ble .L21
ldr w0, [sp, 36]
add w0, w0, 1
str w0, [sp, 36]
.L19:
ldr w0, [sp, 36]
cmp w0, 9
ble .L22
str wzr, [sp, 44]
b .L23
.L26:
str wzr, [sp, 48]
b .L24
.L25:
ldr w0, [sp, 48]
add w0, w0, 1
str w0, [sp, 48]
.L24:
ldr w0, [sp, 48]
cmp w0, 9
ble .L25
ldr w0, [sp, 44]
add w0, w0, 1
str w0, [sp, 44]
.L23:
ldr w0, [sp, 44]
cmp w0, 9
ble .L26
str wzr, [sp, 52]
b .L27
.L30:
str wzr, [sp, 56]
b .L28
.L29:
ldr w0, [sp, 56]
add w0, w0, 1
str w0, [sp, 56]
.L28:
ldr w0, [sp, 56]
cmp w0, 9
ble .L29
ldr w0, [sp, 52]
add w0, w0, 1
str w0, [sp, 52]
.L27:
ldr w0, [sp, 52]
cmp w0, 9
ble .L30
str wzr, [sp, 60]
b .L31
.L34:
str wzr, [sp, 64]
b .L32
.L33:
ldr w0, [sp, 64]
add w0, w0, 1
str w0, [sp, 64]
.L32:
ldr w0, [sp, 64]
cmp w0, 9
ble .L33
ldr w0, [sp, 60]
add w0, w0, 1
str w0, [sp, 60]
.L31:
ldr w0, [sp, 60]
cmp w0, 9
ble .L34
ldr w0, [sp, 28]
add w0, w0, 1
str w0, [sp, 28]
.L16:
ldr w0, [sp, 28]
cmp w0, 9
ble .L35
str wzr, [sp, 68]
b .L36
.L41:
str wzr, [sp, 72]
b .L37
.L40:
str wzr, [sp, 76]
b .L38
.L39:
ldr w0, [sp, 76]
add w0, w0, 1
str w0, [sp, 76]
.L38:
ldr w0, [sp, 76]
cmp w0, 9
ble .L39
ldr w0, [sp, 72]
add w0, w0, 1
str w0, [sp, 72]
.L37:
ldr w0, [sp, 72]
cmp w0, 9
ble .L40
ldr w0, [sp, 68]
add w0, w0, 1
str w0, [sp, 68]
.L36:
ldr w0, [sp, 68]
cmp w0, 9
ble .L41
nop
nop
add sp, sp, 80
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE0:
.size Foo, .-Foo
.align 2
.global Gang
.type Gang, %function
Gang:
.LFB1:
.cfi_startproc
sub sp, sp, #80
.cfi_def_cfa_offset 80
str wzr, [sp]
b .L43
.L48:
str wzr, [sp, 4]
b .L44
.L45:
ldr w0, [sp, 4]
add w0, w0, 1
str w0, [sp, 4]
.L44:
ldr w0, [sp, 4]
cmp w0, 9
ble .L45
str wzr, [sp, 8]
b .L46
.L47:
ldr w0, [sp, 8]
add w0, w0, 1
str w0, [sp, 8]
.L46:
ldr w0, [sp, 8]
cmp w0, 9
ble .L47
ldr w0, [sp]
add w0, w0, 1
str w0, [sp]
.L43:
ldr w0, [sp]
cmp w0, 9
ble .L48
str wzr, [sp, 12]
b .L49
.L56:
str wzr, [sp, 16]
b .L50
.L51:
ldr w0, [sp, 16]
add w0, w0, 1
str w0, [sp, 16]
.L50:
ldr w0, [sp, 16]
cmp w0, 9
ble .L51
str wzr, [sp, 20]
b .L52
.L55:
str wzr, [sp, 24]
b .L53
.L54:
ldr w0, [sp, 24]
add w0, w0, 1
str w0, [sp, 24]
.L53:
ldr w0, [sp, 24]
cmp w0, 9
ble .L54
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 20]
.L52:
ldr w0, [sp, 20]
cmp w0, 9
ble .L55
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L49:
ldr w0, [sp, 12]
cmp w0, 9
ble .L56
str wzr, [sp, 28]
b .L57
.L76:
str wzr, [sp, 32]
b .L58
.L59:
ldr w0, [sp, 32]
add w0, w0, 1
str w0, [sp, 32]
.L58:
ldr w0, [sp, 32]
cmp w0, 9
ble .L59
str wzr, [sp, 36]
b .L60
.L63:
str wzr, [sp, 40]
b .L61
.L62:
ldr w0, [sp, 40]
add w0, w0, 1
str w0, [sp, 40]
.L61:
ldr w0, [sp, 40]
cmp w0, 9
ble .L62
ldr w0, [sp, 36]
add w0, w0, 1
str w0, [sp, 36]
.L60:
ldr w0, [sp, 36]
cmp w0, 9
ble .L63
str wzr, [sp, 44]
b .L64
.L67:
str wzr, [sp, 48]
b .L65
.L66:
ldr w0, [sp, 48]
add w0, w0, 1
str w0, [sp, 48]
.L65:
ldr w0, [sp, 48]
cmp w0, 9
ble .L66
ldr w0, [sp, 44]
add w0, w0, 1
str w0, [sp, 44]
.L64:
ldr w0, [sp, 44]
cmp w0, 9
ble .L67
str wzr, [sp, 52]
b .L68
.L71:
str wzr, [sp, 56]
b .L69
.L70:
ldr w0, [sp, 56]
add w0, w0, 1
str w0, [sp, 56]
.L69:
ldr w0, [sp, 56]
cmp w0, 9
ble .L70
ldr w0, [sp, 52]
add w0, w0, 1
str w0, [sp, 52]
.L68:
ldr w0, [sp, 52]
cmp w0, 9
ble .L71
str wzr, [sp, 60]
b .L72
.L75:
str wzr, [sp, 64]
b .L73
.L74:
ldr w0, [sp, 64]
add w0, w0, 1
str w0, [sp, 64]
.L73:
ldr w0, [sp, 64]
cmp w0, 9
ble .L74
ldr w0, [sp, 60]
add w0, w0, 1
str w0, [sp, 60]
.L72:
ldr w0, [sp, 60]
cmp w0, 9
ble .L75
ldr w0, [sp, 28]
add w0, w0, 1
str w0, [sp, 28]
.L57:
ldr w0, [sp, 28]
cmp w0, 9
ble .L76
str wzr, [sp, 68]
b .L77
.L82:
str wzr, [sp, 72]
b .L78
.L81:
str wzr, [sp, 76]
b .L79
.L80:
ldr w0, [sp, 76]
add w0, w0, 1
str w0, [sp, 76]
.L79:
ldr w0, [sp, 76]
cmp w0, 9
ble .L80
ldr w0, [sp, 72]
add w0, w0, 1
str w0, [sp, 72]
.L78:
ldr w0, [sp, 72]
cmp w0, 9
ble .L81
ldr w0, [sp, 68]
add w0, w0, 1
str w0, [sp, 68]
.L77:
ldr w0, [sp, 68]
cmp w0, 9
ble .L82
nop
nop
add sp, sp, 80
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE1:
.size Gang, .-Gang
.align 2
.global Worker
.type Worker, %function
Worker:
.LFB2:
.cfi_startproc
sub sp, sp, #48
.cfi_def_cfa_offset 48
str wzr, [sp]
b .L84
.L89:
str wzr, [sp, 4]
b .L85
.L86:
ldr w0, [sp, 4]
add w0, w0, 1
str w0, [sp, 4]
.L85:
ldr w0, [sp, 4]
cmp w0, 9
ble .L86
str wzr, [sp, 8]
b .L87
.L88:
ldr w0, [sp, 8]
add w0, w0, 1
str w0, [sp, 8]
.L87:
ldr w0, [sp, 8]
cmp w0, 9
ble .L88
ldr w0, [sp]
add w0, w0, 1
str w0, [sp]
.L84:
ldr w0, [sp]
cmp w0, 9
ble .L89
str wzr, [sp, 12]
b .L90
.L97:
str wzr, [sp, 16]
b .L91
.L92:
ldr w0, [sp, 16]
add w0, w0, 1
str w0, [sp, 16]
.L91:
ldr w0, [sp, 16]
cmp w0, 9
ble .L92
str wzr, [sp, 20]
b .L93
.L96:
str wzr, [sp, 24]
b .L94
.L95:
ldr w0, [sp, 24]
add w0, w0, 1
str w0, [sp, 24]
.L94:
ldr w0, [sp, 24]
cmp w0, 9
ble .L95
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 20]
.L93:
ldr w0, [sp, 20]
cmp w0, 9
ble .L96
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L90:
ldr w0, [sp, 12]
cmp w0, 9
ble .L97
str wzr, [sp, 28]
b .L98
.L101:
str wzr, [sp, 32]
b .L99
.L100:
ldr w0, [sp, 32]
add w0, w0, 1
str w0, [sp, 32]
.L99:
ldr w0, [sp, 32]
cmp w0, 9
ble .L100
ldr w0, [sp, 28]
add w0, w0, 1
str w0, [sp, 28]
.L98:
ldr w0, [sp, 28]
cmp w0, 9
ble .L101
str wzr, [sp, 36]
b .L102
.L107:
str wzr, [sp, 40]
b .L103
.L106:
str wzr, [sp, 44]
b .L104
.L105:
ldr w0, [sp, 44]
add w0, w0, 1
str w0, [sp, 44]
.L104:
ldr w0, [sp, 44]
cmp w0, 9
ble .L105
ldr w0, [sp, 40]
add w0, w0, 1
str w0, [sp, 40]
.L103:
ldr w0, [sp, 40]
cmp w0, 9
ble .L106
ldr w0, [sp, 36]
add w0, w0, 1
str w0, [sp, 36]
.L102:
ldr w0, [sp, 36]
cmp w0, 9
ble .L107
nop
nop
add sp, sp, 48
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE2:
.size Worker, .-Worker
.align 2
.global Vector
.type Vector, %function
Vector:
.LFB3:
.cfi_startproc
sub sp, sp, #32
.cfi_def_cfa_offset 32
str wzr, [sp, 8]
b .L109
.L114:
str wzr, [sp, 12]
b .L110
.L111:
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L110:
ldr w0, [sp, 12]
cmp w0, 9
ble .L111
str wzr, [sp, 16]
b .L112
.L113:
ldr w0, [sp, 16]
add w0, w0, 1
str w0, [sp, 16]
.L112:
ldr w0, [sp, 16]
cmp w0, 9
ble .L113
ldr w0, [sp, 8]
add w0, w0, 1
str w0, [sp, 8]
.L109:
ldr w0, [sp, 8]
cmp w0, 9
ble .L114
str wzr, [sp, 20]
b .L115
.L116:
ldr w0, [sp, 20]
add w0, w0, 1
str w0, [sp, 20]
.L115:
ldr w0, [sp, 20]
cmp w0, 9
ble .L116
str wzr, [sp, 24]
b .L117
.L120:
str wzr, [sp, 28]
b .L118
.L119:
ldr w0, [sp, 28]
add w0, w0, 1
str w0, [sp, 28]
.L118:
ldr w0, [sp, 28]
cmp w0, 9
ble .L119
ldr w0, [sp, 24]
add w0, w0, 1
str w0, [sp, 24]
.L117:
ldr w0, [sp, 24]
cmp w0, 9
ble .L120
nop
nop
add sp, sp, 32
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE3:
.size Vector, .-Vector
.align 2
.global Seq
.type Seq, %function
Seq:
.LFB4:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
str wzr, [sp, 12]
b .L122
.L123:
ldr w0, [sp, 12]
add w0, w0, 1
str w0, [sp, 12]
.L122:
ldr w0, [sp, 12]
cmp w0, 9
ble .L123
nop
nop
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE4:
.size Seq, .-Seq
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.align 2
.global delay
.type delay, %function
delay:
.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]
ldr w1, [sp, 28]
mov w0, 1000
mul w0, w1, w0
str w0, [sp, 40]
bl clock
str w0, [sp, 44]
nop
.L2:
bl clock
mov w2, w0
ldr w1, [sp, 44]
ldr w0, [sp, 40]
add w0, w1, w0
cmp w2, w0
blt .L2
nop
nop
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE0:
.size delay, .-delay
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.align 2
.global mk_swap_pte
.type mk_swap_pte, %function
mk_swap_pte:
.LFB0:
.cfi_startproc
sub sp, sp, #32
.cfi_def_cfa_offset 32
str x0, [sp, 8]
ldr x0, [sp, 8]
lsl x0, x0, 40
str x0, [sp, 24]
ldr x0, [sp, 24]
add sp, sp, 32
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE0:
.size mk_swap_pte, .-mk_swap_pte
.align 2
.global pte_file
.type pte_file, %function
pte_file:
.LFB1:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, 8]
ldr x0, [sp, 8]
and w0, w0, 16
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE1:
.size pte_file, .-pte_file
.align 2
.global swp_entry_to_pte
.type swp_entry_to_pte, %function
swp_entry_to_pte:
.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]
ldr x0, [sp, 24]
bl swp_offset
sxtw x0, w0
bl mk_swap_pte
str x0, [sp, 40]
ldr x0, [sp, 40]
bl pte_file
sxtw x0, w0
bl __BUG_ON
ldr x0, [sp, 40]
ldp x29, x30, [sp], 48
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE2:
.size swp_entry_to_pte, .-swp_entry_to_pte
``` |
### 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, -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 x1, x0, :lo12:.LC0
add x0, sp, 24
ldr x2, [x1]
str x2, [x0]
ldr w1, [x1, 7]
str w1, [x0, 7]
add x0, sp, 24
bl is_date
strb w0, [sp, 23]
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
.LFE0:
.size main, .-main
.section .rodata
.align 3
.LC0:
.string "10/07/2000"
.text
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.align 2
.global f
.type f, %function
f:
.LFB0:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
str s0, [sp, 12]
mov w0, 0
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 findCnt
.type findCnt, %function
findCnt:
.LFB0:
.cfi_startproc
sub sp, sp, #48
.cfi_def_cfa_offset 48
str x0, [sp, 24]
str w1, [sp, 20]
str w2, [sp, 16]
str w3, [sp, 12]
str wzr, [sp, 32]
ldr w0, [sp, 20]
sub w0, w0, #1
str w0, [sp, 36]
mov w0, -1
str w0, [sp, 40]
b .L2
.L6:
ldr w1, [sp, 32]
ldr w0, [sp, 36]
add w0, w1, w0
lsr w1, w0, 31
add w0, w1, w0
asr w0, w0, 1
str w0, [sp, 44]
ldrsw x0, [sp, 44]
lsl x0, x0, 2
ldr x1, [sp, 24]
add x0, x1, x0
ldr w0, [x0]
ldr w1, [sp, 16]
cmp w1, w0
bne .L3
ldr w0, [sp, 44]
str w0, [sp, 40]
ldr w0, [sp, 12]
cmp w0, 1
bne .L4
ldr w0, [sp, 44]
sub w0, w0, #1
str w0, [sp, 36]
b .L2
.L4:
ldr w0, [sp, 44]
add w0, w0, 1
str w0, [sp, 32]
b .L2
.L3:
ldrsw x0, [sp, 44]
lsl x0, x0, 2
ldr x1, [sp, 24]
add x0, x1, x0
ldr w0, [x0]
ldr w1, [sp, 16]
cmp w1, w0
bge .L5
ldr w0, [sp, 44]
sub w0, w0, #1
str w0, [sp, 36]
b .L2
.L5:
ldr w0, [sp, 44]
add w0, w0, 1
str w0, [sp, 32]
.L2:
ldr w1, [sp, 32]
ldr w0, [sp, 36]
cmp w1, w0
ble .L6
ldr w0, [sp, 40]
add sp, sp, 48
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE0:
.size findCnt, .-findCnt
.align 2
.global findCount
.type findCount, %function
findCount:
.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 x19, [sp, 16]
.cfi_offset 19, -32
str x0, [sp, 40]
str w1, [sp, 36]
str w2, [sp, 32]
mov w3, 1
ldr w2, [sp, 32]
ldr w1, [sp, 36]
ldr x0, [sp, 40]
bl findCnt
cmn w0, #1
bne .L9
mov w0, 0
b .L10
.L9:
mov w3, 0
ldr w2, [sp, 32]
ldr w1, [sp, 36]
ldr x0, [sp, 40]
bl findCnt
mov w19, w0
mov w3, 1
ldr w2, [sp, 32]
ldr w1, [sp, 36]
ldr x0, [sp, 40]
bl findCnt
sub w0, w19, w0
add w0, w0, 1
.L10:
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
.LFE1:
.size findCount, .-findCount
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.align 2
.global last
.type last, %function
last:
.LFB0:
.cfi_startproc
sub sp, sp, #16
.cfi_def_cfa_offset 16
str x0, [sp, 8]
ldr x0, [sp, 8]
cmp x0, 0
bne .L4
mov w0, 0
b .L3
.L5:
ldr x0, [sp, 8]
ldr x0, [x0, 8]
str x0, [sp, 8]
.L4:
ldr x0, [sp, 8]
ldr x0, [x0, 8]
cmp x0, 0
beq .L5
ldr x0, [sp, 8]
ldr w0, [x0]
.L3:
add sp, sp, 16
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE0:
.size last, .-last
``` |
### 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, -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 x2, 8
mov x1, x0
mov w0, 0
bl read
add x0, sp, 16
mov x2, 8
mov x1, x0
mov w0, 1
bl write
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
.LFE6:
.size main, .-main
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.section .rodata
.align 3
.LC0:
.string "%d"
.align 3
.LC1:
.string "%s%d"
.align 3
.LC2:
.string "%s"
.align 3
.LC3:
.string "Not found"
.align 3
.LC4:
.string "%s=%d\n"
.text
.align 2
.global main
.type main, %function
main:
.LFB6:
.cfi_startproc
sub sp, sp, #1280
.cfi_def_cfa_offset 1280
stp x29, x30, [sp]
.cfi_offset 29, -1280
.cfi_offset 30, -1272
mov x29, sp
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x1, [x0]
str x1, [sp, 1272]
mov x1, 0
add x0, sp, 28
mov x1, x0
adrp x0, .LC0
add x0, x0, :lo12:.LC0
bl __isoc99_scanf
add x0, sp, 64
movi v0.4s, 0
stp q0, q0, [x0]
stp q0, q0, [x0, 32]
stp q0, q0, [x0, 64]
stp q0, q0, [x0, 96]
stp q0, q0, [x0, 128]
stp q0, q0, [x0, 160]
str q0, [x0, 192]
str wzr, [sp, 36]
b .L2
.L7:
mov x0, 1016
bl malloc
str x0, [sp, 56]
add x1, sp, 32
add x0, sp, 272
mov x2, x1
mov x1, x0
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl __isoc99_scanf
ldr w1, [sp, 32]
ldr x0, [sp, 56]
str w1, [x0]
ldr x0, [sp, 56]
add x0, x0, 4
add x1, sp, 272
bl strcpy
ldr x0, [sp, 56]
str xzr, [x0, 1008]
ldrb w0, [sp, 272]
sub w0, w0, #97
sxtw x0, w0
lsl x0, x0, 3
add x1, sp, 64
ldr x0, [x1, x0]
cmp x0, 0
bne .L3
ldrb w0, [sp, 272]
sub w0, w0, #97
sxtw x0, w0
lsl x0, x0, 3
add x1, sp, 64
ldr x2, [sp, 56]
str x2, [x1, x0]
b .L4
.L3:
ldrb w0, [sp, 272]
sub w0, w0, #97
sxtw x0, w0
lsl x0, x0, 3
add x1, sp, 64
ldr x0, [x1, x0]
str x0, [sp, 48]
b .L5
.L6:
ldr x0, [sp, 48]
ldr x0, [x0, 1008]
str x0, [sp, 48]
.L5:
ldr x0, [sp, 48]
ldr x0, [x0, 1008]
cmp x0, 0
bne .L6
ldr x0, [sp, 48]
ldr x1, [sp, 56]
str x1, [x0, 1008]
.L4:
ldr w0, [sp, 36]
add w0, w0, 1
str w0, [sp, 36]
.L2:
ldr w0, [sp, 28]
ldr w1, [sp, 36]
cmp w1, w0
blt .L7
str wzr, [sp, 40]
b .L8
.L15:
mov w0, 1
str w0, [sp, 44]
add x0, sp, 272
mov x1, x0
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl __isoc99_scanf
ldrb w0, [sp, 272]
sub w0, w0, #97
sxtw x0, w0
lsl x0, x0, 3
add x1, sp, 64
ldr x0, [x1, x0]
cmp x0, 0
bne .L9
adrp x0, .LC3
add x0, x0, :lo12:.LC3
bl puts
b .L10
.L9:
ldrb w0, [sp, 272]
sub w0, w0, #97
sxtw x0, w0
lsl x0, x0, 3
add x1, sp, 64
ldr x0, [x1, x0]
str x0, [sp, 48]
b .L11
.L14:
ldr x0, [sp, 48]
add x1, x0, 4
add x0, sp, 272
bl strcmp
cmp w0, 0
bne .L12
ldr x0, [sp, 48]
add x1, x0, 4
ldr x0, [sp, 48]
ldr w0, [x0]
mov w2, w0
adrp x0, .LC4
add x0, x0, :lo12:.LC4
bl printf
str wzr, [sp, 44]
b .L13
.L12:
ldr x0, [sp, 48]
ldr x0, [x0, 1008]
str x0, [sp, 48]
.L11:
ldr x0, [sp, 48]
cmp x0, 0
bne .L14
.L13:
ldr w0, [sp, 44]
cmp w0, 0
beq .L10
adrp x0, .LC3
add x0, x0, :lo12:.LC3
bl puts
.L10:
ldr w0, [sp, 40]
add w0, w0, 1
str w0, [sp, 40]
.L8:
ldr w0, [sp, 28]
ldr w1, [sp, 40]
cmp w1, w0
blt .L15
mov w0, 0
mov w1, w0
adrp x0, :got:__stack_chk_guard
ldr x0, [x0, #:got_lo12:__stack_chk_guard]
ldr x3, [sp, 1272]
ldr x2, [x0]
subs x3, x3, x2
mov x2, 0
beq .L17
bl __stack_chk_fail
.L17:
mov w0, w1
ldp x29, x30, [sp]
add sp, sp, 1280
.cfi_restore 29
.cfi_restore 30
.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 "w"
.align 3
.LC1:
.string "sulong_test_file"
.align 3
.LC2:
.string "error opening file!"
.align 3
.LC3:
.string "hello world!"
.align 3
.LC4:
.string "write this to the writeableFile: %s\n"
.align 3
.LC5:
.string "r+"
.align 3
.LC6:
.string "asdfasdfasdf"
.align 3
.LC7:
.string "error!"
.align 3
.LC8:
.string "error removing file!"
.text
.align 2
.global main
.type main, %function
main:
.LFB6:
.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
adrp x0, .LC0
add x1, x0, :lo12:.LC0
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl fopen
str x0, [sp, 24]
ldr x0, [sp, 24]
cmp x0, 0
bne .L2
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl puts
mov w0, 1
bl exit
.L2:
adrp x0, .LC3
add x0, x0, :lo12:.LC3
str x0, [sp, 32]
ldr x2, [sp, 32]
adrp x0, .LC4
add x1, x0, :lo12:.LC4
ldr x0, [sp, 24]
bl fprintf
ldr x0, [sp, 24]
bl fclose
adrp x0, .LC5
add x1, x0, :lo12:.LC5
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl fopen
str x0, [sp, 24]
ldr x0, [sp, 24]
cmp x0, 0
bne .L3
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl puts
mov w0, 1
bl exit
.L3:
ldr x3, [sp, 24]
mov x2, 12
mov x1, 1
adrp x0, .LC6
add x0, x0, :lo12:.LC6
bl fwrite
ldr x0, [sp, 24]
bl fclose
adrp x0, .LC5
add x1, x0, :lo12:.LC5
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl fopen
str x0, [sp, 40]
ldr x0, [sp, 40]
cmp x0, 0
bne .L4
adrp x0, .LC2
add x0, x0, :lo12:.LC2
bl puts
mov w0, 2
bl exit
.L4:
add x0, sp, 48
ldr x2, [sp, 40]
mov w1, 1000
bl fgets
cmp x0, 0
bne .L5
adrp x0, .LC7
add x0, x0, :lo12:.LC7
bl printf
.L5:
add x0, sp, 48
bl puts
adrp x0, .LC1
add x0, x0, :lo12:.LC1
bl remove
cmp w0, 0
beq .L6
adrp x0, .LC8
add x0, x0, :lo12:.LC8
bl puts
mov w0, 3
bl exit
.L6:
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 .L8
bl __stack_chk_fail
.L8:
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
.LFE6:
.size main, .-main
``` |
### Human: Write a random program in ARM assembly### Assistant: ``` .text
.global __floatunsitf
.align 2
.global t4
.type t4, %function
t4:
.LFB0:
.cfi_startproc
stp x29, x30, [sp, -32]!
.cfi_def_cfa_offset 32
.cfi_offset 29, -32
.cfi_offset 30, -24
mov x29, sp
strb w0, [sp, 31]
ldrb w0, [sp, 31]
bl __floatunsitf
bl exp2l
ldp x29, x30, [sp], 32
.cfi_restore 30
.cfi_restore 29
.cfi_def_cfa_offset 0
ret
.cfi_endproc
.LFE0:
.size t4, .-t4
``` |