Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - calcdude84se

Pages: 1 ... 74 75 [76] 77 78 ... 161
1126
Axe / Re: Running External Programs
« on: October 05, 2010, 07:58:22 am »
You can only include source files, not compiled programs. It does matter :P
Try it again, see if it does anything. If you really need to include a binary file, you need to use Asm(

1127
The Axe Parser Project / Re: Bug Reports
« on: October 05, 2010, 07:56:26 am »
They are a page-address pair used to access archived files.
Basic syntax:
Code: [Select]
GetCalc("appvARCHIVED",Y1
Copy(Y1,L6,768
DispGraph
You can use Copy( and { with them.
Any other use results in a file misuse error. (And they should except for use with the degree symbol.)

1128
Axe / Re: Several questions
« on: October 05, 2010, 07:52:48 am »
To be technical, they're called "block instructions," and are LDIR, LDDR, CPIR, CPDR, INIR, INDR, OTIR, OTDR, and maybe some other ones I don't remember.
The number of times they execute is based on the contents of BC (a 16-bit register), though some (notably CPIR and CPDR) are also affected by the contents of RAM (they essentially work as one-byte finds.)
[/rant]
;D

1129
The Axe Parser Project / Re: Bug Reports
« on: October 04, 2010, 10:25:51 pm »
I'm not sure if this is intentional, but I can't do oY1; I get an "improper use of file" error...

1130
The Axe Parser Project / Re: Axe Parser
« on: October 03, 2010, 05:23:30 pm »
I would hope a for loop is faster, though Quigibo will have to back me up on this.

1131
TI Z80 / Re: Ping
« on: October 03, 2010, 03:15:37 pm »
Cool, can't wait to see it! :)
(And this time I'll be trying it out ;))

1132
TI Z80 / Re: The Impossible Game
« on: October 03, 2010, 03:09:08 pm »
Yeah, that's DCS :(; it works fine in MOS.
Edit: This happens to be one of the few reasons I still have MOS, along with the hooks and interrupt in programs ([ON]+Graph etc.)

1133
TI Z80 / Re: The Impossible Game
« on: October 03, 2010, 02:36:14 pm »
Nice to see you're working on this again. Good luck! :)

1134
Other Calculators / Re: Mimas by Benjamin Moody
« on: October 03, 2010, 02:34:07 pm »
That JQ instruction is really useful. Sometimes its hard to decide between JR and JP.

Yep, especially if you add more stuff...
I myself definitely find jq useful. The only things the assembler is missing IMO are macros, true defines, the ability to move and rename (including changing the section type) sections, and the include directive. Then it'd be awesome :D
FloppusMaximus, could you better specify how library source files are included (with respect to the order in which they are assembled into the source, that is)?

1135
Other Calculators / Re: Mimas by Benjamin Moody
« on: October 03, 2010, 02:14:19 pm »
When a RAM clear on the emulated calculator occurs, it clears its 32KB of emulated RAM. Note that when it's started up its RAM is cleared automatically by Emu8x
This answers your question, then? :)

1136
Other Calculators / Re: Mimas by Benjamin Moody
« on: October 03, 2010, 02:02:07 pm »
On the main calculator or the emulated one?
When a RAM clear on the main calculator occurs, only the first 32KB of RAM are cleared; the others are left intact since the OS doesn't use them.
When a RAM clear on the emulated calculator occurs, it clears its 32KB of emulated RAM. Note that when it's started up its RAM is cleared automatically.
Does this answer your question, or am I misunderstanding?

1137
Other Calculators / Re: Mimas by Benjamin Moody
« on: October 03, 2010, 01:37:25 pm »
I emulate my 84+SE on my PC, and when it crashes my PC doesn't. ;)
Same goes for Emu8x. Since it is an emulator, what happens inside it doesn't affect what happens outside it.
Edit: Well, it shouldn't unless it's not a good emulator. (To my knowledge, however, it is.)

1138
Other Calculators / Re: Mimas by Benjamin Moody
« on: October 03, 2010, 12:41:49 pm »
It shouldn't, being an emulator. If it does, you're running it on a calc w/only 48KB of RAM x.x

1139
Axe / Re: Extra Variables?
« on: October 03, 2010, 10:05:01 am »
* calcdude takes this off of his to-do list :P
No, I don't think that counts as a ninja ;D

1140
Axe / Re: Extra Variables?
« on: October 03, 2010, 09:52:39 am »
Yes, but you can't conveniently use Pic1 and so on to access them.
Rather you must use hex, which I cannot remember right now.
* calcdude adds finding the hex to his list of priorities since he can't do it right now.

Pages: 1 ... 74 75 [76] 77 78 ... 161