Search found 76 matches

by swensont
Wed Mar 09, 2011 4:19 am
Forum: Development
Topic: ZX81 Assembly Programming - Getting Started
Replies: 34
Views: 30025

ZX81 Assembly Programming - Getting Started

A few months ago, I returned to doing a little ZX81 assembly programming after almost 25 years gone. In learning about the new tools and new emulators, I found no single "Getting Started" document, so I decided to create one. The paper is called "Assembly Language on the ZX81: An Updated Getting Sta...
by swensont
Thu Jan 27, 2011 2:50 am
Forum: Sinclair Misc
Topic: your zx81 life story...
Replies: 10
Views: 8356

Re: your zx81 life story...

Back in 1980, Popular Science ran a short article on this new ZX81 from the UK. I found it interesting but left it at that. Then, in Oct. 1980, my senior year in High School, Popular Science ran a full two page add for the ZX81, in either kit form or built. Having money from a summer job, I sent off...
by swensont
Sat Jan 22, 2011 5:42 am
Forum: Development
Topic: ZX81 Rom Routines
Replies: 6
Views: 7324

Re: ZX81 Rom Routines

Andy,

Thanks for the code. I've tested it myself with TASM and EightyOne and it worked just fine.

Tim Swenson
by swensont
Thu Jan 20, 2011 3:15 am
Forum: Sinclair Misc
Topic: Book
Replies: 3
Views: 3312

Re: Book

Bruno, If you know peoples names that were in the User Groups, you might have some luck tracking them down. Granted most of the Timex/Sinclair user groups in the US morphed from ZX81 users, to T/S 2068 users and QL users. Paul Holmgren, who traded as 1/2 of Mechanical Affinity, is still around on th...
by swensont
Thu Jan 20, 2011 2:53 am
Forum: Development
Topic: ZX81 Rom Routines
Replies: 6
Views: 7324

Re: ZX81 Rom Routines

I've done some tests and am a little bit closer. PLOT / UNPLOT For plot, I loaded BC with the X & Y values and it works. For unplot, I loaded BC with the X & Y values, then put $9E in $4030, and this works. But, the next call to plot, fails (I did not touch $4030 in between). I also found that putti...
by swensont
Wed Jan 19, 2011 5:02 am
Forum: Development
Topic: ZX81 Rom Routines
Replies: 6
Views: 7324

ZX81 Rom Routines

After many years away, I've decided to get back to doing some Z80 assembly programming on the ZX81. I've updated the process a bit by using the TASM cross assembler and the EightyOne emulator. I still have my copies of Toni Bakers Book "Mastering Machine Code ..." and the ZX81 Rom book by Dr. Logan....