Closed zu2 closed 1 month ago
--- ../Fuzix-Compiler-Kit/support6800/__castl.s 2024-10-13 22:57:57
+++ support6800/__castl.s 2024-10-11 12:48:29
@@ -6,8 +6,8 @@
__cast_l:
clr @hireg
clr @hireg+1
- bita #0x80
- beq extpv
+ tsta
+ bpl extpv
dec @hireg
dec @hireg+1
extpv:
Thanks
The 6809/6803/68hc11 are also one byte shorter.