Skip to content
Skeptim edited this page Apr 22, 2024 · 5 revisions

save <cart> Save cartridge to the local filesystem.

Parameters

Required:

  • <cart> input cart name. .tic extension will be added if no extension is used.
    • Use .png file extension to save as png cart.
    • Use .lua, .py .rb, .js, .moon, .fnl, .nut, .wren, .wasmp cart extension to save it in text format to use an external editor [PRO version]. See supported languages page for the full list of languages.

Description

Save cartridge to the local filesystem.

Save as a png cartridge for easy sharing.
You can drag this cart to tic80.exe as an example:

motion

Use load command to load saved cartridge.

Clone this wiki locally