#is there any way to open a gui app in tmux split window?
10 messages · Page 1 of 1 (latest)
@fiery epoch why open a gui app from the terminal?
im learning asm and i use dosbox-x to run my code, i use tmux to have both example and my code open (and when i need to open dosbox-x), so i got used to switching between split screens and switching between windows instead kinda disbalances me
assembly?
yes
you don't need to use dosbox to program in assembly
just binutils fasm or nasm or yasm
we're using dosbox-x to emulate ms-dos on which we run the programs (its 16bit asm for intel 8086 i think)
can i compile and run code written for 16bit processor with those tools?