1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 04:24:48 +00:00
QB64-PE/source
Matthew Kilgore ada8255572 Fix unsigned multiplication in CONST
Multiplication wasn't using the ParseNum helper methods and as a result
wasn't setting num.ui, resulting in the wrong answer when using
unsigned.

I additionally switch it to use the proper signed vs unsigned type when
doing the multiplication.
2024-02-13 15:59:38 -05:00
..
global fix typos 2024-01-28 10:37:47 -08:00
ide Fix math evaluator 2024-02-13 15:57:17 -05:00
subs_functions 4.) Implements $INCLUDEONCE handling 2024-02-07 21:17:46 +01:00
utilities Fix unsigned multiplication in CONST 2024-02-13 15:59:38 -05:00
.gitignore Don't ignore .bas files in source directory 2022-04-28 17:20:45 -04:00
peLogo.png Step 10: Update remaining stuff 2022-08-12 02:54:12 +02:00
qb64pe.bas Fix external dependencies checks 2024-02-09 18:29:11 +01:00
qb64pe.ico Step 4: Update Windows icon & resource file 2022-08-10 02:03:12 +02:00
qb64pe.png Step 2: Update Linux icon file 2022-08-10 00:48:56 +02:00