Giter Club home page Giter Club logo

Comments (2)

rockersuke avatar rockersuke commented on June 1, 2024 1

Para casos así yo suelo hacerme un proceso nuevo (pongamos que PRO 7) que haga algo como esto:

/PRO 7

_ _ MESSAGE "RIGHT AFTER PARSE 0 IN PRO 1"
NEWLINE
MES "FLAG 51 (CONum): "
PRINT 51
NEWLINE
MES "FLAG 54 (COLoc): "
PRINT 54
NEWLINE
MES "FLAG 55 (COWei): "
PRINT 55
NEWLINE
MES "FLAG 56 (COCon): "
PRINT 56
NEWLINE
MES "FLAG 57 (COWr) : "
PRINT 57
NEWLINE
MES "FLAG 58 (COAttr): "
PRINT 58
NEWLINE
MES "FLAG 59 (COAttr2): "
PRINT 29
NEWLINE

Y luego lo llamo desde una nueva entrada en PRO 1 que esté justito después de la que hace el parseado:

_ _ PARSE 0 ; Toma sentencia lógica del buffer
PROCESS 2 ; Sentencia no válida o timeout
REDO

_ _ PROCESS 7

Compílalo para PC TEXT, ejecútalo con INTSD.EXE en dosbox y toma nota de lo que diga
flags.zip

from msx2daad.

nataliapc avatar nataliapc commented on June 1, 2024

Fixed at release 1.4
Thanks

from msx2daad.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.