We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d64f65 commit e8599cbCopy full SHA for e8599cb
1 file changed
README.md
@@ -187,6 +187,22 @@ ZP registers affected: r0l ($02)<br>
187
|------|-----------------------|
188
| .A | 4 bit stride value |
189
190
+## Function name: get_stride
191
+Purpose: Get the current VERA stride value<br>
192
+Call address: `VTUILIB+56`<br>
193
+Macro name: `VTUI_GET_STRIDE`<br>
194
+Routine name: `vtui_get_stride`<br>
195
+Communication registers: .A<br>
196
+Preparatory routines: none<br>
197
+Registers affected: .A<br>
198
+ZP registers affected: none<br>
199
+
200
+**Description** Get the current VERA stride value.
201
202
+|Registers|Purpose|
203
+|------|-------|
204
+| .A | 4 bit stride value |
205
206
## Function name: set_decr
207
Purpose: Set the VERA decrement bit<br>
208
Call address: `VTUILIB+11`<br>
0 commit comments