Block a user
e3c885085d
Consolidate tests
7ca54d179d
lib/expr: make EXPR_PARSE "tail" HL
73a5275b1e
lib/parse: make parseBinaryLiteral "tail" HL
dcb96aefe9
lib/parse: remove parseHexPair
2503bdfced
lib/args: remove
5f2615a134
at28w: don't use lib/args
346bcc3d3d
zasm: don't use lib/args
d0f031939f
lib/parse: make parseLiteral a little tighter
15628da7de
lib/expr: make EXPR_PARSE put result in DE instead of IX
981c93bfd4
lib/expr: fix stack imbalance on failure
4760d044c0
test_expr: simplify
213614af33
lib/expr: make recursion process a bit more orderly
f896547ea9
added a usage text to exportcomponent
f7cc00822a
added two programs using the RPC library, for exporting and importing programs over the network
7410891ad1
lib/expr: fix unary minus
6d88c3a754
parseExprDE --> parseExpr
5301200d6f
basic: parseExpr --> parseExprDE
476178ee7c
zasm: parseExpr --> parseExprDE
025b90909f
Update bootstrap bin
98ca338aba
avra: add LD/ST
51e500e8da
avra: avoid pgm addr truncation error on first pass
b955a67daa
avra: add TST
6e1e8e0e59
avra: add LSL
8ded02bc78
avra: fix misordered MOV, MUL, NEG and NOP
0d01b03ddc
cleaned up vtunnel, should actually work now
cf0cf32642
configured the scheduler to be more ... responsive.
c7213d4cbe
updated a function comment to be more ... accurate
4ef792a06d
added an initial vtunnel implementation
68130b80a6
made the shell look at libraries in _G.libs as well as just _G
effcadc915
bugfix for getChannel
b938640625
improved vtunnel compatibility with real tunnel cards
36d5df5fcc
added pcap.lua for the vtunnel bridge, whoops
3496f70d6d
added an initial InterMinitel packet dissector for Wireshark
5c1730d9d3
updated vtunnel documentation
11ec131ab8
Updated the OpenOS vTunnel client, added pcap output to the vTunnel bridge.
970926efb6
made the vtunnel bridge not repeat packets to the connection that sent them
c968995ec0
avra: add CBI and SBI
5c43988649
avra: code consolidation
b130cac635
avra: code consolidation
52359a4e42
avra: a little code deduplication
e9c692ed50
avra: a litte bit of code deduplication
dcf0cb75ae
made spawnfile queue an event on a process ending, changed the shell to use it
8404946eba
removed chatbox-dprint from the default modules
560cd4e0c7
made serialization have an extra param for display
b370a90618
commented some scheduler functions