Omnimaga
Calculator Community => TI Calculators => ASM => Topic started by: malman on November 20, 2024, 08:37:50 pm
-
I'm having trouble compiling TI 73 assembly programs for Mallard. I have practically no experience using a command prompt (I've only used mimas for assembly), so forgive me if I'm missing something obvious.
Here's the command prompt:
C:\asm>duck program
Compiling for 73...
TASM Z80 Assembler. Version 3.2 September, 2001.
Copyright (C) 2001 Squak Valley Software
tasm: pass 1 complete.
tasm: pass 2 complete.
tasm: Number of errors = 0
This version of C:\asm\Devpac83.com is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.
Could Not Find C:\asm\program.73p
This version of C:\asm\asm73.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.
The computer popped up with a text box that said that devpac83.com is not compatible with 64-bit windows
devpac83.com and asm73.exe came with Mallard0.3
https://www.ticalc.org/archives/files/fileinfo/388/38805.html
I don't know if there is an updated version of devpac83.com and asm73.exe or if there is a better way to compile programs for the TI 73, but if anyone has a suggestion, it would be extremely helpful.
Thanks!
-
It's probably a 16bit application, which will no longer work on 64bit windows 10.
https://techcommunity.microsoft.com/blog/modernworkappconsult/running-16-bit-applications-on-windows-10-64-bit/1671418
-
Thanks so much!
Would this emulate devpac83.com as well?
Is devpac83.com similar to an .exe file?
I'm pretty clueless when it comes to this stuff.
-
https://en.wikipedia.org/wiki/COM_file
A COM file is a different format for executables from the DOS era and before. It's the executable that 64bit windows is unable to run.
-
I asked my uncle about it, and he suggested running it on a windows 98 emulator (kind of like what you suggested).
Thanks so much for the help!