mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-16 17:01:53 +00:00
My little test program now builds with the Ruamoko ISA :) void cp (int *dst, int *src, int count) { while (count--) { *dst++ = *src++; } } Calls are broken (unimplemented), and non-void returns are not likely to work either (only partially implemented). |
||
---|---|---|
.. | ||
doc | ||
include | ||
source | ||
test | ||
AUTHORS | ||
Makemodule.am | ||
TODO |