%ifndef BOOT_FN_H %define BOOT_FN_H %macro fnstart 0 push bp mov bp, sp %endmacro %macro fnret 0 pop bp ret %endmacro %endif