Search found 1311 matches

by pjw
Wed Apr 22, 2020 4:21 pm
Forum: Software & Programming
Topic: Archive error 100 on file creation
Replies: 17
Views: 4734

Re: Archive error 100 on file creation

Hi, I started the Archive tutorial recently with a view to learning this properly next weekend, and have come up against a problem early on. I am on page 11 of the QL manual's Archive section, "Creating a File" I type new to reset Archive and then create the books file by typing: create b...
by pjw
Tue Apr 21, 2020 12:37 pm
Forum: Software & Programming
Topic: Forth
Replies: 33
Views: 12577

Re: Forth

Hi Here the link to the site with the HP67 emulation that I tested and use on my WindowsXP machine Actually, it is a HP41 emulation with a transparent translation of HP67 instructions On the same site you may also get the original HP41 emulation<> Hi, It looks like fun :) However, I fear we are vee...
by pjw
Mon Apr 20, 2020 1:12 pm
Forum: Software & Programming
Topic: Forth
Replies: 33
Views: 12577

Re: Forth

Nice! :) The language looks identical to that used by the 41C+, except the "Alpha" stuff is missing; no textual lables or prompts. All my programs were hand writen, as everything HP was outrageously expensive, so printers were out. Here is tiny a piece of the only surviving program, after ...
by pjw
Sun Apr 19, 2020 10:29 am
Forum: Software & Programming
Topic: Forth
Replies: 33
Views: 12577

Re: Forth

When I got my first QL back in March 1985, I saw its main use as a number cruncher for maths and physics problems. Since I was comfortable with RPN, thanks to my beloved HP programmable calculator, Forth seemed a good choice for my first "real" programming language, so I ordered Computer O...
by pjw
Thu Apr 16, 2020 12:23 pm
Forum: Software & Programming
Topic: QLiberator v3.38
Replies: 22
Views: 6601

Re: QLiberator v3.38

EmmBee, Martin, There is still a problem with EXT_xxx, but the symptoms have shifted a bit. Take the following program: 10 REMark $$asmb=ram1_QLTST_BIN,0,10 20 : 30 EXT_PROC 'MY_PROC' 40 EXT_FN 'MY_FUN%' 50 : 60 MY_PROC 70 QUIT MY_FUN%(99) (MY_PROC does nothing and MY_FUN% just returns the integer i...
by pjw
Wed Apr 15, 2020 1:45 pm
Forum: Software & Programming
Topic: John Conway: Game Over
Replies: 18
Views: 5343

Re: John Conway: Game Over

For those who dont yet feel over-saturated by everything Covid, I give you Qovid_bas. While not related to John Conway in any way, its still somewhat in the same ballpark as his Game of Life, so I put it here: Qovid.zip I might have been able to do better with this "Covid Simulator", but I...
by pjw
Wed Apr 15, 2020 1:23 pm
Forum: Software & Programming
Topic: QLiberator v3.38
Replies: 22
Views: 6601

Re: QLiberator v3.38

Thank you! Looking forward to take it for a spin :)
by pjw
Tue Apr 14, 2020 9:00 am
Forum: General QL Chat
Topic: How to start a SBASIC from other languages (e. g. C, ASM)
Replies: 24
Views: 10021

Re: How to start a SBASIC from other languages (e. g. C, ASM)

Good morning Tobias! You beat me to it - again ;)
by pjw
Tue Apr 14, 2020 8:57 am
Forum: General QL Chat
Topic: How to start a SBASIC from other languages (e. g. C, ASM)
Replies: 24
Views: 10021

Re: How to start a SBASIC from other languages (e. g. C, ASM)

Hi everybody, The multitasking program, (in the last posting), runs OK under qpc2, but fails under Qemulator. First, Qemulator refuses to EX several SMSQ/E programs_bas. It will EXEC Qlib compiled programs though. EXing SBASICs should work on any system running SMSQ/E. Are you sure you loaded SMSQ/...
by pjw
Mon Apr 13, 2020 10:08 pm
Forum: Software & Programming
Topic: John Conway: Game Over
Replies: 18
Views: 5343

Re: John Conway: Game Over

tofro wrote:but what's wrong with the title on your system exactly?
Im a bit short of time at the mo, hence my breathless comments..
Turns out it wasnt the title. To recreate the issue try:
Start the program. Press E to edit, then immediately ESC. Thereafter all input goes to the outline window.