MI_WriteByte

Syntax

#include <nitro/mi.h>

void MI_WriteByte( void* address, u8 data )

Arguments

address Address for writing byte data (pointer)
data The data to write.

Return Values

None.

Description

This function writes byte data to the address specified by a void-type pointer.

This function ensures compatibility with previous versions. Currently, this is just an inline function that writes data by treating address as a u8 pointer.

See Also

MI_ReadByte

Revision History

2008/07/09 Revised the reference to match the current specifications.
2004/03/30 Initial version.


CONFIDENTIAL