# Minimal userland test - pure loop # Tests instruction fetch only. No memory stores. .section .text._start, "ax" .global _start _start: # Just loop forever j _start