c65gm/internal/commands
2025-11-05 18:49:54 +01:00
..
add.go Added and, or, xor and subtract commands 2025-11-02 18:07:14 +01:00
add_test.go Added and, or, xor and subtract commands 2025-11-02 18:07:14 +01:00
and.go Added and, or, xor and subtract commands 2025-11-02 18:07:14 +01:00
and_test.go Added while break wend with a generic comparisonGenerator object 2025-11-04 17:45:41 +01:00
break.go Added while break wend with a generic comparisonGenerator object 2025-11-04 17:45:41 +01:00
byte.go Added compiler, command and the BYTE command for a first iteration. 2025-11-01 18:50:01 +01:00
byte_test.go Added compiler, command and the BYTE command for a first iteration. 2025-11-01 18:50:01 +01:00
call.go Added function handling using FuncHandler 2025-11-05 18:08:25 +01:00
comparison.go IF and WHILE now take single operator 2025-11-04 20:47:04 +01:00
decr.go Added incr and decr and also local variable expansion in asm blocks. 2025-11-05 18:49:54 +01:00
else.go Updated while_test.go to new code generation. Added new versions of IF, ELSE, ENDIF based on comparison.go 2025-11-04 20:01:52 +01:00
endif.go Updated while_test.go to new code generation. Added new versions of IF, ELSE, ENDIF based on comparison.go 2025-11-04 20:01:52 +01:00
fend.go Added function handling using FuncHandler 2025-11-05 18:08:25 +01:00
func.go Added function handling using FuncHandler 2025-11-05 18:08:25 +01:00
if.go IF and WHILE now take single operator 2025-11-04 20:47:04 +01:00
if_test.go Updated while_test.go to new code generation. Added new versions of IF, ELSE, ENDIF based on comparison.go 2025-11-04 20:01:52 +01:00
incr.go Added incr and decr and also local variable expansion in asm blocks. 2025-11-05 18:49:54 +01:00
incr_decr_test.go Added incr and decr and also local variable expansion in asm blocks. 2025-11-05 18:49:54 +01:00
let.go Added basic equal / not equal versions of if/else/endif 2025-11-02 21:40:28 +01:00
let_test.go Added basic equal / not equal versions of if/else/endif 2025-11-02 21:40:28 +01:00
or.go Added and, or, xor and subtract commands 2025-11-02 18:07:14 +01:00
or_test.go Added and, or, xor and subtract commands 2025-11-02 18:07:14 +01:00
subtr.go Added and, or, xor and subtract commands 2025-11-02 18:07:14 +01:00
subtr_test.go Added and, or, xor and subtract commands 2025-11-02 18:07:14 +01:00
wend.go Added while break wend with a generic comparisonGenerator object 2025-11-04 17:45:41 +01:00
while.go IF and WHILE now take single operator 2025-11-04 20:47:04 +01:00
while_test.go Updated while_test.go to new code generation. Added new versions of IF, ELSE, ENDIF based on comparison.go 2025-11-04 20:01:52 +01:00
word.go Added WORD command 2025-11-01 19:42:32 +01:00
word_test.go Added WORD command 2025-11-01 19:42:32 +01:00
xor.go Added and, or, xor and subtract commands 2025-11-02 18:07:14 +01:00
xor_test.go Added and, or, xor and subtract commands 2025-11-02 18:07:14 +01:00