issues
search
wkz
/
mdio-tools
Low-level debug tools for MDIO devices.
GNU General Public License v2.0
66
stars
31
forks
source link
Custom Assembler Scripts
#23
Open
wkz
opened
1 year ago
wkz
commented
1 year ago
Implement a serializer/deserializer for a textual representation of mdio-netlink assembler
Add
mdio BUS exec my-program.s
, which would run the program and print any emitted data to
stdout
Add a global
-n
/
--dry-run
option to mdio, which would dump the generated assembler for a given command.
mdio BUS exec my-program.s
, which would run the program and print any emitted data tostdout
-n
/--dry-run
option to mdio, which would dump the generated assembler for a given command.