Score:0

Is there any way to install emulator without using wine?

in flag

I need it to practice 16bit assembly code. I care about seeing what happens on the registers, at every instruction execution.Iam using ubuntu 18.04 I was unable to install wine due to broken package issues i tried many things but nothing worked. my source.list file

my source.list file

source.list

remaining code

deb http://archive.ubuntu.com/ubuntu bionic-security universe
# deb-src http://security.ubuntu.com/ubuntu bionic-security universe
deb http://archive.ubuntu.com/ubuntu bionic-security multiverse
# deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
deb http://dl.winehq.org/wine-builds/ubuntu/ bionic main
# deb-src http://dl.winehq.org/wine-builds/ubuntu/ bionic main

guiverc avatar
cn flag
You should provide a paste of your command & messages, and I see no reason for the use of `wine` unless you want to use a specific program that was designed for execution on windows.
Score:0
us flag

You can use DOSBox with TASM(an x86-16 assembler/debugger).
To install the current version of DOSBox on Ubuntu:

  1. Install DOSBox

    sudo apt-get install dosbox  
    
  2. Download TASM(Turbo Assembler) and TD(Turbo Debugger)

    Get a source for this

  3. Extract it to a known location, like /home/user/tasm

  4. Open DOSBox

  5. Mount the path in DOSBox with

    mount c /home/user/tasm
    
  6. Execute and enjoy

There were several tutorials on the www, but I didn't succeed in finding one that is still complete and available. Partial solutions can be found here or here. But both are without pictures.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.