Skip to content

Commit

Permalink
revert ic to ir
Browse files Browse the repository at this point in the history
  • Loading branch information
boriel committed Nov 3, 2024
1 parent 6c9e87d commit 3f7c7df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/zxbc/args_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
from src import arch
from src.api import errmsg
from src.api.config import OPTIONS

from .version import VERSION


class FileType(StrEnum):
ASM = "asm"
BIN = "bin"
IR = "ic"
IR = "ir"
SNA = "sna"
TAP = "tap"
TZX = "tzx"
Expand Down

0 comments on commit 3f7c7df

Please sign in to comment.