gitweb on Svarog
projekti pod git sistemom za održavanje verzija -- projects under the git version control system
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 99fe23a)
raw | patch | inline | side by side (parent: 99fe23a)
author | Doni Pracner <quinnuendo@gmail.com> | |
Sun, 19 Jan 2014 19:19:33 +0000 (20:19 +0100) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Sun, 19 Jan 2014 19:19:33 +0000 (20:19 +0100) |
src/mjc2wsl.java | patch | blob | history |
diff --git a/src/mjc2wsl.java b/src/mjc2wsl.java
index 586397978394039c45dc3a1d512405e6b529015f..4c7618f2a212f0dbdffafebb7915a270fc783666 100644 (file)
--- a/src/mjc2wsl.java
+++ b/src/mjc2wsl.java
}
//TODO neg, shl, shr, inc
+
+ case inc : {
+ int b1 = get(), b2 = get();
+ prl(loc(b1)+" := " +loc(b1)+" + "+b2);
+ break;
+ }
//TODO new_ newarray
case new_ :
get();//needs a short, but a byte will be taken bellow as well