Search Criteria
Package Details: tpasm 1.12-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tpasm.git (read-only, click to copy) |
---|---|
Package Base: | tpasm |
Description: | A cross assembler for 6805, 6809, 68HC11, 6502, Sunplus, 8051, Z80, PIC, AVR and c166 |
Upstream URL: | http://www.sqrt.com/ |
Licenses: | GPL |
Submitter: | None |
Maintainer: | uffe |
Last Packager: | uffe |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2012-08-07 20:30 (UTC) |
Last Updated: | 2023-07-10 13:26 (UTC) |
Dependencies (1)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
Latest Comments
Amphitryon commented on 2021-04-14 22:23 (UTC)
I also discovered a core dump whenever tpasm reports an invalid opcode. I suspect the issue is that calling two functions from the vprintf family in with the same set of arguments is undefined behaviour. Re-working listing.c to avoid doing that seems to solve it. Here is the change as a patch:
Amphitryon commented on 2021-04-14 21:11 (UTC)
To add to my own previous comment, I forgot to mention I was having the issue with 6502 assembly. I think I have found the bug. In processors/6502.c:52:
should be
To allow for the terminating NUL byte that sizeof includes and strlen does not.
Amphitryon commented on 2021-04-14 18:57 (UTC)
Does anyone know about bug reporting for this package? Looking on the home page for it there doesn't seem to be anything there and yet I have version 1.10 also built via AUR so there has to have been some development.
Anyway, what I am experiencing is that with v1.11 I get core dumps and also strange error messages, typically relative offset out of range on instructions that don't even use relative addressing (like JMP or LDA). Reverting to v1.10 assembles the same file without error.
stevenhoneyman commented on 2014-06-03 19:14 (UTC)
stevenhoneyman commented on 2014-06-03 13:36 (UTC)