Calculator Community > Oasis

Oasis - cross platform z80 assembler

(1/17) > >>

Eeems:
I am currently working on making a z80 assembler for linux that i will be naming Oasis :) I hope to have almost all assembler syntax's out there so you dont have to change source files much. Currently i only have accessing the files, but hopefully i can start on the actual assembling soon :)

DJ Omnimaga:
Nice, and syntax for all current assemblers is a must, especially for people using old routines on ticalc.org. Good luck on this project :)

Eeems:
yeah that's something that's always irked me about other assemblers all their different syntax's

EDIT: ok, so I just finished getting includes to work, the assembler will now include files with relative paths using these syntax's:
--- Code: ---#include "file.inc"
#INCLUDE "file.inc"
.include "file.inc"
.INCLUDE "file.inc"
--- End code ---
any that I forgot?
I'm going to get rid of commented lines next :)

DJ Omnimaga:
Cool :D

Sadly I can't help but when it includes all syntaxes it will sure make things easier for people learning ASM.
* DJ Omnimaga wonders why most assemblers uses different ASM syntaxes? Shouldn't they have all used the original 83+ ASM syntax?

Builderboy:
I think the problem might be, that while all the calculators use the same code, all the compilers can be totally different but still compile correct code for the calculator, so there is no standard?

Navigation

[0] Message Index

[#] Next page

Go to full version