Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[PIC] How do I access special characters in Standard Character Pattern

Ernie H

Newbie
Joined
Dec 3, 2023
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
9
I'm trying to call from a subroutine the '!' exclamation mark character, in my assembly code i've made the subroutine for the exclamation character, like the letters i've been using to display on my 2 line LCD Alphanumeric screen, but when i compile the project is says illegal character, the compiler doesn't seem to want to display that character, but is fine with normal letters.

Thanks.
Ernie.


Exclamation Mark pic.jpg
 
At least characters between 0x20 and 0x7f are printable in any character table, so is 0x21 = '!' Show the respective code line.
 

LaTeX Commands Quick-Menu:

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top