ukcroupier
ukcroupier
Think I got a bug. inc a(1) This works as expected with WORD arrays but gives an error with BYTE arrays
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...
Any chance we could use inc/dec directly on memory eg INC &1536 instead of poke 1536,peek(1536)+1
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...
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...
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]...
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...
inc 256
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...
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...