Assembler Code tool for my own little 8Bit-Breadboard-CPU containing Code IDE, Assembler, Instruction-Set Table, Binary-File ROM export
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
14
commits
extended code example, fixed various bugs in error handling of code
ee3d76aView on GitHubadded instruction set proeprly, so that it is loaded dynamically; fixed instruction set to be a little less redundant; optimized instruction set table view; fixed minor bug in opcode assembly
0b8df7bView on GitHubbinary values for segments will now be calculated properly instead of given a priori
54c92fcView on GitHubChanged code export stuff (.bin) to fit with my xgpro tool (+XGecu T56 Programmer);
d0e26ebView on GitHubAdded assembly of code, binary image (array) will be printed to consoel for now;
218f9edView on GitHubadded first implementation of assembler application and internal code checker
bd17404View on GitHub