index
:
nqasm
master
assembler and disassembler for the nqcpu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parser.y
Commit message (
Expand
)
Author
Age
Files
Lines
*
nqasm: don't echo unknown tokens
Bobby Bingham
2017-01-19
1
-0
/
+1
*
nqasm: support binary arithmetic operators in immediate operands
Bobby Bingham
2017-01-18
1
-8
/
+21
*
nqasm: support unary operators in immediate expressions
Bobby Bingham
2017-01-18
1
-0
/
+10
*
nqasm: allow "." to refer to current pc in immediate operand
Bobby Bingham
2017-01-18
1
-0
/
+3
*
nqasm: reformat argument rules in grammar
Bobby Bingham
2017-01-18
1
-14
/
+7
*
nqasm: lex registers as if they were labels
Bobby Bingham
2017-01-18
1
-9
/
+27
*
nqasm: allow specifying labels for operands
Bobby Bingham
2017-01-18
1
-40
/
+24
*
nqasm: parse labels
Bobby Bingham
2017-01-17
1
-2
/
+11
*
nqasm: Fix warnings about missing braces in initializers
Bobby Bingham
2017-01-15
1
-2
/
+2
*
Switch addpc to use pc-offset instead of immediate operand
Bobby Bingham
2017-01-15
1
-1
/
+4
*
nqasm: Reformat nop grammar
Bobby Bingham
2017-01-15
1
-2
/
+1
*
nqasm: Handle pc offset arguments
Bobby Bingham
2017-01-15
1
-14
/
+20
*
nqasm: Rename arglist non-terminals to a_*
Bobby Bingham
2017-01-15
1
-39
/
+46
*
nqasm: Handle immediate arguments
Bobby Bingham
2017-01-15
1
-6
/
+27
*
nqasm: Handle register and register indirect arguments
Bobby Bingham
2017-01-15
1
-49
/
+45
*
nqasm: Improve parsing at end of file
Bobby Bingham
2017-01-15
1
-3
/
+2
*
nqasm: Initial stab at a lexer and parser
Bobby Bingham
2017-01-15
1
-0
/
+156