LIB: pm_cout
CStyle Lib: Debug output printing
pmrom_cout.s
Type: Source File
Dependency: pm_init.s and pm_cstyle.s
Including Rules: Must be after ROM (PM_HEADER) declaration
Functions
Clear all debug output
c_out_clear
No return
Lock debug output
c_out_lock
No return
Unlock debug output
c_out_unlock
No return
Print string to debug output with line-feed
c_out_puts string_addr
[CPtr] string_addr: string address
No return
Print string to debug output
c_out_prints string_addr
[CPtr] string_addr: string address
No return
Print character to debug output
c_out_printc charv
[CVar] charv: 8-bits ASCII character
No return
Print unsigned 8-bits decimal to debug output
c_out_printub number
[CVar] number: 8-bits number
No return
Print unsigned 16-bits decimal to debug output
c_out_printuw number
[CVar] number: 16-bits number
No return
Print signed 8-bits decimal to debug output
c_out_printsb number
[CVar] number: 8-bits number
No return
Print signed 16-bits decimal to debug output
c_out_printsw number
[CVar] number: 16-bits number
No return
Print 8-bits hexadecimal to debug output
c_out_printhb number
[CVar] number: 8-bits number
No return
Print 16-bits hexadecimal to debug output
c_out_printhw number
[CVar] number: 16-bits number
No return
Print fixed-point 8.8 to debug output
c_out_printf8 number
[CVar] number: fixed-point 8.8 number
No return