-
Some error messages given by AS are hilariously generic, even though the assembler has enough information to give a better diagnostic. Need to investigate the feasibility of improving those error mess…
-
src/i_video.h looks like it contains code for polling the mouse, which I don't believe happens on these consoles.
There is a look up table that right shifts a 19 bit number down to 13 to get resul…
-
When disassembling M68K code, I ran into problems within `Reko.Core.Expressions.ExpressionTypeAscenderBase.PullDiffDataType()` during the "Reconstruct data types" phase.
First, I ran into problem…
-
Since the moveq issue was talked about elsewhere, I had an idea on a simple way to specify how moveq should be treated. If you want to specifically ignore the 32-bit extension logic, you could use mov…
-
## Resources
* https://blogs.msdn.microsoft.com/luisdem/2016/10/11/net-core-how-to-publish-a-self-contained-application-exe/
* https://docs.microsoft.com/en-us/dotnet/core/deploying/index
* https…
-
I'm developing an app with Retro68 and I would like to call [a third-party library](https://curl.se) that [cannot be compiled](https://github.com/autc04/Retro68/issues/114) with Retro68 but which can …
-
Currently there's very mild support for "asm" as a language type, but [the definition file](https://github.com/geany/geany/blob/master/data/filedefs/filetypes.asm) seems to just be partial support for…
-
have the project considered port to other architecture?
Motorola 68K 010, 020, 030, 040, 060, 080
big.endian,
Amiga500-2000,3k,4k, AtariST, Apple McIntosh
https://youtu.be/oyR-2HlAkv4?t=448 "pc-…
-
Sega Mega Drive has special handlers for opcodes that started with 0xF/0xA nibbles. In these cases Sega calls vectors places at 0x0B(LineF) and at 0x0A(LineA) positions in vectors table.
As minimum…
-
TBP is [indirectly](http://hamsterworks.co.nz/mediawiki/index.php/Arduino_Basic) based on [[Gordon Brandly]'s 68000 Tiny Basic](https://web.archive.org/web/20170306113457/http://members.shaw.ca:80/gbr…