-->
Asm coding on the TI 73 explorer, and problem with devpac83.com and asm73.exe
-->
-->
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
-->
Home
About
Team
Rules
Stats
Status
Sitemap
Chat
Downloads
Forum
News
Our Projects
Major Community Projects
Recent Posts
Unread Posts
Replies
Tools
SourceCoder3
Other Things...
Omnimaga Radio
TI-83 Plus ASM File Unsquisher
Z80 Conversion Tools
IES TI File Editor
Free RAM areas
Comprehensive Getkeyr table
URL Shortener
Online Axe Tilemap Editor
Help
Contact Us
Change Request
Report Issue/Bug
Team
Articles
Members
View the memberlist
Search For Members
Buddies
Login
Register
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
ASM
»
Asm coding on the TI 73 explorer, and problem with devpac83.com and asm73.exe
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Asm coding on the TI 73 explorer, and problem with devpac83.com and asm73.exe (Read 1371 times)
0 Members and 1 Guest are viewing this topic.
malman
LV1
Newcomer (Next: 20)
Posts: 6
Rating: +0/-0
"Truth is treason in the empire of lies" -Ron Paul
Asm coding on the TI 73 explorer, and problem with devpac83.com and asm73.exe
«
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!
Logged
"Jesus saith unto him, I am the way, the truth, and the life: no man cometh unto the Father, but by me." (John 14:6)
"For the wages of sin is death; but the gift of God is eternal life through Jesus Christ our Lord." (Romans 6:23)
"For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life." (John 3:16)
"Verily, verily, I say unto you, He that heareth my word, and believeth on him that sent me, hath everlasting life, and shall not come into condemnation; but is passed from death unto life." (John 5:24)
"[5] But to him that worketh not, but believeth on him that justifieth the ungodly, his faith is counted for righteousness. [6] Even as David also describeth the blessedness of the man, unto whom God imputeth righteousness without works, [7] Saying, Blessed are they whose iniquities are forgiven, and whose sins are covered. [8] Blessed is the man to whom the Lord will not impute sin." (Romans 4:5-8)
"For whosoever shall call upon the name of the Lord shall be saved." (Romans 10:13)
directions2heaven.com
Eeems
Mr. Dictator
Administrator
LV13
Extreme Addict (Next: 9001)
Posts: 6270
Rating: +319/-36
little oof
Re: Asm coding on the TI 73 explorer, and problem with devpac83.com and asm73.exe
«
Reply #1 on:
November 23, 2024, 12:39:06 am »
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
Logged
/e
malman
LV1
Newcomer (Next: 20)
Posts: 6
Rating: +0/-0
"Truth is treason in the empire of lies" -Ron Paul
Re: Asm coding on the TI 73 explorer, and problem with devpac83.com and asm73.exe
«
Reply #2 on:
November 23, 2024, 12:41:40 pm »
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.
Logged
"Jesus saith unto him, I am the way, the truth, and the life: no man cometh unto the Father, but by me." (John 14:6)
"For the wages of sin is death; but the gift of God is eternal life through Jesus Christ our Lord." (Romans 6:23)
"For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life." (John 3:16)
"Verily, verily, I say unto you, He that heareth my word, and believeth on him that sent me, hath everlasting life, and shall not come into condemnation; but is passed from death unto life." (John 5:24)
"[5] But to him that worketh not, but believeth on him that justifieth the ungodly, his faith is counted for righteousness. [6] Even as David also describeth the blessedness of the man, unto whom God imputeth righteousness without works, [7] Saying, Blessed are they whose iniquities are forgiven, and whose sins are covered. [8] Blessed is the man to whom the Lord will not impute sin." (Romans 4:5-8)
"For whosoever shall call upon the name of the Lord shall be saved." (Romans 10:13)
directions2heaven.com
Eeems
Mr. Dictator
Administrator
LV13
Extreme Addict (Next: 9001)
Posts: 6270
Rating: +319/-36
little oof
Re: Asm coding on the TI 73 explorer, and problem with devpac83.com and asm73.exe
«
Reply #3 on:
November 23, 2024, 12:57:35 pm »
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.
Logged
/e
malman
LV1
Newcomer (Next: 20)
Posts: 6
Rating: +0/-0
"Truth is treason in the empire of lies" -Ron Paul
Re: Asm coding on the TI 73 explorer, and problem with devpac83.com and asm73.exe
«
Reply #4 on:
February 10, 2025, 09:14:25 pm »
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!
Logged
"Jesus saith unto him, I am the way, the truth, and the life: no man cometh unto the Father, but by me." (John 14:6)
"For the wages of sin is death; but the gift of God is eternal life through Jesus Christ our Lord." (Romans 6:23)
"For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life." (John 3:16)
"Verily, verily, I say unto you, He that heareth my word, and believeth on him that sent me, hath everlasting life, and shall not come into condemnation; but is passed from death unto life." (John 5:24)
"[5] But to him that worketh not, but believeth on him that justifieth the ungodly, his faith is counted for righteousness. [6] Even as David also describeth the blessedness of the man, unto whom God imputeth righteousness without works, [7] Saying, Blessed are they whose iniquities are forgiven, and whose sins are covered. [8] Blessed is the man to whom the Lord will not impute sin." (Romans 4:5-8)
"For whosoever shall call upon the name of the Lord shall be saved." (Romans 10:13)
directions2heaven.com
Print
Pages: [
1
]
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
ASM
»
Asm coding on the TI 73 explorer, and problem with devpac83.com and asm73.exe
\n\t\t\t\t\t\t\t\t\t
<' + '/div>\n\t\t\t\t\t\t\t\t\t
%body%<' + '/textarea>
\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t
Max characters: 20000; characters remaining:
...<' + '/span><' + '/span>
\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t<' + '/div>\n\t\t\t\t\t\t\t\t<' + '/div>', sTemplateSubjectEdit: '
', sTemplateBodyNormal: '%body%', sTemplateSubjectNormal: '
%subject%<' + '/a>', sTemplateTopSubject: 'Topic: %subject% (Read 1371 times)', sErrorBorderStyle: '1px solid red' }); aJumpTo[aJumpTo.length] = new JumpTo({ sContainerId: "display_jump_to", sJumpToTemplate: "
Jump to:<" + "/label> %dropdown_list%", iCurBoardId: 85, iCurBoardChildLevel: 1, sCurBoardName: "ASM", sBoardChildLevelIndicator: "==", sBoardPrefix: "=> ", sCatSeparator: "-----------------------------", sCatPrefix: "", sGoButtonLabel: "go" }); aIconLists[aIconLists.length] = new IconList({ sBackReference: "aIconLists[" + aIconLists.length + "]", sIconIdPrefix: "msg_icon_", sScriptUrl: smf_scripturl, bShowModify: true, iBoardId: 85, iTopicId: 22874, sSessionId: "755e67394b784491610cfbfa3cb3c639", sSessionVar: "af24074", sLabelIconList: "Message Icon", sBoxBackground: "transparent", sBoxBackgroundHover: "#ffffff", iBoxBorderWidthHover: 1, sBoxBorderColorHover: "#adadad" , sContainerBackground: "#ffffff", sContainerBorder: "1px solid #adadad", sItemBorder: "1px solid #ffffff", sItemBorderHover: "1px dotted gray", sItemBackground: "transparent", sItemBackgroundHover: "#e0e0f0" }); } function tick2() { if (typeof(document.forms.quickModForm) != "undefined") { calcCharLeft2(); setTimeout("tick2()", 1000); } else setTimeout("tick2()", 800); } function message_onkeyup() { if (typeof(document.forms.quickModForm) != "undefined" && typeof(document.forms.quickModForm.message) != "undefined") { document.forms.quickModForm.message.onkeyup = function onkeyup(event) { storeCaret(this); calcCharLeft2(); }; } else setTimeout("message_onkeyup()", 800); } message_onkeyup(); function calcCharLeft2() { var maxLength = 20000; var oldEditor = "", currentEditor = document.forms.quickModForm.message.value; if (!document.getElementById("editorLeft2")) return; if (oldEditor != currentEditor) { oldEditor = currentEditor; if (currentEditor.replace(/\r/, "").length > maxLength) document.forms.quickModForm.message.value = currentEditor.replace(/\r/, "").substring(0, maxLength); currentEditor = document.forms.quickModForm.message.value.replace(/\r/, ""); } setInnerHTML(document.getElementById("editorLeft2"), maxLength - currentEditor.length); } // ]]>-->