mirror of
https://github.com/HEYAHONG/emu8051.git
synced 2025-05-08 13:43:42 +08:00
8 lines
198 B
Bash
Executable File
8 lines
198 B
Bash
Executable File
#!/bin/sh
|
|
|
|
CMD_NAME="we"
|
|
CMD=$'we 0x80 0x30\x0a we 0x81 0x31\x0a we 0x82 0x32\x0a de 0x80 16'
|
|
TEST_OUTPUT="0080 30 31 32 00 00 00 00 00 00 00 00 00 00 00 00 00 012............."
|
|
|
|
. $srcdir/cmd.sh
|