{"id":884,"date":"2020-12-08T11:43:30","date_gmt":"2020-12-08T11:43:30","guid":{"rendered":"https:\/\/www.ecsdump.net\/?page_id=884"},"modified":"2020-12-08T11:43:30","modified_gmt":"2020-12-08T11:43:30","slug":"disk-address-packet-dap","status":"publish","type":"page","link":"https:\/\/www.ecsdump.net\/?page_id=884","title":{"rendered":"Disk Address Packet (DAP)"},"content":{"rendered":"\n<pre lang=\"language-asm\">\n;***********************************************************************\n; *\n; *  daptable.inc -- Disk Address Packet\n; *\n; *  ===================================================================\n; *\n; *    Version 1.0       Michael K Greene <mikeos2@gmail.com>\n; *                      March 2019\n; *\n; *  ===================================================================\n; *\n; *  Description: DAP : LBA Disk Address Packet\n; *\n; *  ===================================================================\n; *\n; *   This program is free software; you can redistribute it and\/or modify\n; *   it under the terms of the GNU General Public License as published by\n; *   the Free Software Foundation; either version 2 of the License, or\n; *   (at your option) any later version.\n; *\n; *   This program is distributed in the hope that it will be useful,\n; *   but WITHOUT ANY WARRANTY; without even the implied warranty of\n; *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n; *   GNU General Public License for more details.\n; *\n; *   You should have received a copy of the GNU General Public License\n; *   along with this program; if not, write to the Free Software\n; *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n; *\n; **********************************************************************\n\n\nDAP_TABLE    struc\n\nDAP_size        db  0x10        ; packet size\nDAP_unused      db  0x00        ; unused\nDAP_num_sectors\tdw  0x0000      ; number of sectors, I usually set to cluster size\nDAP_buffer_off\tdw  0x7E00      ; read to buffer offset\nDAP_buffer_seg\tdw  0x0000      ; read to buffer segment\nDAP_sector_low\tdd  0x00000000\t; lower LBA\t\nDAP_sector_high\tdd  0x00000000\t; upper LBA\n\nDAP_TABLE    ends\n\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>;*********************************************************************** ; * ; * daptable.inc &#8212; Disk Address Packet ; * ; * =================================================================== ; * ; * Version 1.0 Michael K Greene ; * March 2019 ; * ; * =================================================================== ; * ; * Description: DAP : LBA Disk Address Packet ; * ; * =================================================================== ; * ; * This program&hellip;<\/p>\n<p><a class=\"more-link\" href=\"https:\/\/www.ecsdump.net\/?page_id=884\" title=\"Continue reading &lsquo;Disk Address Packet (DAP)&rsquo;\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"parent":659,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/full-width.php","meta":{"footnotes":""},"categories":[4,56],"tags":[20,99,53],"wf_page_folders":[69],"class_list":["post-884","page","type-page","status-publish","hentry","category-boot-process","category-watdos","tag-boot","tag-fat","tag-watdos"],"jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/www.ecsdump.net\/index.php?rest_route=\/wp\/v2\/pages\/884","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ecsdump.net\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.ecsdump.net\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.ecsdump.net\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ecsdump.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=884"}],"version-history":[{"count":0,"href":"https:\/\/www.ecsdump.net\/index.php?rest_route=\/wp\/v2\/pages\/884\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.ecsdump.net\/index.php?rest_route=\/wp\/v2\/pages\/659"}],"wp:attachment":[{"href":"https:\/\/www.ecsdump.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=884"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ecsdump.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=884"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ecsdump.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=884"},{"taxonomy":"wf_page_folders","embeddable":true,"href":"https:\/\/www.ecsdump.net\/index.php?rest_route=%2Fwp%2Fv2%2Fwf_page_folders&post=884"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}