-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-Authored-By: RoccoLox Programs <roccoloxprograms2018@gmail.com>
- Loading branch information
1 parent
581cdf6
commit 0600d75
Showing
5 changed files
with
85 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: indicFlags | ||
geekdocHidden: true | ||
params: | ||
address: $D00092 (ti.flags + $12) | ||
name: indicFlags | ||
--- | ||
|
||
#### Bit 0 - indicRun: | ||
Set if the run indicator is on, reset otherwise. | ||
|
||
#### Bit 1 - indicInUse: | ||
Set if the indicator save area is in use, reset if the area is free. | ||
|
||
### Address: $D00092 (ti.flags + $12) | ||
|
||
### Size: 1 byte |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: promptFlags | ||
geekdocHidden: true | ||
params: | ||
address: $D00091 (ti.flags + $11) | ||
name: promptFlags | ||
--- | ||
|
||
#### Bit 0 - promptEdit: | ||
Set when editing in the prompt buffer. | ||
|
||
### Address: $D00091 (ti.flags + $11) | ||
|
||
### Size: 1 byte |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: seqFlags | ||
geekdocHidden: true | ||
params: | ||
address: $D0008F (ti.flags + $0F) | ||
name: seqFlags | ||
--- | ||
|
||
#### Bit 0 - webMode: | ||
Set for web mode, reset for normal sequence mode. | ||
|
||
#### Bit 1 - webVert: | ||
Seems to be set along with bit 3 for uw mode. | ||
|
||
#### Bit 2 - sequv: | ||
Set for uv mode. | ||
|
||
#### Bit 3 - seqvw: | ||
Set for vw mode. | ||
|
||
#### Bit 4 - sequw: | ||
Set for uw mode. (Might be unused?) | ||
|
||
### Address: $D0008F (ti.flags + $0F) | ||
|
||
### Size: 1 byte |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters