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
This commit is contained in:
parent
31dfc55b11
commit
c8aec14b0b
153 changed files with 6296 additions and 188 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.17.1/manifest.xsl"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.17.2/manifest.xsl"?>
|
||||
<manifest type="software">
|
||||
<title>PC/IX 1.0</title>
|
||||
<disk id="disk01" size="368640" chs="40:2:9" img="private/01MAINT.RAW" href="/disks/pc/unix/ibm/pcix/01MAINT.json" md5="cdb2d803fc3b356f08f431612c23b152" md5json="e4ec579404d810b5e3ec08423b481553">
|
||||
|
|
|
|||
Loading…
Reference in a new issue