mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-24 19:29:43 +01:00
14 lines
259 B
Plaintext
14 lines
259 B
Plaintext
|
|
#Test counter and H/L flags
|
||
|
|
|
||
|
|
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:
|
||
|
|
ADDA 10
|
||
|
|
ADDAH 10
|
||
|
|
ADDAL 10
|
||
|
|
ADDB 10
|
||
|
|
ADDBH 10
|
||
|
|
ADDBL 10
|