Search found 43 matches

by puromtec
Sun 11 Jul, 2010 9:49 pm
Forum: Programming Help
Topic: .var in support of "Creating Variables"
Replies: 4
Views: 10105

Re: .var in support of "Creating Variables"

Thanks. I got a variable created using this code below. However,... 1. It does not show up in the "Variables window" in PTI during debug. 2. Also, the keyword AppOnErr (which I have commmented out) does not compile, some "Instruction 'nomem' not understood" compilation error. Is ...
by puromtec
Sun 11 Jul, 2010 4:50 pm
Forum: Programming Help
Topic: .var in support of "Creating Variables"
Replies: 4
Views: 10105

.var in support of "Creating Variables"

I'd like to clear up a point of confusion on my part. How does the .var brass command help in creating variables that are created through TI's CreateAppVar, Create..., etc.? From Brass manual on .var syntax: >This is another way to declare a label, designed to make adding variables which point >to s...
by puromtec
Sun 11 Jul, 2010 4:07 pm
Forum: Programming Help
Topic: .struct usage compilation error
Replies: 2
Views: 7917

Re: .struct usage compilation error

>It appears that you need to be within a module for this to work

Thanks. But, I tried adding it. Did not work, must be something else I am doing. When I discover, I'll post experience.
by puromtec
Thu 08 Jul, 2010 2:51 am
Forum: Programming Help
Topic: .struct usage compilation error
Replies: 2
Views: 7917

.struct usage compilation error

I have copied the struct example from the brass manual and I get a compile error: "Could not parse expression 'Me.X' (Invalid number)". The non-struct variable is created and written to fine (by commenting ou the ld call on the struct variable). Here is the code: ; ========================...
by puromtec
Tue 29 Jun, 2010 1:26 am
Forum: Programming Help
Topic: wabbitcode/studio basics
Replies: 31
Views: 52137

Re: wabbitcode/studio basics

yes, but, 1) i think I am having diffulty in "stepping" with F11 through the code after breakpoints are hit. 2) PC seems to only move if I "run" till next breakpoint and 3) I managed to have it get randomly "stuck" on a break point and not want to get moving. And 4) it ...
by puromtec
Mon 28 Jun, 2010 12:47 am
Forum: Programming Help
Topic: wabbitcode/studio basics
Replies: 31
Views: 52137

Re: wabbitcode/studio basics

ahhh...got it, (from searching the site with google's site: command)
Discussed here...(pasted for future readers)
http://www.junemann.nl/maxcoderz/viewto ... &start=315

jeez, it is also in the z80 help file too, I feel like an idiot...
by puromtec
Mon 28 Jun, 2010 12:20 am
Forum: Programming Help
Topic: wabbitcode/studio basics
Replies: 31
Views: 52137

Re: wabbitcode/studio basics

Sorry if this is an obvious question, but how do you set breakpoints in this version, they were in that menu in 1.0.6.0? Thanks btw, for all your support here. I'll give you 5's on all your posts over at cp for like a year or something as repayment ;-)
by puromtec
Sun 27 Jun, 2010 6:01 pm
Forum: Programming Help
Topic: wabbitcode/studio basics
Replies: 31
Views: 52137

Re: wabbitcode/studio basics

I am wondering why the breakpoint menu items are missing all together now. What are the items under "Debug" tool bar menu for you?
by puromtec
Sun 27 Jun, 2010 2:35 pm
Forum: Programming Help
Topic: wabbitcode/studio basics
Replies: 31
Views: 52137

Re: wabbitcode/studio basics

Harold, what version of latenite do you have installed. I have had 1.0.6.0, then moments ago I found 1.0.6.1. Now, with 1.6.0.1, I get no breakpoint toggle option under "Debug" menu.
by puromtec
Sun 27 Jun, 2010 2:15 pm
Forum: Programming Help
Topic: wabbitcode/studio basics
Replies: 31
Views: 52137

Re: wabbitcode/studio basics

So, my assumption was that breakpoint info was passed through the debug.xml file. Not so, winmerge shows identical files between compiling with no breakpoints and then with a few.
by puromtec
Sun 27 Jun, 2010 1:39 pm
Forum: Programming Help
Topic: wabbitcode/studio basics
Replies: 31
Views: 52137

Re: wabbitcode/studio basics

Your script and my script are both sending passing the 8xk file. Using yours the breakpoints still don't get passed. I'll keep looking into this. There must be a fine point that I am missing. I'll research pindurTI's input arguments to see where my debug.xml might be going wrong. It is a big file so...
by puromtec
Sat 26 Jun, 2010 9:17 pm
Forum: Programming Help
Topic: wabbitcode/studio basics
Replies: 31
Views: 52137

Re: wabbitcode/studio basics

Ok, i am left with just a problem now with getting the breakpoint info from Latenite to the pindurTI. The debug file is getting set in DEBUG_DEBUGGER_ARGS, just not sure where this variable gets used or if it is getting used. The breakpoints window in PindurTI is empty, I have even tried manually lo...
by puromtec
Sat 26 Jun, 2010 8:18 pm
Forum: Programming Help
Topic: wabbitcode/studio basics
Replies: 31
Views: 52137

Re: wabbitcode/studio basics

Btw, thanks for your help harold, one other question. Exactly how is your pindurTi getting launched? Does latenight start it? or are you starting it yourself by executing PindurTIDebugger.exe?

Thanks.
by puromtec
Sat 26 Jun, 2010 8:07 pm
Forum: Programming Help
Topic: wabbitcode/studio basics
Replies: 31
Views: 52137

Re: wabbitcode/studio basics

Harold, I have selected "TI-83 Plus (Native)" for the build type and likewise, I edited the file under \Build called "TI-83 Plus (Native).cmd" I made it this, just like yours. @ECHO OFF SET PLATFORM=ti8x SET SHELL=none SET EXTENSION=hex BUILD\COMPILE I get all the build files (.8...
by puromtec
Sat 26 Jun, 2010 7:56 pm
Forum: Programming Help
Topic: wabbitcode/studio basics
Replies: 31
Views: 52137

Re: wabbitcode/studio basics

tr1p1ea,

Can you post the versions and/or downloads for the software you have? Is it latenite+brass+pindurTI? Also, what are your project settings. Thanks.