From 5b92659b97e04574dfb99170a72483f45e905937 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Fri, 23 Mar 2018 15:05:08 -0600 Subject: [PATCH] "Save As"; command-line assembler; 32-bit limit (so far) in opcodes --- Makefile | 4 ++++ css/ui.css | 3 +++ index.html | 15 ++++++++++++--- presets/verilog/femto16.json | 1 + presets/verilog/test.asm | 4 ++-- src/ui.js | 6 ++++++ src/worker/assembler.js | 29 ++++++++++++++++++++--------- src/worker/workermain.js | 2 +- 8 files changed, 49 insertions(+), 15 deletions(-) diff --git a/Makefile b/Makefile index 2db18638..e37275c7 100644 --- a/Makefile +++ b/Makefile @@ -21,3 +21,7 @@ archive: git archive --prefix 8bitworkshop- -o release/8bitworkshop-tools.zip HEAD tools +web: + ifconfig | grep inet + python2 -m SimpleHTTPServer 2>> http.out + diff --git a/css/ui.css b/css/ui.css index 0c38b524..8c49b3ee 100644 --- a/css/ui.css +++ b/css/ui.css @@ -98,6 +98,9 @@ div.mem_info { margin-left:8px; background-color: #666; } +.btn_label { + color: #ccc; +} .btn_group.debug_group { } .btn_group.view_group { diff --git a/index.html b/index.html index c0427c64..962393a4 100644 --- a/index.html +++ b/index.html @@ -39,10 +39,11 @@ ga('send', 'pageview'); ☰ +