Skip to content
Kannagi edited this page Nov 8, 2024 · 3 revisions

PCEDK_PrintLine

The function displays text on a single line.

  • uint16 adr text address.
  • uint8 posx position in x *8 pixels.
  • uint8 posy position in y *8 pixels.
  • uint8 pal palette used.

SNDK_PrintNumber8

The function displays an 8-bit number.

SNDK_PrintHexa8

The function displays an 8-bit hexadecimal number.

SNDK_PrintHexa16

The function displays an 16-bit hexadecimal number.

SNDK_PrintDec2

The function displays an 8-bit decimal number.

SNDK_PrintDec4

The function displays an 16-bit decimal number.

  • uint16 number number.
  • uint8 posx position in x *8 pixels.
  • uint8 posy position in y *8 pixels.
  • uint8 pal palette used.

PCEDK_PrintCPU

The function displays CPU used.

Clone this wiki locally