Adds symlinks to the provided standard library for now

This commit is contained in:
Nemo 2020-06-09 01:08:03 +05:30
parent 2a27bff08c
commit 7be5183fd0
49 changed files with 81 additions and 0 deletions

View File

@ -0,0 +1 @@
../../../tools/OS/Array.vm

View File

@ -0,0 +1 @@
../../../tools/OS/Keyboard.vm

1
projects/09/Average/Math.vm Symbolic link
View File

@ -0,0 +1 @@
../../../tools/OS/Math.vm

View File

@ -0,0 +1 @@
../../../tools/OS/Memory.vm

View File

@ -0,0 +1 @@
../../../tools/OS/Output.vm

View File

@ -0,0 +1 @@
../../../tools/OS/Screen.vm

View File

@ -0,0 +1 @@
../../../tools/OS/String.vm

1
projects/09/Average/Sys.vm Symbolic link
View File

@ -0,0 +1 @@
../../../tools/OS/Sys.vm

View File

@ -0,0 +1 @@
../../../tools/OS/Array.vm

View File

@ -0,0 +1 @@
../../../tools/OS/Keyboard.vm

View File

@ -0,0 +1 @@
../../../tools/OS/Math.vm

View File

@ -0,0 +1 @@
../../../tools/OS/Memory.vm

View File

@ -0,0 +1 @@
../../../tools/OS/Output.vm

View File

@ -0,0 +1 @@
../../../tools/OS/Screen.vm

View File

@ -0,0 +1 @@
../../../tools/OS/String.vm

View File

@ -0,0 +1 @@
../../../tools/OS/Sys.vm

View File

@ -0,0 +1 @@
../../../tools/OS/Array.vm

View File

@ -0,0 +1 @@
../../../tools/OS/Keyboard.vm

View File

@ -0,0 +1 @@
../../../tools/OS/Math.vm

View File

@ -0,0 +1 @@
../../../tools/OS/Memory.vm

View File

@ -0,0 +1 @@
../../../tools/OS/Output.vm

View File

@ -0,0 +1 @@
../../../tools/OS/Screen.vm

View File

@ -0,0 +1 @@
../../../tools/OS/String.vm

1
projects/09/Fraction/Sys.vm Symbolic link
View File

@ -0,0 +1 @@
../../../tools/OS/Sys.vm

View File

@ -0,0 +1 @@
../../../tools/OS/Array.vm

View File

@ -0,0 +1 @@
../../../tools/OS/Keyboard.vm

View File

@ -0,0 +1,33 @@
function Main.main 0
push constant 12
call String.new 1
push constant 72
call String.appendChar 2
push constant 101
call String.appendChar 2
push constant 108
call String.appendChar 2
push constant 108
call String.appendChar 2
push constant 111
call String.appendChar 2
push constant 32
call String.appendChar 2
push constant 119
call String.appendChar 2
push constant 111
call String.appendChar 2
push constant 114
call String.appendChar 2
push constant 108
call String.appendChar 2
push constant 100
call String.appendChar 2
push constant 33
call String.appendChar 2
call Output.printString 1
pop temp 0
call Output.println 0
pop temp 0
push constant 0
return

View File

@ -0,0 +1 @@
../../../tools/OS/Math.vm

View File

@ -0,0 +1 @@
../../../tools/OS/Memory.vm

View File

@ -0,0 +1 @@
../../../tools/OS/Output.vm

View File

@ -0,0 +1 @@
../../../tools/OS/Screen.vm

View File

@ -0,0 +1 @@
../../../tools/OS/String.vm

View File

@ -0,0 +1 @@
../../../tools/OS/Sys.vm

1
projects/09/List/Array.vm Symbolic link
View File

@ -0,0 +1 @@
../../../tools/OS/Array.vm

View File

@ -0,0 +1 @@
../../../tools/OS/Keyboard.vm

1
projects/09/List/Math.vm Symbolic link
View File

@ -0,0 +1 @@
../../../tools/OS/Math.vm

1
projects/09/List/Memory.vm Symbolic link
View File

@ -0,0 +1 @@
../../../tools/OS/Memory.vm

1
projects/09/List/Output.vm Symbolic link
View File

@ -0,0 +1 @@
../../../tools/OS/Output.vm

1
projects/09/List/Screen.vm Symbolic link
View File

@ -0,0 +1 @@
../../../tools/OS/Screen.vm

1
projects/09/List/String.vm Symbolic link
View File

@ -0,0 +1 @@
../../../tools/OS/String.vm

1
projects/09/List/Sys.vm Symbolic link
View File

@ -0,0 +1 @@
../../../tools/OS/Sys.vm

1
projects/09/Square/Array.vm Symbolic link
View File

@ -0,0 +1 @@
../../../tools/OS/Array.vm

View File

@ -0,0 +1 @@
../../../tools/OS/Keyboard.vm

1
projects/09/Square/Math.vm Symbolic link
View File

@ -0,0 +1 @@
../../../tools/OS/Math.vm

View File

@ -0,0 +1 @@
../../../tools/OS/Memory.vm

View File

@ -0,0 +1 @@
../../../tools/OS/Output.vm

View File

@ -0,0 +1 @@
../../../tools/OS/Screen.vm

View File

@ -0,0 +1 @@
../../../tools/OS/String.vm

1
projects/09/Square/Sys.vm Symbolic link
View File

@ -0,0 +1 @@
../../../tools/OS/Sys.vm