Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1788114ddb | |||
| af661d708b | |||
| b8525f217c | |||
| f7915d3c4e | |||
| 7a96b4613a | |||
| 212cc4bba7 | |||
| c7fcb371ad |
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -1,10 +0,0 @@
|
|||||||
## Welcome to NOS online!!!
|
|
||||||
|
|
||||||
This is the website for all NOS releated stuff.
|
|
||||||
|
|
||||||
There will eventually be more stuff here, but for now, it is just releases and developers information.
|
|
||||||
|
|
||||||
## Developers Information
|
|
||||||
Currently, there is not alot of documentation for developers. However, what little there is can be found [here](https://lax18.github.io/NOS/developers)
|
|
||||||
## NOS News
|
|
||||||
I have released beta 0.5 and 0.5.1 in the [releases section](https://github.com/LAX18/NOS/releases)
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
theme: jekyll-theme-cayman
|
|
||||||
+10
-10
@@ -2,18 +2,18 @@
|
|||||||
This page has information relating to developers and what they can and cannot use.
|
This page has information relating to developers and what they can and cannot use.
|
||||||
|
|
||||||
### Contents:
|
### Contents:
|
||||||
System Varibles
|
System Variables
|
||||||
Modules
|
Modules
|
||||||
Built-In Calls and Labels
|
Built-In Calls and Labels
|
||||||
|
|
||||||
## System Varibles
|
## System Variables
|
||||||
NOS has a decent amount of system varibles and labels that cannot be overwritten. Below is a list of them and their location (what subprogram they are in) and whether or not they can be overwritten.
|
NOS has a decent amount of system variables and labels that cannot be overwritten. Below is a list of them and their location (what subprogram they are in) and whether or not they can be overwritten.
|
||||||
|
|
||||||
### NOSSPRIT
|
### NOSSPRIT
|
||||||
No Varibles
|
No Variables
|
||||||
|
|
||||||
### NOSHEAD
|
### NOSHEAD
|
||||||
No Varibles
|
No Variables
|
||||||
|
|
||||||
### NOSSRH
|
### NOSSRH
|
||||||
FILES - This has the program names and the data. This is in the format of a 17 byte set as seen below: - DO NOT OVERWRITE -
|
FILES - This has the program names and the data. This is in the format of a 17 byte set as seen below: - DO NOT OVERWRITE -
|
||||||
@@ -24,7 +24,7 @@ FILES - This has the program names and the data. This is in the format of a 17 b
|
|||||||
12 - Icon Status (:DCS Header)
|
12 - Icon Status (:DCS Header)
|
||||||
13 - Size
|
13 - Size
|
||||||
16 - ASM or BASIC
|
16 - ASM or BASIC
|
||||||
I, F, X, D, P - Temporary Varibles, you can overwrite these after
|
I, F, X, D, P - Temporary Variables, you can overwrite these after
|
||||||
TBPRGMS - Total BASIC Programs - DO NOT OVERWRITE -
|
TBPRGMS - Total BASIC Programs - DO NOT OVERWRITE -
|
||||||
TAPRGMS - Total ASM Programs - DO NOT OVERWRITE -
|
TAPRGMS - Total ASM Programs - DO NOT OVERWRITE -
|
||||||
BASIC - List of BASIC programs, follows above syntax (see FILES)
|
BASIC - List of BASIC programs, follows above syntax (see FILES)
|
||||||
@@ -35,7 +35,7 @@ SIZE - Size of first program, this may be overwritten after the program is switc
|
|||||||
ARC - Archive status of the first program, this may be overwritten after the program is switched
|
ARC - Archive status of the first program, this may be overwritten after the program is switched
|
||||||
|
|
||||||
### NOSGUI
|
### NOSGUI
|
||||||
No varibles
|
No variables
|
||||||
|
|
||||||
### NOSCTRL
|
### NOSCTRL
|
||||||
G - getKey varible, overwrite at your own risk
|
G - getKey varible, overwrite at your own risk
|
||||||
@@ -53,10 +53,10 @@ L5 - Color / Settings Data, formated as below:
|
|||||||
LOC - Location of cursor on menu
|
LOC - Location of cursor on menu
|
||||||
|
|
||||||
### NOSPROG
|
### NOSPROG
|
||||||
No Varibles
|
No Variables
|
||||||
|
|
||||||
### NOSSUB
|
### NOSSUB
|
||||||
B, ICONX, ICONY, ICONCHAR, ICONCOLOR, SET, STATUS, POS - Temporary Varibles, may be overwritten
|
B, ICONX, ICONY, ICONCHAR, ICONCOLOR, SET, STATUS, POS - Temporary Variables, may be overwritten
|
||||||
COLORS - Has the conversions for OS to ICE colors, DO NOT OVERWRITE
|
COLORS - Has the conversions for OS to ICE colors, DO NOT OVERWRITE
|
||||||
DISTRO - Current Distro name, can be set
|
DISTRO - Current Distro name, can be set
|
||||||
VERSION - Current NOS build version, can be set
|
VERSION - Current NOS build version, can be set
|
||||||
@@ -79,7 +79,7 @@ Here are the Calls and Labels that you can use:
|
|||||||
TOOLBAR - This has the toolbar for pinned programs,
|
TOOLBAR - This has the toolbar for pinned programs,
|
||||||
GUISTART - Sets up the base for the GUI, i.e no data, just background
|
GUISTART - Sets up the base for the GUI, i.e no data, just background
|
||||||
ICONDISPLAY - Displays DCS header icon (if applicable)
|
ICONDISPLAY - Displays DCS header icon (if applicable)
|
||||||
DATASETUP - Has the setup for the originla values of the varibles
|
DATASETUP - Has the setup for the originla values of the variables
|
||||||
|
|
||||||
### Labels:
|
### Labels:
|
||||||
TOP - Top of the program
|
TOP - Top of the program
|
||||||
|
|||||||
Reference in New Issue
Block a user