mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 19:51:51 +09:00
tbas bugfix
This commit is contained in:
@@ -1869,7 +1869,7 @@ bF._opPrc = {
|
|||||||
// function call in itself has highest precedence
|
// function call in itself has highest precedence
|
||||||
"`":10, // MJOIN
|
"`":10, // MJOIN
|
||||||
"^":20,
|
"^":20,
|
||||||
"*":30,"/":30,"\\":20,
|
"*":30,"/":30,"\\":30,
|
||||||
"MOD":40,
|
"MOD":40,
|
||||||
"+":50,"-":50,
|
"+":50,"-":50,
|
||||||
"NOT":60,"BNOT":60,
|
"NOT":60,"BNOT":60,
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// Version 1.0 Release Date 2020-12-28
|
// Version 1.0 Release Date 2020-12-28
|
||||||
// Version 1.1 Release Date 2021-01-28
|
// Version 1.1 Release Date 2021-01-28
|
||||||
// Version 1.2 Release Date 2021-05-05
|
// Version 1.2 Release Date 2021-05-05
|
||||||
// Version 1.2.1 Release Date 2021-12-01
|
// Version 1.2.1 Release Date 2021-12-02
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2020-2021 CuriousTorvald
|
Copyright (c) 2020-2021 CuriousTorvald
|
||||||
@@ -1953,7 +1953,7 @@ bF._opPrc = {
|
|||||||
// function call in itself has highest precedence
|
// function call in itself has highest precedence
|
||||||
"`":10, // MJOIN
|
"`":10, // MJOIN
|
||||||
"^":20,
|
"^":20,
|
||||||
"*":30,"/":30,"\\":20,
|
"*":30,"/":30,"\\":30,
|
||||||
"MOD":40,
|
"MOD":40,
|
||||||
"+":50,"-":50,
|
"+":50,"-":50,
|
||||||
"NOT":60,"BNOT":60,
|
"NOT":60,"BNOT":60,
|
||||||
|
|||||||
20
assets/oled.gpl
Normal file
20
assets/oled.gpl
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
GIMP Palette
|
||||||
|
Name: tsvm-oled
|
||||||
|
Columns: 16
|
||||||
|
#
|
||||||
|
0 0 0 Untitled
|
||||||
|
0 45 170 Untitled
|
||||||
|
0 170 0 Untitled
|
||||||
|
0 185 170 Untitled
|
||||||
|
170 0 0 Untitled
|
||||||
|
170 45 170 Untitled
|
||||||
|
170 170 0 Untitled
|
||||||
|
170 170 170 Untitled
|
||||||
|
0 0 0 Untitled
|
||||||
|
0 68 255 Untitled
|
||||||
|
0 255 0 Untitled
|
||||||
|
0 255 255 Untitled
|
||||||
|
255 0 0 Untitled
|
||||||
|
255 68 255 Untitled
|
||||||
|
255 255 0 Untitled
|
||||||
|
255 255 255 Untitled
|
||||||
Reference in New Issue
Block a user