More and advanceder macros
This commit is contained in:
parent
7a22e4aed7
commit
c2e69b6f7f
4 changed files with 37 additions and 98 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue