Author Topic: newbie need help  (Read 1563 times)

0 Members and 1 Guest are viewing this topic.

Ateneo

  • Guest
newbie need help
« on: 2005-07-01 13:56:30 »
Hi, i would like to start making an Asm, does anybody has good links to pages that talk about this topic?

thanks a lot

tspier2

  • Guest
Re: newbie need help
« Reply #1 on: 2005-07-20 17:45:14 »
Personally, I would create a parser instead of the assembler itself. A parser takes the text and converts it to something else, before compiling and running. Therefore you could have your fancy text, and then have it translate into like NASM or FASM, etc. You can create this by using LibertyBASIC or JustBASIC. You can download the source code for the parser Leopard, which will get you off to a great start. Good Luck!