GitHub - nevesnunes/z80-sans: OpenType font that disassembles Z80 instructions

OpenType font that disassembles Z80 instructions. Contribute to nevesnunes/z80-sans development by creating an account on GitHub.

GitHub
C64 Gets A Modern Interactive Disassembler

If you want to pull apart a program to see how it ticks, you’re going to need a disassembler. [Ricardo Quesada] has built Regenerator 2000 for just that purpose. It’s a new interactive …

Hackaday
I Hacked This Temu Router. What I Found Should Be Illegal.

🏫 MY COURSESSign-up for my FREE 3-Day C Course: https://lowlevel.academy🧙‍♂️ HACK YOUR CAREERWanna learn to hack? Check out my FREE course at: https://stac...

YouTube

I've just released Regenerator 2000 v0.6.2

Many new features:
- Proper Windows support
- Mouse
- Bitmap View, Blocks View, improvements in the other views
- Improved search
- Improved navigation
- Better and extended pre-defined labels
- Export/Import to VICE labels
- Better cmd-line support
and more!

https://github.com/ricardoquesada/regenerator2000/releases/tag/v0.6.2

#retrocomputing #disassembler #commodore #tui

I just started using Dosbox for the first time ever, on Linux. That's because I finally found a copy of the PC (DOS) version of the Texas Instruments asm7 assembler for the TMS7000. Unfortunately I have not found the other tools that would have originally accompanied the assembler, such as the linker. Still, it will be useful as a sanity check on my newly written TMS7000 disassembler.
#tms7000 #assembler #disassembler #retrocomputing

Introducing Regenerator 2000, an interactive disassembler for 6502, tailored for Commodore 8-bit machines like the C64.

Includes modern features like: undo/redo, arrows, cross-references, different types of blocks: code, bytes, address, screencode, undefined and more. Different views like hex dump, charset, sprites, blocks.

TUI (text-based interface).
Fast, extremely fast.
Open source
https://github.com/ricardoquesada/regenerator2000

#disassembler #commodore64 #tui #commodore #8bit #retrocomputing

I fixed a few bugs in my TMS7000 disassembler (though there are many more), and added a brief description of the format of the XML definitions file that it can use.
#tms7000 #disassembler #retrocomputing
My TMS7000 disassembler is now minimally functional, and very minimally documented, but I've made a git repository publicly available on Codeberg:
https://codeberg.org/brouhaha/tms7000
I don't promise that anything works correctly, or that the output can be assembled back to the original binary. That is the intention, but as the assembler is not yet ready, I can't yet test that.
#TMS7000 #disassembler #retrocomputing
tms7000

Disassembler for TI TMS7000 family microprocessors and microcontrollers

Codeberg.org