armips
armips copied to clipboard
An assembler for various ARM and MIPS platforms. Builds available at http://buildbot.orphis.net/armips/
For example, replace any occurrences (with proper alignment) of 0x01234567 in the currently open file with 0x89ABCDEF. I'm repointing something in a gba rom with armips; the problem is that...
I'm seeing a discrepancy between the way armips and gas encode the `break` instruction. The way I read the instruction set (least significant 6-bits=0xD, most significant 6-bits=0, middle 20-bits=immediate 'code'),...
Now that ARMIPS has automated builds for Windows, it would be nice if we had this for other platforms too. I've written a configuration for Travis CI which deploys to...
I've followed the build instructions but I get a giant error code. Here's the full command output: ``` gabriele@LAPTOP-GABBO:~/Downloads/armips-0.11.0/build$ cmake --build . [ 1%] Building CXX object CMakeFiles/armips.dir/Archs/Architecture.cpp.o In file...
The ARM instruction `ldrsh` fails to assemble, when an offset is added after loading from a register: ```asm ldrsh r3,[r0],2 ; expected: F2 30 D0 E0 ldrsh r3,[r0],-2 ; expected:...
The Automated Armips builds directory does not return any builds: https://buildbot.orphis.net/buildbot/buildbot.orphis.net/armips/index.php?m=fulllist ``` Not Found The requested URL was not found on this server. ```
Trying to access http://buildbot.orphis.net/armips/ and the request is timing out.
What's on the title, seems like `.importobj` doesn't respect the relativeinclude directive and works from cwd instead. Is this intended?
As of a8d71f0f279eb0d30ecf6af51473b66ae0cf8e8d, which came from #240, sections marked with SHT_NOBITS are no longer relocated. This is incorrect, as SHT_NOBITS only means that the section isn't supposed to end up...
While testing the linux builds generated through the current actions on WSL2, I ran into the following errors: ``` ./armips: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by ./armips) ./armips: /lib/x86_64-linux-gnu/libstdc++.so.6:...