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 a0e3cbb commit cd5579c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ jobs:
- name: Install DOSBox
run: choco install dosbox

- run: type "C:\ProgramData\chocolatey\logs\chocolatey.log"

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

0 comments on commit cd5579c

Please sign in to comment.