Files
CS261-Computer-Systems-I/p3-disas/tests/valgrind/B_tenbyte.txt
2025-10-06 00:14:04 -04:00

24 lines
1.2 KiB
Plaintext

==2060938== Memcheck, a memory error detector
==2060938== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
==2060938== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info
==2060938== Command: ../y86 -d inputs/tenbyte.o
==2060938==
Disassembly of executable contents:
0x100: | .pos 0x100 code
0x100: | _start:
0x100: 30 f0 88 77 66 55 44 33 22 11 | irmovq 0x1122334455667788, %rax
0x10a: 40 12 21 43 65 87 78 56 34 12 | rmmovq %rcx, 0x1234567887654321(%rdx)
0x114: 50 12 78 56 34 12 21 43 65 87 | mrmovq 0x8765432112345678(%rdx), %rcx
0x11e: 40 1f 21 43 65 87 78 56 34 12 | rmmovq %rcx, 0x1234567887654321
0x128: 50 1f 78 56 34 12 21 43 65 87 | mrmovq 0x8765432112345678, %rcx
==2060938==
==2060938== HEAP SUMMARY:
==2060938== in use at exit: 0 bytes in 0 blocks
==2060938== total heap usage: 3 allocs, 3 frees, 16,856 bytes allocated
==2060938==
==2060938== All heap blocks were freed -- no leaks are possible
==2060938==
==2060938== For lists of detected and suppressed errors, rerun with: -s
==2060938== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)