started a new working branch, so I don't push into master

This commit is contained in:
Shawn Quick 2023-02-09 14:28:19 -08:00
parent e687507a3b
commit 0c5be8fc4d
3 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,7 @@
//#define SERVERAPP
//#define ENABLE_SSL
#define USE_LOGGER
#define NO_DISK_LOG
//#define USE_NET
//#define USE_SSL
#define USE_JSON

2
merlintest.s Normal file
View File

@ -0,0 +1,2 @@
asm 1000-allops-value-65816.S

View File

@ -1,6 +1,8 @@
#!/bin/bash
mkdir -p ./testdata1
rm -rf ./testdata1/*
cp -r ./testdata/*.S testdata1/
cp ./merlintest.s ./testdata1/merlintest.S
cd ./testdata1
X=`ls *.S`