BASCOM-AVR IDE
B
|^D:\Bascom Colege\basAVR_listingi\Moje AVR\Rs232testl.bas | |||||
Sub |
▼ |
Label |
'l |
r |
Dia A As Byte , BI As Byte , C As Integer
A = 1
Print "print variable a " ; A Print
Print "Text to print."
BI = 10
Print Hex(bl)
|C = &HA000 Print Hex(c)
Print C
C = -32000 Print C Print Hes(c)
Rem Notę That Integers Rangę From -32767 To 32763 End
'new linę
'constant to print
'print in hexa notation 1assign value to ‘print in hex notation 'print in decimal notation
A