Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / xavkearney/fsharp-arm-emulator issues and pull requests
#37 - Om docs
Pull Request -
State: closed - Opened by OrionMat over 6 years ago
#36 - Updated my testing parts to my original individual read_me
Pull Request -
State: closed - Opened by alistairwallace97 over 6 years ago
#35 - Update the docs.
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#34 - mem threshold updated
Pull Request -
State: closed - Opened by alistairwallace97 over 6 years ago
#33 - DCD and Fill error fixed
Pull Request -
State: closed - Opened by alistairwallace97 over 6 years ago
#33 - DCD and Fill error fixed
Pull Request -
State: closed - Opened by alistairwallace97 over 6 years ago
#32 - Aw upper eval expr fill
Pull Request -
State: closed - Opened by alistairwallace97 over 6 years ago
#32 - Aw upper eval expr fill
Pull Request -
State: closed - Opened by alistairwallace97 over 6 years ago
#31 - Update README with basic project structure + features.
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#30 - Fixed carry, added visual testing
Pull Request -
State: closed - Opened by OrionMat over 6 years ago
#29 - Enable branching with MOV/MVN.
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#28 - Aw input to uppercase
Pull Request -
State: closed - Opened by alistairwallace97 over 6 years ago
#27 - Fixes execution of EQU instructions + refactor + comments.
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#27 - Fixes execution of EQU instructions + refactor + comments.
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#26 - Remove whitespace around lines, remove duplicate whitespace + tabs.
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#26 - Remove whitespace around lines, remove duplicate whitespace + tabs.
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#25 - Add extra top level tests.
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#25 - Add extra top level tests.
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#24 - Add BitArithmetic instructions to TopLevel + test all modules instructions.
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#24 - Add BitArithmetic instructions to TopLevel + test all modules instructions.
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#23 - Fix some generic errors.
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#22 - Return line numbers for errors, even with blank lines and comments.
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#22 - Return line numbers for errors, even with blank lines and comments.
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#21 - Add infinite loop protection to execution.
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
- 1 comment
#21 - Add infinite loop protection to execution.
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
- 1 comment
#20 - no symbol table now returns none from parse
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#20 - no symbol table now returns none from parse
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#19 - Manual functions to parse strings representing hex and binary numbers
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#19 - Manual functions to parse strings representing hex and binary numbers
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#18 - Update execution to put all instructions in memory + handle branch/end instructions properly.
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#18 - Update execution to put all instructions in memory + handle branch/end instructions properly.
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#17 - Om bitarith updates
Pull Request -
State: closed - Opened by OrionMat over 6 years ago
#16 - Aw str exec testing
Pull Request -
State: closed - Opened by alistairwallace97 over 6 years ago
#16 - Aw str exec testing
Pull Request -
State: closed - Opened by alistairwallace97 over 6 years ago
#15 - Fix Interfacing by removing things FABLE can't handle
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#14 - Top Level Code for executing instruction strings in order + CLI
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#14 - Top Level Code for executing instruction strings in order + CLI
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#13 - Aw implementing xk comments
Pull Request -
State: closed - Opened by alistairwallace97 over 6 years ago
- 1 comment
#12 - Aw remove warnings
Pull Request -
State: closed - Opened by alistairwallace97 over 6 years ago
#11 - Match type signature of execInstr with other modules.
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#10 - Create new dummy project using netstandard2.0 to allow compatibility with FABLE.
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#10 - Create new dummy project using netstandard2.0 to allow compatibility with FABLE.
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#9 - Changes function name and return type of doArithmetic
Pull Request -
State: closed - Opened by djb15 over 6 years ago
- 2 comments
#8 - Comments on everyone's code - see below for general comments
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#8 - Comments on everyone's code - see below for general comments
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#7 - Comments on code for everyone.
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#7 - Comments on code for everyone.
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#6 - Rename memInstructions module to match convention.
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#6 - Rename memInstructions module to match convention.
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#5 - Make parsing a branch instruction without a symbol table return None
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#5 - Make parsing a branch instruction without a symbol table return None
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#4 - Orion - Bit Arithmetic Instructions
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#4 - Orion - Bit Arithmetic Instructions
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#3 - Alistair - Single Memory Address Instructions
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#3 - Alistair - Single Memory Address Instructions
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#2 - Dirk - Arithmetic Instructions
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#2 - Dirk - Arithmetic Instructions
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#1 - Implementation of LDM/STM + B/BL/END + Expression Parser
Pull Request -
State: closed - Opened by XavKearney over 6 years ago
#1 - Implementation of LDM/STM + B/BL/END + Expression Parser
Pull Request -
State: closed - Opened by XavKearney over 6 years ago