Initial commit

This commit is contained in:
2025-10-06 00:14:04 -04:00
commit d98bdabb74
553 changed files with 32764 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
==2764979== Memcheck, a memory error detector
==2764979== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
==2764979== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info
==2764979== Command: ../y86 -sH inputs/multiseg.o
==2764979==
01 00 00 01 10 00 04 00 00 00 00 00 45 4c 46 00
Mini-ELF version 1
Entry point 0x100
There are 4 program headers, starting at offset 16 (0x10)
There is no symbol table present
There is no string table present
Segment Offset Size VirtAddr Type Flags
00 0x0060 0x0015 0x0100 CODE R X
01 0x0075 0x000b 0x0200 DATA RW
02 0x0080 0x0015 0x0300 CODE R X
03 0x0090 0x000b 0x0200 DATA RW
==2764979==
==2764979== HEAP SUMMARY:
==2764979== in use at exit: 0 bytes in 0 blocks
==2764979== total heap usage: 3 allocs, 3 frees, 16,856 bytes allocated
==2764979==
==2764979== All heap blocks were freed -- no leaks are possible
==2764979==
==2764979== For lists of detected and suppressed errors, rerun with: -s
==2764979== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)