Add test file to repo
This commit is contained in:
parent
cfb83b0cca
commit
a5abfb0d39
2 changed files with 8 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -55,6 +55,7 @@ dkms.conf
|
|||
|
||||
#EIPA specific
|
||||
*.eipa
|
||||
!test*.eipa
|
||||
*.eipaimg
|
||||
|
||||
#Code editor
|
||||
|
|
7
test/test.eipa
Normal file
7
test/test.eipa
Normal file
|
@ -0,0 +1,7 @@
|
|||
INP 31; foo
|
||||
OUT 42 ; bar
|
||||
|
||||
INC
|
||||
STA 54 ; boo
|
||||
INC 65 ; barfoo
|
||||
LDA 73
|
Loading…
Reference in a new issue