mirror of
http://git.hugovil.com/git/emu8051.git
synced 2025-05-09 00:51:03 +08:00
8 lines
151 B
Bash
Executable File
8 lines
151 B
Bash
Executable File
#!/bin/sh
|
|
|
|
CMD_NAME="de"
|
|
CMD=$'de 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
|