Skip to content

Commit a49ee27

Browse files
U-UC\harvey1U-UC\harvey1
authored andcommitted
Syntax highlighting?
1 parent c8f42c1 commit a49ee27

6 files changed

Lines changed: 3 additions & 1 deletion

File tree

BUILD.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
Building AS4 is simple, just type make. If you type make here a statically linked and optimised version of the assembler will be built. Type "make debug" for unoptimised code that is profile and debugger friendly.
44

55
If you cd in src, typing make will default to the "debug" compilation. Type "make fast" to get the optimised version.
6+
7+
Of course, "make clean" will remove all generated code artefacts.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ An example of useage would be "number: .data 1 2", which is using the label "num
3434
Comments in AS4 start with a semicolon, ";".
3535

3636
### Example code ###
37-
```
37+
```assembler
3838
; This program reads in integers and adds them together
3939
; until a negative number is read in. Then it outputs
4040
; the sum (not including the last number).

as4.exe

222 KB
Binary file not shown.

src/as4.exe

222 KB
Binary file not shown.

src/as4.gcno

22 KB
Binary file not shown.

src/as4.o

70 KB
Binary file not shown.

0 commit comments

Comments
 (0)