Skip to content

Commit 37f7654

Browse files
U-UC\harvey1U-UC\harvey1
authored andcommitted
readme
1 parent 8ac6bda commit 37f7654

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ There are only two invocations of as4:
1212
* ./as4 -b BASE_ADDRESS INPUT OUTPUT
1313
* ./as4 INPUT OUTPUT
1414

15-
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.
15+
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. BASE_ADDRESS is assumed to be 0 if not specified.
1616

1717
### 8 instructions ###
1818
The Nibble Knowledge CPU has 8 instructions which are split into two different types:

0 commit comments

Comments
 (0)