mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-14 11:17:07 +00:00
64d8f9d1b3
For those of us who can't write assembly but still need to run code on the other side. >>> from m1n1.loadobjs import * >>> lp = LinkedProgram(u) >>> lp.debug_printf("hello from the other side (%d)\n", 42) TTY> hello from the other side (42) 0x1f >>> lp.load_obj("build/test.o") >>> lp.test() TTY> hello from loaded object 0x19 >>> lp.clear_objs() Signed-off-by: Martin Povišer <povik@protonmail.com> |
||
---|---|---|
.. | ||
experiments | ||
hv | ||
m1n1 | ||
tools |