-
## Environment
```sh
Wed Dec 28 03:22:07 PM EST 2022
radare2 5.8.1 29769 @ linux-x86-64 git.5.7.8-780-g99b72288bf
commit: 99b72288bf01b736e69ea5271935ec8b1cc2d495 build: 2022-12-28__14:38:38
Li…
-
In vasm copy, in order to move a general purpose register to a floating point register two memory access are being done: one to store an integer value in memory, and the other to load this value as a …
-
Great extenstion, thank you for excelent work!
I was wandering would it be possible to improve AsmONE compatibility by adding support for:
- IncIFFP - Include raw iff image
- IncIFFP - Include if…
-
I wish I knew earlier that [vasm](http://sun.hasenbraten.de/vasm/) existed. I didn't think any free tools existed for C166. Always nice to eliminate dependencies on proprietary software, plus it looks…
-
Cloudstrife already reworked these sources to use vasm+vlink and cleaned them from some errors in the way WinAPE manages relative jumps. We should use his sources which have been checked to build a wo…
-
https://reviews.facebook.net/D50415#inline-359421
then new arithmetic vasms that doesn't need to handle the SF (like addi) could be used for sure.
-
This line will not compile:
` include mystuff.asm`
An error will be thrown because the file is not found.
Could the path of the source file be added by default as an include path as well wh…
-
Hello,
Try to compile your code, but missing the bin files. How to make them?
Cheers,
Jan
-
This is not a bug report but more a feature request. I know you can configure a lot of things in 10x using regex parsing. I saw you recently improved the error line parsing for GCC.
Is it possible …
-
`asm68k` originally came from the leaked Psy-Q Sega Saturn SDK and is an old proprietary assembler that has not been maintained in 25 years. It is also Windows-only, although it does work with Wine.
…