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
»
Executable RAM
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Executable RAM (Read 6736 times)
0 Members and 1 Guest are viewing this topic.
SirCmpwn
Guest
Executable RAM
«
on:
December 31, 2010, 05:11:00 pm »
Hello,
Does anyone have OS and model independent code for making both RAM banks executable?
Logged
calcdude84se
Needs Motivation
LV11
Super Veteran (Next: 3000)
Posts: 2272
Rating: +78/-13
Wondering where their free time went...
Re: Executable RAM
«
Reply #1 on:
December 31, 2010, 05:59:16 pm »
I can provide info
Do you mean to make the whole $8000-$FFFF range executable RAM?
Except on the regular TI-83+, port 5 controls the RAM page in the $C000-$FFFF bank and any odd-numbered RAM page ($81,$83,$85,$87) is executable.
On the regular TI-83+, it might be possible to make RAM page 0 executable. (See
) However, this has never been tested AFAIK.
I can write up code if you really need it.
Logged
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler
For
"PartesOS links"
:
I'll put it online when it does something.
SirCmpwn
Guest
Re: Executable RAM
«
Reply #2 on:
December 31, 2010, 06:03:30 pm »
Which pages are available on models with missing RAM?
Logged
calcdude84se
Needs Motivation
LV11
Super Veteran (Next: 3000)
Posts: 2272
Rating: +78/-13
Wondering where their free time went...
Re: Executable RAM
«
Reply #3 on:
December 31, 2010, 06:04:48 pm »
Only 3. $80 and $81 are as normal, but $82-$87 all refer to the same page. (So you can execute page $82 by paging it as $83)
Logged
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler
For
"PartesOS links"
:
I'll put it online when it does something.
SirCmpwn
Guest
Re: Executable RAM
«
Reply #4 on:
December 31, 2010, 06:05:38 pm »
Sweet, thank you!
Logged
calcdude84se
Needs Motivation
LV11
Super Veteran (Next: 3000)
Posts: 2272
Rating: +78/-13
Wondering where their free time went...
Re: Executable RAM
«
Reply #5 on:
December 31, 2010, 06:06:20 pm »
Always glad to help!
Good luck! What is this for, specifically? (If you don't mind telling
)
Logged
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler
For
"PartesOS links"
:
I'll put it online when it does something.
jnesselr
King Graphmastur
LV11
Super Veteran (Next: 3000)
Posts: 2270
Rating: +81/-20
TAO == epic
Re: Executable RAM
«
Reply #6 on:
December 31, 2010, 06:37:34 pm »
Oh, I didn't know 82-87 where all one page, I just thought that they got thrown out all-together.
@calcdude84SE probably the filesystem in KOS.
Logged
SirCmpwn
Guest
Re: Executable RAM
«
Reply #7 on:
December 31, 2010, 08:53:23 pm »
Oh, I just don't want the restriction in KnightOS
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
ASM
»
Executable RAM