环境的搭建
安装dosbox
1 | sudo apt-get install dosbox |
下载汇编必须的程序
- masm.exe
- link.exe
- debug.exe
以上的程序的下载
https://pan.baidu.com/s/1OpD1UX-nwGOK5rL7v_-z1Q 提取码: dzwy
下载后创建一个文件夹 命名Masm(自定义)将下载好的程序放入该文件夹中
1 | sudo apt-get install dosbox |
以上的程序的下载
https://pan.baidu.com/s/1OpD1UX-nwGOK5rL7v_-z1Q 提取码: dzwy
下载后创建一个文件夹 命名Masm(自定义)将下载好的程序放入该文件夹中
参考pandoc转pdf文件用的latex模板介绍(Linux环境)
Error: Command failed: pandoc -f markdown+tex_math_single_backslash
Error producing PDF.
! Package inputenc Error: Unicode character 的 (U+7684)
(inputenc) not set up for use with LaTeX.
See the inputenc package documentation for explanation.
Type H for immediate help.
Try running pandoc with —pdf-engine=xelatex.
本文主要引用YouCompleteMe:Building Vim from source
OS:Raspbian 10(类debian) Kernel: armv7l
1 | sudo apt install libncurses5-dev libgtk2.0-dev libatk1.0-dev \ |