That Editor
The GitHub repository hosts a DOS-like editor created for video production, not ideal for general use. It reflects historical hardware and software limitations, tailored for specific vintage computing requirements.
Read original articleThe GitHub repository contains an editor designed for DOS environments, resembling a programming editor but not suitable for practical use. The editor was developed by the user for video production needs, considering the constraints and specifications of the hardware and software prevalent during that era.
Related
DOS game "F15 SE II" reversing: more stories and now on GitHub
The GitHub repository reconstructs F-15 Strike Eagle 2's source code to match the original at the CPU instruction level. It includes executables like `f15.com` and `egame.exe`, with build instructions provided.
Creating New Installation Media for MS-DOS 4.0
Microsoft released MS-DOS 4.00 source code in 2024, prompting the community to develop MS-DOS 4.01 due to missing official media. Challenges arose in recreating installation media, including creating stub executables and addressing missing files. Installation from floppies had mixed results, with various disk downloads provided for users. Feedback is welcomed on fabulous.community.
Looking ahead to 30 years of FreeDOS
FreeDOS, an open-source DOS implementation, marks its 30th anniversary on June 29, 2024. Created in 1994 as a response to Microsoft's DOS phase-out, it provides a free alternative for running programs efficiently.
Programming Like It's 1977
The article explores programming games on the Atari VCS, a pioneering hardware platform from the 1970s with constraints that inspired creativity. Coding in 6502 assembly language offers a retro experience. The Atari 2600+ release supports old hardware for modern gaming. Learning on the Atari VCS reveals early programmers' challenges and solutions, fostering creativity.
A Hex Editor for Reverse Engineers
ImHex is a versatile Hex Editor catering to Reverse Engineers and Programmers. It offers byte patching, search functions, theming, data interpretation tools, and more. The GitHub repository provides additional information.
Small 3D engines, C trickery, reverse engineering old video games, soundchip coding, creating a terminal emulator.. all that sort of gritty, low level fun stuff. Go to https://www.youtube.com/@Bisqwit/videos - hit "Popular", and find something that catches your eye.
Fanboy over and out.. :-)
For the why, see: https://www.youtube.com/watch?v=ZMBQmhO8KqI
Anybody who is into audio electronics should check out their application notes and datasheets as there is much to learn.
totally fan of this guys approach to pretty much everything :D. amazing inspiration, to me atleast
This editor is not meant to be used by humans.
Caveats:
* This version is hardcoded for Finnish keyboard layout.
That reasoning doesn't make much sense. I think he just wanted to write an editor (which is fine). I'm pretty sure I used DJGPP's RHIDE with 132 columns, and doing Turbo Vision stuff following the excellent documentation is pretty simple.
Related
DOS game "F15 SE II" reversing: more stories and now on GitHub
The GitHub repository reconstructs F-15 Strike Eagle 2's source code to match the original at the CPU instruction level. It includes executables like `f15.com` and `egame.exe`, with build instructions provided.
Creating New Installation Media for MS-DOS 4.0
Microsoft released MS-DOS 4.00 source code in 2024, prompting the community to develop MS-DOS 4.01 due to missing official media. Challenges arose in recreating installation media, including creating stub executables and addressing missing files. Installation from floppies had mixed results, with various disk downloads provided for users. Feedback is welcomed on fabulous.community.
Looking ahead to 30 years of FreeDOS
FreeDOS, an open-source DOS implementation, marks its 30th anniversary on June 29, 2024. Created in 1994 as a response to Microsoft's DOS phase-out, it provides a free alternative for running programs efficiently.
Programming Like It's 1977
The article explores programming games on the Atari VCS, a pioneering hardware platform from the 1970s with constraints that inspired creativity. Coding in 6502 assembly language offers a retro experience. The Atari 2600+ release supports old hardware for modern gaming. Learning on the Atari VCS reveals early programmers' challenges and solutions, fostering creativity.
A Hex Editor for Reverse Engineers
ImHex is a versatile Hex Editor catering to Reverse Engineers and Programmers. It offers byte patching, search functions, theming, data interpretation tools, and more. The GitHub repository provides additional information.