This commit is contained in:
NPO 2024-10-23 12:44:23 -04:00
commit cc8b7f0083
1 changed files with 4 additions and 8 deletions

View File

@ -39,17 +39,13 @@ end
`n_u8Value Readu8(nAddress)`
- Read Data unisigned one Byte from u32 address `nAddress`
`n_u16Value Readu16(nAddress)`
- Read Data unisigned two Bytes from u32 address `nAddress`
`n_u32Value Readu32(nAddress)`
- Read Data unisigned four Bytes from u32 address `nAddress`
- `n_u16Value Readu16(nAddress)` Read Data unisigned two Bytes from u32 address `nAddress`
- `n_u32Value Readu32(nAddress)` Read Data unisigned four Bytes from u32 address `nAddress`
`n_s8Value Readu8(nAddress)`
- Read Data signed one Byte from u32 address `nAddress`
`n_s16Value Readu16(nAddress)`
- Read Data signed two Bytes from u32 address `nAddress`
`n_s32Value Readu32(nAddress)`
- Read Data signed four Bytes from u32 address `nAddress`
- `n_s16Value Readu16(nAddress)` Read Data signed two Bytes from u32 address `nAddress`
- `n_s32Value Readu32(nAddress)` Read Data signed four Bytes from u32 address `nAddress`
`nil NDSTapDown(nX,nY)`
- Push down on the bottom touchscreen at pixel position X,Y.