-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- added starting address command line option - made flags separate again - updated help screen - added default output name - added several memory management improvements - ready for minimal feature release
- Loading branch information
1 parent
aab7837
commit 3dd0625
Showing
10 changed files
with
170 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
### ILAssembler | ||
|
||
This is a simple IEC61131 IL (Instruction List) assembler I'm making for my university low level programming course. | ||
This is a simple IEC61131 IL (Instruction List) assembler I'm making for my university low level programming course. | ||
|
||
Compile with your favourite C compiler toolchain, only standard library was used. | ||
|
||
Please report any bugs found within this software. | ||
|
||
Tested on linux x86-64 with CMake + GCC 14.2.1. |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.