01.Jan.2019
|
Developer tools: vasm 1.8e and vlink 0.16b
Frank Wille has released updates of his assembler vasm and the corresponding linker vlink.
New in vasm 1.8e:
- New option -dwarf automatically generates line debug information for source level debugging in DWARF V2 or DWARF V3 format.
- New output module for Sharp X68000 Xfile executables. Can be selected with the -Fxfile option.
- Repeatedly included files are only loaded once into memory.
- m68k: Avoid wrong branch-optimization info messages with -opt-allbra.
- 6502: Fixed LDA (zp,X) in 65C02 mode (-c02).
- 6502: -wdc02 enables the WDC65C02 extensions, like RMB, SMB, BBR, BBS.
- 6502: Support for Hudson Soft HuC6280 (new option -6280).
- 6502: New directive SETDP to set the current zero/direct-page address for optimizations from abs to zp addressing modes.
- x86: Fixed crash with SWAPGS, when not supported by current cpu.
- std-syntax: Fixed potential buffer overflow when parsing macro arguments.
- output-hunk: Always try to include the full absolute source-path when writing LINE debug hunks (-linedebug option).
New in vlink 0.16b (having the same version number like a version released a year ago):
- (ados/ehf) Fixed possible segfault when linking resident modules.
- (ados/ehf) Allow linking/stripping executables again.
(cg) (Translation: dr)
[News message: 01. Jan. 2019, 22:42] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|