flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
silkodyssey 08 Jun 2006, 01:49
If you can read HLA you could take a look at the HLABasic example in the hlaexamples package.
http://webster.cs.ucr.edu/AsmTools/HLA/hla_examples/HLABasic/index.html _________________ silkodyssey |
|||
![]() |
|
zubi 08 Jun 2006, 17:26
If you are interested in implementing the features of a language but not bother with source text parsing I recommend you to use so called compiler compilers which parse the source according to your grammar and give you the tokens. Then you'll need to do a semantic analysis and generate code. My suggestion for such thing is http://www.devincook.com/goldparser. I should warn you though, if you want to make something at least usable just don't unterestimate the task, it may prove especially daunting if you attempt to write it entirely in assembly languge, for which you say you're a newbie. You might consider writing it in a high level language, preferably with the one you have most experience, but making it generate code for FASM to assemble, instead of learning all the intricacies of object file formats, opcodes etc.
|
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.