Re: [Ql-Users] Easy68K code

2015-07-20 Thread Wolf
I'm not sure I understand. Obviously, you don't need the 68k simulator part of easy68k, so you just want the IDE itself (i.e editor + monitor)? Wolfgang On 07/20/2015 12:55 PM, Derek Stewart wrote: Hi, I was going to convert some of the Easy68K source to to run on the QL. Easy68K uses

Re: [Ql-Users] Easy68K code

2015-07-20 Thread Wolf
Ah ok, I think I get it. What you want to do is run the examples given for easy68k on the Ql, right? Easy68K uses a trap#15 call for communication with the IDE environment, to get chars typed in, open files etc, using D0 as the switch to determine what exactly it wants. . Thus, for example,

Re: [Ql-Users] Easy68K code

2015-07-20 Thread Derek Stewart
On 20/07/15 14:20, Wolf wrote: I'm not sure I understand. Obviously, you don't need the 68k simulator part of easy68k, so you just want the IDE itself (i.e editor + monitor)? Wolfgang On 07/20/2015 12:55 PM, Derek Stewart wrote: Hi, I was going to convert some of the Easy68K source to to

Re: [Ql-Users] Easy68K code

2015-07-20 Thread Francois Lanciault
Envoyé de mon smartphone BlackBerry 10 sur le réseau Fido. De: Wolf Envoyé: lundi 20 juillet 2015 10:01 À: ql-us...@q-v-d.com Répondre à: ql-us...@q-v-d.com Objet: Re: [Ql-Users] Easy68K code Ah ok, I think I get it. What you want to do is run the examples given for easy68k on the Ql, right

Re: [Ql-Users] Easy68K

2013-02-01 Thread George Gwilt
. Since one of my planed projects whould most likely be better done in MC. Ian - Original Message - From: Norman Dunbar nor...@dunbar-it.co.uk To: ql-users@lists.q-v-d.com Sent: Thursday, January 31, 2013 4:54 PM Subject: Re: [Ql-Users] Easy68K On 31/01/13 16:51, Ian Burkinshaw

Re: [Ql-Users] Easy68K

2013-02-01 Thread Norman Dunbar
I've given this a try, with a couple of the example programs, running under Wine on Linux. I'm seriously impressed. Single stepping and/or debugging code is much much easier when the debugger steps through your own code listing! Wish QMON/JMON had that ability! Back in the days when I wrote

Re: [Ql-Users] Easy68K

2013-01-31 Thread Norman Dunbar
On 31/01/13 14:39, Dilwyn Jones wrote: Stumbled across something seemingly useful for 68K assembler developers, not sure if it’s been mentioned before but here goes. It’s something called Easy68K, an editor, assembler and simulator for the 68000 (integrated development environment), running

Re: [Ql-Users] Easy68K

2013-01-31 Thread Dilwyn Jones
Windows isn't all bad you know Dilwyn, I quite like Windows 7 to be honest. He he, I just expected a comment from you, that's all! I'm much more comfortable with Windows these days, especially since starting to use Windoze 7. I can't believe how stable this PC is running Win7 and QPC2 as my

Re: [Ql-Users] Easy68K

2013-01-31 Thread Tony Firshman
Norman Dunbar wrote, on 31/Jan/13 14:47 | Jan31: On 31/01/13 14:39, Dilwyn Jones wrote: Stumbled across something seemingly useful for 68K assembler developers, not sure if it’s been mentioned before but here goes. It’s something called Easy68K, an editor, assembler and simulator for the 68000

Re: [Ql-Users] Easy68K

2013-01-31 Thread Ian Burkinshaw
Hi Dilwyn New one on me, but that is not difficult. Just downloaded it, very interesting. Also very small download at 2.44MB. Must admit I have always kept away from machine code. But this looks like a very good way to start learning. The simulator is very good, since you can step line by

Re: [Ql-Users] Easy68K

2013-01-31 Thread Norman Dunbar
On 31/01/13 16:51, Ian Burkinshaw wrote: Must admit I have always kept away from machine code. Hmmm. Do my QL Today articles on the matter, since many many years ago, not inspire you? :-( Cheers, Norm. -- Norman Dunbar Dunbar IT Consultants Ltd Registered address: Thorpe House 61

Re: [Ql-Users] Easy68K

2013-01-31 Thread Norman Dunbar
On 31/01/13 14:47, Norman Dunbar wrote: I also note that the source code is available - so it should/could/might be possible to compile it to run natively under Linux or Mac, if it will work under wxWidgets or Qt. (And no, I don't have time, thanks!) Couldn't resist it could I? I had a look

Re: [Ql-Users] Easy68K

2013-01-31 Thread Ian Burkinshaw
in MC. Ian - Original Message - From: Norman Dunbar nor...@dunbar-it.co.uk To: ql-users@lists.q-v-d.com Sent: Thursday, January 31, 2013 4:54 PM Subject: Re: [Ql-Users] Easy68K On 31/01/13 16:51, Ian Burkinshaw wrote: Must admit I have always kept away from machine code. Hmmm. Do my

Re: [Ql-Users] Easy68K

2013-01-31 Thread Derek Stewart
On 31/01/13 18:50, Norman Dunbar wrote: On 31/01/13 17:31, Ian Burkinshaw wrote: For example I have never realy understood which registers are used for what. They can be used for anything. However, calling QDOSMSQ routines via vectors or traps does mean that you have to have certain things in