prepare y86lab

This commit is contained in:
2025-03-21 08:31:57 +08:00
parent a04c35be04
commit 7496b7cb1b
8 changed files with 8481 additions and 0 deletions

BIN
buflab/bufbomb.exe.id0 Normal file

Binary file not shown.

BIN
buflab/bufbomb.exe.id1 Normal file

Binary file not shown.

BIN
buflab/bufbomb.exe.id2 Normal file

Binary file not shown.

BIN
buflab/bufbomb.exe.nam Normal file

Binary file not shown.

BIN
buflab/bufbomb.exe.til Normal file

Binary file not shown.

8476
buflab/bufbomb_win.asm Normal file

File diff suppressed because it is too large Load Diff

BIN
buflab/bufboom.pptx Normal file

Binary file not shown.

5
y86lab/main.cpp Normal file
View File

@ -0,0 +1,5 @@
#include <stdio.h>
int main (int argc, char *argv[]) {
printf("wdnmd\n");
return 0;
}