Home
JAQForum Ver 20.06
Log In or Join  
Active Topics
Local Time 01:48 04 May 2024 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : Did direct code entry change on uMite?

Author Message
Oldbitcollector

Senior Member

Joined: 16/05/2014
Location: United States
Posts: 172
Posted: 05:57pm 19 May 2014
Copy link to clipboard 
Print this post

I upgraded from an older version of the uMite software to 4.5c.

Did something change that the newer version doesn't allow direct programming entry without using EDIT?

I could have swore that on the original chips I purchased from Gizmo that I could type line numbers directly into the console and they would be accepted.

Now it if I type the following:

> 10 PRINT "HELLO WORLD"

I get the following back:

HELLO WORLD

and it isn't added to the program memory.

What am I doing wrong? Or did something change?

Thanks
Jeff

My Propeller/Micromite mini-computer project.
 
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 5912
Posted: 08:39pm 19 May 2014
Copy link to clipboard 
Print this post

The Maximites could enter code the way you describe.

I am (reasonably) sure that the microMite never had that ability.
It might have been there in an early beta.

The microMite does allow line numbers but they have to be entered while in edit mode and I expect that you will have to do your own line sorting.

Jim
VK7JH
MMedit   MMBasic Help
 
donmck

Guru

Joined: 09/06/2011
Location: Australia
Posts: 1310
Posted: 08:47pm 19 May 2014
Copy link to clipboard 
Print this post

  Oldbitcollector said   I upgraded from an older version of the uMite software to 4.5c.

Did something change that the newer version doesn't allow direct programming entry without using EDIT?

I could have swore that on the original chips I purchased from Gizmo that I could type line numbers directly into the console and they would be accepted.

Now it if I type the following:

> 10 PRINT "HELLO WORLD"

I get the following back:

HELLO WORLD

and it isn't added to the program memory.

What am I doing wrong? Or did something change?

Thanks
Jeff


Try an F1 or CNT+Q to save the program in the edit mode.

Yes things changed a little from the Maximite mode.

Cheers Don...Edited by donmck 2014-05-21
https://www.32v8.com/1
 
bigmik

Guru

Joined: 20/06/2011
Location: Australia
Posts: 2870
Posted: 02:58pm 20 May 2014
Copy link to clipboard 
Print this post

Hi Oldbitcollector,

Try TassyJim's MMEdit program.

MM-Edit

You can type you code into the editor and simply `blast' it into the uMite with one button click. It even has a simple terminal to test your code is working.

Regards,

Mick
Mick's uMite Stuff can be found >>> HERE (Kindly hosted by Dontronics) <<<
 
Oldbitcollector

Senior Member

Joined: 16/05/2014
Location: United States
Posts: 172
Posted: 08:03am 21 May 2014
Copy link to clipboard 
Print this post

Thanks Mick.

Actually, I'm working on something that is a little like the Maximite.

I've chained the Propeller to the Micromite to create a Retrostyle computer.
The keyboard, audio, SD storage, and VGA video come off the Propeller side, while the commanding "brain" is the Micromite. The end result is a Maximite style computer that has the ability to have it's video and audio modes changed on the fly.

If I decide that I want the Micromite to play SID type tunes, then I simply command the Propeller to load the correct object code. If I want to move sprites on the screen it's the same thing.

I'm a good way into the project. Currently, I have two video modes supported, EDIT, load and save to SD, and I'm getting ready to implement the audio code. Once I have the bugs worked out, I'll do up a board that combines the two and start working on alternate video modes.

Jeff

My Propeller/Micromite mini-computer project.
 
Grogster

Admin Group

Joined: 31/12/2012
Location: New Zealand
Posts: 9066
Posted: 01:39pm 21 May 2014
Copy link to clipboard 
Print this post

Sounds interesting - please keep us posted.
Smoke makes things work. When the smoke gets out, it stops!
 
Print this page


To reply to this topic, you need to log in.

© JAQ Software 2024