example files

This commit is contained in:
avinal
2020-08-21 19:39:55 +05:30
parent 56b35b12ca
commit 07a7f480a8
28 changed files with 1152 additions and 0 deletions

9
Test-Files/SimpleAdd.vm Normal file
View File

@@ -0,0 +1,9 @@
// This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by Nisan and Schocken, MIT Press.
// File name: projects/07/StackArithmetic/SimpleAdd/SimpleAdd.vm
// Pushes and adds two constants.
push constant 7
push constant 8
add