0F ADD | |||
---|---|---|---|
General Info | |||
Genre(s): | Applications | ||
Contributor(s): | SquareFingers | ||
Release Date: | July 28, 2015 | ||
Development Status: | Stable | ||
Version: | 1.0.1 | ||
Size: | 270 B (1 KB) | ||
Mode(s): | Single-Player | ||
Language(s): | English |
Template program to add to 0FILES list.
Instructions[]
Simply run the 0F_ADD program to add to the 0FILES list.
This program is actually not so useful in itself. It is intended to be used as a template. Open the website
http://www2.u-netsurf.ne.jp/~ozawa/petitcom/petiteditor.html
Type "0F_ADD" into the "program name" textbox, then copy the following into the "code" window:
'''' "12345678"
DATA "0F_ADD"
'''' "12345678901234567890123"
DATA "Adds to 0FILES list"
'PRG:0F_ADD
'v1.0.1
'Coded by: SquareFingers
CLEAR
READ A$,B$
A$=LEFT$(A$+CHR$(0)*8,8)
B$=LEFT$(B$+" "*23,23)
MEM$="0FILES"+CHR$(1)+A$+B$
EXEC "0FILES",0
Replace the first "DATA" instruction with the filename of a program of interest to you, replace the second "DATA" with a description of up to 23 characters. The lines above the DATA lines are guides to how long you can make each string.
Click "Generate QR code". Scan the code, then run 0F_ADD. Or, save the QR, and add it to the wiki page containing the original program. I suggest using the template at the end of this page. This way, the program can easily be added to the 0FILES system.
Changelog[]
Version 1.0.1[]
- Initial Release.
Future Plans[]
No plans in particular
Videos and Screenshots[]
No screenshots.
Download[]
License[]
No license applied as of now.
Notes[]
A list of wiki program pages which include a 0F_ADD section is maintained near the bottom of the 0FILES page. If you decide to add a 0F_ADD section to any wiki page, it is recommended that you add the page to that list.
0F_ADD[]
NOTE: This is not the program
This QR is for adding this program to the 0FILES system. Scan it, run 0F_ADD once, and the program on this page will appear on the 0FILES list.
Credits[]
List anyone who worked on this game.
- SquareFingers - Creator