Ubuntu develop masm program
The shell of linux is the most excellent consle in the world.
So how to develop masm with this powerful util? That is what I gonna say.
First, I gonna install dosemu. It is a dos environment for ubuntu.
And you can install it with this command:"sudo apt-get install dosemu"
After installation, you will find a directory named ".dosemu" in your Home Path. It is the base work space for dosemu.And it contains a sub directory named "drive_c". From its name, we know it is the partition C.
Second, We should copy masm5 to the "drive_c". So We can use masm.exe to compile the asm file.
TIP:Due to the different encode of two environment, dosemu could not work perfectly. So I suggest you to press Enter button some times, which can force dosemu to clear the buffer of input.
posted on 2010-04-23 22:17 steven0lisa 阅读(270) 评论(0) 编辑 收藏 举报