Skip to content

Commit bd22c73

Browse files
authored
Merge pull request #894 from boriel-basic/refact/runtime_lib
Refact/runtime lib
2 parents 507afae + bd44012 commit bd22c73

33 files changed

Lines changed: 963 additions & 16837 deletions

tests/functional/arch/zx48k/einarshift.asm

Lines changed: 1 addition & 1040 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
DIM a AS UBYTE = 3
22
DIM b AS UBYTE = 2
33

4-
PRINT a << (3-b)
4+
LET a = a << (3-b)

0 commit comments

Comments
 (0)