Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1357)

Unified Diff: x86asm/Makefile

Issue 93110044: code review 93110044: x86asm: instruction decoder (Closed)
Patch Set: diff -r 66b21e781a9a https://code.google.com/p/rsc.x86/ Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | x86asm/decode.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: x86asm/Makefile
===================================================================
new file mode 100644
--- /dev/null
+++ b/x86asm/Makefile
@@ -0,0 +1,2 @@
+tables.go: ../x86map/map.go ../x86.csv
+ go run ../x86map/map.go -fmt=decoder ../x86.csv >_tables.go && mv _tables.go tables.go
« no previous file with comments | « no previous file | x86asm/decode.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b