gDPNoOpTag

gDPNoOpTag [Macro]

Function

gDPNoOpTag

Is an RDP noop command

Syntax

#include <ultra64.h>        /* gbi.h */
gDPNoOpTag(Gfx *gdl, u32 tag)
gsDPNoOpTag(         u32 tag)

Arguments

gdl
Display list pointer
tag
Debug number used for debug tracing

Description

This macro simply consumes the RDP, generating a few stall cycles. Normally, it is scattered throughout the display list during debugging in order to render into DRAM with the RSP geometry engine so the display list can be inspected.

See Also

gDPNoOp

Revision History

02/01/99 Completely rewritten.