tons more work on modularizing the code

This commit is contained in:
2024-10-05 18:55:00 -04:00
parent 446dd451be
commit f5f5a330cd
19 changed files with 360 additions and 296 deletions

View File

@@ -21,6 +21,7 @@
%macro __CDECL16_ENTRY 0
push bp
mov bp, sp
sub sp, 0x20
push si
push di
@@ -37,4 +38,4 @@
mov sp, bp
pop bp
%endmacro
%endif
%endif