Compare commits

...

2 Commits

Author SHA1 Message Date
Chris Cromer b204551c73 Update android version of jvon
Signed-off-by: Chris Cromer <chris@cromer.cl>
2019-04-09 20:35:04 -04:00
Chris Cromer 12523d3577 Fix memory check.
Signed-off-by: Chris Cromer <chris@cromer.cl>
2019-03-28 14:53:02 -03:00
4 changed files with 2 additions and 9 deletions

View File

@ -1,7 +0,0 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="PROJECT_PROFILE" value="Project Default" />
<option name="USE_PROJECT_PROFILE" value="true" />
<version value="1.0" />
</settings>
</component>

View File

@ -156,7 +156,7 @@
{{strings.credits_description}}&nbsp;<b>{{strings.credits_john}}</b><br/>
{{strings.credits_cromer}}<br/>
Ingeniería Civil en Informática, Universidad del Bío Bío, 2015<br/>
<a target="_blank" href="jvon-1.0.0.0.apk">Version android</a>
<a target="_blank" href="jvon-1.1.1.apk">Version android</a>
</div>
</body>
</html>

View File

@ -782,7 +782,7 @@ document.addEventListener('DOMContentLoaded', function () {
}
}
else if (syntax.type == "memory") {
if ($scope.check_memory_address(value) == true) {
if ($scope.check_memory_address(value) == true && $scope.check_memory_value(value) == true) {
value = parseFloat($scope.memory[value - 80]);
if (value < 0) {
// The exponent is negative

BIN
jvon-1.1.1.apk Normal file

Binary file not shown.