Init project
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user