1
1
Fork 0

More and advanceder macros

This commit is contained in:
Lauren Toivanen 2024-08-17 06:21:47 +03:00
parent 7a22e4aed7
commit c2e69b6f7f
Signed by: jt
GPG key ID: 9151B109B73ECAD5
4 changed files with 37 additions and 98 deletions

View file

@ -2,7 +2,7 @@ SERIAL_PORT equ 0x3f8
serialinitialized db 0
; Write null terminated string in address str_pointer to serial
macro serw str_pointer {
macro serw [str_pointer*] {
push str_pointer
call serialwrite
add esp, 4