It is now possible to run executable files directly from memory by specifying the path to the relocatable binary in the following form:
ram:0xstart:0xlength:
start is the starting address at which the binary is stored and length is the length of the binary.
See the afexec(2K) man page for more information.