-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
62 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
echo off | ||
cls | ||
rem java.exe -XX:+UseSerialGC -jar target\scala-2.13\z80_sim-assembly-0.0.11.jar --mode interactive --hex-file "input-files\basicall_KR_simpleIO.hex" --basic-file "input-files\waves.txt" --memory-type slow | ||
java.exe -XX:+UseSerialGC -jar target\scala-2.13\z80_sim-assembly-0.0.11.jar --mode interactive --hex-file "input-files\basicall_KR_simpleIO.hex" --basic-file "input-files\waves.txt" --memory-type fast | ||
rem java.exe -XX:+UseSerialGC -jar target\scala-2.13\z80_sim-assembly-0.0.11.jar --mode batch --hex-file "input-files\basicall_KR_simpleIO.hex" --basic-file "input-files\waves.txt" --steps-m 250 | ||
rem java.exe -XX:+UseSerialGC -jar target\scala-2.13\z80_sim-assembly-0.0.11.jar --mode interactive --hex-file input-files\basicall_KR_simpleIO.hex --basic-file input-files\tictactoe10.txt | ||
rem java.exe -XX:+UseSerialGC -jar target\scala-2.13\z80_sim-assembly-0.0.11.jar --mode interactive --hex-file input-files\basicall_KR_simpleIO.hex --basic-file input-files\tictactoe10.txt --steps-m 3600 --memory-type fast | ||
rem java.exe -XX:+UseSerialGC -jar target\scala-2.13\z80_sim-assembly-0.0.11.jar --mode batch --hex-file input-files\basicall_KR_simpleIO.hex --basic-file input-files\input.txt --steps-m 0.45 | ||
rem java.exe -XX:+UseSerialGC -jar target\scala-2.13\z80_sim-assembly-0.0.11.jar --mode batch --hex-file "input-files\basicall_KR_simpleIO.hex" --basic-file "input-files\arithmetic.txt" --steps-m 1.4 --memory-type fast | ||
rem java.exe -XX:+UseSerialGC -jar target\scala-2.13\z80_sim-assembly-0.0.11.jar --mode batch --hex-file "input-files\basicall_KR_simpleIO.hex" --basic-file "input-files\arithmetic2.txt" --steps-m 1.4 --memory-type fast | ||
rem java.exe -XX:+UseSerialGC -jar target\scala-2.13\z80_sim-assembly-0.0.11.jar --mode interactive --hex-file "input-files\basicall_KR_simpleIO.hex" --memory-type fast | ||
rem java.exe -XX:+UseSerialGC -jar target\scala-2.13\z80_sim-assembly-0.0.12.jar --mode interactive --hex-file "input-files\basicall_KR_simpleIO.hex" --basic-file "input-files\waves.txt" --memory-type slow | ||
rem java.exe -XX:+UseSerialGC -jar target\scala-2.13\z80_sim-assembly-0.0.12.jar --mode interactive --hex-file "input-files\basicall_KR_simpleIO.hex" --basic-file "input-files\waves.txt" --memory-type fast | ||
rem java.exe -XX:+UseSerialGC -jar target\scala-2.13\z80_sim-assembly-0.0.12.jar --mode batch --hex-file "input-files\basicall_KR_simpleIO.hex" --basic-file "input-files\waves.txt" --memory-type fast --steps-m 250 | ||
rem java.exe -XX:+UseSerialGC -jar target\scala-2.13\z80_sim-assembly-0.0.12.jar --mode interactive --hex-file input-files\basicall_KR_simpleIO.hex --basic-file input-files\tictactoe10.txt | ||
rem java.exe -XX:+UseSerialGC -jar target\scala-2.13\z80_sim-assembly-0.0.12.jar --mode interactive --hex-file input-files\basicall_KR_simpleIO.hex --basic-file input-files\tictactoe10.txt --steps-m 3600 --memory-type fast | ||
rem java.exe -XX:+UseSerialGC -jar target\scala-2.13\z80_sim-assembly-0.0.12.jar --mode batch --hex-file input-files\basicall_KR_simpleIO.hex --basic-file input-files\input.txt --memory-type fast --steps-m 0.45 | ||
java.exe -XX:+UseSerialGC -jar target\scala-2.13\z80_sim-assembly-0.0.12.jar --mode batch --hex-file "input-files\basicall_KR_simpleIO.hex" --basic-file "input-files\arithmetic.txt" --steps-m 1.4 --memory-type fast | ||
rem java.exe -XX:+UseSerialGC -jar target\scala-2.13\z80_sim-assembly-0.0.12.jar --mode batch --hex-file "input-files\basicall_KR_simpleIO.hex" --basic-file "input-files\arithmetic2.txt" --steps-m 1.4 --memory-type fast | ||
rem java.exe -XX:+UseSerialGC -jar target\scala-2.13\z80_sim-assembly-0.0.12.jar --mode interactive --hex-file "input-files\basicall_KR_simpleIO.hex" --memory-type fast |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters