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

21 lines
941 B
Plaintext

==2060882== Memcheck, a memory error detector
==2060882== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
==2060882== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info
==2060882== Command: ../y86 -d inputs/ninebyte.o
==2060882==
Disassembly of executable contents:
0x100: | .pos 0x100 code
0x100: | _start:
0x100: 70 88 77 66 55 44 33 22 11 | jmp 0x1122334455667788
0x109: 80 11 22 33 44 55 66 77 88 | call 0x8877665544332211
==2060882==
==2060882== HEAP SUMMARY:
==2060882== in use at exit: 0 bytes in 0 blocks
==2060882== total heap usage: 3 allocs, 3 frees, 16,856 bytes allocated
==2060882==
==2060882== All heap blocks were freed -- no leaks are possible
==2060882==
==2060882== For lists of detected and suppressed errors, rerun with: -s
==2060882== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)