Re: [M100] DIY REX quandry

2020-01-27 Thread Brian White
I don't have any dip28 plugs yet, but my pcbs came in and here's what the idea was with a pcb made to fit in the bottom half of a dip-idc plug, using a dip40 I do have just to show the idea. https://photos.app.goo.gl/AhTVyy3SWcwqHJNR7 -- bkw

Re: [M100] Disassembly of the m100/KC85/... ROMs

2020-01-27 Thread Daryl Tester
On 28/1/20 6:19 am, John R. Hogerhuis wrote: What assembler syntax are you using? LD A,(DE) Is there a mapping to 8085 assembler documented somewhere? Looks like Z80 syntax. I didn't look far enough to see how the 8085 specific opcodes were handled. Cheers, --dt

Re: [M100] Web 8201 is moving servers!

2020-01-27 Thread Paco
Thanks Gary El mar., 28 ene. 2020 3:40, Chris Fezzler escribió: > Good luck. One of my favorite sites. How's that mint PC8300 working? > > On Monday, January 27, 2020, 12:40:20 PM EST, Gary Weber > wrote: > > > Greetings all! > > I'll be having my web hosting company move the Web 8201 website

Re: [M100] Web 8201 is moving servers!

2020-01-27 Thread Chris Fezzler
Good luck.  One of my favorite sites.  How's that mint PC8300 working? On Monday, January 27, 2020, 12:40:20 PM EST, Gary Weber wrote: Greetings all! I'll be having my web hosting company move the Web 8201 website to a newer operating system in order to get away from the TLS 1.0 protoc

[M100] Another resource

2020-01-27 Thread Charles Hudson
Happened to be searching for information and came across the site dillernet.com/m100. Apparently webmaster Andy DIller was off the air for a while but I sent him an email recently thanking him for the info and he responded that he was back in operation. He says he is aware of this group and that

Re: [M100] Disassembly of the m100/KC85/... ROMs

2020-01-27 Thread John R. Hogerhuis
Very cool. What assembler syntax are you using? LD A,(DE) Is there a mapping to 8085 assembler documented somewhere? -- John.

Re: [M100] Web 8201 is moving servers!

2020-01-27 Thread Tom Dison
And thanks for including the 8401 and 8500, 2 of my favorites! On Mon, Jan 27, 2020 at 12:16 Kurt McCullum wrote: > Thanks for maintaining the site Gary! > > On Mon, Jan 27, 2020, at 9:40 AM, Gary Weber wrote: > > Greetings all! > > I'll be having my web hosting company move the Web 8201 website

Re: [M100] Web 8201 is moving servers!

2020-01-27 Thread Kurt McCullum
Thanks for maintaining the site Gary! On Mon, Jan 27, 2020, at 9:40 AM, Gary Weber wrote: > Greetings all! > > I'll be having my web hosting company move the Web 8201 website to a newer > operating system in order to get away from the TLS 1.0 protocol limitations > on the old Windows 2008 serve

[M100] Web 8201 is moving servers!

2020-01-27 Thread Gary Weber
Greetings all! I'll be having my web hosting company move the Web 8201 website to a newer operating system in order to get away from the TLS 1.0 protocol limitations on the old Windows 2008 server. This move is going to require a bit of downtime and I don't have a time window yet. But, I'm expec

Re: [M100] Disassembly of the m100/KC85/... ROMs

2020-01-27 Thread Stefano Bodrato
Source is ready :) https://raw.githubusercontent.com/z88dk/techdocs/master/targets/m100/m100.asm By assembling for m100 and kc85 I can get an equivalence table of the entry points etc. It should be very useful to complete the online database.. I'll try to extend to the M10, it should not be di