Skip to content

Commit eb93c70

Browse files
ST7 is now alpha quality. #26
1 parent 7982c1a commit eb93c70

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ int main(int argc, char *argv[]){
187187
);
188188
parser.addOption(lang6805);
189189
QCommandLineOption langST7(QStringList()<<"st7",
190-
"ST7 (broken)"
190+
"ST7 (alpha)"
191191
);
192192
parser.addOption(langST7);
193193
QCommandLineOption langFcard(QStringList()<<"fcard",

tests/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ fuzz:
6868
goodasm --fuzz --s2000
6969
goodasm --fuzz --8051
7070
goodasm --fuzz --6805
71+
goodasm --fuzz --st7
7172
goodasm --fuzz --chip8
7273
goodasm --fuzz --z80
7374
goodasm --fuzz --z8

0 commit comments

Comments
 (0)