From d7ec8781fd7064e5802692ab6b6e044f4ed3ac8e Mon Sep 17 00:00:00 2001 From: sejo Date: Tue, 19 Apr 2022 10:00:51 -0500 Subject: [PATCH] =?UTF-8?q?correcci=C3=B3n=20de=20sub-etiquetas=20de=20Arc?= =?UTF-8?q?hivo=20y=20Consola?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tutorial_de_uxn_día_7.gmo | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/tutorial_de_uxn_día_7.gmo b/src/tutorial_de_uxn_día_7.gmo index b1b5698..b704ea1 100644 --- a/src/tutorial_de_uxn_día_7.gmo +++ b/src/tutorial_de_uxn_día_7.gmo @@ -48,17 +48,17 @@ podemos usar una estructura como la siguiente, donde el nombre del archivo y la #00ff .Archivo/largo DEO2 ( intentará leer 255 bytes ) ( establecer la dirección de los datos a leer y hacer lectura ) - ;archivo/datos .Archivo/lectura DEO2 + ;archivo/datos .Archivo/leer DEO2 ( comprobar el byte éxito y saltar según corresponda ) Archivo/éxito DEI2 #0000 EQU2 ,&fallo JCN &éxito - LIT 'Y .Consola/escribir DEO + LIT 'Y .Consola/escribe DEO RTN &fallo - LIT 'N .Consola/escritura DEO + LIT 'N .Consola/escribe DEO RTN @archivo @@ -100,11 +100,11 @@ el siguiente programa escribirá "hola" y una nueva línea (0a) en un archivo ll .Archivo/éxito DEI2 #0006 NEQ2 ,&fallo JCN &éxito - LIT 'Y .Consola/escribir DEO + LIT 'Y .Consola/escribe DEO RTN &fallo - LIT 'N .Consola/escribir DEO + LIT 'N .Consola/escribe DEO RTN @archivo