X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=tests%2Fcmd_dp.sh;fp=tests%2Fcmd_dp.sh;h=6d067ab8c1b98c3e378cc958498d6caa68f3b735;hb=3edaa24accd3e0eead9c9c51043961e141d3c9c6;hp=0000000000000000000000000000000000000000;hpb=401c1d7060d3f4f71ad1fbfee7c108eaf713ded3;p=emu8051.git diff --git a/tests/cmd_dp.sh b/tests/cmd_dp.sh new file mode 100755 index 0000000..6d067ab --- /dev/null +++ b/tests/cmd_dp.sh @@ -0,0 +1,7 @@ +#!/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