- 28 Mar, 2019 2 commits
-
-
Charles Ferguson authored
Use GNU indent to process the source into a consistent pattern: `-nut -bli0 -i4 -l120 -lp -as -nbbo -cdw -npsl -npcs -cli4`
-
Charles Ferguson authored
`ADD rx, pc, #y` (and SUB) is processed into ADR statements instead. The JFTest tool now outputs differences as context diffs instead of the whole output.
-
- 26 Mar, 2019 1 commit
-
-
Charles Ferguson authored
The suffix ,ffa is now recognised as a module and gives the base PC address as 0, rather than 0x800.
-
- 23 Mar, 2019 5 commits
-
-
Charles Ferguson authored
Because of the way that file handles were not 'eof' until a failed read had occurred, we were reading one word too many. This has been corrected, and the correct number of words are read (rounded up to a word).
-
Charles Ferguson authored
Using '"string" + 1' as a means of referencing different parts of a static string isn't really that good a practice, efficient though it may be in some cases. It's still not 'fixed', but the warnings have been quoshed by using &"string"[1] instead.
-
Charles Ferguson authored
The 'use' cannot be used inside an eval - it won't trap. So instead, we just do a 'require'.
-
Charles Ferguson authored
A basic test that we can disassemble a module - the old LegacyBBC module that provides a bunch of the old BBC interfaces.
-
Charles Ferguson authored
A shift left of 32 is undefined behaviour for a 32bit type. The result in the MacOS compiled binary was that it would shift by 0. Because then the result was added to the shift right, the result was double that expected. Fortunately, this is an easy fix.
-
- 12 Mar, 2019 2 commits
-
-
Charles Ferguson authored
-
Charles Ferguson authored
Generated Makefile will let us build this for Unix-isms.
-
- 11 Mar, 2019 2 commits
-
-
Charles Ferguson authored
In order to allow the building of the tool on non-RISC OS systems, the source files containing the SWI tables are now checked in.
-
Charles Ferguson authored
-
- 05 Mar, 2001 2 commits
- 16 Mar, 1998 3 commits
- 11 Feb, 1998 3 commits
- 10 Feb, 1998 1 commit
-
-
gerph authored
-