all repos — 3ByteBadVM @ d49894b7ca39843fc90bd68de454116f68e2e443

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]);