var container = document.createElement("div");
container.innerHTML = "<h3 class=\"feed-title\"><a href=\"https://www.root42.de/blog\" target=\"_blank\">root42<\/a><\/h3><h4 class=\"feed-item-title\"><a href=\"https://www.root42.de/blog/?p=832\" target=\"_blank\">Let’s Code MS DOS 0x2B: Memory and Pointers<\/a><\/h4><p class=\"feed-item-desc\">Here is a little refresher on how memory management and pointers work in the C programming language, and especially under real mode MS DOS programs…<\/p><h4 class=\"feed-item-title\"><a href=\"https://www.root42.de/blog/?p=828\" target=\"_blank\">Let’s Code MS DOS 0x2A: Background Adlib Music<\/a><\/h4><p class=\"feed-item-desc\">We already learned how to program the Adlib sound card to produce percussion and melodic instruments. Now we tackle the problem of getting real music…<\/p><h4 class=\"feed-item-title\"><a href=\"https://www.root42.de/blog/?p=825\" target=\"_blank\">Let’s Code MS DOS 0x29: Extended Memory XMS<\/a><\/h4><p class=\"feed-item-desc\">In the previous episode we learned how to use Expanded Memory even down to the original IBM PC. From the IBM AT and other 286…<\/p><h4 class=\"feed-item-title\"><a href=\"https://www.root42.de/blog/?p=822\" target=\"_blank\">Commodore PET: 40K RAM with SoftROM<\/a><\/h4><p class=\"feed-item-desc\">The Commodore PET was one of the first true PCs. The entry model PET 2001 in 1977 came with 8K of RAM. My own PET…<\/p><h4 class=\"feed-item-title\"><a href=\"https://www.root42.de/blog/?p=819\" target=\"_blank\">Black Amiga 500<\/a><\/h4><p class=\"feed-item-desc\">Many a computer from the 1980s is today yellowed and brittle. The plastics age considerably over the decades. You can do some mitigation by retrobrighting…<\/p><div style=\"text-align: end;\">\n  <a href=\"https://rss.bloople.net/\" target=\"_blank\" style=\"color: #000000;\">Powered by RSS 2 HTML<\/a>\n<\/div>\n\n<!-- To create this output, visit: https://rss2html.net/build_embeds/new?embed_render_title=false&feed_render_description=false&feed_render_image=false&item_count=5&item_max_words=25&strip_html=false&template=legacy&url=https%3A%2F%2Fwww.root42.de%2Fblog%2F%3Ffeed%3Drss2 -->\n";
var nodes = [].slice.call(container.childNodes);
var script = document.scripts[document.scripts.length - 1];
var parent = script.parentNode;
while(nodes.length > 0) parent.insertBefore(nodes.shift(), script);
parent.removeChild(script);
