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
IRC Server Map
IRC Bots
Control Panel
Omninet
Rules
Downloads
Forum
News
Our Projects
Major Community Projects
Recent...
Unread
Replies
Recent
Tools
Online Axe Tilemap Editor
TI-83 Plus ASM File Unsquisher
Z80 Conversion Tools
IES TI File Editor
Free RAM areas
Comprehensive Getkeyr table
URL Shortener
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
»
Axe
(Moderator:
Runer112
) »
Executing nostub progs
« previous
next »
Print
Pages:
1
[
2
]
Go Down
Author
Topic: Executing nostub progs (Read 4674 times)
0 Members and 1 Guest are viewing this topic.
squidgetx
Food.
CoT Emeritus
LV10
31337 u53r (Next: 2000)
Posts: 1881
Rating: +503/-17
rawr.
Re: Executing nostub progs
«
Reply #15 on:
November 20, 2010, 07:23:04 am »
So this could actually work and be a feasible way of getting around the 8k/16k limit?
Logged
Read my webcomic!
|
My SoundCloud
Projects:
[url=http://www.omnimaga.org/index.php?topic=5988.msg117813#msg117813]Check out the demo now!
- Current progress: battle engine and stuff
Proud author of:
Cuberunner
|
SpaceDash
|
The Psyche
|
XXEdit
|
AxeSynth
|
StickNinja
|
Gravity Guy
|
Embers:Phoenix
|
Zombie Gun
Axe: Need help optimizing?
User of Axe | zStart | TokenIDE | CalcGS | MirageOS
DJ Omnimaga
Former TI programmer
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55858
Rating: +3151/-232
CodeWalrus founder & retired Omnimaga founder
Re: Executing nostub progs
«
Reply #16 on:
November 20, 2010, 09:58:21 am »
Hmm now that would be cool if it's feasible.
Logged
In case you are wondering where I went, I left Omni back in 2015 to form CodeWalrus due to various reasons explained back then, but I stopped calc dev in 2016 and am now mostly active on the CW Discord server at
https://discord.gg/cuZcfcF
Official Website
|
T-Shirt store
|
Reverbnation
|
Facebook
|
Youtube
|
Twitter
|
Spotify
squidgetx
Food.
CoT Emeritus
LV10
31337 u53r (Next: 2000)
Posts: 1881
Rating: +503/-17
rawr.
Re: Executing nostub progs
«
Reply #17 on:
November 23, 2010, 11:57:27 am »
Runer: the hex you pointed takes the pointer to the program from hl?
Logged
Read my webcomic!
|
My SoundCloud
Projects:
[url=http://www.omnimaga.org/index.php?topic=5988.msg117813#msg117813]Check out the demo now!
- Current progress: battle engine and stuff
Proud author of:
Cuberunner
|
SpaceDash
|
The Psyche
|
XXEdit
|
AxeSynth
|
StickNinja
|
Gravity Guy
|
Embers:Phoenix
|
Zombie Gun
Axe: Need help optimizing?
User of Axe | zStart | TokenIDE | CalcGS | MirageOS
Runer112
Project Author
LV11
Super Veteran (Next: 3000)
Posts: 2289
Rating: +639/-31
Re: Executing nostub progs
«
Reply #18 on:
November 23, 2010, 01:03:10 pm »
It takes a pointer to a zero-terminated string that contains the name of the program.
Logged
squidgetx
Food.
CoT Emeritus
LV10
31337 u53r (Next: 2000)
Posts: 1881
Rating: +503/-17
rawr.
Re: Executing nostub progs
«
Reply #19 on:
November 23, 2010, 06:09:44 pm »
well, I just meant that if I decided to put the hex into a subroutine, I could call it by loading the pointer to the zero-terminated string into the last argument of the routine call (
sub(EXC,pointer).....Lbl EXC:Asm(E7EF7C4E):Return
)
«
Last Edit: November 23, 2010, 06:10:15 pm by squidgetx
»
Logged
Read my webcomic!
|
My SoundCloud
Projects:
[url=http://www.omnimaga.org/index.php?topic=5988.msg117813#msg117813]Check out the demo now!
- Current progress: battle engine and stuff
Proud author of:
Cuberunner
|
SpaceDash
|
The Psyche
|
XXEdit
|
AxeSynth
|
StickNinja
|
Gravity Guy
|
Embers:Phoenix
|
Zombie Gun
Axe: Need help optimizing?
User of Axe | zStart | TokenIDE | CalcGS | MirageOS
Print
Pages:
1
[
2
]
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
Axe
(Moderator:
Runer112
) »
Executing nostub progs