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

@ -1,6 +1,6 @@
{
"name": "pcjs",
"version": "1.20.9",
"version": "1.30.0",
"description": "Node-enabled version of PCjs",
"engine": "node ^0.12.7",
"main": "server.js",
@ -109,6 +109,8 @@
"./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",