⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 strings.sh

📁 改进的基于6个mips核的NOC网络
💻 SH
字号:
let data_picture_end=4096-2*256-1 # Picture takes (max) 0xE00 bytes, so 0xDFF is last byte.    # Memory range 0x4E00-0x4FFF reserved for debugging output.let data_start=4096 # Data in code binary starts at 0x5000.echoecho NODE x0y0:echo =========dump dumps/mips_ram.x0y0.dump $data_picture_end $data_start | stringsechoecho NODE x1y0:echo =========dump dumps/mips_ram.x1y0.dump $data_picture_end $data_start | stringsechoecho NODE x0y1:echo =========dump dumps/mips_ram.x0y1.dump $data_picture_end $data_start | stringsechoecho NODE x1y1:echo =========dump dumps/mips_ram.x1y1.dump $data_picture_end $data_start | strings

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -