Working on v1.30.0, starting with cleaner separation of opcode function helpers from other (eg, control-flow) helpers

This commit is contained in:
Jeff Parsons 2016-03-04 16:23:22 -08:00
commit ba104d23b2
165 changed files with 1412 additions and 1332 deletions

View file

@ -31,7 +31,7 @@ gems:
pcjs:
domain: pcjs.org # whereas site.url is used for linking purposes, site.pcjs.domain is used for display purposes
version: 1.20.9 # IMPORTANT: keep pcjs.version in sync with package.json:version
version: 1.30.0 # IMPORTANT: keep pcjs.version in sync with package.json:version
compiled: true # by default, the compiled pcjs.version scripts will be used (eg, pc.js or pc-dbg.js)
pc_scripts: # if pcjs.compiled is false, the following scripts will be included instead, in the order listed
- /modules/shared/lib/defines.js
@ -55,6 +55,8 @@ pcjs:
- /modules/pcjs/lib/x86cpu.js
- /modules/pcjs/lib/x86fpu.js
- /modules/pcjs/lib/x86func.js
- /modules/pcjs/lib/x86flow.js
- /modules/pcjs/lib/x86help.js
- /modules/pcjs/lib/x86ops.js
- /modules/pcjs/lib/x86op0f.js
- /modules/pcjs/lib/x86modb.js