Is a byte grabber possible / present in any '41 emulator ? - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: General Forum (/forum-4.html) +--- Thread: Is a byte grabber possible / present in any '41 emulator ? (/thread-2581.html) |
Is a byte grabber possible / present in any '41 emulator ? - mstram - 12-07-2014 05:38 PM I see that emu41 and VB41CX both mention in the docs that synthetic instructions are supported. Do either of those or the sdk41 - M41 support a byte-grabber ? I tried using the instructions at http://www.hpmuseum.org/prog/synth41.htm, without success so far. Mike RE: Is a byte grabber possible / present in any '41 emulator ? - mstram - 12-08-2014 09:48 AM Hi Mike, I do have zenrom running on the v41 emulator How would I use it to create the "synthetic tone" example ? Mike RE: Is a byte grabber possible / present in any '41 emulator ? - Garth Wilson - 12-08-2014 10:35 AM (12-08-2014 09:48 AM)mstram Wrote: I do have zenrom running on the v41 emulator Witn the ZENROM you can do for example: TONE 87 or TONE EEX 13 (for TONE 113) RE: Is a byte grabber possible / present in any '41 emulator ? - mstram - 12-08-2014 12:48 PM Hi Garth, Thx. Is there a duration command / setting / register ? Mike RE: Is a byte grabber possible / present in any '41 emulator ? - Garth Wilson - 12-08-2014 09:13 PM Both the frequency and duration (probably the number of cycles) are set by the tone number. I suspect it is an index into a table, and only the first ten positions are actually part of the table, and addresses beyond that contain instructions which are harmless to fetch as data but the outcomes will be rather random. The list of frequencies and durations is shown on page 76 of the book "HP-41 HP-IL System Dictionary" by Cary E. Reinstein. It does not appear to be on the museum DVD set, but you can see it on TOS. I'll email you the link. Having 117 extra TONEs is kind of cute and minorly useful, but the ZENROM makes all synthetics to be like they weren't synthetic at all. RE: Is a byte grabber possible / present in any '41 emulator ? - Dieter - 12-08-2014 10:12 PM (12-08-2014 09:13 PM)Garth Wilson Wrote: The list of frequencies and durations is shown on page 76 of the book "HP-41 HP-IL System Dictionary" by Cary E. Reinstein. Bill Wickes' book on synthetic programming contains such a table as well. A link to the German translation of this book, published by Heldermann Verlag, was recently posted in this forum. The table can be found on page 118. Dieter RE: Is a byte grabber possible / present in any '41 emulator ? - Thomas Klemm - 12-08-2014 11:54 PM (12-07-2014 05:38 PM)mstram Wrote: Do either of those or the sdk41 - M41 support a byte-grabber ?Not exactly the answer but it works with both Virtual HP-41 (Windows) and Nonpareil (Linux). However it crashes my41 (OS X). (12-08-2014 08:51 AM)Mike (Stgt) Wrote: Don't walk, drive the bus!Sometimes walking is more fun. For the lazy I can recommend the CCD module. Cheers Thomas RE: Is a byte grabber possible / present in any '41 emulator ? - Massimo Gnerucci - 12-09-2014 09:56 AM (12-09-2014 09:37 AM)Mike (Stgt) Wrote: So you may drive more than only one bus, virtualy even a space ship. (But read manual first!) Mike, glad to see you are still enjoying Hercules... ;) RE: Is a byte grabber possible / present in any '41 emulator ? - mstram - 12-09-2014 01:19 PM I play with Hercules a lot. Heh, who's going to code an HP-41 sim in 370 assembler to run on Hercules ? Crazy person that I am, I have run Hercules on Linux on Hercules, on Windows just for grins Mike RE: Is a byte grabber possible / present in any '41 emulator ? - Massimo Gnerucci - 12-09-2014 02:00 PM (12-09-2014 01:19 PM)mstram Wrote: I play with Hercules a lot. We already have Mike's NutEm! :) A brief history. RE: Is a byte grabber possible / present in any '41 emulator ? - mstram - 12-09-2014 02:32 PM (12-09-2014 02:00 PM)Massimo Gnerucci Wrote: We already have Mike's NutEm! >Message #1 Posted by Mike (Stgt) on 27 Nov 2003, 6:01 a.m. But the day is near (nearer) when I may offer my NutEm (coconut emulator, HP-41) for everybody who owns a somewhat normal PC. Is that day any "nearer" A search for 'nutem' doesn't return anything in the software library. Mike RE: Is a byte grabber possible / present in any '41 emulator ? - mstram - 12-09-2014 03:19 PM (12-09-2014 02:59 PM)Mike (Stgt) Wrote: Some nostalgia: http://web.archive.org/web/20080725145014/http://ourworld.compuserve.com/homepages/nutem/ Is the (not) "complete" part the source code for nutem? Some of the other links for the utilities work, but the "main one" is broken. Mike RE: Is a byte grabber possible / present in any '41 emulator ? - Garth Wilson - 12-09-2014 07:13 PM Quote:For the lazy I can recommend the CCD module. I see there are four versions. What are the differences? Ángel and Raymond, are there links to the manuals on your modifications? RE: Is a byte grabber possible / present in any '41 emulator ? - Ángel Martin - 12-10-2014 05:48 AM (12-09-2014 07:13 PM)Garth Wilson Wrote:Quote:For the lazy I can recommend the CCD module. The OSX/B3 Module Manual is good enough to cover all functionality, and makes some comments on the additions/enhancements over the original CCD implementation of the same/similar features. The manual is posted at TOS, as usual, search for "AMC_OS/X Manual". Cheers, 'AM RE: Is a byte grabber possible / present in any '41 emulator ? - Gene - 12-10-2014 05:15 PM (12-10-2014 05:48 AM)Ángel Martin Wrote: The OSX/B3 Module Manual is good enough to cover all functionality, and makes some comments on the additions/enhancements over the original CCD implementation of the same/similar features. The manual is posted at TOS, as usual, search for "AMC_OS/X Manual". Gene: And I can give a big thumbs up for the OSX/B3 module (and all of these - Sandmath, Sandmatrix, PowerCL, etc!) when used on the 41CL. If you don't have a 41CL running these roms, you are really missing out. |