pcjs/disks/pc/tools/microsoft/basic/manifest.xml
Jeff Parsons c8aec14b0b Follow my own advice and write any 32-bit hex constant > 0x7fffffff as (constant|0)
The Closure Compiler does a fine job of replacing all such expressions with their decimal equivalent, relieving us from having to calculate them ourselves, and eliminating any runtime impact
2015-02-19 11:18:40 -08:00

16 lines
No EOL
828 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.17.2/manifest.xsl"?>
<manifest type="software">
<title>MS BASIC</title>
<version/>
<type>Tool</type>
<category>BASIC Compiler</category>
<author>Microsoft</author>
<releaseDate/>
<disk id="disk01" size="368640" chs="40:2:9" img="private/BASCOM536.img" href="/disks/pc/tools/microsoft/basic/BASCOM536.json" md5="9f60598a1c85ffac3639611a3e94e83d" md5json="b60517d447af09c48928621b65e7fff2">
<name>MS BASIC (Compiler v5.36)</name>
</disk>
<disk id="disk02" size="368640" chs="40:2:9" img="private/QUICKBASIC-DISK1.img" href="/disks/pc/tools/microsoft/basic/QUICKBASIC-DISK1.json" md5="08e6fbd8be024cd965a4be8554f18d77" md5json="72f2bcbe228131b766c18f881e7ac67e">
<name>MS BASIC (QuickBASIC v2.0)</name>
</disk>
</manifest>