m1n1/proxyclient
Martin Povišer 64d8f9d1b3 m1n1.loadobjs: Add util for loading objects on target
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>
2022-02-08 14:14:38 +09:00
..
experiments experiments/dcp_iboot.py: Clean up after shell 2022-01-19 03:19:08 +09:00
hv hv/trace_smc.py: Support RW ops 2022-01-19 03:22:16 +09:00
m1n1 m1n1.loadobjs: Add util for loading objects on target 2022-02-08 14:14:38 +09:00
tools tools/smccli.py: Shut down cleanly, increase verbosity 2022-01-19 03:22:33 +09:00