Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dosworld committed Jan 29, 2022
1 parent e2d0ee3 commit df0fbc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ I am ported it to 32-bit DOS code ("DPMI" directory) and Win32 ("WIN32" director

Sample session:
<pre>
nasm itsy32.asm -frdf
rdx itsy32.rdf
nasm itsy32.asm -f rdf
rlink dospe /s=256 /o=itsy32.exe itsy32.rdf
itsy32.exe

: say_hi 72 emit 105 emit 33 emit 10 emit ;
say_hi
Expand Down

0 comments on commit df0fbc5

Please sign in to comment.