-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Debian package updated to version 0.7.3. * Implemented SKIP/SPACE assembler directives. * Add OpenHub statistic page link. * Provide support for include directive in simple assembler. * In include, use content from editor if file is already open. * Add #pragma processing to integrated assembler and its usage to control windows. * Use #pragma in examples to lower initial learning curve. * samples: simple-lw-sw-ia.S: place data section to 0x2000 address. Signed-off-by: Pavel Pisa <[email protected]>
- Loading branch information
Showing
4 changed files
with
16 additions
and
3 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,16 @@ | ||
qtmips (0.7.3) unstable; urgency=medium | ||
|
||
* Debian package updated to version 0.7.3. | ||
* Implemented SKIP/SPACE assembler directives. | ||
* Add OpenHub statistic page link. | ||
* Provide support for include directive in simple assembler. | ||
* In include, use content from editor if file is already open. | ||
* Add #pragma processing to integrated assembler and its usage to control windows. | ||
* Use #pragma in examples to lower initial learning curve. | ||
* samples: simple-lw-sw-ia.S: place data section to 0x2000 address. | ||
|
||
-- Pavel Pisa <[email protected]> Thu, 12 Sep 2019 11:47:46 +0200 | ||
|
||
qtmips (0.7.2) unstable; urgency=medium | ||
|
||
* Debian package updated to version 0.7.2. | ||
|
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