BBC BASIC for Windows
« *REFRESH »

Welcome Guest. Please Login or Register.
Apr 5th, 2018, 10:29pm



ATTENTION MEMBERS: Conforums will be closing it doors and discontinuing its service on April 15, 2018.
Ad-Free has been deactivated. Outstanding Ad-Free credits will be reimbursed to respective payment methods.

If you require a dump of the post on your message board, please come to the support board and request it.


Thank you Conforums members.

BBC BASIC for Windows Resources
Online BBC BASIC for Windows documentation
BBC BASIC for Windows Beginners' Tutorial
BBC BASIC Home Page
BBC BASIC on Rosetta Code
BBC BASIC discussion group
BBC BASIC for Windows Programmers' Reference

« Previous Topic | Next Topic »
Pages: 1  Notify Send Topic Print
 thread  Author  Topic: *REFRESH  (Read 614 times)
Michael Hutton
Developer

member is offline

Avatar




PM

Gender: Male
Posts: 248
xx *REFRESH
« Thread started on: Nov 10th, 2009, 10:49am »

How would I implement
Code:
*REFRESH 

in assembler?

Michael
User IP Logged

admin
Administrator
ImageImageImageImageImage


member is offline

Avatar




PM


Posts: 1145
xx Re: *REFRESH
« Reply #1 on: Nov 10th, 2009, 5:12pm »

Quote:
How would I implement *REFRESH in assembler?

At the risk of stating the obvious:

Code:
      mov edx,refresh
      call "oscli"
      ....

      .refresh
      db "REFRESH"
      db 13 

or:

Code:
      mov edx,refresh
      call "oscli"
      ....

      .refresh
      db "REF."
      db 13 

Richard.
« Last Edit: Nov 10th, 2009, 10:11pm by admin » User IP Logged

Pages: 1  Notify Send Topic Print
« Previous Topic | Next Topic »

| |

This forum powered for FREE by Conforums ©
Terms of Service | Privacy Policy | Conforums Support | Parental Controls