From: Paul F. <pj...@wa...> - 2025-07-03 18:27:06
|
On 6/30/25 20:29, John Reiser wrote: > > Four lines suffice: > > ===== iefbr14.S ## old timers will remember the name from 60 years ago > // build+run: gcc -nostartfiles -nostdlib iefbr14.S; valgrind ./a.out > _start: .globl _start > << insert code snippet here >> > br %r14 > ===== > Hmm. Verbose, commented code that is easy to use and not performance critical. Or terse code with a cryptic filename that dates back to before I was born. Tough choice. A+ Paul |