ukcroupier

Results 9 issues of ukcroupier

Think I got a bug. inc a(1) This works as expected with WORD arrays but gives an error with BYTE arrays

enhancement

very minor issue. I'm getting errors when printing with commas in floating point version of the cross compiler. The following line: ? 1,2 Gives an error (it works fine in...

bug

Any chance we could use inc/dec directly on memory eg INC &1536 instead of poke 1536,peek(1536)+1

enhancement
needs info

There are many commands that could be seen as the end of a line and yet we still need to use a colon to denote a new line/command. eg. endif...

enhancement

This isn't really necessary in normal programs but could be helpful for 10 liners. No idea what it would take to do it :) I often find myself wanting to...

enhancement

Would it be possible to add an optional 4th parameter to MSET in order to to set every other byte or every 3rd byte etc.? eg. MSET address, length, value[,step]...

enhancement

Apologies if I haven't read the manual properly :) Does FB have multi-dimension arrays? I tried dim a(9,9) and it threw up an error. I checked manual and it says...

question

I was wondering if you could add a way of incrementing an integer by 256. I suspect this would be just like inc only you'd increment the hi byte instead...

enhancement

I know this probably isn't a bug and is working within the parameters of signed integers, but it is a problem that shows the need for an option to use...

enhancement