mirror of
https://github.com/trebonian/visual6502.git
synced 2026-04-21 04:16:31 +00:00
[dev]user program can be defined in url, can run for chosen number of steps
This commit is contained in:
+3
-1
@@ -59,7 +59,9 @@ function cellKeydown(e){
|
||||
}
|
||||
|
||||
function setCellValue(n, val){
|
||||
val%=256;
|
||||
if(val==undefined)
|
||||
val=0x00;
|
||||
val%=256;
|
||||
cellEl(n).val=val;
|
||||
cellEl(n).innerHTML=hexByte(val);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user