CodeWalrus

Development => Calculators => Calculator News, Coding, Help & Talk => Topic started by: ACagliano on August 09, 2016, 11:50:12 PM

Title: CE Development Environment
Post by: ACagliano on August 09, 2016, 11:50:12 PM
As someone starting to transition from normal 83+/84+ assembly development to 84+ CE development, I am curious what software you guys who develop for the CE use to assemble and link programs for the 84+ CE. Thanks in advance.
Title: Re: CE Development Environment
Post by: Dream of Omnimaga on August 11, 2016, 08:21:38 AM
Wouldn't SPASM-ng work? https://github.com/alberthdev/spasm-ng It seems like it includes CE includes files and I'm sure it's not monochrome-only anymore. Otherwise I don't know of any other non-C alternative. That's unless you didn't mean ASM in particular, in which case TI-Planet CE C project builder would be a good solution.
Title: Re: CE Development Environment
Post by: ACagliano on August 20, 2016, 02:33:27 PM
I downloaded spasm-ng and set up the directory structure as instructed on ez80 heaven. Now I'm trying to make a build script. Does spasm have a default directory it looks in for source files and includes, or can you specify your own?
Title: Re: CE Development Environment
Post by: Unicorn on August 20, 2016, 06:47:19 PM
I'm not sure, but you could look at someone else's project, like ICE by PT_ (https://github.com/PeterTillema/ICE), that has a build.bat

(I'm also a complete novice at ASM-type programming, so maybe I'm wrong) :P
Title: Re: CE Development Environment
Post by: ACagliano on August 21, 2016, 12:53:26 PM
Quote from: Unicorn on August 20, 2016, 06:47:19 PM
I'm not sure, but you could look at someone else's project, like ICE by PT_ (https://github.com/PeterTillema/ICE), that has a build.bat

(I'm also a complete novice at ASM-type programming, so maybe I'm wrong) :P
I'll check it out, but keep in mind, im on a *nix system, not Windows. So scripting isnt the same.

Last question, any recommendations for a good C tutorial?