Revision |
Author |
Date |
Windows 32bit |
Windows 64bit | Commit log |
v0.11.0-153-ga8c277c |
Kingcom |
2022-05-16 21:42:00 |
|
Download |
Merge: ee166d2 0eaf3b5 Merge pull request #222 from Prof9/fix-arm-thumb-immediate-checks Fix up some ARM/THUMB immediates jank |
v0.11.0-148-g0eaf3b5 |
Prof. 9 |
2022-05-15 23:14:04 |
No build |
Update Immediates tests and add ImmediatesInvalid test |
v0.11.0-147-g848c808 |
Prof. 9 |
2022-05-15 23:09:52 |
No build |
ARM/THUMB: Tidy up immediate error messages a bit |
v0.11.0-146-gee166d2 |
Kingcom |
2022-05-16 21:41:14 |
|
Download |
Merge: 3be6591 f26ad90 Merge pull request #221 from Prof9/open-input-equals-output .open: Specify copying behavior in Readme and add tests (#99) |
v0.11.0-146-gda3cd2e |
Prof. 9 |
2022-05-15 23:00:36 |
No build |
THUMB: Implement auto add<->sub rewriting for THUMB |
v0.11.0-145-gf26ad90 |
Prof. 9 |
2022-05-15 16:56:42 |
No build |
.open: Add tests for failure modes; adjust test runner to accept errors if expected.txt does not exist and expected exit code != 0 |
v0.11.0-145-g361f2f0 |
Prof. 9 |
2022-05-15 19:21:11 |
No build |
ARM: Add conversion for add<->sub |
v0.11.0-144-gd116637 |
Prof. 9 |
2022-05-15 16:55:50 |
No build |
.open: Check for possible copy error during validation stage |
v0.11.0-144-ga8a59a3 |
Prof. 9 |
2022-05-15 18:07:48 |
No build |
ARM: Fix shifted immediate check causing e.g. add r0,0x123 being encoded as 0xFFFFFFFF |
v0.11.0-143-gb8a0e36 |
Prof. 9 |
2022-05-15 16:00:21 |
No build |
.open: Explicitly document copy behavior in Readme and cleanup .open/.create documentation a bit |
v0.11.0-143-g63237bd |
Prof. 9 |
2022-05-15 18:05:47 |
No build |
THUMB: Fix cmp r0,-1 being silently converted to cmp r0,0xFF |
v0.11.0-142-g3be6591 |
Kingcom |
2022-05-07 14:02:23 |
|
Download |
Merge: 87d44e4 025deec Merge pull request #220 from Prof9/fix-encoding-error-code Add late check for errors before exiting (fixes #99) |
v0.11.0-141-g025deec |
Prof. 9 |
2022-05-05 17:26:06 |
No build |
Add late check for errors before exiting (fixes Kingcom/armips#99) |
v0.11.0-140-g87d44e4 |
Kingcom |
2022-04-22 21:47:29 |
|
Download |
Merge: a6e8915 c875333 Merge pull request #217 from Prof9/fix-nocash-msg Fix No$gba debug messages |
v0.11.0-139-gc875333 |
Prof. 9 |
2022-04-22 19:26:12 |
No build |
Fix No$gba debug messages; account for empty message and max length edge cases |
v0.11.0-138-ga756be7 |
Prof. 9 |
2022-04-22 19:24:21 |
No build |
Add unit test for No$gba debug messages |
v0.11.0-137-ga6e8915 |
Kingcom |
2022-04-22 21:44:27 |
|
Download |
Merge: 8ce1914 92cd7de Merge pull request #218 from Prof9/fix-ascii-check Fix non-ASCII check in data directives; promote error to warning |
v0.11.0-136-g92cd7de |
Prof. 9 |
2022-04-22 21:02:32 |
No build |
Fix ASCII check in data directives; promote error to warning |
v0.11.0-135-g0861f33 |
Prof. 9 |
2022-04-22 20:54:33 |
No build |
Add unit test for non-ASCII characters in .ascii/basic data directives |
v0.11.0-134-g8ce1914 |
Kingcom |
2022-04-22 21:39:03 |
|
Download |
Merge: a2a0696 785199b Merge pull request #219 from Prof9/fix-msvc-ci Fix GitHub actions MSVC build: set to windows-2022 and update generator to VS2022 |