From e99c036ed1b96abf0c4b196e5f58ef93b7effdfe Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Wed, 26 Nov 2014 00:00:11 +0100 Subject: hwstub_shell: add support for call and jump Change-Id: Ie09d0db21831b79255da858bada7382a08ff4eef Reviewed-on: http://gerrit.rockbox.org/1052 Reviewed-by: Marcin Bukat Tested: Marcin Bukat --- utils/hwstub/tools/init.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/hwstub/tools/init.lua') diff --git a/utils/hwstub/tools/init.lua b/utils/hwstub/tools/init.lua index aaca8b6..323f369 100644 --- a/utils/hwstub/tools/init.lua +++ b/utils/hwstub/tools/init.lua @@ -40,6 +40,8 @@ do h:add("It contains some information about the device and the following methods."); h:add("* read8/16/32(a) reads a 8/16/32-bit integer at address a atomically"); h:add("* write8/16/32(a, v) writes the 8/16/32-bit integer v at address a atomically"); + h:add("* jump(a) jump to specified address"); + h:add("* call(a) call function at specified address and return to hwstub"); h:add("* print_log() prints the device log"); h = HELP:create_topic("HW"); -- cgit v1.1