Git Product home page Git Product logo

au's People

Contributors

willth7 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

au's Issues

SymbolAlignment Error

Thanks for the easier to use assembler.
I have a symbol alignment error with a simple example

> au arm32-m b.s b.zn
> zn arm32 b.zn b.bin 
error: symbol 'reset_clr' out of alignment
> cat b.s
	; gpio reset clear
	ldr r0, *reset_clr
	mov r1, 32
	str r1, (r0, 0) ; reset

	ldr r0, *reset_rw
*rst_gpio
	ldr r2, (r0, 2)
	and r2, r1

*reset_clr
	~byt4 0x4000f000

*reset_rw
	~byt4 0x4000f000

missing new line gives unexpected error message

Hi thanks for creating such a nice, small assembler.
Using the latest version and following your YT tutorial for the pico, I accidentally left a trailing newline with:

ldr r3, (r1, 42)

and got an error of:

[hw.s, 0] error: junk character ')'

which I only realised by chance was due to the missing end of line.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.