From b3368acb3301375f6d6abdc0fed5c42ba4f0af81 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Sun, 16 Jan 2022 01:44:56 +0100 Subject: [PATCH] todos to fix broken examples --- docs/source/todo.rst | 5 +++-- c128floatproblem.asm => examples/c128floatproblem.asm | 0 2 files changed, 3 insertions(+), 2 deletions(-) rename c128floatproblem.asm => examples/c128floatproblem.asm (100%) diff --git a/docs/source/todo.rst b/docs/source/todo.rst index 679c05fcc..ed332e62e 100644 --- a/docs/source/todo.rst +++ b/docs/source/todo.rst @@ -3,8 +3,9 @@ TODO For next compiler release (7.7) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -... - +- fix crash after enter in bdmusic (caused by ZP branch) +- fix crash in sorting (caused by ZP branch) +- if zp option = dontuse, give error if any variable has @requirezp Need help with ^^^^^^^^^^^^^^ diff --git a/c128floatproblem.asm b/examples/c128floatproblem.asm similarity index 100% rename from c128floatproblem.asm rename to examples/c128floatproblem.asm