issues
search
jserv
/
full-stack-hello
minimal instruction set and assembler/compiler for "Hello World" execution
Other
114
stars
50
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fmcb
#44
bouzidnoui
closed
6 years ago
0
Add bitwise operations support.
#43
pakls
closed
7 years ago
0
Implement call and return
#42
pakls
closed
7 years ago
0
Native code seamless integration
#41
pakls
opened
7 years ago
2
Exception handling mechanism discussion
#40
pakls
opened
7 years ago
0
Support div and mod (divide by zero exception not supported),
#39
pakls
closed
7 years ago
1
Add -o option and update README.md
#38
pakls
closed
7 years ago
0
AS support -w (asm and write to file) and -x (load and run)
#37
pakls
closed
7 years ago
1
ELF save/load support
#36
pakls
closed
7 years ago
10
SHIFT, OR, XOR, NOT support
#35
pakls
closed
7 years ago
1
DIV and MOD support
#34
pakls
closed
7 years ago
1
Enable travis-ci for build status and PR build check
#33
mlouielu
closed
7 years ago
0
VM / instruction set naming
#32
pakls
opened
7 years ago
2
Stack and push/pop/call/ret support
#31
pakls
closed
6 years ago
2
Add label support
#30
mlouielu
closed
7 years ago
5
Add quote and escape character support
#29
pakls
closed
7 years ago
0
Label support in assembly
#28
jserv
closed
6 years ago
2
Space in string is not supported
#27
pakls
closed
7 years ago
1
improve multiple issues in in 'operand' and 'result' parsing
#26
pakls
closed
7 years ago
0
fix warning
#25
pakls
closed
7 years ago
3
Fix build warning
#24
pakls
closed
7 years ago
3
Add opcode mul
#23
ghost
closed
7 years ago
3
Missing operand in assembly file crashes as_exec.
#22
pakls
closed
7 years ago
1
add opcode jlt, jle, jz, jge, jgt, jnz
#21
pakls
closed
7 years ago
3
Added a few instructions for conditional execution.
#20
pakls
closed
7 years ago
4
Set milestone for make this VM Turing complete
#19
mlouielu
opened
7 years ago
0
Fix gen_opcode sorting and string format
#18
mlouielu
closed
7 years ago
0
Latest version can't pass test suite
#17
mlouielu
closed
7 years ago
0
Add python 2/3 compatibility to test runner
#16
mlouielu
closed
7 years ago
0
Test runner is not working with Python2
#15
jserv
closed
7 years ago
1
Seperate front-end and back-end to generate compiled bytecode?
#14
mlouielu
opened
7 years ago
2
Refactor test runner
#13
mlouielu
closed
7 years ago
0
Seperate opcode from vm
#12
mlouielu
closed
7 years ago
2
Reduce dispatch in vm_run
#11
mlouielu
closed
7 years ago
0
Rearrange opcode for default halt in vm_inst
#10
mlouielu
closed
7 years ago
0
Fix test runner and add comment to halt test
#9
mlouielu
closed
7 years ago
2
Move insert halt at end to assemble_from_file
#8
mlouielu
closed
7 years ago
5
Add handle halt from source and test
#7
mlouielu
closed
7 years ago
0
VM can't handle halt opcode from source code
#6
mlouielu
closed
7 years ago
1
Refactor opcode with eval loop
#5
mlouielu
closed
7 years ago
0
Add test script
#4
mlouielu
closed
7 years ago
0
Change opcode impl hook method
#3
mlouielu
closed
7 years ago
0
Make check didn't really check
#2
mlouielu
closed
7 years ago
0
The opcode impl hook design is inefficient
#1
mlouielu
opened
7 years ago
2