steven0lisa

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.

分类:

技术点:

相关文章:

  • 2021-07-21
  • 2021-10-06
  • 2021-09-13
  • 2021-05-02
  • 2021-09-26
  • 2021-09-14
  • 2021-09-16
  • 2021-10-16
猜你喜欢
  • 2021-10-06
  • 2021-09-07
  • 2021-09-26
  • 2021-10-06
  • 2021-10-06
  • 2021-10-06
相关资源
相似解决方案