You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of the following now parse as `["mov", "pins", "1"]` and assemble to
0x6001:
```
out pins , 1 ;
out pins, 1 ;
out pins,1 ;
out pins ,1 ;
out pins 1 ;
```
This brings pioasm closer to what upstream's examples show
Closes: #7
0 commit comments