Search Criteria
Package Details: xasm 3.2.1-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/xasm.git (read-only, click to copy) |
---|---|
Package Base: | xasm |
Description: | 6502 cross-assembler with original syntax extensions. By default it generates binaries for Atari 8-bit computers. |
Upstream URL: | https://github.com/pfusik/xasm |
Licenses: | LicenseRef-Poetic |
Submitter: | marcinn |
Maintainer: | None |
Last Packager: | dreieck |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-10-27 06:51 (UTC) |
Last Updated: | 2025-05-03 11:02 (UTC) |
Dependencies (5)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- asciidoc (asciidoc-gitAUR) (make)
- dmd (make)
- patch (patch-gitAUR) (make)
Required by (1)
- asap-chiptunes-player-git (make)
Latest Comments
dreieck commented on 2025-05-03 11:03 (UTC)
Fixed the package (one-time fix, I am not going to maintain this, since I maintain
xasm-git
).dreieck commented on 2025-02-09 11:09 (UTC)
package()
fails on missingxasm.1
:Regards and thanks for maintaining!
dreieck commented on 2023-05-06 12:05 (UTC)
Ideas for a
PKGBUILD
overhaul (additional needed (make)dependencies, installation usingmake install
) can be found ↗ here.dreieck commented on 2023-05-06 11:38 (UTC)
Fails to build for me with
xasm.d(1360): Error: switch case fallthrough - use 'goto case;' if intended
:Regards!