I was woundering if anyone can help to get this to work in PB ?
As I can not.
DIM M AS STRING
M$ = "Hello World!"
! push ds
! mov ax,@data
! mov ds,ax
! mov ah,9
! mov dx,offset M$
! int 21h
! mov ax,4C00h
! int 21h
This is just tp print the message to the screen.
Thanks in advance
Richard Ferguson
------------------
------------------
As I can not.
DIM M AS STRING
M$ = "Hello World!"
! push ds
! mov ax,@data
! mov ds,ax
! mov ah,9
! mov dx,offset M$
! int 21h
! mov ax,4C00h
! int 21h
This is just tp print the message to the screen.
Thanks in advance
Richard Ferguson
------------------
------------------
Comment