git-svn-id: https://spexeah.com:8443/svn/Asuro@131 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
kieron
2017-05-20 00:35:39 +00:00
parent 60419f1f90
commit b9e20fa9b1
9 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ begin
vmemorymanager.new_page(0);
pint:= puint32(0);
console.writestringln('Writing 1234 to Logical Address $00000000');
pint^:= 1234;
if pint^ = 1234 then console.writestringln('Read 1234 back from Logical Address $00000000!!!');
//scheduler.init();