Skip to content

Commit 068e4db

Browse files
Add more flags
Co-Authored-By: RoccoLox Programs <[email protected]>
1 parent cc60397 commit 068e4db

File tree

7 files changed

+99
-0
lines changed

7 files changed

+99
-0
lines changed

content/memory/all/flags/apiFlg2.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: apiFlg2
3+
geekdocHidden: true
4+
params:
5+
address: $D000A9 (ti.flags + $29)
6+
name: apiFlg2
7+
---
8+
9+
### Address: $D000A9 (ti.flags + $29)
10+
11+
### Size: 1 byte
12+
13+
Zeroed out by [`AppSetup`](../../../../syscalls/all/AppSetup).

content/memory/all/flags/apiFlg3.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: apiFlg3
3+
geekdocHidden: true
4+
params:
5+
address: $D000AA (ti.flags + $2A)
6+
name: apiFlg3
7+
---
8+
9+
### Address: $D000AA (ti.flags + $2A)
10+
11+
### Size: 1 byte
12+
13+
Zeroed out by [`AppSetup`](../../../../syscalls/all/AppSetup).

content/memory/all/flags/apiFlg4.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: apiFlg4
3+
geekdocHidden: true
4+
params:
5+
address: $D000AB (ti.flags + $2B)
6+
name: apiFlg4
7+
---
8+
9+
### Address: $D000AB (ti.flags + $2B)
10+
11+
### Size: 1 byte
12+
13+
### Bit 1 - cellOverride:
14+
Set to use cell override.
15+
16+
### Bit 2 - fullScrnDraw:
17+
Set to draw into last row / column of screen. (Not sure if this is applicable to the CE)
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: hookflags2Override
3+
geekdocHidden: true
4+
params:
5+
address: $D000B7 (ti.flags + $37)
6+
name: hookflags2Override
7+
---
8+
9+
### Address: $D000B7 (ti.flags + $37)
10+
11+
### Size: 1 byte
12+
13+
Set bit corresponding to [`hookflags2`](../hookflags2) to kill hook when calling [`AppSetup`](../../../../syscalls/all/AppSetup).
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: hookflags3Override
3+
geekdocHidden: true
4+
params:
5+
address: $D000B8 (ti.flags + $38)
6+
name: hookflags3Override
7+
---
8+
9+
### Address: $D000B8 (ti.flags + $38)
10+
11+
### Size: 1 byte
12+
13+
Set bit corresponding to [`hookflags3`](../hookflags3) to kill hook when calling [`AppSetup`](../../../../syscalls/all/AppSetup).
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: hookflags4Override
3+
geekdocHidden: true
4+
params:
5+
address: $D000B9 (ti.flags + $39)
6+
name: hookflags4Override
7+
---
8+
9+
### Address: $D000B9 (ti.flags + $39)
10+
11+
### Size: 1 byte
12+
13+
Set bit corresponding to [`hookflags4`](../hookflags4) to kill hook when calling [`AppSetup`](../../../../syscalls/all/AppSetup).

content/memory/all/flags/plotFlag3.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: plotFlag3
3+
geekdocHidden: true
4+
params:
5+
address: $D000BC (ti.flags + $3C)
6+
name: plotFlag3
7+
---
8+
9+
### Address: $D000BC (ti.flags + $3C)
10+
11+
### Size: 1 byte
12+
13+
#### Bit 0 - bufferOnly:
14+
Reset by [`AppSetup`](../../../../syscalls/all/AppSetup).
15+
16+
#### Bit 4 - useFastCirc:
17+
Set to use fast circle algorithm, reset otherwise.

0 commit comments

Comments
 (0)