mirror of
https://github.com/irmen/prog8.git
synced 2026-04-26 05:17:54 +00:00
got the number guessing example fully working on c64 asm
This commit is contained in:
@@ -186,7 +186,7 @@ Values will usually be part of an expression or assignment statement::
|
||||
|
||||
12345 ; integer number
|
||||
$aa43 ; hex integer number
|
||||
%100101 ; binary integer number
|
||||
%100101 ; binary integer number (% is also remainder operator so be careful)
|
||||
"Hi, I am a string" ; text string
|
||||
'a' ; petscii value (byte) for the letter a
|
||||
-33.456e52 ; floating point number
|
||||
|
||||
Reference in New Issue
Block a user