mirror of
https://github.com/HEYAHONG/emu8051.git
synced 2025-05-08 22:09:27 +08:00
8 lines
104 B
Bash
Executable File
8 lines
104 B
Bash
Executable File
#!/bin/sh
|
|
|
|
CMD_NAME="wr"
|
|
CMD=$'wr pc 0x5555 \x0a dr \x0a'
|
|
TEST_OUTPUT="| 5555 | 07 |"
|
|
|
|
. $srcdir/cmd.sh
|