daily_automated
This commit is contained in:
11
trunk/workspace/AVR-Computer/msbasic/loadsave.s
Normal file
11
trunk/workspace/AVR-Computer/msbasic/loadsave.s
Normal file
@@ -0,0 +1,11 @@
|
||||
.segment "CODE"
|
||||
|
||||
.ifdef APPLE
|
||||
.include "apple_loadsave.s"
|
||||
.endif
|
||||
.ifdef KIM
|
||||
.include "kim_loadsave.s"
|
||||
.endif
|
||||
.ifdef MICROTAN
|
||||
.include "microtan_loadsave.s"
|
||||
.endif
|
||||
Reference in New Issue
Block a user