Skip to content

Commit

Permalink
Fix # operator for literals
Browse files Browse the repository at this point in the history
  • Loading branch information
davazp committed Jul 10, 2018
1 parent 5ef1347 commit 7173040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembler.fs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ DECIMAL
7 reg32 %edi 7 reg16 %di 7 reg8 %bh

\ Immediate values
: # OP-IMM ;
: # OP-IMM swap ;


\ Memory references
Expand Down

0 comments on commit 7173040

Please sign in to comment.