Technically, the SNES doesn't have a "text mode." You have to create "tiles" that look like letters and place them on the background layer in a specific order.
If you are trying to write your own simple program or "Hello World" to run on SNES Station: SNES Station
Many popular games (like Super Mario World or Zelda ) have dedicated editors (e.g., Lunar Magic ) that let you edit text through a simple user interface rather than raw code. 3. Displaying Text for Development Technically, the SNES doesn't have a "text mode
Since "SNES Station" usually refers to the popular Super Nintendo emulator for the PlayStation 2, there are two common ways you might want to "make a text" for it: customizing the interface (UI) or hacking text inside the games (ROMs) you play on it. Displaying Text for Development Since "SNES Station" usually
Use PVSnesLib on GitHub , which allows you to use the C language. To show text, you simply use the command consoleDrawText(column, row, "Your Text Here"); .