Skip to content

Commit 09edb4c

Browse files
U-UC\harvey1U-UC\harvey1
authored andcommitted
markdown is tricky
1 parent a3ca20f commit 09edb4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ AS4 is the low level assembler on written in C99 for the Nibble Knowledge CPU. I
88

99
## Useage ###
1010
There are only two invocations of as4:
11-
./as4 -b BASE_ADDRESS INPUT OUTPUT
12-
./as4 INPUT OUTPUT
11+
* ./as4 -b BASE_ADDRESS INPUT OUTPUT
12+
* ./as4 INPUT OUTPUT
1313

1414
Where INPUT is your assembly language text file, OUTPUT is your binary file output, and BASE_ADDRESS is the numerical value (in hex, octal, decimal or binary) of the base address for compilation where all memory addresses are calculated relative to.
1515

0 commit comments

Comments
 (0)