Posts

Showing posts from June, 2026

AKD Code.

If you've any interest in reverse engineering old code, Ghidra does a pretty good job of it though it does seem rather massive overkill to run it against <400 bytes of assembler.  I hope nobody objects to this, I've tried and tried to locate schematics and information on this oddball radio but even the people I've managed to track down from Garex/AKD don't seem to have it.   If you own this code and object to my posting it here, please contact me, I *will* remove it but also bear in mind reverse engineering is legal.     This is the code from the AKD: LAB_fc00 XREF[1]: fffe(*) fc00 8e 00 1f LDS #0x1f fc03 86 2d LDAA #0x2d fc05 97 20 STAA DAT_0020 = FFh fc07 86 00 LDAA #0x0 fc09 97 22 STAA DAT_0022 ...