A new version of ccz80 was released yesterday. New features in this version:
- New option /include to specify paths to files to be included in the program
- Allowed the use of labels with the operators == and !=
- Allowed assembler undocumented instructions (using registers IXh, IXl, IYh, IYl and rotate/shift instructions)
- If the parameter of the repeat command is set to 0 no loop is executed (previously it was executed 65536 times)
- No runtime error when an element is omitted in a list separated by commas (for instance in function parameters)
- Optimization to remove function parameters from the stack after its execution
- Improvements in multiplication, division and modulo operations and some imprevements to optimize the code
- Improvements in the assembler source code generated when using the option /asm
- A message is shown when the compilation is finished without errors
Relevant link: ccz80 website
Comentários (5)
Por Whizzy
Master (213)
31-03-2009, 11:20
Por ARTRAG
Enlighted (6935)
01-04-2009, 00:20
Por Yukio
Paragon (1540)
03-04-2009, 03:53
Por Dinoneno
Resident (41)
03-04-2009, 17:58
Por Dinoneno
Resident (41)
13-04-2010, 21:06