emu8051/tests/cmd_dp.sh
2014-02-17 23:06:51 -05:00

8 lines
151 B
Bash
Executable File

#!/bin/sh
CMD_NAME="dp"
CMD=$'dp 0x00 16\x0a'
TEST_OUTPUT="0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................"
. $srcdir/cmd.sh