Author Topic: website for online NASM assembler simulator  (Read 17635 times)

nobody

  • Guest
website for online NASM assembler simulator
« on: July 07, 2008, 06:05:57 PM »
Hi ,


I am sry for this nerdy dumb question but i am looking for a while for a website where i can execute my assembly code using NASM assembler is there any link for that kind of NASM simulator website then pls reply me

Note: at present i cant download NASM IT policy of my damn co.

Thanks !!

Offline Frank Kotler

  • NASM Developer
  • Hero Member
  • *****
  • Posts: 2667
  • Country: us
Re: website for online NASM assembler simulator
« Reply #1 on: July 07, 2008, 10:44:46 PM »
I'm not aware of any web-based interface that will allow you to assemble your code... and execute it, I suppose... Do I understand what you're looking for?

If the boss doesn't want you downloading Nasm... well, it's the boss' computer. Can you get a large email attachment? I could arrange to mail Nasm to ya - tell me what build you want - fbkotler at verizon dot net. I suppose I could assemble your code for ya, but probably not produce an executable (except dos .com files or Linux), if that'd help any.

You really need to get your own system... and connection. A "junk" machine ought to be fine for experimenting with asm - don't need the latest hardware...

Best,
Frank

nobody

  • Guest
Re: website for online NASM assembler simulator
« Reply #2 on: July 07, 2008, 11:47:53 PM »
Hi Frank,


Trust me you been always a help there thx for this overwhelming response.
Thing is that while i am working in my office in my spare time i would like to use NASM i love it i dont know why
and assembly is what i would love to programme till when i am alive.and in my office i am on a client place a biggggggg IB swiss bank which not allow to download any stuff on their  machines is .

thanks again

nobody

  • Guest
Re: website for online NASM assembler simulator
« Reply #3 on: July 08, 2008, 07:00:40 PM »
I've never heard of one for x86, but plenty exist for simpler CPUs.  For example:

http://www.6502asm.com/

Since Nasm is coded in C, there is the possibility that one can "shoehorn" it into a web-app.  If they can run Quake and Zelda, surely Nasm would be easy:

http://tech.slashdot.org/tech/08/07/07/1724236.shtml

An example LLVM compiler:

http://llvm.org/demo/

Nathan.