Skip to content

Commit 35e37ea

Browse files
committed
Spelling mistake
1 parent 119e4a2 commit 35e37ea

File tree

2 files changed

+1
-70
lines changed

2 files changed

+1
-70
lines changed

caesar_compile.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo off
22
py regcomp2.py ./caesar.rasm caesar.pasm --target=pASM
33
py regcomp2.py ./caesar.rasm diff_caesar.p --target=pASM.c
4-
py regcomp2.py ./diff_caesar.p difF_caesar.pasm --target=pASM
4+
py regcomp2.py ./diff_caesar.p diff_caesar.pasm --target=pASM
55
py regcomp2.py caesar.pasm ocaesar.p --target=pASM.c
66
py regcomp2.py ./ocaesar.p ocaesar.pasm --target=pASM
77
pause

difF_caesar.pasm

-69
This file was deleted.

0 commit comments

Comments
 (0)