StupidOS/lib/base.inc

11 lines
89 B
PHP

extern log_impl
%macro LOG 1
push %1
push file
call log_impl
add esp, 8
%endmacro