Volkov commander is open sourced (Announce)
> Could you post your build script?
It's a simple .BAT:
@echo off
jwasm -nologo -Fl -Sg VCOVL.ASM
IF errorlevel==1 GOTO End
rem \msvc\bin\LINK VCOVL.OBJ, VC.OVL, VCOVL.MAP;
jwlink format dos f VCOVL.OBJ n VC.OVL op q,m=VCOVL.MAP, dosseg
IF errorlevel==1 GOTO End
jwasm -nologo -Fl -Sg VC.ASM
IF errorlevel==1 GOTO End
rem \msvc\bin\LINK /TINY VC.OBJ;
jwlink format dos com f VC.OBJ n VC.COM op q,m=VC.MAP, dosseg
:End
> Need to modify some source files too?
Yes. A long time ago I considered to add a "tasm compatibility switch" to jwasm; finally rejected that idea as not worth it, but it made me aware of the incompatibilities:
1. "uses" clause in tasm may be on a separate line
2. global labels in PROCs don't need a double colon as in Masm
3. size of local arrays is defined differently
4. in Masm, LABEL directive is rejected inside STRUCTs
https://drive.google.com/file/d/1172nbZURX1aAB_e-27d-zcqsnqVzSmjG/view?usp=sharing
---
MS-DOS forever!
Complete thread:
- Volkov commander is open sourced - Laaca, 24.05.2026, 22:14 (Announce)
![Open in board view [Board]](img/board_d.gif)
![Open in mix view [Mix]](img/mix_d.gif)
- Volkov commander is open sourced - jadoxa, 25.05.2026, 01:52
- Volkov commander is open sourced - Japheth, 25.05.2026, 16:47
- Volkov commander is open sourced - RayeR, 26.05.2026, 02:38
- Volkov commander is open sourced - Japheth, 26.05.2026, 04:44
- Volkov commander is open sourced - RayeR, 26.05.2026, 17:47
- Volkov commander is open sourced - Japheth, 26.05.2026, 19:27
- Volkov commander is open sourced - RayeR, 26.05.2026, 20:18
- Volkov commander is open sourced - Japheth, 27.05.2026, 04:09
- Volkov commander is open sourced - RayeR, 28.05.2026, 00:30
- Volkov commander is open sourced - rosegondon, 29.05.2026, 14:15
- Volkov commander is open sourced - Japheth, 30.05.2026, 07:56
- Volkov commander is open sourced - rosegondon, 30.05.2026, 10:51
- Volkov commander is open sourced - RayeR, 31.05.2026, 15:50
- Volkov commander is open sourced - Japheth, 30.05.2026, 07:56
- Volkov commander is open sourced - Japheth, 27.05.2026, 04:09
- Volkov commander is open sourced - RayeR, 26.05.2026, 20:18
- Volkov commander is open sourced - Japheth, 26.05.2026, 19:27
- Volkov commander is open sourced - RayeR, 26.05.2026, 17:47
- Volkov commander is open sourced - Japheth, 26.05.2026, 04:44
- Volkov commander is open sourced - RayeR, 26.05.2026, 02:38
- Volkov commander is open sourced - Japheth, 25.05.2026, 16:47
- Volkov commander is open sourced - jadoxa, 25.05.2026, 01:52
Mix view