shithub: rgbds

ref: d17e9c663e8b52e32c50b22e298a4240c7951b3d
dir: /test/asm/format-truncation.asm/

View raw version
num equ 42
fix equ 123.0
str equs "hello"

println "{#0260x:num}"
println "{#-260x:num}"
println "{0280.260f:fix}"
println "{260s:str}"
println "{-260s:str}"

println "<{#0260x:num}>"
println "<{#-260x:num}>"
println "<{0280.260f:fix}>"
println "<{260s:str}>"
println "<{-260s:str}>"