all repos — 3ByteBadVM @ 081b72c6ea4b2b09b15b073845d676f3d72669cb

3ByteBadVM

src/emcalls.h

 1
 2
 3
 4
 5
 6
/* x1phosura 2021 */

#pragma once                    // WAAAAAY better than a dumb header guard ;)

void do_emcall(uint8_t emc_args[2]);