12. Service Invocations
Service entry points that the protocol invokes via the JAVM (GP §11, Appendix B).
In jar1, service code runs inside the capability kernel. Protocol capabilities
(GAS, FETCH, STORAGE_R, etc.) replace direct host-call numbers — the kernel
dispatches ecalli to the appropriate protocol cap, which exits to the host.
REPLY returns results to the calling VM rather than writing to a halt address.
See the Capability Kernel chapter for the execution model.