CodeX Assembler v1.0
   
|
Have seen really better(for example asm.com)
by FaFnir, on Thursday Mar 25, 2004
|
Its cool that can make all sort of code (.com,.exe16 .exe32 and so on) but its very sensitive on any unuseful characters like enter,space or tab(which are used to make your code good looking and readable)!!!
Reply To this Post Report as abusive.
| |
|
Hallo,
by Unknown, on Friday May 14, 2004
|
It´s really cool that this Assembler supports even the PIV! But what about Windows applications?
Reply To this Post Report as abusive.
| |
|
It is just for play....
by Unknown, on Tuesday Feb 08, 2005
|
U can't use .model or .stack directives, it doesn't let u use sentences like:
var1 db 'Hello'
message_long equ ($-var1) ; this last one...
and a lot of other stuff not working
Much far from the TASM or NASM.
Reply To this Post Report as abusive.
| |
|