mirror of
https://github.com/HEYAHONG/emu8051.git
synced 2025-05-08 13:43:42 +08:00
8 lines
151 B
Bash
Executable File
8 lines
151 B
Bash
Executable File
#!/bin/sh
|
|
|
|
CMD_NAME="di"
|
|
CMD=$'di 0x80 16\x0a'
|
|
TEST_OUTPUT="0080 FF 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................"
|
|
|
|
. $srcdir/cmd.sh
|