-
Could I get an example of how to use the alignment directives (if they're supported)? I see examples of how to print strings, bytes, etc. but didn't see a memory alignment example that uses .align or .balign from the RISC assembly manual. Specifically:
Entering the code above puts a syntax warning under the .align line, so I don't think it's recognized. When run, any directives after the align are ignored. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Which version of Ripes are you using? For me, using the most recent (v2.2.0), no syntax warnings are present and the data is emitted as expected: |
Beta Was this translation helpful? Give feedback.
-
The issue might be that |
Beta Was this translation helpful? Give feedback.
Which version of Ripes are you using? For me, using the most recent (v2.2.0), no syntax warnings are present and the data is emitted as expected: