Skip to content

Commit

Permalink
Merge branch 'main' of github.com:tomdeakin/COMS10015_hex8_assembler …
Browse files Browse the repository at this point in the history
…into main
  • Loading branch information
tomdeakin committed Nov 20, 2020
2 parents a01daaf + a031888 commit 2761abe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ Support is also included for the `DATA` mnemonic.

For example:

DATA 42
DATA L1
DATA 42
DATA L1

The assembler simply outputs the operand into the instruction stream.
For large absolute numbers and all labels, the assembler outputs `PFIX` instructions.
Expand Down

0 comments on commit 2761abe

Please sign in to comment.