In the Windows version of VICE monitor if I type an equals sign something like a dash but not exactly a dash is echoed back.
So for example:
bk 100d if A == $41
Looks like:
bk 100d if A -- $41
And I get an error because monitor is expecting an operand.
I can type a plus just fine and every other key just fine (I tried them all).
Am I the only one?
Can't enter "=" into VICE monitor
Moderator: Moderators
- MrSterlingBS
- Vic 20 Afficionado
- Posts: 302
- Joined: Tue Jan 31, 2023 2:56 am
Re: Can't enter "=" into VICE monitor
I get this on my VICE @ WINDOWS 10.
-
- Omega Star Commander
- Posts: 1375
- Joined: Thu Jan 31, 2008 2:12 pm
- Website: https://robert.hurst-ri.us
- Location: Providence, RI
- Occupation: Tech & Innovation
Re: Can't enter "=" into VICE monitor
Is your Preferences -> Settings -> Input devices -> Keyboard mapping setup for Symbolic or Positional?
There is also a Host keyboard layout pick-list with a debugging option to try to figure this out.
There is also a Host keyboard layout pick-list with a debugging option to try to figure this out.

Any technology distinguishable from magic is insufficiently advanced.
https://robert.hurst-ri.us/rob/retrocomputing
https://robert.hurst-ri.us/rob/retrocomputing
Re: Can't enter "=" into VICE monitor
Today it works as you posted. Still looks funny but works. Must have been user error. I blame assembly for making my brain tired.

- Mike
- Herr VC
- Posts: 5130
- Joined: Wed Dec 01, 2004 1:57 pm
- Location: Munich, Germany
- Occupation: electrical engineer
Re: Can't enter "=" into VICE monitor
This setting is only relevant for keyboard input into the emulated computer and does not apply to the host UI.rhurst wrote:Is your Preferences -> Settings -> Input devices -> Keyboard mapping setup for Symbolic or Positional?
I'd recommend to the OP flagging this in the VICE bug tracker on sourceforge.toby405 wrote:[...]
And in any case this is not a VIC-20 programming issue - Denial has the Emulation and Cross Development section to explicitly deal with that kind of stuff!
(mod: thread moved)
-
- Omega Star Commander
- Posts: 1375
- Joined: Thu Jan 31, 2008 2:12 pm
- Website: https://robert.hurst-ri.us
- Location: Providence, RI
- Occupation: Tech & Innovation
Re: Can't enter "=" into VICE monitor
My bad, haha, somehow I read this as the VIC monitor, not the built-in VICE emulator monitor.

Any technology distinguishable from magic is insufficiently advanced.
https://robert.hurst-ri.us/rob/retrocomputing
https://robert.hurst-ri.us/rob/retrocomputing
- thegg
- Vic 20 Dabbler
- Posts: 75
- Joined: Mon Aug 30, 2021 4:49 am
- Location: England
- Occupation: retired
Re: Can't enter "=" into VICE monitor
I think this is a font (typeface) problem. I see the same on my Vice 3.7 GTK3 installation on Win10. If I change the font from Monospace Normal to Monospace Bold the equals displays correctly. The equals seems to display correctly for most of the selectable fonts. Courier is another font which doesn't display the equals correctly.
Turns out it is a size thing. Selecting 10 as the font size in the Monitor Settings results in the correct display of equals for Monospace Normal and Courier.
Turns out it is a size thing. Selecting 10 as the font size in the Monitor Settings results in the correct display of equals for Monospace Normal and Courier.
Re: Can't enter "=" into VICE monitor
Ah, good find!