Files
player/Project/Src/MP3/mp3data.asm

26 lines
162 B
NASM
Raw Permalink Normal View History

2025-06-27 00:32:57 +08:00
EXPORT GetRBIT16
PRESERVE8
AREA |.text|, CODE, READONLY
THUMB
GetRBIT16
RBIT R0, R0
LSR R0, R0,#16
BX LR
ALIGN
END