Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Microsoft Windows XP [Version 5.1.2600]
  2. (C) Copyright 1985-2001 Microsoft Corp.
  3.  
  4. d:\myproj\Basm>basm test.bas
  5. test.bas compiled OK
  6.  
  7. d:\myproj\Basm>nasm -f bin test.asm -o test.com
  8.  
  9. d:\myproj\Basm>test
  10. Hello
  11. World!
  12.  
  13. d:\myproj\Basm>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement