index
:
sinitax/tis100
master
Reimplementation of Zachtronics TIS-100 as a TUI game
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
asm.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Add support for prefix labels
Louis Burda
2023-12-25
1
-19
/
+51
|
*
Add more fixes for game compatibility
Louis Burda
2023-12-25
1
-2
/
+3
|
*
Make mode/state behaviour compatible with game
Louis Burda
2023-12-25
1
-11
/
+29
|
*
Fix port alphabet
Louis Burda
2023-10-04
1
-3
/
+6
|
*
Add support for multiple input and output ports
Louis Burda
2023-07-26
1
-62
/
+118
|
*
Fix more issues caused by negative literals
Louis Burda
2023-07-26
1
-16
/
+16
|
*
Implement limited integer literal parsing
Louis Burda
2023-07-26
1
-13
/
+38
|
*
Restrict assembly input to fit game spec
Louis Burda
2023-07-26
1
-9
/
+28
|
*
Revert adding AND/NOT
Louis Burda
2023-07-26
1
-8
/
+8
|
*
Remove jgz/jlz and add not/and instructions
Louis Burda
2023-07-26
1
-8
/
+8
|
*
Make BAK register unaddressable
Louis Burda
2023-07-26
1
-8
/
+8
|
*
Fix tpu source rendering and tpu location duplicates
Louis Burda
2023-07-26
1
-1
/
+3
|
*
Improve parsing, make stdin / stdout port optional
Louis Burda
2023-07-25
1
-50
/
+60
|
*
Fix label_map case insensitivity and allow numbers in label names
Louis Burda
2023-07-25
1
-3
/
+7
|
*
Fix oob instructions access
Louis Burda
2023-07-25
1
-57
/
+26
|
*
Add label support to curses source view
Louis Burda
2023-07-25
1
-3
/
+3
|
*
Validate jump target existence on tpu load
Louis Burda
2023-07-25
1
-23
/
+46
|
*
Add inotify-based interactive file reload and fix asm parsing
Louis Burda
2023-07-25
1
-24
/
+35
|
*
Reimplement value passing and improve curses ui
Louis Burda
2023-07-25
1
-0
/
+433