Skip to content

Commit

Permalink
DosBox / ASM51
Browse files Browse the repository at this point in the history
  • Loading branch information
xd2 committed Nov 26, 2023
1 parent 068671b commit 51b002a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ jobs:
- name: Install DOSBox
run: choco install dosbox

- run: dir "C:\Program Files (x86)\"
- run: dir "C:\Program Files\"
- run: dir "C:\Program Files (x86)\DOSBox-0.74-3\"

- name: Run Compiler in DOSBox
run: |
echo "mount C ." > dosbox.conf
echo "C:" >> dosbox.conf
echo "ASM51.EXE bcd2000hid+.8051.asm" >> dosbox.conf
C:\Program Files (x86)\DOSBox-0.74-3\dosbox -exit -conf dosbox.conf
"C:\Program Files (x86)\DOSBox-0.74-3\dosbox" -exit -conf dosbox.conf
shell: cmd

0 comments on commit 51b002a

Please sign in to comment.