git-svn-id: https://spexeah.com:8443/svn/Asuro@64 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
0f75adff47
commit
7d007d581c
@ -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;
|
||||
|
||||
|
@ -24,7 +24,8 @@ begin
|
||||
outb($00A1, 40);
|
||||
outb($0021, 4);
|
||||
outb($00A1, 2);
|
||||
|
||||
outb($0021, 1);
|
||||
outb($00A1, 1);
|
||||
end;
|
||||
|
||||
end.
|
Loading…
x
Reference in New Issue
Block a user