Search found 44 matches
- Mon Jul 21, 2014 10:47 am
- Forum: Development
- Topic: ZX Floating point to Decimal code in BASIC
- Replies: 12
- Views: 7682
ZX Floating point to Decimal code in BASIC
I wrote this 10 years ago, not sure how accurate it is. But it seems to work. Comments/corrections are welcomed. David G Sub FloatToDec (ZxString$, DecNumber#) Dim FirstByte As Double Dim ZxDigits As Double Dim SecondByte As Double Dim t As Double Dim Xdigits As Double Dim ZxSign As Double Dim figur...
- Mon Jul 21, 2014 10:36 am
- Forum: Development
- Topic: ZxList 6, P file to BASIC conversion app
- Replies: 29
- Views: 9743
Re: ZxList 6, P file to BASIC conversion app
Thanks XavSnap.
I have now included Cmdialog.vbx in the attachment.
I had previously tried ZXTools, but wasn't able to figure out how to install it.
I have now included Cmdialog.vbx in the attachment.
I had previously tried ZXTools, but wasn't able to figure out how to install it.
- Sun Jul 20, 2014 3:14 am
- Forum: Development
- Topic: ZX81-IDE Software Development Tool, IDE
- Replies: 44
- Views: 33661
Re: ZX81-IDE Software Development Tool, IDE
feel free to post errors or missbehaviours just here I notice some unexpected behavior and could not find a previous report. When concatenating strings, ZX-IDE compiles: this: 5 LET U$="HELLO " 8 LET U$=U$+"CLIVE" 12 PRINT U$ to this: 5 LET U$="HELLO " 8 LET U$=U$+AT CLIVE 12 PRINT U$ The original ...
- Thu Jul 17, 2014 8:33 am
- Forum: Development
- Topic: ZxList 6, P file to BASIC conversion app
- Replies: 29
- Views: 9743
ZxList 6, P file to BASIC conversion app
Hi team, Been doing a few bytes of ZX81 coding recently. Zx Lister 6.0 takes a P file as input, and outputs a text file containing the BASIC listing. It's now compatible with the ZX-IDE Software Development Tool ( http://sinclairzxworld.com/viewtopic.php?f=6&t=795 ). The output is a plain text .asm ...