Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
hex numbers in asm blocks
#1
Sorry to be creating so many posts the last couple of days. Smile

Should this work?
Code:
asm
defb ffh
end asm

I read a post elsewhere which suggested that that was the correct syntax to use for hex numbers in an asm block, but I get this:
Code:
test.bas:1: Error: Undefined label 'ffh'

If I switch the 'ffh' for a '255' then all is fine. 1.4.0-s1885, as before. Thanks!
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)