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] BASIC trick

2018-12-10 Thread Jerry Stratton
It was very common back in the day to start all subroutines at line 1000, or some other large round number, and then just before that large number have an END statement. 999 END 1000 REM SUBROUTINES FOLLOW 1100 REM ADD ONE TO A 1110 A = A + 1 1199 RETURN 1200 REM MULTIPLE A BY 1 1210 A = A *1

Re: [M100] Building a run of TPDD cables using Rick's design

2018-12-01 Thread Jerry Stratton
On Nov 28, 2018, at 10:18 AM, Josh Malone wrote: > I've had a couple people express interest in having me build them a > TPDD cable based on Rick's PCB from oshpark. I'm still sourcing parts, > but I figured if I could get more people interested I could get the > price down. I'm trying to figure

Re: [M100] Studying BASIC (was Re: M100 AC power supply)

2020-01-12 Thread Jerry Stratton
(in Basic BASIC, at least) to mean the letter, not the number. (https://www.goodreads.com/review/show/2674320646) Jerry Stratton http://www.astoundingscripts.com/ The word “signal-box” is unpoetical. But the thing signal-box is not unpoetical; it is a place where men, in an agony of vigilance, light blood-

[M100] Books on programming

2020-01-07 Thread Jerry Stratton
el 100 portable computer: A complete step-by-step learner's manual. Jerry Stratton http://www.astoundingscripts.com/ The word “signal-box” is unpoetical. But the thing signal-box is not unpoetical; it is a place where men, in an agony of vigilance, light blood-red and sea-green fires to keep oth

Re: [M100] NOT an M100 Question...

2021-10-14 Thread Jerry Stratton
tools for doing that programming on a modern computer: https://www.hoboes.com/Mimsy/hacks/coco/ Jerry Stratton http://www.astoundingscripts.com/ The word “signal-box” is unpoetical. But the thing signal-box is not unpoetical; it is a place where men, in an agony of vigilance, light blood-red and

Re: [M100] is the m100 a trs-80? In walks like a, not is categorized as a

2022-10-06 Thread Jerry Stratton
it would be used for the operating system as well. https://archive.org/details/mancomputer00keme/ Jerry Stratton https://hoboes.com/coco/ “We invented machinery to save and surpass our bodies’ labour; now we have invented computers to save and surpass the labour of our minds.”—Peter Laurie, The Joy of Computers

Re: [M100] is the m100 a trs-80? In walks like a, not is categorized as a

2022-10-06 Thread Jerry Stratton
ut files, correct the time, set the power timer, and so on. Jerry Stratton https://hoboes.com/coco/ “We invented machinery to save and surpass our bodies’ labour; now we have invented computers to save and surpass the labour of our minds.”—Peter Laurie, The Joy of Computers