|
|
e33460d84d
|
Added SWITCH/CASE/DEFAULT/ENDSWITCH
|
2025-12-19 22:56:16 +01:00 |
|
|
|
c647ff6ba9
|
Added FOR and NEXT to main.go
|
2025-11-17 22:48:31 +01:00 |
|
|
|
6085bccad3
|
Added all peeks, pokes, pointer, gosub and subend
|
2025-11-05 23:23:56 +01:00 |
|
|
|
5b3e5737b8
|
Added label and origin commands.
|
2025-11-05 19:29:35 +01:00 |
|
|
|
aedc605445
|
Added goto
|
2025-11-05 19:14:26 +01:00 |
|
|
|
bacd4851ef
|
Added incr and decr and also local variable expansion in asm blocks.
|
2025-11-05 18:49:54 +01:00 |
|
|
|
7ac90260af
|
Added function handling using FuncHandler
|
2025-11-05 18:08:25 +01:00 |
|
|
|
bea0640f0b
|
Added while break wend with a generic comparisonGenerator object
|
2025-11-04 17:45:41 +01:00 |
|
|
|
a0e8bf40ea
|
Added basic equal / not equal versions of if/else/endif
|
2025-11-02 21:40:28 +01:00 |
|
|
|
88f90fe5be
|
Added and, or, xor and subtract commands
|
2025-11-02 18:07:14 +01:00 |
|
|
|
ac40f67ec0
|
Added ADD command
|
2025-11-02 00:43:23 +01:00 |
|
|
|
8c0056365e
|
Added WORD command
|
2025-11-01 19:42:32 +01:00 |
|
|
|
ff64cc6b93
|
First main.go driver with only the BYTE command finished.
|
2025-11-01 18:55:48 +01:00 |
|
|
|
8facce2593
|
updated version to initial and name to c65gm
|
2025-10-17 15:35:51 +02:00 |
|
|
|
a962e4acb7
|
Added example usage code for MultiIndex. Added unit tests for MultiIndex
|
2025-10-14 20:57:24 +02:00 |
|
|
|
63e321fd20
|
Added MultiIndex (replaces TMbsl in old version). Commented in main to make it compile
|
2025-10-14 20:42:05 +02:00 |
|
|
|
67703597b2
|
Added a trie based Definelist for the coming preprocessor.
|
2025-10-10 20:14:01 +02:00 |
|