Re: [M100] modern cross-assemblers for M100?

2018-02-22 Thread Jerry Stratton
On Feb 22, 2018, at 1:01 PM, Kevin Becker wrote: > Apple is pretty strict when it comes to emulators. Applications can't run > code that comes from other sources, bypassing the app store. This isn’t true any more, although I don’t know the limits of the new policy.

Re: [M100] modern cross-assemblers for M100?

2018-02-22 Thread Willard Goosey
On Mon, 19 Feb 2018 18:10:14 + (UTC) megarat wrote: > what cross-assemblers people would use today for developing such > software on the M100.  Is there a standard "go-to" package that is > used by the Model T community?  I noticed GNUSim8085, which seems > intriguing, but

Re: [M100] modern cross-assemblers for M100?

2018-02-22 Thread Ken Pettit
Yeah, it would have to be distributed as an apk file that you load manually and that is distributed via an underground network. I once ported VirtualT to a Blackberry Pearl device, but it was insanely slow. Instead of spending time to port VT to an iPad, I need to just write a progam so I

Re: [M100] modern cross-assemblers for M100?

2018-02-22 Thread John R. Hogerhuis
Agree. Apple won’t allow emulators AFAIK. I avoided the whole issue by creating CloudT as a web app. Not as good as VT but it works. — John.

Re: [M100] modern cross-assemblers for M100?

2018-02-22 Thread Kevin Becker
Apple is pretty strict when it comes to emulators. Applications can't run code that comes from other sources, bypassing the app store. It would be possible to port it and release it as source-code that you would need to compile and side-load on your own though. You can get a free developer

Re: [M100] modern cross-assemblers for M100?

2018-02-21 Thread megarat
Speaking of VirtualT, is there any chance that it will be ported to a mobile platform anytime in the future?  Using VirtualT on my iPad with a BT keyboard sounds like a dream come true.  I'd pay $20 for that without blinking. I imagine that if VirtualT uses any proprietary ROMs, copyright issues

Re: [M100] modern cross-assemblers for M100?

2018-02-21 Thread megarat
> I experimented with GNUSim8085 when developing CloudT, since I wanted to > see how the author interpreted the handling of some flags. > But since it doesn't implement any of the Model T's hardware I didn't think > it would be much use for development. Plus VirtualT has a rudimentary > debugger.

Re: [M100] modern cross-assemblers for M100?

2018-02-21 Thread megarat
Thanks John and Ken, I'll give VirtualT a closer look.  I've also noticed that GNUSim8085 is available through the Ubuntu package manager, so I'll probably play around with that as well. Cheers, CAM

Re: [M100] modern cross-assemblers for M100?

2018-02-19 Thread John R. Hogerhuis
On Mon, Feb 19, 2018 at 11:15 AM, Ken Pettit wrote: > On 2/19/18 10:29 AM, John R. Hogerhuis wrote: > > > > On Mon, Feb 19, 2018 at 10:10 AM, megarat wrote: > >> >> So I'm curious about what cross-assemblers people would use today for >> developing such

Re: [M100] modern cross-assemblers for M100?

2018-02-19 Thread Ken Pettit
On 2/19/18 10:29 AM, John R. Hogerhuis wrote: On Mon, Feb 19, 2018 at 10:10 AM, megarat > wrote: So I'm curious about what cross-assemblers people would use today for developing such software on the M100. Is there a standard "go-to"

Re: [M100] modern cross-assemblers for M100?

2018-02-19 Thread John R. Hogerhuis
On Mon, Feb 19, 2018 at 10:10 AM, megarat wrote: > > So I'm curious about what cross-assemblers people would use today for > developing such software on the M100. Is there a standard "go-to" package > that is used by the Model T community? I noticed GNUSim8085, which seems >