26 lines
1.2 KiB
Plaintext
26 lines
1.2 KiB
Plaintext
==2060908== Memcheck, a memory error detector
|
|
==2060908== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
|
|
==2060908== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info
|
|
==2060908== Command: ../y86 -d inputs/jmp.o
|
|
==2060908==
|
|
Disassembly of executable contents:
|
|
0x100: | .pos 0x100 code
|
|
0x100: | _start:
|
|
0x100: 70 88 77 66 55 44 33 22 11 | jmp 0x1122334455667788
|
|
0x109: 71 77 66 55 44 33 22 11 88 | jle 0x8811223344556677
|
|
0x112: 72 66 55 44 33 22 11 88 77 | jl 0x7788112233445566
|
|
0x11b: 73 55 44 33 22 11 88 77 66 | je 0x6677881122334455
|
|
0x124: 74 44 33 22 11 88 77 66 55 | jne 0x5566778811223344
|
|
0x12d: 75 33 22 11 88 77 66 55 44 | jge 0x4455667788112233
|
|
0x136: 76 22 11 88 77 66 55 44 33 | jg 0x3344556677881122
|
|
|
|
==2060908==
|
|
==2060908== HEAP SUMMARY:
|
|
==2060908== in use at exit: 0 bytes in 0 blocks
|
|
==2060908== total heap usage: 3 allocs, 3 frees, 16,856 bytes allocated
|
|
==2060908==
|
|
==2060908== All heap blocks were freed -- no leaks are possible
|
|
==2060908==
|
|
==2060908== For lists of detected and suppressed errors, rerun with: -s
|
|
==2060908== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|