Skip to content

Commit

Permalink
Remove lb.asm and smlrc.asm after DOS -Small build
Browse files Browse the repository at this point in the history
  • Loading branch information
humbertotecnologia committed Jul 31, 2023
1 parent 22637a5 commit 2a5be30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_bins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ echo -= DOS - Small - Target 8088 =-
smlrc -nobss -seg16 -no-externs lb.c lb.asm
smlrc -nobss -seg16 -no-externs -label 1001 -D ONLY8086 -D NO_ANNOTATIONS -D NO_EXTRAS smlrc.c smlrc.asm
nasm -f bin smlrc16.asm -o bind/smlrc.exe
rm lb.asm smlrc.asm

echo -= DOS - Huge =-
smlrcc -dosh -Wall smlrc.c -o bindh/smlrc.exe
Expand Down

0 comments on commit 2a5be30

Please sign in to comment.