flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
JohnFound 25 Nov 2012, 18:49
It depends of what you want to do with FASM... Are you sure you know what FASM is?
|
|||
![]() |
|
ManOfSteel 25 Nov 2012, 20:02
andrewjrmill wrote: I don’t know what to do from there Go to the examples/elfexe directory and assemble the obligatory "Hello, World!": fasm hello.asm. andrewjrmill wrote: And I want to edit some files how do i do that on the terminal. vi hello.asm, what else? ![]() |
|||
![]() |
|
andrewjrmill 26 Nov 2012, 00:38
Yes I know what fasm is iv used it for a long time but only on windows not linux that’s way I was asking how to edit files, because in windows you have a fasm gui linux version dose not, in less there’s on around somewhere, but thanks for your help, I will try opening the Hello World example now, if i have any more questing I will post here thanks
|
|||
![]() |
|
TmX 26 Nov 2012, 01:51
I remembed Tomasz mentioned 'fasmx', the FASM GUI for Linux:
http://board.flatassembler.net/topic.php?t=6462&start=20 My guess is it's still unfinished ![]() |
|||
![]() |
|
JohnFound 26 Nov 2012, 04:37
andrewjrmill wrote: ... that’s way I was asking how to edit files, because in windows you have a fasm gui linux version dose not... There are many text editors in Linux. You probably have more than one in your Linux distribution. gedit for example. But if you are familiar with FASMW you can use it in Linux through Wine. _________________ Tox ID: 48C0321ADDB2FE5F644BB5E3D58B0D58C35E5BCBC81D7CD333633FEDF1047914A534256478D9 |
|||
![]() |
|
andrewjrmill 27 Nov 2012, 16:16
ok thanks everyone for your help.
|
|||
![]() |
|
mindcooler 29 Nov 2012, 04:55
I've searched high and low, and I haven't found any editor with the fasmw/delphi/turbo pascal feel.
|
|||
![]() |
|
JohnFound 29 Nov 2012, 05:59
mindcooler wrote: I've searched high and low, and I haven't found any editor with the fasmw/delphi/turbo pascal feel. Indeed. That is why I am writing FreshEdit. But the work goes slow... ![]() edit by revolution: fixed link markup _________________ Tox ID: 48C0321ADDB2FE5F644BB5E3D58B0D58C35E5BCBC81D7CD333633FEDF1047914A534256478D9 |
|||
![]() |
|
rugxulo 09 Dec 2012, 20:34
Necromancer's DOS Navigator has a Linux port, so you could use that. The FASM IDE was heavily inspired by DOS Navigator. (Or just use FASMD under DOSEMU, but I doubt you want to do that.)
|
|||
![]() |
|
mindcooler 09 Dec 2012, 21:18
I'll check it out!
I guess you could do cross-compiling too. Might be the best solution. |
|||
![]() |
|
Tyler 30 Dec 2012, 03:43
Geany is nice if you're looking for a "click a button and see what happens" UI element. It has a configurable build/execute button that you can configure to run arbitrary commands. But to use fasm from the normal command line, you need to install it. The canonical way to install programs that aren't managed by the package manager is to put them in /usr/local/bin. To do that, run "sudo cp [fasm] /usr/local/bin" where [fasm] should be replaced by where fasm is, without the [].
|
|||
![]() |
|
ASM-Man 15 Jan 2013, 06:16
andrewjrmill wrote: I want to edit some files how do i do that on the terminal. What about Code: emacs -nw foo.asm ![]() Code: emacs foo.asm Code: apt-get emacs If your repositories don't provide emacs, jmpto http://www.gnu.org/software/emacs/ and download from FTP site and compiler yourself. It's easy. There is some documentation,if you need. |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.