Thomas Jentzsch Posted April 12, 2021 Share Posted April 12, 2021 (edited) XASM has a number of quite useful tricks. E.g. pseudo-ops for conditional branches or 16 bit addresses, the smart use of ':' for concatenating and the index post-increments/decrements. I wonder if we should extend DASM similar or maybe provide a macro file which replicates them. Sometimes the latter will not be possible though. xasm.html Edited April 12, 2021 by Thomas Jentzsch Link to comment Share on other sites More sharing options...
Recommended Posts