Search Criteria
Package Details: dasm 2.20.14.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/dasm.git (read-only, click to copy) |
|---|---|
| Package Base: | dasm |
| Description: | A versatile macro assembler with support for several 8-bit microprocessors including 6502, 6507, 6803, HD6303, 68HC11, 68705, and F8 |
| Upstream URL: | https://dasm-assembler.github.io/ |
| Licenses: | GPL2 |
| Provides: | dasm, ftohex |
| Submitter: | FryDay |
| Maintainer: | FryDay |
| Last Packager: | FryDay |
| Votes: | 5 |
| Popularity: | 0.000000 |
| First Submitted: | 2016-12-30 00:31 (UTC) |
| Last Updated: | 2021-12-03 14:23 (UTC) |
Latest Comments
Popolon commented on 2025-01-25 00:33 (UTC)
Warning, doc should not be in /usr/share/docs/dasm but in /usr/share/doc/dasm (that's the case for all other packages).
felipebalbi commented on 2020-05-15 10:35 (UTC)
Here's a patch to update
dasmto 2.20.13. Note that I've also included a change to.gitignoreto make sure tarballs andpkgorsrcdirectories can't be added to the repository:marcinn commented on 2019-10-27 20:14 (UTC)
If anybody is interested there are two alternative assemblers: - mads: https://aur.archlinux.org/packages/mads/ - xasm: https://aur.archlinux.org/packages/xasm/
marcinn commented on 2019-10-26 17:54 (UTC)
Source is outdated. Here is PKGBUILD patch:
FryDay commented on 2019-07-30 12:28 (UTC)
Excellent, thank you! I'll get this applied later today.
ASzc commented on 2019-07-30 01:01 (UTC)
Patch that includes docs and header files in the package: http://ix.io/1Q0R
With this change, headers can be included while using dasm with e.g.
-I/usr/include/dasm/atari2600