1 parent 7982c1a commit eb93c70Copy full SHA for eb93c70
2 files changed
main.cpp
@@ -187,7 +187,7 @@ int main(int argc, char *argv[]){
187
);
188
parser.addOption(lang6805);
189
QCommandLineOption langST7(QStringList()<<"st7",
190
- "ST7 (broken)"
+ "ST7 (alpha)"
191
192
parser.addOption(langST7);
193
QCommandLineOption langFcard(QStringList()<<"fcard",
tests/Makefile
@@ -68,6 +68,7 @@ fuzz:
68
goodasm --fuzz --s2000
69
goodasm --fuzz --8051
70
goodasm --fuzz --6805
71
+ goodasm --fuzz --st7
72
goodasm --fuzz --chip8
73
goodasm --fuzz --z80
74
goodasm --fuzz --z8
0 commit comments