1
Nightly builds / Re: The 15 March 2025 build (13634) is out.
« Last post by nore on Today at 05:40:00 pm »I will be waiting for the x86 version. Thanks for all the hard work.
Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!
#if defined(__i386__) || defined(__x86_64__)
__asm__ __volatile__("int {$}3":);
#elif defined(__arm__)
__asm__ __volatile__("udf #0xfe");
#elif defined(__aarch64__)
__asm__ __volatile__("brk #0xf000");
#else
__asm__ __volatile__("unimplemented");
#endif