mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-24 03:09:41 +01:00
16 lines
274 B
Plaintext
16 lines
274 B
Plaintext
|
|
#Test all opcodes
|
||
|
|
|
||
|
|
cfg trailing_bytes 0 #End program as soon as the input EOFs.
|
||
|
|
cfg prefetch true #We expect M0/M1 to be filled
|
||
|
|
cfg lut_width_bits 8 #Not really applicable here
|
||
|
|
|
||
|
|
main:
|
||
|
|
LOOPA 10 1 main
|
||
|
|
ADDA 10
|
||
|
|
IF 0 main
|
||
|
|
IFN 0 main
|
||
|
|
LDCTDA 10
|
||
|
|
LDCTIA
|
||
|
|
JMP main
|
||
|
|
NOP
|