diff --git a/Main/Properties/Resources.Designer.cs b/Main/Properties/Resources.Designer.cs
index 2081b4d..89e644a 100644
--- a/Main/Properties/Resources.Designer.cs
+++ b/Main/Properties/Resources.Designer.cs
@@ -70,40 +70,6 @@ internal static System.Drawing.Bitmap delete_btn {
}
}
- ///
- /// Looks up a localized resource of type System.Byte[].
- ///
- internal static byte[] kernel_U_Plus_Hex {
- get {
- object obj = ResourceManager.GetObject("kernel_U_Plus_Hex", resourceCulture);
- return ((byte[])(obj));
- }
- }
-
- ///
- /// Looks up a localized string similar to
- ///; 64tass Turbo Assembler Macro V1.54.1900 listing file
- ///; 64tass --m65816 -D TARGET=1 -D TARGET_SYS=3 --long-address --flat -b -o kernel_U_Plus.bin --list kernel_U_Plus.lst --labels=kernel_U_Plus.lbl src\kernel.asm
- ///; Fri Feb 19 14:45:31 2021
- ///
- ///;Offset ;PC ;Hex ;Monitor ;Source
- ///
- ///;****** Command line definitions
- ///
- ///=1 TARGET=1
- ///=3 TARGET_SYS=3
- ///
- ///;****** Processing input file: src\kernel.asm
- ///
- ///=0 TEST_KEYBOARD = 0 ; This is to enable the ScreenOutput
- ///=1 SYS_C256_FMX = 1 [rest of string was truncated]";.
- ///
- internal static string kernel_U_Plus_Lst {
- get {
- return ResourceManager.GetString("kernel_U_Plus_Lst", resourceCulture);
- }
- }
-
///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
diff --git a/Main/Properties/Resources.resx b/Main/Properties/Resources.resx
index e35ac78..0a7243d 100644
--- a/Main/Properties/Resources.resx
+++ b/Main/Properties/Resources.resx
@@ -121,12 +121,6 @@
..\UI\Images\delete-btn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\kernel_U_Plus.hex;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- ..\Resources\kernel_U_Plus.lst;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252
-
..\UI\Images\memory-btn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
diff --git a/bin/Release/FoenixIDE.exe b/bin/Release/FoenixIDE.exe
index 68e7421..091ae0c 100644
Binary files a/bin/Release/FoenixIDE.exe and b/bin/Release/FoenixIDE.exe differ