mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
This adds an assembler for the BitScrambler assembly language, plus unit tests for it. It also adds the loopback driver, which can do BitScrambler operations on memory-to-memory transfers. Documentation is also included.
12 lines
156 B
Plaintext
12 lines
156 B
Plaintext
#Test ctr_add field of opcodes
|
|
|
|
main:
|
|
loopa 100 0 main
|
|
loopa 100 -1 main
|
|
loopa 100 15 main
|
|
loopa 100 -16 main
|
|
adda 65535
|
|
adda -32768
|
|
adda -1
|
|
adda 0
|