foot/emulator/customasm/memview.asm
shylie e647b9e146
All checks were successful
Test / build (push) Successful in 11s
Add some tests for SIMD instruction variants
2025-08-19 08:03:58 -04:00

11 lines
151 B
NASM

#include "foot.asm"
CNST. r30, #0x1000
loop:
CNST. r0, #0xEFFE
ADDI.r [r0++], [r0], r30
CNST. r0, #0xEFFE
ADDI.rv [r0++], [r0], r30
CNST. r31, #loop