mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 16:23:11 +02:00
12 lines
329 B
Plaintext
12 lines
329 B
Plaintext
// Enter READ/WRITE commands into this file
|
|
// READ <OPTIONAL number type: bin/hex/oct> <virtual memory address or random>
|
|
// WRITE <OPTIONAL number type: bin/hex/oct> <virtual memory address or random>
|
|
READ bin 100
|
|
READ 19
|
|
WRITE hex CC32
|
|
READ bin 100000000000000
|
|
READ bin 100000000000000
|
|
WRITE bin 110000000000001
|
|
WRITE random
|
|
|