git-svn-id: https://spexeah.com:8443/svn/Asuro@64 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
aaron 2017-05-17 14:07:29 +00:00
parent 0f75adff47
commit 7d007d581c
2 changed files with 3 additions and 2 deletions

View File

@ -32,7 +32,7 @@ begin
if(procedure_ptr <> nil) then begin
procedure_ptr(inb($60));
end;
console.writechar(char(inb($60)));
console.writestringln('helo');
outb($0020, $20);
end;

View File

@ -24,7 +24,8 @@ begin
outb($00A1, 40);
outb($0021, 4);
outb($00A1, 2);
outb($0021, 1);
outb($00A1, 1);
end;
end.