Files
esp-idf/tools/test_bsasm/testcases/opcode_tgt.bsasm
Jeroen Domburg a88e719e33 feat(driver): BitScrambler support
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.
2024-12-30 09:39:23 +08:00

15 lines
197 B
Plaintext

#Test TGT field of opcodes
#(Also the end_val of the loop features)
main:
LOOPA 10 1 main
IF 0 end
IFN 0 mid
mid:
JMP end
JMP main
LOOPB 0 1 mid
LOOPA 65535 1 main
end:
LOOPA -32768 1 end