The MASM Forum

General => The Workshop => Topic started by: K_F on October 18, 2020, 02:48:24 AM

Title: Assembler on Linux (Mint).
Post by: K_F on October 18, 2020, 02:48:24 AM
Is this happening, and where ?
Title: Re: Assembler on Linux (Mint).
Post by: Vortex on October 18, 2020, 03:02:38 AM
Hi K_F,

Why not to try the options?

http://www.terraspace.co.uk/uasm249_linux64.zip

https://github.com/nidud/asmc/releases/tag/v2.30Linux

http://www.oby.ro/sol_asm/files/sol_asm_2018_07_08_v0_36_76.zip

https://flatassembler.net/fasm-1.73.25.tgz

https://github.com/Baron-von-Riedesel/JWasm/archive/master.zip

QuoteFor Linux, use GccUnix.mak to produce JWasm with gcc or CLUnix.mak to use CLang instead.

Title: Re: Assembler on Linux (Mint).
Post by: mineiro on October 18, 2020, 03:39:59 AM
ABI, calling convention
https://uclibc.org/docs/psABI-x86_64.pdf

edb debug graphical: (look in mint repository, maybe with apt-get you can install it and necessary dependencies)
https://github.com/eteran/edb-debugger
fdbg debug, console(terminal,shell); need update opcodes
http://fdbg.x86asm.net/
Title: Re: Assembler on Linux (Mint).
Post by: K_F on October 18, 2020, 08:43:42 PM
Thanks Gentlemen.. ;)