Files
2025-10-06 00:14:04 -04:00

32 lines
1.4 KiB
Plaintext

==2061025== Memcheck, a memory error detector
==2061025== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
==2061025== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info
==2061025== Command: ../y86 -d inputs/simple_multi.o
==2061025==
Disassembly of executable contents:
0x100: | .pos 0x100 code
0x100: 10 | nop
0x101: 10 | nop
0x102: 10 | nop
0x103: | _start:
0x103: 30 f0 68 24 00 00 00 00 00 00 | irmovq 0x2468, %rax
0x10d: 30 f3 34 12 00 00 00 00 00 00 | irmovq 0x1234, %rbx
0x117: 60 03 | addq %rax, %rbx
0x119: 70 00 02 00 00 00 00 00 00 | jmp 0x200
0x200: | .pos 0x200 code
0x200: 30 f1 78 56 00 00 00 00 00 00 | irmovq 0x5678, %rcx
0x20a: 30 f2 14 15 00 00 00 00 00 00 | irmovq 0x1514, %rdx
0x214: 61 21 | subq %rdx, %rcx
0x216: 00 | halt
==2061025==
==2061025== HEAP SUMMARY:
==2061025== in use at exit: 0 bytes in 0 blocks
==2061025== total heap usage: 3 allocs, 3 frees, 16,856 bytes allocated
==2061025==
==2061025== All heap blocks were freed -- no leaks are possible
==2061025==
==2061025== For lists of detected and suppressed errors, rerun with: -s
==2061025== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)