(12-07-2022, 03:11 AM)mnrvovrfc Wrote: I'm sorry to go off-topic a bit about which program. I need Turbo Assembler to be able to create "Erik's Dungeon". Forgot about that while going into Windows to use QB64PE 32-bit. Sadly the OBJ files from that program won't work in this case. The "gas" that comes with MinGW would inevitably require changes to your assembly source code. Maybe we might have to ask you to create the EXE file for MS-DOS, and provide it so we could run it on DOSBOX or something like that.
Ummmm... never mind. Made this post and then noticed the links were removed except for QB64 Shell.
The link to The Dungeon still remains at:
https://bit.ly/EriksDungeon
For Dngeon12.zip the following is:
Note: Tasm 4.1 can be found on vetusware
The Dungeon contains assembly to trap ctrl-break and can be removed from the source by deleting Call Setint/Call Restint.
This program and source are completely 16-bit and won't load in QB64 because it contains arrays in UDTs..
For Dungeon_v12_QB64.zip it contains no assembly.
Attached is:
Dngeon12.zip for VB10.
Dungeon_v12_QB64.zip for QB64.