-
FYI there's already some support
https://github.com/BartmanAbyss/ghidra-amiga
https://github.com/czietz/ghidraScripts_for_Atari
https://github.com/gnulnulf/Ghidra-TMS9900
-
The following are the platforms that people have expressly requested this emulator add:
* Apple IIgs;
* ~~ZX Spectrum;~~
* later Macintoshes; and
* the NES.
These are in no particular order. …
-
The code emitted by gcc to do bit shifts of 32-bit values is incorrect and fails when the shift count is 16. It seems that gcc assumes a shift count of 0 will in fact not do any shift but on the TMS9…
-
In tms9900.c, a check should be made to ensure a string is still open:
`--- a/dev/gcc-4.4.0/gcc/config/tms9900/tms9900.c
+++ b/dev/gcc-4.4.0/gcc/config/tms9900/tms9900.c
@@ -720,7 +725,7 @@ void …
-
Current HEAD (080401), Mint 22 (gcc 13.2, glibc 2.39, readline 8.2), no `naken_asm` currently built or installed.
The following:
```bash
#!/usr/bin/env bash
# vim: tabstop=4 shiftwidth=4 expandtab…
melak updated
3 weeks ago
-
Hi,
I have been looking at your disassembly with the aim of porting West Bank to the TI-99/4A, but I noticed that the committed skool file is not quite up to data with the HTML version at https://p…
-
I've notices that many of the Hello World programs don't run or aren't of high quality code, so I've created a list of languages that can check the boxes when the language is either fixed or checked.
…
-
I can't compile mame-rr although the condition that
downloading
・mame-rr-0.139.zip
・mingw-mame-20100102.exe
and setup and compile them
as README.md wrote.
Console outputs are as below.
Wha…
-
Report from https://github.com/electrickery
My target is the TMS70C02 processor. This is what seems to work:
_For constants, libasm seems to use C-type presentations_
**Directives**:
ORG …
-
I'm curious on which processors people run their Forth applications?