mirror of
https://github.com/VARCem/Vasm.git
synced 2026-04-22 21:29:43 +00:00
Re-work output module #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @waltje on GitHub (Apr 25, 2023).
Re-work the output module such that output is written (in pass 2) on the fly, rather than at the end AFTER that pass.
This works better for hex-based files (Ihex, Srec) as they can then "skip" through the address space (creating sparse files) based on what is done with the .org directive.
This does not have any implications for the binary file "format".
@waltje commented on GitHub (Jun 24, 2023):
Fixed in #087ce28.