Archived
1
0

Removed underscores

This commit is contained in:
Sweet Bread
2022-12-02 15:04:49 +03:00
parent 10d4013e1c
commit 1eeb7d4eac
11 changed files with 13 additions and 12 deletions
+9
View File
@@ -0,0 +1,9 @@
macro prelude {
push ebp
mov ebp, esp
push eax ebx ecx edx esi edi
}
macro postlude {
pop edi esi edx ecx ebx eax ebp
}