Reverse engineering Microsoft BASIC
From Ben Eater. Code: https://github.com/beneater/msbasic More 6502: https://eater.net/6502 Support these videos on Patreon: https://www.patreon.com/beneater or https://eater.net/support for other ways to support. 0:00 – Previous functionality 1:28 – Analyzing PRINT code 6:24 – Looking at what’s in the zero page 16:38 – Copying logic from PRINT 19:30 – String descriptors and memory management 25:23 – Testing…